glib.h gstrfuncs.c Rename g_strccpy to g_strcompress and g_strecpy to
authorTor Lillqvist <tml@src.gnome.org>
Mon, 2 Aug 1999 23:16:32 +0000 (23:16 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Mon, 2 Aug 1999 23:16:32 +0000 (23:16 +0000)
commit1c6c7f748956caae98a79be89120c537c2032b7e
tree965a457908d085029b1722a26247183239df6250
parent4877766d0efcf6ab78300a4beab8fab5e9749fa5
glib.h gstrfuncs.c Rename g_strccpy to g_strcompress and g_strecpy to

* glib.h
* gstrfuncs.c
* tests/strfunc-test.c: Rename g_strccpy to g_strcompress and
g_strecpy to g_strescape per Tim Janik's suggestion. Dropped the
destination parameter, always g_malloc a new string.  Fix bug in
g_strcompress, octal digits were gobbled up without limit, should
use max three.

Sources that use g_strescape must have ifdefs to be compilable
both with GLib 1.2 and 1.3.
16 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
NEWS
glib.def
glib.h
glib/glib.def
glib/glib.h
glib/gstrfuncs.c
gstrfuncs.c
tests/strfunc-test.c