Add g_setenv() and g_unsetenv(). (#100763)

* glib/gutils.[ch]: Add g_setenv() and g_unsetenv().  (#100763)
This commit is contained in:
Matthias Clasen
2003-07-28 19:24:22 +00:00
parent 5eb34aa96e
commit f723402708
10 changed files with 122 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2003-07-28 Matthias Clasen <maclas@gmx.de>
* glib/gutils.h:
* glib/gutils.c: New functions g_setenv() and g_unsetenv(). (#100763)
2003-07-26 Matthias Clasen <maclas@gmx.de>
* tests/printf-test.c: New test, tests printf behaviour. This was already mentioned in Makefile.am