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:
Matthias Clasen
2005-06-25 03:38:32 +00:00
committed by Matthias Clasen
parent 132e20bcb6
commit 748c230205
16 changed files with 595 additions and 1 deletions

View File

@@ -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.

View File

@@ -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