Owen Taylor
80fd0a0c00
Added g_string_insert[_c]() and g_string_erase().
...
Sun Mar 1 19:04:40 1998 Owen Taylor <owt1@cornell.edu>
* glib.h gstring.c: Added g_string_insert[_c]()
and g_string_erase().
From: Stefan Wille <1wille@vsys1.informatik.uni-hamburg.de>
1998-03-02 00:07:40 +00:00
Owen Taylor
c43a50fe36
removed deprecated g_string_equal and g_string_hash.
...
Thu Feb 12 22:48:11 1998 Owen Taylor <owt1@cornell.edu>
* gstring.c glib.h: removed deprecated g_string_equal
and g_string_hash.
1998-02-13 03:47:25 +00:00
Owen Taylor
e105a87144
added some additional consts in appropriate places to remove a warning
...
Sat Feb 7 11:48:09 1998 Owen Taylor <owt1@cornell.edu>
* gstring.c gutils.c: added some additional consts in
appropriate places to remove a warning
1998-02-07 16:48:03 +00:00
Manish Singh
a9f866f4ca
g_string_prepend* had interchanged src and dest params. Fixed.
...
-Yosh
1998-01-27 17:50:07 +00:00
Owen Taylor
4628759d3b
renamed g_string_equal => g_str_equal renamed g_string_hash => g_str_hash
...
Sat Jan 17 23:52:40 1998 Owen Taylor <owt1@cornell.edu>
* gstring.{c,h} gscanner.c:
renamed g_string_equal => g_str_equal
renamed g_string_hash => g_str_hash
And const corrected. Old functions left in for now.
1998-01-18 15:12:01 +00:00
Elliot Lee
f7443e0e85
Fixed bug in get_length_upper_bound where g_print-ing a NULL string would cause a segfault
1998-01-01 22:48:18 +00:00
Owen Taylor
8fc5d3586a
- Added a g_memmove function for SunOS compatability.
...
- Disabled unused gldouble definitions which were a portability problem
- owt
1997-12-02 21:03:14 +00:00
Elliot Lee
9508b76bd2
Initial revision
1997-11-24 22:37:52 +00:00