| Commit message (Expand) | Author | Age | Files | Lines |
* | Move aside ChangeLog for 2.4glib-2-4-branchpoint | Owen Taylor | 2004-05-04 | 1 | -139/+0 |
* | Added Walloon file | Pablo Saratxaga | 2004-05-03 | 1 | -0/+4 |
* | check for __pentium4__ when deciding whether to use bswap for | Manish Singh | 2004-05-02 | 1 | -0/+5 |
* | added makefile.msc to EXTRA_DIST fixes #141563, Steve Lhomme | Hans Breuer | 2004-05-01 | 1 | -0/+5 |
* | Plug memory leak. (#140770, John Ehresman) | Tor Lillqvist | 2004-04-25 | 1 | -0/+5 |
* | Reinstate LIBCHARSET_ALIAS_DIR support which got lost at some point. | Matthias Clasen | 2004-04-23 | 1 | -0/+4 |
* | Don't call g_strerror() here, since it can lead to infinite recursion. | Matthias Clasen | 2004-04-23 | 1 | -0/+5 |
* | Trivial warning fix. | Matthias Clasen | 2004-04-22 | 1 | -0/+2 |
* | Add some tests for off-by-one errors. | Matthias Clasen | 2004-04-22 | 1 | -0/+5 |
* | Add testcases for g_message() involving non-printable and unsafe | Matthias Clasen | 2004-04-22 | 1 | -0/+7 |
* | Fix problems when a locale-specific decimal separator directly follows a | Matthias Clasen | 2004-04-22 | 1 | -0/+6 |
* | Only set time_is_current to FALSE if context->timeout is not zero. | Matthias Clasen | 2004-04-22 | 1 | -0/+5 |
* | Comment out a nonessential testcase which fails on HP-UX. (#136283, Jonas | Matthias Clasen | 2004-04-21 | 1 | -0/+5 |
* | Add tests for the empty pattern. | Matthias Clasen | 2004-04-15 | 1 | -0/+8 |
* | Add new language and sublanguage codes, from GNU gettext. (#137958) | Tor Lillqvist | 2004-04-10 | 1 | -0/+3 |
* | glib/giowin32.c glib/gmain.c glib/gstrfuncs.c Decorating variable | Tor Lillqvist | 2004-04-10 | 1 | -0/+15 |
* | added gujarati translations | Guntupalli Karunakar | 2004-04-08 | 1 | -0/+4 |
* | Remove AC_CYGWIN, obsolete. Don't let pthreads be found on Cygwin, they | Tor Lillqvist | 2004-04-03 | 1 | -0/+5 |
* | Use UTF-16LE explicitly also on Cygwin. (#138423, Roger Leigh) | Tor Lillqvist | 2004-03-31 | 1 | -0/+3 |
* | Minor Cygwin fix. (#138405, Roger Leigh) | Tor Lillqvist | 2004-03-31 | 1 | -0/+5 |
* | Added en_CA to ALL_LINGUAS. Added Canadian English translation. | Adam Weinberger | 2004-03-30 | 1 | -0/+4 |
* | Fix Win32 behaviour in some cases where a drive letter is present. For | Tor Lillqvist | 2004-03-21 | 1 | -0/+12 |
* | Add credit ChangeLog | Owen Taylor | 2004-03-19 | 1 | -1/+1 |
* | Fix the accidental revert of the fixes from #112222 that happened when the | Owen Taylor | 2004-03-19 | 1 | -0/+6 |
* | Make computation of "biggest_pointer" vaguely more portable. (#137498, | Owen Taylor | 2004-03-19 | 1 | -0/+6 |
* | Define HAVE_INT64_AND_I64 also in the mingw (gcc on Win32) case, where the | Tor Lillqvist | 2004-03-17 | 1 | -0/+6 |
* | Added en_GB to ALL_LINGUAS Added British translation | Gareth Owen | 2004-03-17 | 1 | -0/+4 |
* | === Released 2.4.0 ===GLIB_2_4_0 | Owen Taylor | 2004-03-16 | 1 | -0/+10 |
* | Handle invalid UTF-8. (#131218, patch from Matthias Clasen) | Owen Taylor | 2004-03-14 | 1 | -0/+5 |
* | Use fork1() not fork for G_THREADS_IMPL_SOLARIS. (#136971, Sebastian | Owen Taylor | 2004-03-14 | 1 | -0/+5 |
* | if _POLL_EMUL_H is defined, undefine HAVE_POLL to prefer our own poll() | Owen Taylor | 2004-03-14 | 1 | -0/+6 |
* | Add __extension__ to G_STMT_START to quite gcc -pedantic. (#131899, | Owen Taylor | 2004-03-14 | 1 | -0/+6 |
* | Remove critical log handler; we can't trigger g_return_if_fails() in our | Owen Taylor | 2004-03-14 | 1 | -0/+9 |
* | Some warning fixes for the Sun compiler (Reported by David L. Cooper II, | Owen Taylor | 2004-03-14 | 1 | -0/+12 |
* | ia32's G_BREAKPOINT() implementation works on amd64 too. Enable it. | Manish Singh | 2004-03-12 | 1 | -0/+5 |
* | Non-optimizing compile fails for two asm statements on PowerPC. Use | Manish Singh | 2004-03-12 | 1 | -0/+8 |
* | Remove an extra semicolon. Spotted by Kjartan Maraas. | Matthias Clasen | 2004-03-11 | 1 | -0/+5 |
* | glib/gspawn-win32.c Implement G_SPAWN_FILE_AND_ARGV_ZERO. (#136792, Bruce | Tor Lillqvist | 2004-03-10 | 1 | -0/+9 |
* | === Released 2.3.6 ===GLIB_2_3_6 | Owen Taylor | 2004-03-09 | 1 | -0/+8 |
* | Do not run the g_child_watch_* test multi-threaded, as that doesn't work | Sebastian Wilhelmi | 2004-03-09 | 1 | -0/+6 |
* | Add Irish to ALL_LINGUAS | Alastair McKinstry | 2004-03-08 | 1 | -0/+4 |
* | Added Serbian Jekavian translation by Bojan Suzić. | Danilo Šegan | 2004-03-07 | 1 | -0/+4 |
* | shortcut_spawn_retval which doesn't improve the implementation at all, it | Hans Breuer | 2004-03-07 | 1 | -0/+8 |
* | Update. | Tor Lillqvist | 2004-03-06 | 1 | -0/+12 |
* | Patch by Sebastian Wilhemi to fix infinite recursion in g_atomic. | Matthias Clasen | 2004-03-05 | 1 | -0/+10 |
* | Add g_main_depth. (#136221, Cedric Gustin) | Tor Lillqvist | 2004-03-05 | 1 | -0/+4 |
* | Added Punjabi translation | Guntupalli Karunakar | 2004-03-04 | 1 | -0/+4 |
* | Use the atomic integer operations for GMainContext and GMainLoop reference | Sebastian Wilhelmi | 2004-03-04 | 1 | -0/+9 |
* | Update to match a configure-generated glibconfig.h. Specifically: Remove | Tor Lillqvist | 2004-03-03 | 1 | -0/+6 |
* | Use a macro GPID_FORMAT for the format to print GPid in (%p on Win32, %d | Tor Lillqvist | 2004-03-03 | 1 | -0/+13 |