Add gmarkup.

2000-10-27  Tor Lillqvist  <tml@iki.fi>

	* makefile.{mingw,msc}.in (glib_OBJECTS): Add gmarkup.

	* glib.def: Add missing functions.

	* tests/makefile.{mingw,msc}.in (TESTS): Add markup-test.
This commit is contained in:
Tor Lillqvist 2000-10-27 20:43:42 +00:00 committed by Tor Lillqvist
parent 830d808c5c
commit 09683edc5c
16 changed files with 88 additions and 6 deletions

View File

@ -1,3 +1,11 @@
2000-10-27 Tor Lillqvist <tml@iki.fi>
* makefile.{mingw,msc}.in (glib_OBJECTS): Add gmarkup.
* glib.def: Add missing functions.
* tests/makefile.{mingw,msc}.in (TESTS): Add markup-test.
2000-10-24 Havoc Pennington <hp@pobox.com> 2000-10-24 Havoc Pennington <hp@pobox.com>
* gmarkup.h, gmarkup.c: New module to parse a simple * gmarkup.h, gmarkup.c: New module to parse a simple

View File

@ -1,3 +1,11 @@
2000-10-27 Tor Lillqvist <tml@iki.fi>
* makefile.{mingw,msc}.in (glib_OBJECTS): Add gmarkup.
* glib.def: Add missing functions.
* tests/makefile.{mingw,msc}.in (TESTS): Add markup-test.
2000-10-24 Havoc Pennington <hp@pobox.com> 2000-10-24 Havoc Pennington <hp@pobox.com>
* gmarkup.h, gmarkup.c: New module to parse a simple * gmarkup.h, gmarkup.c: New module to parse a simple

View File

@ -1,3 +1,11 @@
2000-10-27 Tor Lillqvist <tml@iki.fi>
* makefile.{mingw,msc}.in (glib_OBJECTS): Add gmarkup.
* glib.def: Add missing functions.
* tests/makefile.{mingw,msc}.in (TESTS): Add markup-test.
2000-10-24 Havoc Pennington <hp@pobox.com> 2000-10-24 Havoc Pennington <hp@pobox.com>
* gmarkup.h, gmarkup.c: New module to parse a simple * gmarkup.h, gmarkup.c: New module to parse a simple

View File

@ -1,3 +1,11 @@
2000-10-27 Tor Lillqvist <tml@iki.fi>
* makefile.{mingw,msc}.in (glib_OBJECTS): Add gmarkup.
* glib.def: Add missing functions.
* tests/makefile.{mingw,msc}.in (TESTS): Add markup-test.
2000-10-24 Havoc Pennington <hp@pobox.com> 2000-10-24 Havoc Pennington <hp@pobox.com>
* gmarkup.h, gmarkup.c: New module to parse a simple * gmarkup.h, gmarkup.c: New module to parse a simple

View File

@ -1,3 +1,11 @@
2000-10-27 Tor Lillqvist <tml@iki.fi>
* makefile.{mingw,msc}.in (glib_OBJECTS): Add gmarkup.
* glib.def: Add missing functions.
* tests/makefile.{mingw,msc}.in (TESTS): Add markup-test.
2000-10-24 Havoc Pennington <hp@pobox.com> 2000-10-24 Havoc Pennington <hp@pobox.com>
* gmarkup.h, gmarkup.c: New module to parse a simple * gmarkup.h, gmarkup.c: New module to parse a simple

View File

@ -1,3 +1,11 @@
2000-10-27 Tor Lillqvist <tml@iki.fi>
* makefile.{mingw,msc}.in (glib_OBJECTS): Add gmarkup.
* glib.def: Add missing functions.
* tests/makefile.{mingw,msc}.in (TESTS): Add markup-test.
2000-10-24 Havoc Pennington <hp@pobox.com> 2000-10-24 Havoc Pennington <hp@pobox.com>
* gmarkup.h, gmarkup.c: New module to parse a simple * gmarkup.h, gmarkup.c: New module to parse a simple

View File

@ -1,3 +1,11 @@
2000-10-27 Tor Lillqvist <tml@iki.fi>
* makefile.{mingw,msc}.in (glib_OBJECTS): Add gmarkup.
* glib.def: Add missing functions.
* tests/makefile.{mingw,msc}.in (TESTS): Add markup-test.
2000-10-24 Havoc Pennington <hp@pobox.com> 2000-10-24 Havoc Pennington <hp@pobox.com>
* gmarkup.h, gmarkup.c: New module to parse a simple * gmarkup.h, gmarkup.c: New module to parse a simple

View File

@ -1,3 +1,11 @@
2000-10-27 Tor Lillqvist <tml@iki.fi>
* makefile.{mingw,msc}.in (glib_OBJECTS): Add gmarkup.
* glib.def: Add missing functions.
* tests/makefile.{mingw,msc}.in (TESTS): Add markup-test.
2000-10-24 Havoc Pennington <hp@pobox.com> 2000-10-24 Havoc Pennington <hp@pobox.com>
* gmarkup.h, gmarkup.c: New module to parse a simple * gmarkup.h, gmarkup.c: New module to parse a simple

