History log of /external/bluetooth/glib/tests/date-test.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8e9a4d50df6e690b412f91fa98a9ddf1e88115f4 28-Mar-2005 Matthias Clasen <mclasen@redhat.com> Add tests for g_date_get_iso8601_week_of_year().

2005-03-28 Matthias Clasen <mclasen@redhat.com>

* tests/date-test.c:
* tests/testgdate.c: Add tests for
g_date_get_iso8601_week_of_year().

* glib/gdate.c (g_date_get_iso8601_week_of_year):
Fix the calculation. (#169858, Jon-Kare Hellan)
/external/bluetooth/glib/tests/date-test.c
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/date-test.c
855e230f318c246537cc2dd606a2e7738a7ea9a8 24-Dec-2000 Ali Abdin <aliabdin@aucegypt.edu> New gcompat.h header file as recommended by Havoc.

2000-12-24 Ali Abdin <aliabdin@aucegypt.edu>

* Makefile.am, gcompat.h, glib.h: New gcompat.h header file
as recommended by Havoc.

* gdate.c, gdate.h, testgdate.c,
docs/reference/glib/glib-sections.txt,
docs/reference/glib/tmpl/date.sgml, tests/date-test.c: Rename some
of the gdate functions to use the '_get' in their name. Patch
reviewed by Havoc.
/external/bluetooth/glib/tests/date-test.c
fb55f0056ea77efedcc51fe83552efcaf9ac3e93 13-Apr-1999 Tor Lillqvist <tml@src.gnome.org> Mention the tests directory.

* README.win32: Mention the tests directory.

* glib.def: Add the functions from grand.c.

* glibconfig.h.win32: Add unsigned max values, and the format
strings.

* makefile.msc: Add grand.

* tests/{date-test,node-test}.c: Include <stdlib.h> for exit().

* tests/makefile.msc: New file.
/external/bluetooth/glib/tests/date-test.c
21d0ac27b89465a6374eb86336dd73792a9bac07 15-Mar-1999 Jeff Garzik <jgarzik@pobox.com> Commented out debugging output.

1999-03-14 Jeff Garzik <jgarzik@pobox.com>

* gdate.c:
Commented out debugging output.

* tests/Makefile.am, tests/date-test.c:
Added test of the GDate module, based closely on testgdate.c.

* tests/Makefile.am:
Bugfix - compile tests with @GLIB_DEBUG_FLAGS@.
/external/bluetooth/glib/tests/date-test.c