Age | Commit message (Expand) | Author | Files | Lines |
2004-08-01 | Include a test involving consecutive backslashes followed by a non-escaped | Matthias Clasen | 1 | -1/+4 |
2004-07-30 | Don't validate for UTF-8 here. (#148420, Robert Ögren) | Matthias Clasen | 1 | -3/+66 |
2004-07-28 | Tests for handling of whitespace inside tags. | Matthias Clasen | 6 | -0/+13 |
2004-07-23 | Fix docs for G_MAXSIZE. (#148262, Christophe Fergeau) | Matthias Clasen | 1 | -1/+1 |
2004-06-11 | Actually set any_failed on failure. (#143552, Philippe Blain) | Matthias Clasen | 1 | -1/+1 |
2004-06-10 | Merge from HEAD: | Federico Mena Quintero | 1 | -8/+5 |
2004-06-08 | Make "make check" less noisy. | Matthias Clasen | 1 | -5/+17 |
2004-05-14 | Handle empty digit string for precision correctly. (#142400) | Tor Lillqvist | 1 | -0/+19 |
2004-04-22 | Trivial warning fix. | Matthias Clasen | 1 | -1/+1 |
2004-04-22 | Add some tests for off-by-one errors. | Matthias Clasen | 1 | -2/+16 |
2004-04-22 | Add testcases for g_message() involving non-printable and unsafe | Matthias Clasen | 1 | -0/+2 |
2004-04-22 | Fix problems when a locale-specific decimal separator directly follows a | Matthias Clasen | 1 | -9/+14 |
2004-04-21 | Comment out a nonessential testcase which fails on HP-UX. (#136283, Jonas | Matthias Clasen | 1 | -0/+2 |
2004-04-15 | Add tests for the empty pattern. | Matthias Clasen | 1 | -0/+2 |
2004-04-10 | glib/giowin32.c glib/gmain.c glib/gstrfuncs.c Decorating variable | Tor Lillqvist | 1 | -1/+1 |
2004-03-31 | Use UTF-16LE explicitly also on Cygwin. (#138423, Roger Leigh) | Tor Lillqvist | 1 | -1/+1 |
2004-03-31 | Minor Cygwin fix. (#138405, Roger Leigh) | Tor Lillqvist | 1 | -0/+9 |
2004-03-21 | Fix Win32 behaviour in some cases where a drive letter is present. For | Tor Lillqvist | 1 | -3/+23 |
2004-03-19 | Make computation of "biggest_pointer" vaguely more portable. (#137498, | Owen Taylor | 1 | -1/+1 |
2004-03-14 | Remove critical log handler; we can't trigger g_return_if_fails() in our | Owen Taylor | 1 | -15/+12 |
2004-03-10 | glib/gspawn-win32.c Implement G_SPAWN_FILE_AND_ARGV_ZERO. (#136792, Bruce | Tor Lillqvist | 2 | -11/+32 |
2004-03-09 | Do not run the g_child_watch_* test multi-threaded, as that doesn't work | Sebastian Wilhelmi | 1 | -1/+14 |
2004-03-06 | Update. | Tor Lillqvist | 1 | -2/+0 |
2004-03-03 | Use a macro GPID_FORMAT for the format to print GPid in (%p on Win32, %d | Tor Lillqvist | 1 | -13/+22 |
2004-03-02 | === Released 2.3.5 ===GLIB_2_3_5 | Owen Taylor | 1 | -0/+1 |
2004-03-01 | Patch from J. Ali Harlow | Owen Taylor | 1 | -7/+8 |
2004-02-29 | Moved the assembler functions from gatomic.h to gatomic.c, which makes for | Sebastian Wilhelmi | 1 | -1/+7 |
2004-02-28 | applied patch from J. Ali Harlow <ali@juiblex.co.uk> to fix g_child_watch | Hans Breuer | 1 | -1/+53 |
2004-02-26 | .cvsignore updates | Sebastian Wilhelmi | 1 | -0/+1 |
2004-02-26 | Only run, if threads are enabled. | Sebastian Wilhelmi | 1 | -2/+6 |
2004-02-26 | New files to implement atomic operations for different platforms. Fixes | Sebastian Wilhelmi | 2 | -0/+59 |
2004-02-25 | added g_hash_table_find and a bunch of g_queue_* | Hans Breuer | 1 | -2/+2 |
2004-02-21 | Extend GQueue API to match the GList API. (#118439). | Soeren Sandmann | 1 | -13/+835 |
2004-02-20 | applied patch from #131937 with slight renames. provides | Tim Janik | 2 | -2/+34 |
2004-02-14 | shut up cvs | Manish Singh | 1 | -0/+1 |
2004-02-14 | Wrap waitpid() as a GSource. This is a partial implementation of the "Unix | Matthias Clasen | 2 | -0/+103 |
2004-02-07 | Fix broken test for gsize formats. | Manish Singh | 1 | -1/+1 |
2004-02-05 | Shut up CVS | Manish Singh | 1 | -0/+1 |
2004-02-05 | Add prototype for g_completion_complete_utf8(). | Manish Singh | 1 | -1/+3 |
2004-02-05 | Weaken an g_assert() to a g_warning(), since apparently nothing in Posix | Matthias Clasen | 1 | -1/+2 |
2004-02-04 | New function which works like g_completion_complete(), but strips a | Matthias Clasen | 2 | -0/+62 |
2004-01-28 | New function, a cross between g_strsplit() and strtok(). (#88329, Soeren | Matthias Clasen | 1 | -0/+65 |
2004-01-22 | Add g_timer_continue(). (#98536, Tim-Philipp Müller) | Owen Taylor | 1 | -1/+51 |
2004-01-12 | Add G_MAXSIZE, define in terms of G_MAXUfoo. | Manish Singh | 1 | -0/+5 |
2004-01-10 | Add the init_by_array functionality from the reference implementation of | George Lebl | 1 | -1/+59 |
2004-01-09 | added convenience macros G_IMPLEMENT_INTERFACE() and G_DEFINE_TYPE() plus | Tim Janik | 1 | -1/+1 |
2003-12-26 | New function to call a function for each element of a GPtrArray. (#114790) | Matthias Clasen | 1 | -0/+13 |
2003-12-04 | Add hangul composition and decomposition to unicode normalization. | Noah Levitt | 1 | -7/+0 |
2003-11-26 | Fixed a bad pointer comparison in g_ascii_strtod that came up in fa_IR | Roozbeh Pournader | 1 | -1/+11 |
2003-11-20 | Added G_GSIZE_FORMAT and friends. | Manish Singh | 3 | -5/+21 |