Cosmetics.
[platform/upstream/glib.git] / ChangeLog.pre-2-12
index 4b6ce0f..2fca175 100644 (file)
@@ -1,3 +1,94 @@
+2000-10-26  Tor Lillqvist  <tml@iki.fi>
+
+       * makefile.{mingw,msc}.in: Cosmetics.
+
+2000-10-26  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * gstrfuncs.c (g_strsplit): When the string is ended by a
+       delimiter, return an extra empty string just like for a delimiter
+       at the start of the string. This makes the function behave more
+       consitent and also fixes Bug #15026.
+
+Tue Oct 24 22:09:14 2000  Tim Janik  <timj@gtk.org>
+
+       * glib-object.h: added newly added gobject/ headers.
+
+       * gmesage.c: print g_message() output to stderr instead of stdout.
+
+2000-10-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Use one = instead of two, which is plainly wrong.
+
+2000-10-19  Tor Lillqvist  <tml@iki.fi>
+
+       * makefile.msc.in: Pass -DGSPAWN_HELPER when building it. Link
+       with user32.lib.
+
+       * gspawn-win32.c
+       * gfileutils.c: Make them compile with picky MSVC.
+
+       * gwin32.h: New file. Move Win32-only stuff that isn't related to
+       GIOChannels here from giochannel.h.
+
+       * Makefile.am: Add it here.
+
+       * giochannel.h: Move stuff to gwin32.h.
+
+       * glib.h: On Win32, include gwin32.h.
+
+Mon Sep 11 10:03:24 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * glib.h convert.c (g_convert_with_fallback): Change
+       ERROR_OTHER to ERROR_FAILED, add some dummy marking with _().
+
+       * docs/reference/glib/glib-sections.txt
+       docs/reference/glib/glib-docs.sgml Update for g_convert,
+       g_unicode_validate.
+
+2000-10-16  Tor Lillqvist  <tml@iki.fi>
+
+       * glibconfig.h.win32.in: Remove alloca stuff from here. galloca.h
+       takes care of it, correctly.
+
+       * giowin32.c (reader_thread): Some more debugging output.
+       (g_io_channel_win32_poll): Remove unused vars.
+
+       * gfileutils.c: Changes for Win32, with no unistd.h and no
+       S_ISLNK().
+
+       * gspawn-win32.c: Implementation of the g_spwan_* functions for
+       Win32. Due to the general non-Unixness of Win32, much of the
+       functionality that is relatively clean to implement on Unix, is
+       hard to do on Win32. We must use a separate helper program to
+       change directory, close extra file descriptors, redirect the std
+       ones, as needed, and only then start the child process. No child
+       process pid can be returned, unfortunately. Or if we used
+       CreateProcess directly, it probably could. (Now we use the spawnv*
+       functions from msvcrt.)
+
+       * Makefile.am (EXTRA_DIST): Add gspawn-win32.c
+
+       * glib.def: Add new entry points.
+
+       * glib.def
+       * giowin32.c: Remove g_io_channel_win32_wait_for_condition(),
+       g_io_channel_win32_poll() subsumes it.
+
+       * gbacktrace.h: G_BREAKPOINT for MSVC (on the ix86).
+
+       * gwin32.c (g_win32_getlocale): Use "sp" for
+       LANG_CROATIAN+SUBLANG_SERBIAN_LATIN.
+
+       * makefile.{mingw,msc}.in (glib_OBJECTS): Add new files.
+       Add gspawn-win32-helper.exe rule.
+
+       * tests/makefile.{mingw,msc}.in (TESTS): Add shell-test and
+       spawn-test.
+
+       * tests/spawn-test.c: (run_tests): On Win32, don't try to run
+       /bin/sh, but ipconfig (no special significance in choosing that,
+       just a program that outputs something to stdout).
+
 2000-10-15  Raja R Harinath  <harinath@cs.umn.edu>
 
        Remove need for acconfig.h, and misc. cleanups.