New functions.
authorTor Lillqvist <tml@src.gnome.org>
Sat, 31 Jul 1999 21:45:21 +0000 (21:45 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sat, 31 Jul 1999 21:45:21 +0000 (21:45 +0000)
commit1146c6fbb37bb85f8c49f572cfae9469339f89ff
treedab4325dc6082366c991649a822998a36c0e0da2
parent87c7aeb93bd654776f59805a342ad913031034f3
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.
22 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
README.win32
build-dll
glib.def
glib.h
glib/glib.def
glib/glib.h
glib/gstrfuncs.c
glib/makefile.msc.in
gstrfuncs.c
makefile.cygwin.in
makefile.msc.in
tests/makefile.cygwin.in
tests/makefile.msc.in
tests/strfunc-test.c