mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-08 10:14:04 +02:00
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.
This commit is contained in:
committed by
Tor Lillqvist
parent
a2760140c8
commit
30cc3ed1fe
18
ChangeLog
18
ChangeLog
@@ -1,3 +1,21 @@
|
||||
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.
|
||||
|
||||
Sun Oct 17 18:11:40 1999 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gdataset.c (g_data_set_internal): remove g_dataset_global_lock around
|
||||
|
Reference in New Issue
Block a user