History log of /external/bluetooth/glib/tests/mapping-test.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
770b29bad2e95f28fda6849e9f9c30560be90cb1 17-Mar-2007 Hans Breuer <hans@breuer.org> define PCRE_STATIC to reflect the inclusion of pcre as LIB, not

2007-03-17 Hans Breuer <hans@breuer.org>

* glib/makefile.msc.in glib/pcre/makefile.msc
glib/update-pcre/update.sh : define PCRE_STATIC to reflect the
inclusion of pcre as LIB, not stand-alone DLL. Also set NEWLINE=-1
to match any newline by default, use of ../../build/win32/make.msc

* glib/gregex.h : minimal includes of <glib/*.H> instead of <glib.h>

* glib/gnulib/makefile.msc : make use of ../../build/win32/make.msc

* tests/regex-test.c(verbose): don't pass a string containing '%'
as first parameter to g_print ()
(test_match) : for the unexpected case output pattern and string
escaped

* tests/child-test.c tests/slice-color.c : fix c99ism
* tests/slice-test.c : fix c99ism and gccism
* tests/mapping-test.c tests/base-64-tests.c : don't
#include <unistd.h> unconditionally
* tests/option-test.c : use G_GINT64_CONSTANT() instead of direct LL

* tests/makefile.msc.in : more tests build


svn path=/trunk/; revision=5423
/external/bluetooth/glib/tests/mapping-test.c
ef48ce636b948623ff2b3b83f4f0ca130ae6e7b0 26-Jun-2005 Tor Lillqvist <tml@novell.com> libtool installs/uninstalls the import library, no need to do it

2005-06-26 Tor Lillqvist <tml@novell.com>

* glib/Makefile.am: libtool installs/uninstalls the import
library, no need to do it ourselves. Do still install/uninstall
the .def file, though.

* glib/gmappedfile.c: Add Win32 implementation.
(g_mapped_file_free): Don't mention writable shared mappings in
the doc comment. Free the GMappedFile struct.

* tests/mapping-test.c (main): No kill() or SIGUSR1 on Win32, use
a flag file instead to stop the child. Use g_usleep() instead of
sleep().
/external/bluetooth/glib/tests/mapping-test.c
748c2302056a6f447aa2aac4a181d42281624bdd 25-Jun-2005 Matthias Clasen <mclasen@redhat.com> 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.
/external/bluetooth/glib/tests/mapping-test.c