Fix #157255. Also some refactoring of this still very ugly source file.
[platform/upstream/glib.git] / ChangeLog
2004-12-11 Tor LillqvistFix #157255. Also some refactoring of this still very...
2004-12-09 Matthias ClasenDon't print help options if the options of a specific...
2004-12-07 Matthias ClasenUpdate the returned value after locale changes. (#16027...
2004-12-06 Tor LillqvistFix a write to freed memory: Unlock the channel's mutex...
2004-12-06 Matthias ClasenRemove a no longer needed hack for libtool < 1.5.2...
2004-12-05 Tor Lillqvistglib/glib.symbols Implement DLL ABI stability also for
2004-12-05 Tor LillqvistRemove the DLL binary compatibilty entries from the...
2004-12-04 Matthias ClasenReturn -1 if queue is NULL. (#159530, Philippe Blain)
2004-12-02 Matthias ClasenBump version.
2004-12-02 Matthias Clasen2.5.7
2004-12-02 Matthias ClasenProtect the the various push/pop allocator functions...
2004-12-02 Matthias ClasenDon't forget to initialize g_system_config_dirs. (...
2004-12-02 Manish Singhactually enable (and fix up the length test).
2004-11-30 Tor Lillqvistglib/Makefile.am (glib.def) gcc -E complains "linker...
2004-11-30 Matthias ClasenUpdates
2004-11-30 Tor LillqvistAlso check errno to detect true errors from spawn*...
2004-11-29 Matthias ClasenDefine empty for gcc 2.95.
2004-11-29 Matthias ClasenRemove leftover noinline attributes. (is_name_start_cha...
2004-11-29 Matthias ClasenRemove leftover noinline attributes.
2004-11-29 Matthias ClasenUse the perl found by configure. (#149826, Morten Welinder)
2004-11-28 Manish Singhfilter G_GNUC before PRIVATE so $ is still true.
2004-11-28 Manish Singhminor comment fix.
2004-11-28 Matthias ClasenMark functions with G_GNUC_MALLOC when appropriate.
2004-11-28 Tor Lillqvistglib/gutils.[hc] [Win32] Make also g_get_user_name...
2004-11-28 Matthias ClasenOptimizations; don't scan the entire text in find_curre...
2004-11-27 Matthias ClasenUpdate the @flags documentation with references to...
2004-11-27 Matthias ClasenDon't access invalid memory address if p wasn't increas...
2004-11-26 Matthias ClasenAdd a testcase for the previous fix.
2004-11-25 Manish Singhfilter out G_GNUC stuff when doing the compare.
2004-11-25 Kjartan MaraasAdd «nb» to ALL_LINGUAS.
2004-11-24 Tor LillqvistUse wide character API when available. Document that...
2004-11-24 Matthias ClasenReplace g_utf8_validate() with an optimized version...
2004-11-24 Matthias ClasenAdd utf8-validate.
2004-11-23 Matthias ClasenDon't mark g_option_error_quark() as const, to be consi...
2004-11-23 Matthias ClasenFix a problem with the PLT reduction changes which...
2004-11-21 Hans Breuerupdated
2004-11-17 Matthias ClasenSupport gmodule-no-export.
2004-11-17 Matthias Clasen*** empty log message ***
2004-11-15 Matthias ClasenUse S_ISREG(), since S_IFMT and S_IFREG are apprarently...
2004-11-12 Matthias ClasenBump version.
2004-11-12 Matthias Clasen2.5.6 GLIB_2_5_6
2004-11-11 J. Ali HarlowUse embedded tab rather than '\t' escape sequence....
2004-11-10 Tor LillqvistFix typo in doc comment.
2004-11-10 Matthias ClasenUpdates
2004-11-08 Matthias ClasenAdd G_TRAVERSE_LEAVES and G_TRAVERSE_NON_LEAVES as...
2004-11-08 Manish Singhglib/gasyncqueue.c glib/ghook.c g_return_if_fail -...
2004-11-08 Matthias ClasenMake g_io_channel_ref(), g_main_context_ref(), g_hook_r...
2004-11-08 Matthias ClasenInitialize child_watch_count to 1, so that we don't...
2004-11-07 Matthias ClasenWork around an bug in Mac OS < 10.3. (#156446, Dave...
2004-11-06 Tor LillqvistCosmetics: move the G_GNUC_INTERNAL define to the same...
2004-11-05 Matthias ClasenPortability fixes and extra sanity checks. (#157453...
2004-11-05 Matthias ClasenHandle numbers like 1e1, nan, -infinity. Also try harde...
2004-11-04 Tor LillqvistAdd G_OPTION_FLAG_REVERSE, to reverse the sense of...
2004-11-04 Tor LillqvistDocument that the result is guaranteed to be non-NULL.
2004-11-03 Matthias ClasenAdd bug references.
2004-11-02 Matthias Clasen*** empty log message *** GLIB_2_5_5
2004-11-02 Matthias Clasen*** empty log message ***
2004-11-02 Matthias Clasen*** empty log message ***
2004-11-02 Matthias ClasenForgotten ChangeLog
2004-11-02 Matthias ClasenDocument that this function may not return.
2004-11-02 Matthias ClasenMake gtkdoc-scan happy by removing spaces between gchar...
2004-11-01 Tor LillqvistImplement correctly also on Unix systems without lstat...
2004-11-01 Ray Strodedon't return an error if we come across a value with...
2004-11-01 Matthias Clasenglib/gdebug.h glib/gutils.c gobject/gtype.c gthread...
2004-11-01 Matthias ClasenDocumentation updates.
2004-11-01 Matthias ClasenHandle conflicts between options in different groups...
2004-10-31 Matthias ClasenDocument G_WIN32_IS_NT_BASED, G_WIN32_HAVE_WIDECHAR_API.
2004-10-31 Tor LillqvistDocument g_win32_get_windows_version().
2004-10-31 Tor LillqvistAdd g_lstat().
2004-10-30 Matthias ClasenDoc additions.
2004-10-30 Matthias ClasenConvert filenames to UTF-8 on Windows.
2004-10-29 Hans Breuerupdated [and finally fixed my script to produce ready...
2004-10-29 Matthias ClasenAdd tests for the handling of non-option arguments...
2004-10-29 Matthias ClasenDocument GOption
2004-10-29 Matthias ClasenMark g_assert_warning as G_GNUC_NORETURN, to avoid...
2004-10-29 Tor LillqvistInclude also <direct.h> for mkdir() prototype with...
2004-10-29 Tor LillqvistRedefine also g_io_channel_new_file to the UTF-8 versio...
2004-10-28 Ray Strodefix whitespace in changelog entry
2004-10-28 Ray Strodeclean up a leak (#156652, Morten Welinder) (g_key_file_...
2004-10-28 Ray StrodeDon't use S_ISREG macro (#156728, Kazuki IWAMOTO)
2004-10-28 Matthias ClasenFix credits.
2004-10-28 Matthias ClasenInclude galias.h before glib.h (#156697, Christian...
2004-10-28 Matthias ClasenAdd a missing "Since: 2.6" comment.
2004-10-28 Tor LillqvistInclude glib.h early to get G_OS_WIN32. Include errno...
2004-10-28 Tor LillqvistInclude gstdio.h and use g_open().
2004-10-28 Tor LillqvistFix typo in bug number reference.
2004-10-27 Ray StrodeMove file is regular check to load_from_file to use...
2004-10-27 Matthias ClasenBump version
2004-10-27 Matthias Clasen2.5.4 GTK_2_5_4
2004-10-27 Matthias ClasenIntroduce the idea of a filename encoding, which is...
2004-10-27 Matthias ClasenFix includes. (#156500, #156499, Kazuki IWAMOTO)
2004-10-27 Matthias ClasenFix srcdir != builddir builds. (#156447, Thomas Fitzsim...
2004-10-26 Matthias ClasenAdd a missing include.
2004-10-26 Gora Mohantyconfigure.in: Added 'or' to ALL_LINGUAS.
2004-10-26 Matthias ClasenAdd new symbols.
2004-10-26 Matthias ClasenDocumentation fixes.
2004-10-26 Matthias ClasenMake this function thread-safe in the GLib style.
2004-10-26 Ray StrodeAdd Matthias to "Written by" lines (GKeyFileGroup)...
2004-10-26 Matthias ClasenDon't include ctype.h needlessly. (#156424, Morten...
2004-10-26 Matthias ClasenDon't include ctype.h needlessly. (#156424, Morten...
next