History log of /external/bluetooth/glib/tests/env-test.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
db17e65ba31456646063f10251f41487a9eab950 14-Mar-2004 Owen Taylor <otaylor@redhat.com> Remove critical log handler; we can't trigger g_return_if_fails() in our

Sat Mar 13 23:18:45 2004 Owen Taylor <otaylor@redhat.com>

* tests/env-test.c (main): Remove critical log handler;
we can't trigger g_return_if_fails() in our test suite
even silently, because the user could have compiled
with --disable-debug. #if 0 the tests for
g_setenv/g_unsetenv with a "foo=bar" variable name.
(#136709, reported by Frédéric L. W. Meunier)
/external/bluetooth/glib/tests/env-test.c
fc9afe0d219ad7bb16c2ba8ce2a1e268bdd25479 26-Feb-2004 Hans Breuer <hans@breuer.org> added g_hash_table_find and a bunch of g_queue_*

2003-02-26 Hans Breuer <hans@breuer.org>

* glib/glib.def : added g_hash_table_find and a
bunch of g_queue_*

* glib/gmain.c : make it compile on win32,
child_wake_up_pipe replaced by semaphore like it is done
for the other wake_up_pipe

* config.h.win32.in : added HAVE_INT64_AND_I64
* glibconfig.h.win32.in : G_MAXSIZE .. G_M??INT64,
and typedef for GPid

* test/env-test.c : don't let the local log function
collide in namespace with standard C
/external/bluetooth/glib/tests/env-test.c
18042ea064470f5fe54f620f4338ee14e13ba13f 08-Aug-2003 Matthias Clasen <maclas@gmx.de> Remove a test for getenv() behaviour which isn't specified by SUS and

2003-08-08 Matthias Clasen <maclas@gmx.de>

* tests/env-test.c (main): Remove a test for getenv() behaviour which isn't specified by SUS
and doesn't work on Solaris.
/external/bluetooth/glib/tests/env-test.c
96838a7a8817165556cf1b09e7c34c36379b97c1 07-Aug-2003 Matthias Clasen <maclas@gmx.de> Add tests for '=' in names and values.

2003-08-07 Matthias Clasen <maclas@gmx.de>

* tests/env-test.c: Add tests for '=' in names and values.

* glib/gutils.c (g_setenv, g_unsetenv): Check that the variable name doesn't contain '='. Add a
declaration for environ. (#119338)
/external/bluetooth/glib/tests/env-test.c
76cc9a77c676f6be64b1cc98cb5e6d31c549a669 28-Jul-2003 Matthias Clasen <matthiasc@src.gnome.org> Add tests for g_{get,set,unset}env().
/external/bluetooth/glib/tests/env-test.c