mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 07:58:44 +02:00
New module to parse a simple markup language
2000-10-24 Havoc Pennington <hp@pobox.com> * gmarkup.h, gmarkup.c: New module to parse a simple markup language * Makefile.am: add gmarkup.h, gmarkup.c * tests/Makefile.am: add markup-test * gstring.h (g_string_new_len): new function to create a string with a length (g_string_new): avoid a gratuitous realloc
This commit is contained in:
committed by
Havoc Pennington
parent
7ea09e4589
commit
32ef70d4b2
@@ -1,3 +1,16 @@
|
||||
2000-10-24 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* gmarkup.h, gmarkup.c: New module to parse a simple
|
||||
markup language
|
||||
|
||||
* Makefile.am: add gmarkup.h, gmarkup.c
|
||||
|
||||
* tests/Makefile.am: add markup-test
|
||||
|
||||
* gstring.h (g_string_new_len): new function to create a string
|
||||
with a length
|
||||
(g_string_new): avoid a gratuitous realloc
|
||||
|
||||
2000-10-26 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* makefile.{mingw,msc}.in: Cosmetics.
|
||||
|
Reference in New Issue
Block a user