diff options
author | Tor Lillqvist <tml@iki.fi> | 2000-11-28 20:04:08 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2000-11-28 20:04:08 +0000 |
commit | 55c7329d515ae763674d8ac6e9e30fc6fedad9cf (patch) | |
tree | be982c4c90c26f47da3b6ab7994a92ea707ae1e5 /ChangeLog.pre-2-4 | |
parent | fe0f325777257b9266955bc4e091c9deea327a39 (diff) |
Patches by Hans Breuer:
2000-11-28 Tor Lillqvist <tml@iki.fi>
Patches by Hans Breuer:
* gspawn-win32.c: Move the code for gspawn-win32-helper to its own
file.
* makefile.{mingw,msc}.in: Change accordingly.
* gspawn-win32-helper.c: New file.
* Makefile.am (EXTRA_DIST): Add it.
* gmarkup.c (find_current_text_end): Fix assertion not to check an
uninitialised variable.
* gboxed.c: Include <string.h> for memset ().
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 265d42d2b..5582acd21 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,19 @@ +2000-11-28 Tor Lillqvist <tml@iki.fi> + + Patches by Hans Breuer: + + * gspawn-win32.c: Move the code for gspawn-win32-helper to its own + file. + + * makefile.{mingw,msc}.in: Change accordingly. + + * gspawn-win32-helper.c: New file. + + * Makefile.am (EXTRA_DIST): Add it. + + * gmarkup.c (find_current_text_end): Fix assertion not to check an + uninitialised variable. + 2000-11-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gthread.c: Set the thread data before locking the mutex, because |