Add gmarkup.
authorTor Lillqvist <tml@iki.fi>
Fri, 27 Oct 2000 20:43:42 +0000 (20:43 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Fri, 27 Oct 2000 20:43:42 +0000 (20:43 +0000)
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.

16 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib.def
glib/glib.def
glib/makefile.mingw.in
glib/makefile.msc.in
makefile.mingw.in
makefile.msc.in
tests/makefile.mingw.in
tests/makefile.msc.in

index 9031af4..b42044f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 9031af4..b42044f 100644 (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>
 
         * gmarkup.h, gmarkup.c: New module to parse a simple
index 9031af4..b42044f 100644 (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>
 
         * gmarkup.h, gmarkup.c: New module to parse a simple
index 9031af4..b42044f 100644 (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>
 
         * gmarkup.h, gmarkup.c: New module to parse a simple
index 9031af4..b42044f 100644 (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>
 
         * gmarkup.h, gmarkup.c: New module to parse a simple
index 9031af4..b42044f 100644 (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>
 
         * gmarkup.h, gmarkup.c: New module to parse a simple
index 9031af4..b42044f 100644 (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>
 
         * gmarkup.h, gmarkup.c: New module to parse a simple
index 9031af4..b42044f 100644 (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>
 
         * gmarkup.h, gmarkup.c: New module to parse a simple
index 5ff0501..543288a 100644 (file)
--- a/glib.def
+++ b/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
index 5ff0501..543288a 100644 (file)
@@ -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
index 86a4039..5e7c948 100644 (file)
@@ -58,6 +58,7 @@ glib_OBJECTS =                        \
        giowin32.o              \
        glist.o                 \
        gmain.o                 \
+       gmarkup.o               \
        gmem.o                  \
        gmessages.o             \
        gnode.o                 \
index 36efd38..53002c3 100644 (file)
@@ -55,6 +55,7 @@ glib_OBJECTS =                        \
        giowin32.obj            \
        glist.obj               \
        gmain.obj               \
+       gmarkup.obj             \
        gmem.obj                \
        gmessages.obj           \
        gnode.obj               \
index 86a4039..5e7c948 100644 (file)
@@ -58,6 +58,7 @@ glib_OBJECTS =                        \
        giowin32.o              \
        glist.o                 \
        gmain.o                 \
+       gmarkup.o               \
        gmem.o                  \
        gmessages.o             \
        gnode.o                 \
index 36efd38..53002c3 100644 (file)
@@ -55,6 +55,7 @@ glib_OBJECTS =                        \
        giowin32.obj            \
        glist.obj               \
        gmain.obj               \
+       gmarkup.obj             \
        gmem.obj                \
        gmessages.obj           \
        gnode.obj               \
index 42deca5..c6b48d8 100644 (file)
@@ -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
index 7029215..8d90366 100644 (file)
@@ -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   \