Add versioned/persistent GTree interface.
[dana/cg-glib.git] / ChangeLog.pre-2-6
2005-01-10 Owen TaylorSplit ChangeLog for 2.6
2005-01-09 Tor LillqvistInclude also wchar.h for wcslen on Cygwin. (#163133...
2005-01-09 Hans Breuermake it compile with mvc6 default sdk, (#define INVALID...
2005-01-09 Tor LillqvistFix cast. (#163133, Roger Leigh)
2005-01-09 Tor LillqvistInclude <io.h> on Windows for prototypes. (#163390...
2005-01-07 Matthias ClasenTypo fixes.
2005-01-07 Matthias ClasenBump version
2005-01-07 Matthias Clasen2.6.1
2005-01-07 Matthias ClasenGenerate and distribute gmodule-export-2.0.pc, which...
2005-01-06 Tor Lillqvistconfigure.in glib/Makefile.am Win32 cross-compilation...
2005-01-06 Tor Lillqvistglib/Makefile.am glib.def and gobject.def are generated...
2005-01-05 Matthias ClasenSimplify the inlining magic to make it work at Oh zero...
2005-01-04 Tor LillqvistUse g_win32_getlocale() instead of setlocale() on Windo...
2005-01-04 Matthias ClasenFix the inlining magic. (#157536, Jens Hatlak, and...
2005-01-03 Matthias ClasenDon't return directories. (#160738, Tommi Komulainen)
2005-01-03 Matthias ClasenClarify the documentation. (#162251, Mariano Suárez...
2005-01-03 Matthias ClasenClarify the docs. (#162747, Crispin Flowerday)
2005-01-03 J. Ali HarlowDon't use AC_TRY_RUN to test for long long format when...
2005-01-01 Tor LillqvistMake the g_getenv() ABI backward compatibility wrapper...
2005-01-01 Tor Lillqvistglib/glib.symbols glib/gutils.h Make also g_getenv...
2004-12-31 Tor LillqvistRewrite the Win32 version to use GetFileAttributes...
2004-12-30 Tor LillqvistUse GetCurrentDirectory() directly for simpler buffer...
2004-12-30 Matthias ClasenTypo fix.
2004-12-30 Tor LillqvistRequire UNC paths to start with exactly two slashes...
2004-12-27 Matthias ClasenAdd an OS_LINUX conditional.
2004-12-22 Matthias ClasenDon't show the special G_OPTION_REMAINING entry. (...
2004-12-20 Tor LillqvistImprove docs.
2004-12-20 Matthias ClasenAdd some tests for '--' stripping.
2004-12-20 Matthias ClasenMake docs more accurate. (#161683, Marcin Krzyzanowski)
2004-12-19 Matthias ClasenCall post-parse hooks also if argv is NULL. (#161668...
2004-12-16 Matthias ClasenBump version
2004-12-16 Matthias Clasen2.6.0
2004-12-15 Alexander LarssonFix spelling Add g_return_val_if_fail.
2004-12-15 Alexander LarssonAdd g_filename_display_basename.
2004-12-14 Matthias ClasenUpdates
2004-12-14 Matthias ClasenSet version to 2.6.0
2004-12-13 Tor LillqvistUpdate.
2004-12-13 Matthias ClasenUpdates
2004-12-12 Tor Lillqvistglib/glib.symbols Implement Windows DLL ABI stability...
2004-12-11 Tor LillqvistAdd doc comments about Windows restrictions on renaming...
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
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 ***
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.
next