glib/gmodule
Tor Lillqvist 30cc3ed1fe Don't crash if removing a nonexistent value.
1999-10-31  Tor Lillqvist  <tml@iki.fi>

* gcache.c (g_cache_remove): Don't crash if removing a nonexistent
value.

* gutils.c (gwin_getlocale): New Win32-specific function, returns
a Unixish current locale string (en, zh_TW etc).

* glib.h: Declare it.

* glib.def: Export it.

* testglib.c: Test it.

* gmessages.c (Win32: ensure_stdout_valid): Some improvements,
make sure we don't call AllocConsole several times, which I think
has happened.
1999-10-31 12:15:34 +00:00
..
.cvsignore Shut up cvs 1999-01-05 20:28:45 +00:00
AUTHORS initial import of gmodule. 1998-08-09 08:32:18 +00:00
ChangeLog Don't crash if removing a nonexistent value. 1999-10-31 12:15:34 +00:00
COPYING initial import of gmodule. 1998-08-09 08:32:18 +00:00
gmodule-beos.c Port to BeOS by myself and Richard Offer. 1999-05-08 07:40:44 +00:00
gmodule-dl.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
gmodule-dld.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
gmodule-os2.c Add G_MODULE_IMPL_OS2 1999-04-07 18:17:38 +00:00
gmodule-win32.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
gmodule.c 18:36. incorporated proposed cleanups from gtk-devel-list. 1999-07-24 18:50:58 +00:00
gmodule.def applied glib-tml-981120-0, change log appended below. 1998-11-25 03:02:56 +00:00
gmodule.h Don't crash if removing a nonexistent value. 1999-10-31 12:15:34 +00:00
gmoduleconf.h.in Port to BeOS by myself and Richard Offer. 1999-05-08 07:40:44 +00:00
gmoduleconf.h.win32 New function that returns the message string for a Win32 error code. 1998-10-27 04:11:32 +00:00
libgplugin_a.c Support added for building using a GNU toolchain on Win32, 1999-04-24 13:52:51 +00:00
libgplugin_b.c Support added for building using a GNU toolchain on Win32, 1999-04-24 13:52:51 +00:00
Makefile.am added --export-dynamic so we can load dynmic modules, (required, according 1999-08-26 13:09:50 +00:00
testgmodule.c G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, but 1999-10-04 02:32:50 +00:00