mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-20 01:02:10 +01:00
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:
parent
830d808c5c
commit
09683edc5c
@ -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>
|
||||
|
||||
* gmarkup.h, gmarkup.c: New module to parse a simple
|
||||
|
@ -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>
|
||||
|
||||
* gmarkup.h, gmarkup.c: New module to parse a simple
|
||||
|
@ -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>
|
||||
|
||||
* gmarkup.h, gmarkup.c: New module to parse a simple
|
||||
|
@ -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>
|
||||
|
||||
* gmarkup.h, gmarkup.c: New module to parse a simple
|
||||
|
@ -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>
|
||||
|
||||
* gmarkup.h, gmarkup.c: New module to parse a simple
|
||||
|
@ -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>
|
||||
|
||||
* gmarkup.h, gmarkup.c: New module to parse a simple
|
||||
|
@ -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>
|
||||
|
||||
* gmarkup.h, gmarkup.c: New module to parse a simple
|
||||
|
@ -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>
|
||||
|
||||
* gmarkup.h, gmarkup.c: New module to parse a simple
|
||||
|
7
glib.def
7
glib.def
@ -99,6 +99,7 @@ EXPORTS
|
||||
g_error_matches
|
||||
g_error_new
|
||||
g_error_new_literal
|
||||
g_file_get_contents
|
||||
g_file_test
|
||||
g_filename_from_utf8
|
||||
g_filename_to_utf8
|
||||
@ -218,6 +219,12 @@ EXPORTS
|
||||
g_main_win32_get_poll_func
|
||||
g_malloc
|
||||
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_chunk_alloc
|
||||
g_mem_chunk_alloc0
|
||||
|
@ -99,6 +99,7 @@ EXPORTS
|
||||
g_error_matches
|
||||
g_error_new
|
||||
g_error_new_literal
|
||||
g_file_get_contents
|
||||
g_file_test
|
||||
g_filename_from_utf8
|
||||
g_filename_to_utf8
|
||||
@ -218,6 +219,12 @@ EXPORTS
|
||||
g_main_win32_get_poll_func
|
||||
g_malloc
|
||||
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_chunk_alloc
|
||||
g_mem_chunk_alloc0
|
||||
|
@ -58,6 +58,7 @@ glib_OBJECTS = \
|
||||
giowin32.o \
|
||||
glist.o \
|
||||
gmain.o \
|
||||
gmarkup.o \
|
||||
gmem.o \
|
||||
gmessages.o \
|
||||
gnode.o \
|
||||
|
@ -55,6 +55,7 @@ glib_OBJECTS = \
|
||||
giowin32.obj \
|
||||
glist.obj \
|
||||
gmain.obj \
|
||||
gmarkup.obj \
|
||||
gmem.obj \
|
||||
gmessages.obj \
|
||||
gnode.obj \
|
||||
|
@ -58,6 +58,7 @@ glib_OBJECTS = \
|
||||
giowin32.o \
|
||||
glist.o \
|
||||
gmain.o \
|
||||
gmarkup.o \
|
||||
gmem.o \
|
||||
gmessages.o \
|
||||
gnode.o \
|
||||
|
@ -55,6 +55,7 @@ glib_OBJECTS = \
|
||||
giowin32.obj \
|
||||
glist.obj \
|
||||
gmain.obj \
|
||||
gmarkup.obj \
|
||||
gmem.obj \
|
||||
gmessages.obj \
|
||||
gnode.obj \
|
||||
|
@ -1,12 +1,13 @@
|
||||
## Makefile for building the GLib test programs with gcc for mingw.
|
||||
## Use: make -f makefile.mingw check
|
||||
|
||||
GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
|
||||
|
||||
TOP = ../..
|
||||
|
||||
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
|
||||
@ -21,6 +22,7 @@ TESTS = \
|
||||
gio-test.exe \
|
||||
hash-test.exe \
|
||||
list-test.exe \
|
||||
markup-test.exe \
|
||||
node-test.exe \
|
||||
queue-test.exe \
|
||||
rand-test.exe \
|
||||
@ -50,6 +52,3 @@ makefile.mingw: makefile.mingw.in
|
||||
check: all
|
||||
@for P in $(TESTS) ; do echo $$P; ./$$P; done
|
||||
@echo All tests successful.
|
||||
|
||||
clean::
|
||||
-rm *.exe *.o
|
||||
|
@ -13,7 +13,7 @@ GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
|
||||
# Nothing much configurable below
|
||||
|
||||
INCLUDES = -I..
|
||||
DEFINES = -DHAVE_CONFIG_H
|
||||
DEFINES = -DHAVE_CONFIG_H
|
||||
|
||||
TESTS = \
|
||||
array-test.exe \
|
||||
@ -22,6 +22,7 @@ TESTS = \
|
||||
gio-test.exe \
|
||||
hash-test.exe \
|
||||
list-test.exe \
|
||||
markup-test.exe \
|
||||
node-test.exe \
|
||||
queue-test.exe \
|
||||
rand-test.exe \
|
||||
|
Loading…
x
Reference in New Issue
Block a user