summaryrefslogtreecommitdiff
path: root/glib.def
diff options
context:
space:
mode:
authorTor Lillqvist <tml@src.gnome.org>1999-08-02 23:16:32 +0000
committerTor Lillqvist <tml@src.gnome.org>1999-08-02 23:16:32 +0000
commit1c6c7f748956caae98a79be89120c537c2032b7e (patch)
tree965a457908d085029b1722a26247183239df6250 /glib.def
parent4877766d0efcf6ab78300a4beab8fab5e9749fa5 (diff)
downloadglib-1c6c7f748956caae98a79be89120c537c2032b7e.tar.gz
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.
Diffstat (limited to 'glib.def')
-rw-r--r--glib.def3
1 files changed, 1 insertions, 2 deletions
diff --git a/glib.def b/glib.def
index fc6882b94..654e071e8 100644
--- a/glib.def
+++ b/glib.def
@@ -366,14 +366,13 @@ EXPORTS
g_strcasecmp
g_strchomp
g_strchug
+ g_strcompress
g_strconcat
- g_strccpy
g_strdelimit
g_strdown
g_strdup
g_strdup_printf
g_strdup_vprintf
- g_strecpy
g_strerror
g_strescape
g_strfreev