summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-06-25 03:38:32 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-06-25 03:38:32 +0000
commit748c2302056a6f447aa2aac4a181d42281624bdd (patch)
tree0c704807b6e2e7ffe5bfeb0a493741609b74bfeb /po
parent132e20bcb634d97f3adaf7094c09da316c7ff3e7 (diff)
Add an mmap() wrapper called GMappedFile. (#148218, David Schleef, Behdad
2005-06-24 Matthias Clasen <mclasen@redhat.com> Add an mmap() wrapper called GMappedFile. (#148218, David Schleef, Behdad Esfahbod) * glib/gmappedfile.[hc]: New files. * configure.in: Check for mmap. * glib/Makefile.am: Add new files. * glib/glib.symbols: Add new functions. * glib/glib.h: Include gmappedfile.h * tests/mapping-test.c: Tests for GMappedFile. * tests/Makefile.am: Add new file.
Diffstat (limited to 'po')
-rw-r--r--po/ChangeLog4
-rw-r--r--po/POTFILES.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/po/ChangeLog b/po/ChangeLog
index 446a91e46..439ea322e 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2005-06-24 Matthias Clasen <mclasen@redhat.com>
+
+ * POTFILES.in: Add gmappedfile.c
+
2005-06-22 Abel Cheung <maddog@linuxhall.org>
* zh_TW.po: Fix language team reference.
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 1f11e60ad..cea41eb80 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -3,6 +3,7 @@ glib/gdir.c
glib/gfileutils.c
glib/giochannel.c
glib/giowin32.c
+glib/gmappedfile.c
glib/gmarkup.c
glib/gshell.c
glib/gspawn-win32.c