Add a missing step to the setup instructions for gcc-2.95.2. Thanks to
authorTor Lillqvist <tml@iki.fi>
Wed, 23 Feb 2000 20:09:16 +0000 (20:09 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 23 Feb 2000 20:09:16 +0000 (20:09 +0000)
2000-02-23  Tor Lillqvist  <tml@iki.fi>

* README.win32: Add a missing step to the setup instructions for
gcc-2.95.2. Thanks to Arnaud Charlet.

* glib.def: Add missing entry point.

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
README.win32
glib.def
glib/glib.def

index 903b5b1..ba3d551 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2000-02-23  Tor Lillqvist  <tml@iki.fi>
+
+       * README.win32: Add a missing step to the setup instructions for
+       gcc-2.95.2. Thanks to Arnaud Charlet.
+
+       * glib.def: Add missing entry point.
+
 2000-02-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in: Changed GCC version test to also accept major
index 903b5b1..ba3d551 100644 (file)
@@ -1,3 +1,10 @@
+2000-02-23  Tor Lillqvist  <tml@iki.fi>
+
+       * README.win32: Add a missing step to the setup instructions for
+       gcc-2.95.2. Thanks to Arnaud Charlet.
+
+       * glib.def: Add missing entry point.
+
 2000-02-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in: Changed GCC version test to also accept major
index 903b5b1..ba3d551 100644 (file)
@@ -1,3 +1,10 @@
+2000-02-23  Tor Lillqvist  <tml@iki.fi>
+
+       * README.win32: Add a missing step to the setup instructions for
+       gcc-2.95.2. Thanks to Arnaud Charlet.
+
+       * glib.def: Add missing entry point.
+
 2000-02-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in: Changed GCC version test to also accept major
index 903b5b1..ba3d551 100644 (file)
@@ -1,3 +1,10 @@
+2000-02-23  Tor Lillqvist  <tml@iki.fi>
+
+       * README.win32: Add a missing step to the setup instructions for
+       gcc-2.95.2. Thanks to Arnaud Charlet.
+
+       * glib.def: Add missing entry point.
+
 2000-02-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in: Changed GCC version test to also accept major
index 903b5b1..ba3d551 100644 (file)
@@ -1,3 +1,10 @@
+2000-02-23  Tor Lillqvist  <tml@iki.fi>
+
+       * README.win32: Add a missing step to the setup instructions for
+       gcc-2.95.2. Thanks to Arnaud Charlet.
+
+       * glib.def: Add missing entry point.
+
 2000-02-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in: Changed GCC version test to also accept major
index 903b5b1..ba3d551 100644 (file)
@@ -1,3 +1,10 @@
+2000-02-23  Tor Lillqvist  <tml@iki.fi>
+
+       * README.win32: Add a missing step to the setup instructions for
+       gcc-2.95.2. Thanks to Arnaud Charlet.
+
+       * glib.def: Add missing entry point.
+
 2000-02-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in: Changed GCC version test to also accept major
index 903b5b1..ba3d551 100644 (file)
@@ -1,3 +1,10 @@
+2000-02-23  Tor Lillqvist  <tml@iki.fi>
+
+       * README.win32: Add a missing step to the setup instructions for
+       gcc-2.95.2. Thanks to Arnaud Charlet.
+
+       * glib.def: Add missing entry point.
+
 2000-02-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in: Changed GCC version test to also accept major
index 903b5b1..ba3d551 100644 (file)
@@ -1,3 +1,10 @@
+2000-02-23  Tor Lillqvist  <tml@iki.fi>
+
+       * README.win32: Add a missing step to the setup instructions for
+       gcc-2.95.2. Thanks to Arnaud Charlet.
+
+       * glib.def: Add missing entry point.
+
 2000-02-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in: Changed GCC version test to also accept major
index cbae149..5fc2a6b 100644 (file)
@@ -314,6 +314,7 @@ diff -ru2 ./w32api/include/wingdi.h ../../src/mingw-runtime-19991107/w32api/incl
    cd lib
    mkdir //g/gcc-2.95.2/H-i586-cygwin32/lib/mingw32
    cp *.a //g/gcc-2.95.2/H-i586-cygwin32/lib/mingw32
+   cp crt2.o crtdll2.o //g/gcc-2.95.2/H-i586-cygwin32/lib/mingw32
    cd ../include
    mkdir //g/gcc-2.95.2/H-i586-cygwin32/i586-cygwin32/include/mingw32
    cp *.h //g/gcc-2.95.2/H-i586-cygwin32/i586-cygwin32/include/mingw32
index a7f50e2..584404e 100644 (file)
--- a/glib.def
+++ b/glib.def
@@ -327,6 +327,7 @@ EXPORTS
        g_slist_append
        g_slist_concat
        g_slist_copy
+       g_slist_delete_link
        g_slist_find
        g_slist_find_custom
        g_slist_foreach
index a7f50e2..584404e 100644 (file)
@@ -327,6 +327,7 @@ EXPORTS
        g_slist_append
        g_slist_concat
        g_slist_copy
+       g_slist_delete_link
        g_slist_find
        g_slist_find_custom
        g_slist_foreach