Backslashify also '"' characters.

* gstrfuncs.c (g_strescape): Backslashify also '"' characters.

	* glib.h: Document g_strescape.
This commit is contained in:
Tor Lillqvist
1999-05-29 10:28:06 +00:00
parent e334434a9d
commit 37e447f278
12 changed files with 88 additions and 26 deletions

View File

@@ -1,10 +1,16 @@
1999-05-29 Tor Lillqvist <tml@iki.fi>
* gstrfuncs.c (g_strescape): Backslashify also '"' characters.
* glib.h: Document g_strescape.
1999-05-12 Tor Lillqvist <tml@iki.fi>
* glib.h (Win32): Map fileno to _fileno for mingw32. Map fstat to
_fstat.
* README.win32: Advice also to remove -lmoldname from the
patch to the egcs-1.1.2 spec file patch.
* README.win32: Advice also to remove -lmoldname in the
patch to the egcs-1.1.2 spec file.
Wed May 12 00:23:55 CDT 1999 Shawn T. Amundson <amundson@gtk.org>