| Commit message (Expand) | Author | Age | Files | Lines |
* | honour g_mem_gc_friendly settings when freeing slices, make sure | Tim Janik | 2006-01-25 | 1 | -15/+0 |
* | Replace the simple recursive implementation by a nonrecursive, threaded | Matthias Clasen | 2006-01-14 | 1 | -412/+649 |
* | Break some long lines. | Matthias Clasen | 2006-01-09 | 1 | -7/+10 |
* | Add versioned deprecation information | Matthias Clasen | 2005-12-05 | 1 | -1/+1 |
* | prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API to | Tim Janik | 2005-11-01 | 1 | -32/+3 |
* | Check the return values of g_tree_remove(). | Matthias Clasen | 2005-05-17 | 1 | -10/+28 |
* | Clarify some docs. (#302062, Matthew F. Barnes) | Matthias Clasen | 2005-04-29 | 1 | -1/+5 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-14 | 1 | -1/+4 |
* | Implement the same PLT reduction technique used in GTK+: | Matthias Clasen | 2004-09-16 | 1 | -0/+1 |
* | Remove some explicit Docbook markup which is no longer necessary | Matthias Clasen | 2003-07-25 | 1 | -4/+3 |
* | Patch from Sven Neumann to make the include order consistent. (#71704) | Owen Taylor | 2002-12-04 | 1 | -3/+1 |
* | Move some docs inline, and add deprecation information. To see the list of | Matthias Clasen | 2002-11-28 | 1 | -3/+4 |
* | Documentation fixes: #71778, Owen Taylor; #85095, Bill Janssen, Owen | Soeren Sandmann | 2002-10-12 | 1 | -11/+8 |
* | Remove references to nonexisting functions | Matthias Clasen | 2002-05-26 | 1 | -4/+4 |
* | glib/gmain.c remove references to deprecated functions in docs and warning | Manish Singh | 2002-02-03 | 1 | -2/+1 |
* | Minor markup fixes. | Matthias Clasen | 2001-12-16 | 1 | -8/+8 |
* | Documentation fixes. | Matthias Clasen | 2001-12-12 | 1 | -7/+7 |
* | mention the fact that the tree is traversed in sorted order. | Sven Neumann | 2001-12-05 | 1 | -7/+8 |
* | Add notes about how you shouldn't modify these data structures as you | Havoc Pennington | 2001-11-29 | 1 | -1/+5 |
* | Mark g_tree_traverse() as deprecated. (#65343) | Matthias Clasen | 2001-11-26 | 1 | -1/+4 |
* | Get rid fo g_log_domain_glib variable in favor of just using a string | Owen Taylor | 2001-11-17 | 1 | -1/+1 |
* | Patch from Darin Adler to remove GReal* structures in favor of simple | Owen Taylor | 2001-09-19 | 1 | -102/+51 |
* | beautified configure help output. | Sven Neumann | 2001-08-03 | 1 | -4/+4 |
* | fixed a typo in a comment. | Sven Neumann | 2001-05-04 | 1 | -102/+408 |
* | I'm stupid and managed to screw up my own patch. Now the new function | Sven Neumann | 2001-03-08 | 1 | -4/+7 |
* | added new function g_tree_lookup_extended(). | Sven Neumann | 2001-03-08 | 1 | -0/+30 |
* | changed prototype of g_boxed_type_register_static() to contain an optional | Tim Janik | 2001-03-07 | 1 | -9/+9 |
* | Remove useless check. (Mike Chen) | Owen Taylor | 2001-01-31 | 1 | -1/+1 |
* | Ok, I'm a moron. When I originally implemented ENABLE_GC_FRIENDLY, I | Sebastian Wilhelmi | 2000-12-19 | 1 | -0/+4 |
* | Patch from David Benson <daveb@idealab.com> to add user_data support to | Jonathan Blandford | 2000-11-20 | 1 | -29/+48 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | fixed SIZEOF_LONG==4 assumption with ENABLE_MEM_CHECK, from Art Haas | Tim Janik | 2000-05-19 | 1 | -2/+0 |
* | makefile.mingw.in tests/makefile.mingw.in Rename makefile.cygwin(.in) to | Tor Lillqvist | 2000-05-13 | 1 | -2/+0 |
* | Changed the 'value' parameter of g_cache_remove from gpointer to | Sebastian Wilhelmi | 2000-04-26 | 1 | -20/+20 |
* | Add configure test for garbage collector friendliness for GLib. If | Sebastian Wilhelmi | 2000-04-17 | 1 | -0/+13 |
* | inserted additional note to look for ChangeLog and AUTHORS file for a log | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+7 |
* | s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added G_LOCK_EXTERN macro | Sebastian Wilhelmi | 1999-02-10 | 1 | -1/+1 |
* | removed assertment about rtree->root being NULL, so this function can be | Tim Janik | 1999-01-17 | 1 | -4/+8 |
* | version bump to 1.1.8, binary age 0, interface age 0. | Tim Janik | 1998-12-16 | 1 | -7/+7 |
* | This commit merges the glib-threads branch into the main | Owen Taylor | 1998-12-15 | 1 | -3/+15 |
* | removed the GListAllocator type and its g_*_allocator_*() function | Tim Janik | 1998-11-24 | 1 | -52/+49 |
* | check for key_compare_func != NULL (reported by Michal Kara). | Tim Janik | 1998-09-18 | 1 | -0/+2 |
* | new function g_log_set_always_fatal() to set an additional fatal_mask for | Tim Janik | 1998-08-18 | 1 | -6/+7 |
* | added a GNode test. | Tim Janik | 1998-07-31 | 1 | -0/+4 |
* | Initial revision | Owen Taylor | 1998-06-10 | 1 | -0/+719 |