mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 00:48:45 +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
17
ChangeLog
17
ChangeLog
@@ -1,5 +1,22 @@
|
||||
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.
|
||||
|
||||
* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-man.
|
||||
|
||||
2005-06-24 Tor Lillqvist <tml@novell.com>
|
||||
|
Reference in New Issue
Block a user