summaryrefslogtreecommitdiff
path: root/glib
AgeCommit message (Expand)Author
2007-11-072.14.3upstream/GLIB_2_14_3Matthias Clasen
2007-11-07Update the internal copy of PCRE to 7.4Matthias Clasen
2007-10-22Plug small one-time leak on Windows. (#488068, Daniel Atallah)Tor Lillqvist
2007-10-21Fix warnings from sparse. (#487491, Kjartan Maraas)Behdad Esfahbod
2007-10-16Check for sys/resource.hMatthias Clasen
2007-09-19Check for NULL finalizer. (#476849, Areg Beketovski)Behdad Esfahbod
2007-09-16Fix doc formattingMatthias Clasen
2007-09-16Fix a doc formatting problemMatthias Clasen
2007-09-14applied fix for bug #476840.15:07:28 Tim Janik
2007-09-11propagate the pcre flags to libglib and not to all parts of glib.Marco Barisione
2007-09-11Add arm atomic operationsMatthias Clasen
2007-09-10change the type of ref_count from guint to gint, so we can remove someMarco Barisione
2007-09-10use pcre_get_stringnumber() in get_matched_substring_number() ifMarco Barisione
2007-09-10define PCRE_ERROR_NULLWSLIMIT if it's not defined by PCRE, has PCRE 7.3Marco Barisione
2007-09-05Fix header inclusion. (#473879, Peter Kjellerstedt)Behdad Esfahbod
2007-08-29fixed compiler warning about loosing volatile qualifier, bug #457641.Tim Janik
2007-08-24make g_slice_copy() take a gconstpointer instead of a gpointer.Michael Natterer
2007-08-22Update fix for #469051Cody Russell
2007-08-22Document g_snprintf to return "bytes" rather than "characters".Cody Russell
2007-08-21Document that GUnicodeScript is interchangeable with PangoScript.Behdad Esfahbod
2007-08-20Fix typosBehdad Esfahbod
2007-08-14prevent race covered by g_once_init_enter(), by checking for previousTim Janik
2007-08-13prevent linking a freed GThread structure into global thread list in errorTim Janik
2007-08-09forgotten fileMatthias Clasen
2007-08-09Handle restricted characters by converting them to numeric characterMatthias Clasen
2007-08-08Make it work regardless of --enable-debugMatthias Clasen
2007-08-06Revert my earlier change, see #440544.Tor Lillqvist
2007-08-06Move the G_ENABLE_DEBUG ifdef inside g_slice_debug_tree_statistics() soTor Lillqvist
2007-08-04Revert the J handling changeMatthias Clasen
2007-08-03Fix a C99ismMatthias Clasen
2007-08-03Handle J changes in the pattern correctly. (#444765, Yevgen Muntyan)Matthias Clasen
2007-08-01Update so it applies again.Tor Lillqvist
2007-08-01Drop leftover use of a union.Tor Lillqvist
2007-07-31Update to PCRE 7.2Matthias Clasen
2007-07-31Fix some glitchesMatthias Clasen
2007-07-31remove debug spewMatthias Clasen
2007-07-22Documentation cleanupsMatthias Clasen
2007-07-22Coding style cleanupsMatthias Clasen
2007-07-20Forgotten fileMatthias Clasen
2007-07-20Fix the buildMatthias Clasen
2007-07-19Make g_unichar_combining_class() public. (#453998)Behdad Esfahbod
2007-07-12more atomic ops pointer cast fixes. this time it'll work with atomic opTim Janik
2007-07-12fixed missing pointer casts when using atomic ops.Tim Janik
2007-07-12migrate per-thread magazine caches from single-thread scenario to firstTim Janik
2007-07-10Fix 'make check'Matthias Clasen
2007-07-10implemented g_once_init_enter(), g_once_init_enter_impl() andTim Janik
2007-07-09save errno to prevent it being clobbered by call toRyan Lortie
2007-07-08Handle all states. (#454473)Matthias Clasen
2007-07-06When WSAEnumNetworkEvents() signals FD_CONNECT that means that theTor Lillqvist
2007-06-25g_hash_table_find(), g_hash_table_foreach(): document performance caveatsTim Janik