summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2007-11-08Require pkg-config 0.16 in configure and in AM_PATH_GLIB_2_0 to beMatthias Clasen1-0/+8
2007-11-08Don't leave out parameters uninitialized. (#490061, Benjamin Otte)Matthias Clasen1-0/+5
2007-11-08Don't leak the condvar. (#479724, Areg Beketovski)Matthias Clasen1-0/+5
2007-11-08New function, to get the stack of open elements. (#452887, Ryan Lortie)Matthias Clasen1-0/+7
2007-11-08Make some functions that take a GError return boolean instead of void.Matthias Clasen1-0/+5
2007-11-08Use automake 1.9Matthias Clasen1-0/+2
2007-11-08Move some inter-*.m4 includes from configure.in to acinclude.m4 to avoidMatthias Clasen1-0/+7
2007-11-08Split ChangeLogMatthias Clasen1-1957/+1
2007-11-07Improve docsMatthias Clasen1-0/+5
2007-11-07Fix builddir != srcdirMatthias Clasen1-0/+5
2007-11-07Not needed, just use -DPCRE_STATIC.Tor Lillqvist1-0/+18
2007-11-07Bump versionMatthias Clasen1-0/+2
2007-11-072.14.3GLIB_2_14_3Matthias Clasen1-0/+2
2007-11-07UpdatesMatthias Clasen1-0/+4
2007-11-07Update the internal copy of PCRE to 7.4Matthias Clasen1-0/+4
2007-10-22Plug small one-time leak on Windows. (#488068, Daniel Atallah)Tor Lillqvist1-0/+5
2007-10-21Fix warnings from sparse. (#487491, Kjartan Maraas)Behdad Esfahbod1-0/+15
2007-10-17Bump versionMatthias Clasen1-0/+4
2007-10-162.14.2GLIB_2_14_2Matthias Clasen1-0/+2
2007-10-16UpdatesMatthias Clasen1-0/+2
2007-10-16Check for sys/resource.hMatthias Clasen1-0/+8
2007-10-13Reviewed by Tim Janik.Sven Herzberg1-0/+10
2007-10-05Always define G_CAN_INLINE. Even MSVC6 is capable of inlining. (#483337,Tor Lillqvist1-0/+5
2007-09-19Check for NULL finalizer. (#476849, Areg Beketovski)Behdad Esfahbod1-0/+5
2007-09-16Bump versionMatthias Clasen1-0/+2
2007-09-162.14.1GLIB_2_14_1Matthias Clasen1-0/+4
2007-09-16Fix doc formattingMatthias Clasen1-0/+1
2007-09-16Fix a doc formatting problemMatthias Clasen1-0/+4
2007-09-16Replace -pthread by -lpthread for Freebsd, too. (#475619, Roy Marples)Matthias Clasen1-0/+5
2007-09-16Fix static build against system pcreMatthias Clasen1-0/+8
2007-09-16UpdatesMatthias Clasen1-0/+4
2007-09-14applied fix for bug #476840.15:07:28 Tim Janik1-0/+6
2007-09-11fix a typo in the previous commit. (#475854, comment #4)Marco Barisione1-0/+3
2007-09-11propagate the pcre flags to libglib and not to all parts of glib.Marco Barisione1-0/+6
2007-09-11Add arm atomic operationsMatthias Clasen1-0/+7
2007-09-10change the type of ref_count from guint to gint, so we can remove someMarco Barisione1-0/+2
2007-09-10use pcre_get_stringnumber() in get_matched_substring_number() ifMarco Barisione1-0/+3
2007-09-10bump PCRE requirement to version 7.2.Marco Barisione1-0/+1
2007-09-10define PCRE_ERROR_NULLWSLIMIT if it's not defined by PCRE, has PCRE 7.3Marco Barisione1-0/+5
2007-09-05Fix header inclusion. (#473879, Peter Kjellerstedt)Behdad Esfahbod1-0/+4
2007-08-29fixed compiler warning about loosing volatile qualifier, bug #457641.Tim Janik1-0/+5
2007-08-24make g_slice_copy() take a gconstpointer instead of a gpointer.Michael Natterer1-0/+5
2007-08-22Fixing my changelogCody Russell1-2/+2
2007-08-22Fixing my changelogCody Russell1-2/+2
2007-08-22Update fix for #469051Cody Russell1-1/+1
2007-08-22Document g_snprintf to return "bytes" rather than "characters".Cody Russell1-0/+5
2007-08-21Document that GUnicodeScript is interchangeable with PangoScript.Behdad Esfahbod1-0/+5
2007-08-20Fix typosBehdad Esfahbod1-0/+7
2007-08-14g_type_default_interface_ref() was not ensuring working g_signal_list_ids.Cody Russell1-0/+7
2007-08-14prevent race covered by g_once_init_enter(), by checking for previousTim Janik1-0/+9