View File

@ -99,6 +99,7 @@ EXPORTS
g_error_matches g_error_matches
g_error_new g_error_new
g_error_new_literal g_error_new_literal
g_file_get_contents
g_file_test g_file_test
g_filename_from_utf8 g_filename_from_utf8
g_filename_to_utf8 g_filename_to_utf8
@ -218,6 +219,12 @@ EXPORTS
g_main_win32_get_poll_func g_main_win32_get_poll_func
g_malloc g_malloc
g_malloc0 g_malloc0
g_markup_escape_text
g_markup_parse_context_end_parse
g_markup_parse_context_free
g_markup_parse_context_get_position
g_markup_parse_context_new
g_markup_parse_context_parse
g_mem_check g_mem_check
g_mem_chunk_alloc g_mem_chunk_alloc
g_mem_chunk_alloc0 g_mem_chunk_alloc0

View File

@ -99,6 +99,7 @@ EXPORTS
g_error_matches g_error_matches
g_error_new g_error_new
g_error_new_literal g_error_new_literal
g_file_get_contents
g_file_test g_file_test
g_filename_from_utf8 g_filename_from_utf8
g_filename_to_utf8 g_filename_to_utf8
@ -218,6 +219,12 @@ EXPORTS
g_main_win32_get_poll_func g_main_win32_get_poll_func
g_malloc g_malloc
g_malloc0 g_malloc0
g_markup_escape_text
g_markup_parse_context_end_parse
g_markup_parse_context_free
g_markup_parse_context_get_position
g_markup_parse_context_new
g_markup_parse_context_parse
g_mem_check g_mem_check
g_mem_chunk_alloc g_mem_chunk_alloc
g_mem_chunk_alloc0 g_mem_chunk_alloc0

View File

@ -58,6 +58,7 @@ glib_OBJECTS = \
giowin32.o \ giowin32.o \
glist.o \ glist.o \
gmain.o \ gmain.o \
gmarkup.o \
gmem.o \ gmem.o \
gmessages.o \ gmessages.o \
gnode.o \ gnode.o \

View File

@ -55,6 +55,7 @@ glib_OBJECTS = \
giowin32.obj \ giowin32.obj \
glist.obj \ glist.obj \
gmain.obj \ gmain.obj \
gmarkup.obj \
gmem.obj \ gmem.obj \
gmessages.obj \ gmessages.obj \
gnode.obj \ gnode.obj \

View File

@ -58,6 +58,7 @@ glib_OBJECTS = \
giowin32.o \ giowin32.o \
glist.o \ glist.o \
gmain.o \ gmain.o \
gmarkup.o \
gmem.o \ gmem.o \
gmessages.o \ gmessages.o \
gnode.o \ gnode.o \

View File

@ -55,6 +55,7 @@ glib_OBJECTS = \
giowin32.obj \ giowin32.obj \
glist.obj \ glist.obj \
gmain.obj \ gmain.obj \
gmarkup.obj \
gmem.obj \ gmem.obj \
gmessages.obj \ gmessages.obj \
gnode.obj \ gnode.obj \

View File

@ -1,12 +1,13 @@
## Makefile for building the GLib test programs with gcc for mingw. ## Makefile for building the GLib test programs with gcc for mingw.
## Use: make -f makefile.mingw check ## Use: make -f makefile.mingw check
GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
TOP = ../.. TOP = ../..
include ../build/win32/make.mingw include ../build/win32/make.mingw
# Possibly override GLib version in build\win32\module.defs
GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
################################################################ ################################################################
# Nothing much configurable below # Nothing much configurable below
@ -21,6 +22,7 @@ TESTS = \
gio-test.exe \ gio-test.exe \
hash-test.exe \ hash-test.exe \
list-test.exe \ list-test.exe \
markup-test.exe \
node-test.exe \ node-test.exe \
queue-test.exe \ queue-test.exe \
rand-test.exe \ rand-test.exe \
@ -50,6 +52,3 @@ makefile.mingw: makefile.mingw.in
check: all check: all
@for P in $(TESTS) ; do echo $$P; ./$$P; done @for P in $(TESTS) ; do echo $$P; ./$$P; done
@echo All tests successful. @echo All tests successful.
clean::
-rm *.exe *.o

View File

@ -13,7 +13,7 @@ GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
# Nothing much configurable below # Nothing much configurable below
INCLUDES = -I.. INCLUDES = -I..
DEFINES = -DHAVE_CONFIG_H DEFINES = -DHAVE_CONFIG_H
TESTS = \ TESTS = \
array-test.exe \ array-test.exe \
@ -22,6 +22,7 @@ TESTS = \
gio-test.exe \ gio-test.exe \
hash-test.exe \ hash-test.exe \
list-test.exe \ list-test.exe \
markup-test.exe \
node-test.exe \ node-test.exe \
queue-test.exe \ queue-test.exe \
rand-test.exe \ rand-test.exe \