summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
AgeCommit message (Expand)Author
2004-06-10Fix expected results (ha ha) for URIs that *should* have been invalid, orFederico Mena Quintero
2004-06-08Fixes #140532.Federico Mena Quintero
2004-06-08Make "make check" less noisy.Matthias Clasen
2004-06-06Add name of bug reporter.Tor Lillqvist
2004-06-06Check home for being NULL. (#143812)Tor Lillqvist
2004-06-06Added "ne.po" Nepali translationPawan Chitrakar
2004-06-05cpp #directives should always have the "#" in the first column of the theManish Singh
2004-06-02Use higher precision for the mathematical constants. (#141941, MortenMatthias Clasen
2004-06-02Fix an off-by-one error in g_markup_parse_context_parse(). (#142794,Matthias Clasen
2004-05-17Merged from 2.4:Matthias Clasen
2004-05-15[Win32] Only believe HOME if it is an absolute path and exists. (#138618)Tor Lillqvist
2004-05-14Handle empty digit string for precision correctly. (#142400)Tor Lillqvist
2004-05-10Merge from 2.4:Matthias Clasen
2004-05-09Remove two duplicated lines. Thanks to BenoƮt Carpentier.Tor Lillqvist
2004-05-09Merge from 2.4:Matthias Clasen
2004-05-09Add bug reference.Matthias Clasen
2004-05-09Merge from 2.4:Matthias Clasen
2004-05-06Bump version number to 2.5.0.Matthias Clasen
2004-05-06Quote the file scheme to mark it as untranslatable. String change.Matthias Clasen
2004-05-04Move aside ChangeLog for 2.4glib-2-4-branchpointOwen Taylor
2004-05-03Added Walloon filePablo Saratxaga
2004-05-02check for __pentium4__ when deciding whether to use bswap forManish Singh
2004-05-01added makefile.msc to EXTRA_DIST fixes #141563, Steve LhommeHans Breuer
2004-04-25Plug memory leak. (#140770, John Ehresman)Tor Lillqvist
2004-04-23Reinstate LIBCHARSET_ALIAS_DIR support which got lost at some point.Matthias Clasen
2004-04-23Don't call g_strerror() here, since it can lead to infinite recursion.Matthias Clasen
2004-04-22Trivial warning fix.Matthias Clasen
2004-04-22Add some tests for off-by-one errors.Matthias Clasen
2004-04-22Add testcases for g_message() involving non-printable and unsafeMatthias Clasen
2004-04-22Fix problems when a locale-specific decimal separator directly follows aMatthias Clasen
2004-04-22Only set time_is_current to FALSE if context->timeout is not zero.Matthias Clasen
2004-04-21Comment out a nonessential testcase which fails on HP-UX. (#136283, JonasMatthias Clasen
2004-04-15Add tests for the empty pattern.Matthias Clasen
2004-04-10Add new language and sublanguage codes, from GNU gettext. (#137958)Tor Lillqvist
2004-04-10glib/giowin32.c glib/gmain.c glib/gstrfuncs.c Decorating variableTor Lillqvist
2004-04-08added gujarati translationsGuntupalli Karunakar
2004-04-03Remove AC_CYGWIN, obsolete. Don't let pthreads be found on Cygwin, theyTor Lillqvist
2004-03-31Use UTF-16LE explicitly also on Cygwin. (#138423, Roger Leigh)Tor Lillqvist
2004-03-31Minor Cygwin fix. (#138405, Roger Leigh)Tor Lillqvist
2004-03-30Added en_CA to ALL_LINGUAS. Added Canadian English translation.Adam Weinberger
2004-03-21Fix Win32 behaviour in some cases where a drive letter is present. ForTor Lillqvist
2004-03-19Add credit ChangeLogOwen Taylor
2004-03-19Fix the accidental revert of the fixes from #112222 that happened when theOwen Taylor
2004-03-19Make computation of "biggest_pointer" vaguely more portable. (#137498,Owen Taylor
2004-03-17Define HAVE_INT64_AND_I64 also in the mingw (gcc on Win32) case, where theTor Lillqvist
2004-03-17Added en_GB to ALL_LINGUAS Added British translationGareth Owen
2004-03-16=== Released 2.4.0 ===GLIB_2_4_0Owen Taylor
2004-03-14Handle invalid UTF-8. (#131218, patch from Matthias Clasen)Owen Taylor
2004-03-14Use fork1() not fork for G_THREADS_IMPL_SOLARIS. (#136971, SebastianOwen Taylor
2004-03-14if _POLL_EMUL_H is defined, undefine HAVE_POLL to prefer our own poll()Owen Taylor