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