Age | Commit message (Expand) | Author | Files | Lines |
2006-05-16 | g_ascii_strtoll | Matthias Clasen | 1 | -0/+2 |
2006-05-10 | Renamed to glib/gthreadprivate.h and moved system thread identifier | Sebastian Wilhelmi | 1 | -1/+2 |
2006-05-03 | 2.11.0GLIB_2_11_0 | Matthias Clasen | 1 | -0/+3 |
2006-04-05 | Run run-bookmark-test.sh | Matthias Clasen | 1 | -3/+2 |
2006-04-04 | Add base64 encode/decode functions | Alexander Larsson | 1 | -0/+2 |
2006-03-27 | Add test suite for GBookmarkFile. | Emmanuele Bassi | 1 | -0/+2 |
2005-12-20 | added mem_error() and mem_assert() to test and handle errors without | Tim Janik | 1 | -0/+3 |
2005-12-05 | Set MALLOC_CHECK_ and MALLOC_PERTURB_ | Matthias Clasen | 1 | -1/+2 |
2005-12-05 | - Added support for sorting async queues by with _push_sorted(), | Martyn James Russell | 1 | -0/+2 |
2005-12-02 | extended to perform the benchmarking on the old memchunk code if 'O' is | Tim Janik | 1 | -0/+1 |
2005-12-01 | Remove a duplicate _LDADD | Matthias Clasen | 1 | -1/+0 |
2005-12-01 | new slice allocator implementation. | Tim Janik | 1 | -0/+2 |
2005-11-18 | 2.9.0GLIB_2_9_0 | Matthias Clasen | 1 | -5/+4 |
2005-11-17 | Unit tests for g_utf8_pointer_to_offset and g_utf8_offset_to_pointer. | Matthias Clasen | 1 | -0/+2 |
2005-10-05 | Add Collation tests. | Matthias Clasen | 1 | -2/+7 |
2005-08-08 | Add convert-test here. | Matthias Clasen | 1 | -0/+2 |
2005-07-15 | Make refcounting threadsafe by using atomic operations. (#166020, Wim | Matthias Clasen | 1 | -1/+1 |
2005-06-30 | 2.7.1GLIB_2_7_1 | Matthias Clasen | 1 | -1/+3 |
2005-06-25 | Add an mmap() wrapper called GMappedFile. (#148218, David Schleef, Behdad | Matthias Clasen | 1 | -0/+2 |
2005-06-10 | 2.7.0GLIB_2_7_0 | Matthias Clasen | 1 | -1/+2 |
2005-02-08 | Don't write out of bounds. | Matthias Clasen | 1 | -1/+2 |
2005-01-19 | Accept \r\n as line end. (#163030, Bastian Nocera) | Matthias Clasen | 1 | -0/+2 |
2004-11-24 | Add utf8-validate. | Matthias Clasen | 1 | -0/+2 |
2004-08-02 | Add GOption. | Anders Carlsson | 1 | -0/+2 |
2004-03-06 | Update. | Tor Lillqvist | 1 | -2/+0 |
2004-02-26 | New files to implement atomic operations for different platforms. Fixes | Sebastian Wilhelmi | 1 | -0/+2 |
2004-02-14 | Wrap waitpid() as a GSource. This is a partial implementation of the "Unix | Matthias Clasen | 1 | -0/+2 |
2004-02-04 | New function which works like g_completion_complete(), but strips a | Matthias Clasen | 1 | -0/+2 |
2003-09-25 | Add gobject/. | Owen Taylor | 1 | -0/+2 |
2003-09-12 | Add g_markup_printf_escaped(), g_markup_vprintf_escaped(). | Owen Taylor | 1 | -0/+2 |
2003-07-28 | Add tests for g_{get,set,unset}env(). | Matthias Clasen | 1 | -0/+2 |
2003-07-26 | test suite additions. | Matthias Clasen | 1 | -0/+2 |
2003-05-27 | Remain silent when sucessful. | Matthias Clasen | 1 | -1/+4 |
2003-03-04 | require automake 1.7. Add calls to libtoolize and gtkdocize. Clean up some | James Henstridge | 1 | -14/+10 |
2002-11-17 | Ignore the G_SPAWN_DO_NOT_REAP_CHILD flag, can't be meaninfully | Tor Lillqvist | 1 | -0/+6 |
2002-03-05 | Default to --disable-gtk-doc, to avoid Jade setup hassles. | Owen Taylor | 1 | -4/+4 |
2001-12-22 | Add (undefined) HAVE_C99_VSNPRINTF. | Tor Lillqvist | 1 | -33/+33 |
2001-11-27 | Set this from libtool rather than hardcoding values for certain platforms. | Dan Winship | 1 | -1/+2 |
2001-11-22 | Version 11, interface, binary age 0. | Owen Taylor | 1 | -2/+2 |
2001-11-14 | Add back mainloop-test here, too. | Tor Lillqvist | 1 | -2/+0 |
2001-11-03 | On Win32, create separate .exp file for module-test.o and link with that. | Tor Lillqvist | 1 | -1/+6 |
2001-11-02 | Recurse with may_block = FALSE, so we don't get into the pathology where | Owen Taylor | 1 | -1/+2 |
2001-10-25 | Version 1.3.10, interface age, binary age = 0. | Owen Taylor | 1 | -2/+3 |
2001-10-24 | Add g_strtod & co. | Alex Larsson | 1 | -0/+2 |
2001-10-13 | make struct _GPatternSpec and GMatchType private. (g_pattern_equal): new | Tim Janik | 1 | -1/+2 |
2001-09-03 | Implement. | Owen Taylor | 1 | -1/+2 |
2001-08-26 | New functions to convert between local pahtnames and file: uris. | Alex Larsson | 1 | -1/+3 |
2001-08-12 | Find test case for srcdir != builddir, miscellaneous cleanups. | Owen Taylor | 1 | -6/+11 |
2001-07-02 | Use G_N_ELEMENTS rather than a custom macro. | Owen Taylor | 1 | -26/+30 |
2001-06-30 | Jun 29 13:36:39 2001 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 1 | -0/+2 |