diff options
author | Tor Lillqvist <tml@src.gnome.org> | 1999-07-31 21:45:21 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 1999-07-31 21:45:21 +0000 |
commit | 1146c6fbb37bb85f8c49f572cfae9469339f89ff (patch) | |
tree | dab4325dc6082366c991649a822998a36c0e0da2 /ChangeLog.pre-2-10 | |
parent | 87c7aeb93bd654776f59805a342ad913031034f3 (diff) | |
download | glib-1146c6fbb37bb85f8c49f572cfae9469339f89ff.tar.gz |
New functions.
* gstrfuncs.c (g_strccpy, g_strecpy): New functions.
* glib.h: Declare and document them. Define the deprecated
g_strescape as a macro that calls g_strecpy.
* tests/strfunc-test.c (main): Test them.
* makefile.{cygwin,msc}.in
* tests/makefile.{cygwin,msc}.in: Remove gstack and its test
program.
* glib.def: Additions and removals.
* README.win32: Improve gcc build instructions.
* build-dll: Also build import library for MSVC.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index c2cddd8f5..9f3113e3e 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,22 @@ +1999-08-01 Tor Lillqvist <tml@iki.fi> + + * gstrfuncs.c (g_strccpy, g_strecpy): New functions. + + * glib.h: Declare and document them. Define the deprecated + g_strescape as a macro that calls g_strecpy. + + * tests/strfunc-test.c (main): Test them. + + * makefile.{cygwin,msc}.in + * tests/makefile.{cygwin,msc}.in: Remove gstack and its test + program. + + * glib.def: Additions and removals. + + * README.win32: Improve gcc build instructions. + + * build-dll: Also build import library for MSVC. + Sat Jul 24 20:11:35 1999 Tim Janik <timj@gtk.org> * merged GLib 1.3.0 with glib-1.2.3 from Fri Jul 16 22:18:36. |