+Sat Jul 24 17:50:07 2004 Soeren Sandmann <sandmann@daimi.au.dk>
+
+ * glib/gstrfuncs.c (g_strsplit_set):
+ s/g_strtokenize/g_strsplit_set/ in docs.
+
Fri Jul 23 10:37:50 2004 Matthias Clasen <maclas@gmx.de>
* tests/type-test.c (main): Actually test G_MAXSIZE with
+Sat Jul 24 17:50:07 2004 Soeren Sandmann <sandmann@daimi.au.dk>
+
+ * glib/gstrfuncs.c (g_strsplit_set):
+ s/g_strtokenize/g_strsplit_set/ in docs.
+
Fri Jul 23 10:37:50 2004 Matthias Clasen <maclas@gmx.de>
* tests/type-test.c (main): Actually test G_MAXSIZE with
+Sat Jul 24 17:50:07 2004 Soeren Sandmann <sandmann@daimi.au.dk>
+
+ * glib/gstrfuncs.c (g_strsplit_set):
+ s/g_strtokenize/g_strsplit_set/ in docs.
+
Fri Jul 23 10:37:50 2004 Matthias Clasen <maclas@gmx.de>
* tests/type-test.c (main): Actually test G_MAXSIZE with
+Sat Jul 24 17:50:07 2004 Soeren Sandmann <sandmann@daimi.au.dk>
+
+ * glib/gstrfuncs.c (g_strsplit_set):
+ s/g_strtokenize/g_strsplit_set/ in docs.
+
Fri Jul 23 10:37:50 2004 Matthias Clasen <maclas@gmx.de>
* tests/type-test.c (main): Actually test G_MAXSIZE with
+Sat Jul 24 17:50:07 2004 Soeren Sandmann <sandmann@daimi.au.dk>
+
+ * glib/gstrfuncs.c (g_strsplit_set):
+ s/g_strtokenize/g_strsplit_set/ in docs.
+
Fri Jul 23 10:37:50 2004 Matthias Clasen <maclas@gmx.de>
* tests/type-test.c (main): Actually test G_MAXSIZE with
* contain any of the characters in @delimiters. If @max_tokens is reached, the
* remainder is appended to the last token.
*
- * For example the result of g_strtokenize ("abc:def/ghi", ":/", -1) is a
+ * For example the result of g_strsplit_set ("abc:def/ghi", ":/", -1) is a
* %NULL-terminated vector containing the three strings "abc", "def",
* and "ghi".
*
- * The result if g_strtokenize (":def/ghi:", ":/", -1) is a %NULL-terminated
+ * The result if g_strsplit_set (":def/ghi:", ":/", -1) is a %NULL-terminated
* vector containing the four strings "", "def", "ghi", and "".
*
* As a special case, the result of splitting the empty string "" is an empty