mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 08:58:44 +02:00
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.
This commit is contained in:
committed by
Matthias Clasen
parent
132e20bcb6
commit
748c230205
@@ -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.
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user