History log of /external/bluetooth/glib/tests/testgdateparser.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d81ac5339fcf9537a3731ebb5770238f4fa69d59 04-Jul-2002 Sebastian Wilhelmi <wilhelmi@ira.uka.de> Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout the


2002-07-04 Sebastian Wilhelmi <wilhelmi@ira.uka.de>

* tests/*.c: Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN
throughout the files, which didn't already have them. (#87312)
/external/bluetooth/glib/tests/testgdateparser.c
cd89e4cca6d203c3f3324d7368bbbd6634bc11d3 21-Feb-2001 Tor Lillqvist <tml@iki.fi> Match also UNC paths on Win32.

2001-02-21 Tor Lillqvist <tml@iki.fi>

* gutils.c (g_path_is_absolute): Match also UNC paths on Win32.

* gthread.h: Include gtypes.h to be sure to get GLIB_VAR
definition, remove definition from here.

* gunicode.h: Remove duplicate GLIB_VAR definition from here, too.

* gutils.c: (Win32) Use USERPROFILE as home dir if present. On
Win2k, HOMEDRIVE and HOMEPATH aren't reliable.

* Makefile.am (INCLUDES): Add -DGLIB_COMPILATION.

* makefile.mingw.in: Remove install target, Windows isn't Unix.

* testgdate.c
* testgdateparser.c
* testglib.c: Undefine GLIB_COMPILATION.

* glib.def: Updates.

* .cvsignore
* */.cvsignore: Ignore also .obj, .dll, .lib and .exe files.
/external/bluetooth/glib/tests/testgdateparser.c
98e5d88bbe301af863675ef50ae9a6509231c4cc 02-Dec-1998 Havoc Pennington <hp@pobox.com> Two new files. This is kind of ugly code, but I want to go ahead and make

1998-12-02 Havoc Pennington <hp@pobox.com>

* testgdate.c, testgdateparser.c: Two new files. This is kind of
ugly code, but I want to go ahead and make the tests available.
It isn't contaminating any other code. :-) Since one of these
is interactive and the other takes a while to run, I've kept
them separate from testglib for now.
* Makefile.am: Build gdate test programs.
/external/bluetooth/glib/tests/testgdateparser.c