mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 16:08:43 +02:00
no more characters are available if read() returns anything less than 1,
Sun Oct 25 07:30:10 1998 Tim Janik <timj@gtk.org> * gscanner.c: (g_scanner_peek_next_char): (g_scanner_get_char): no more characters are available if read() returns anything less than 1, not only on 0 return. * glib.h: * gstrfuncs.c: final API cleanup of string arrays to suit sopwith's argument order requirements. (g_strsplit): renamed from g_str_array_split(). (g_strjoinv): renamed from g_str_array_joinv(), string array is now passed as last parameter. removed `const' qualifier from string array pointer (again). (g_strjoin): new function from sopwith to concatenate strings with an additional seperator. (g_strfreev): renamed from g_str_array_free.
This commit is contained in:
18
ChangeLog
18
ChangeLog
@@ -1,3 +1,21 @@
|
||||
Sun Oct 25 07:30:10 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gscanner.c:
|
||||
(g_scanner_peek_next_char):
|
||||
(g_scanner_get_char): no more characters are available if read() returns
|
||||
anything less than 1, not only on 0 return.
|
||||
|
||||
* glib.h:
|
||||
* gstrfuncs.c: final API cleanup of string arrays to suit sopwith's
|
||||
argument order requirements.
|
||||
(g_strsplit): renamed from g_str_array_split().
|
||||
(g_strjoinv): renamed from g_str_array_joinv(), string array is
|
||||
now passed as last parameter. removed `const' qualifier from string
|
||||
array pointer (again).
|
||||
(g_strjoin): new function from sopwith to concatenate strings with
|
||||
an additional seperator.
|
||||
(g_strfreev): renamed from g_str_array_free.
|
||||
|
||||
Sat Oct 24 22:23:04 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gnode.c: small fix to g_node_children_foreach to make it work right.
|
||||
|
Reference in New Issue
Block a user