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)
This commit is contained in:
Matthias Clasen
2003-08-07 21:51:38 +00:00
committed by Matthias Clasen
parent 4d2921959e
commit 96838a7a88
8 changed files with 76 additions and 4 deletions

View File

@@ -1,5 +1,10 @@
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)
* acinclude.m4: Tighten the snprintf() test to check behaviour on zero-size buffers. (#106091)
* tests/patterntest.c: Specify test strings in UTF-8, remove all charset conversion.