summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-0
AgeCommit message (Expand)Author
2005-08-10Fix typos: invokation -> invocation.Stepan Kasal
2002-03-15Move pre-2.0 ChangeLog asideOwen Taylor
2002-03-14Fix some gsize/gint mismatches. (#74422, Miroslaw Dobrzanski-Neumann)Owen Taylor
2002-03-14Fixed threading issues brought up by #74577. Make g_log_find_domain,Sebastian Wilhelmi
2002-03-13glib/gconvert.c glib/gen-unicode-tables.pl fixed cast/type problems toErwann Chenede
2002-03-13Cache getenv("G_BROKEN_FILENAMES") in have_broken_filenames() and useAlexander Larsson
2002-03-11Add a note about g_strreverse() and UTF-8.Matthias Clasen
2002-03-08======== Released 2.0.0 ========upstream/GLIB_2_0_0Owen Taylor
2002-03-08Final updates for 2.0.0Owen Taylor
2002-03-08Updates.Owen Taylor
2002-03-06Added bugnumberSebastian Wilhelmi
2002-03-06Fixed recognition of dce. Do not use -lc_r on OpenBSD and FreeBSD. InsteadSebastian Wilhelmi
2002-03-06GTK+-2.0.0 rc1upstream/GLIB_2_0_0_RC1Owen Taylor
2002-03-05Finish docs. (#67064)Matthias Clasen
2002-03-05Where we have getpwuid[_r], use that in preference to $HOME, and onlyOwen Taylor
2002-03-05Default to --disable-gtk-doc, to avoid Jade setup hassles.Owen Taylor
2002-03-04spelling fixOwen Taylor
2002-03-03added padding.Tim Janik
2002-02-28Fix memory leak. (#72990, Paoloo Maggi)Owen Taylor
2002-02-28nicer output of configure --help.Sven Neumann
2002-02-27Remove the shortcut for UTF-8 locales to ensure consistent behaviour. FixDaniel Elstner
2002-02-27Remove these files from CVS so we more-or-less current versions fromOwen Taylor
2002-02-26Remove references to gruntime. This includes renaming the test programMatthias Clasen
2002-02-26fix wrong bug numberOwen Taylor
2002-02-26Reorder @INTL_LIBS@ and @ICONV_LIBS@ in case -lintl depends on -licon.Owen Taylor
2002-02-26Check for iconv_* in -liconv as well as libiconv_* in -liconv since AIXOwen Taylor
2002-02-26Fix trailing , in enumeration Miroslaw Dobrzanski-Neumann (#72574)Owen Taylor
2002-02-26Account for some characters having now uppercase/lowercase equivalents inOwen Taylor
2002-02-25Fix quoting of \' sequence (#72548, Christian Rose)Owen Taylor
2002-02-24Edits.Tor Lillqvist
2002-02-241.3.15, binary, interface age 0.upstream/GLIB_1_3_15Owen Taylor
2002-02-23Add a little bit of padding.Owen Taylor
2002-02-21New header containing GTK_DEBUG-style debugging support for GLib.Matthias Clasen
2002-02-21ed Feb 20 22:35:42 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor
2002-02-20Use gssize instead of gsize as type of the pos and len arguments. (#71964)Daniel Elstner
2002-02-20Added Greek translationSimos Xenitellis
2002-02-19Include <config.h> first here, too. Use g_io_channel_read_chars() insteadTor Lillqvist
2002-02-19Remove charset.alias from EXTRA_DIST; we don't want the charset.alias fromOwen Taylor
2002-02-18Turn off ISO varargs support for gcc-2.95 since it causes problems withOwen Taylor
2002-02-171.3.14upstream/GLIB_1_3_14Owen Taylor
2002-02-15Version 1.3.14.Owen Taylor
2002-02-15Updated.Owen Taylor
2002-02-15Do not assume, that after g_usleep(G_USEC_PER_SEC) the newly startedSebastian Wilhelmi
2002-02-14Use the #if branch with G_BREAKPOINT() also on Win32. Remove the separateTor Lillqvist
2002-02-14add third argument to the AC_DEFINE calls, so users of the macro don'tJames Henstridge
2002-02-13never dispatch sources of mixed priority, because while iterating over theHavoc Pennington
2002-02-11Use "if (expr) { } else" as I meant to in the first place. The other formDarin Adler
2002-02-11ytpo fixManish Singh
2002-02-11need statement terminators for the if clauses for the precedeing change.Manish Singh
2002-02-11Use "if (expr) else" rather than "if (!(expr))" so the parentheses don'tDarin Adler