| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some special-casing of empty string which led to dangling pointers. | Matthias Clasen | 2006-04-27 | 1 | -7/+9 |
* | Remove some special-casing of empty string which led to dangling pointers. | Matthias Clasen | 2006-04-27 | 1 | -15/+6 |
* | Regenerated using Unicode Character Database 5.0 beta. | Behdad Esfahbod | 2006-04-27 | 2 | -828/+1834 |
* | Don't repeat a failed fclose() call, since that invokes undefined | Matthias Clasen | 2006-04-26 | 1 | -6/+1 |
* | Avoid a possible NULL dereference (found by Coverity), also avoid some | Matthias Clasen | 2006-04-26 | 1 | -9/+10 |
* | Remove redundant code. (g_key_file_get_group_comment): Don't dereference | Matthias Clasen | 2006-04-25 | 1 | -5/+2 |
* | Add some missing Since: 2.8 tags | Matthias Clasen | 2006-04-19 | 1 | -0/+6 |
* | Adapt to the changed prototype of InterlockedCompareExchange() in newer | Tor Lillqvist | 2006-04-19 | 1 | -3/+23 |
* | Add api to get and set doubles and lists of doubles. (#164719, Maurizio | Matthias Clasen | 2006-04-19 | 3 | -0/+255 |
* | Accept duplicate groups. (#157877, Sebastien Bacher) | Matthias Clasen | 2006-04-19 | 1 | -1/+3 |
* | Make passing NULL for new_prefix work as documented. (#338845, Yevgen | Matthias Clasen | 2006-04-18 | 1 | -1/+1 |
* | Avoid an array overrun. (Coverity, fix by Pascal Terjan) | Matthias Clasen | 2006-04-16 | 1 | -1/+1 |
* | reviewed by: Matthias Clasen <mclasen@redhat.com> | Bastien Nocera | 2006-04-12 | 1 | -1/+2 |
* | Add an assert to make it clear when value can be NULL. | Matthias Clasen | 2006-04-12 | 1 | -1/+3 |
* | added gbase64.obj and derive the static libs name from auto* variables | Hans Breuer | 2006-04-07 | 1 | -1/+2 |
* | Make sure g_thread_pool_stop_unused_threads() actually stops unused | Martyn James Russell | 2006-04-07 | 3 | -266/+308 |
* | Make long long printing work if snprintf is not available. (#332841, | Matthias Clasen | 2006-04-05 | 1 | -1/+9 |
* | Change max-depth to max-lookups. | Behdad Esfahbod | 2006-04-05 | 1 | -1/+1 |
* | Add base64 docs | Matthias Clasen | 2006-04-05 | 3 | -49/+54 |
* | Add base64 encode/decode functions | Alexander Larsson | 2006-04-04 | 5 | -0/+419 |
* | Move short_month_names and long_month_names to bss. | Matthias Clasen | 2006-04-04 | 12 | -57/+16 |
* | Make the parser struct const | Matthias Clasen | 2006-04-04 | 1 | -1/+1 |
* | Fix accidentally broken build. | Behdad Esfahbod | 2006-04-04 | 1 | -1/+2 |
* | Don't include sys/time.h (#337027, Kazuki IWAMOTO) | Matthias Clasen | 2006-04-03 | 1 | -3/+1 |
* | Revert change below. It wasn't a good idea after all, says the original | Tor Lillqvist | 2006-03-31 | 1 | -2/+7 |
* | [Win32] call rmdir() only if remove() fails with errno set to ENOENT, to | Tor Lillqvist | 2006-03-31 | 1 | -2/+2 |
* | Make it build | Matthias Clasen | 2006-03-30 | 1 | -1/+1 |
* | Sync the parameter names with the .h files, otherwise gtk-doc misbehaves. | Matthias Clasen | 2006-03-30 | 1 | -8/+8 |
* | glib/gbookmarkfile.h Add GBookmarkFile, a parser for files containing | Emmanuele Bassi | 2006-03-27 | 7 | -0/+3899 |
* | Support floating point arguments in goption | Matthias Clasen | 2006-03-27 | 2 | -1/+59 |
* | Improve the description of parameter_string in the docs. (#336085, Claudio | Matthias Clasen | 2006-03-26 | 1 | -1/+17 |
* | Updated the documentation to explain that when the maximum threads is > 1 | Martyn James Russell | 2006-03-24 | 1 | -0/+6 |
* | Adjust docs | Matthias Clasen | 2006-03-23 | 1 | -2/+2 |
* | Check for timegm. | Emmanuele Bassi | 2006-03-23 | 3 | -13/+173 |
* | Fix the build | Matthias Clasen | 2006-03-20 | 1 | -1/+2 |
* | use standard_calloc to allocate the profile_data. (#335209, Chris Wilson) | Matthias Clasen | 2006-03-20 | 5 | -45/+58 |
* | Only set the prgname if it hasn't been set before. (#334611, Chong Kai | Matthias Clasen | 2006-03-15 | 1 | -11/+12 |
* | Don't read past the end of the string. (#334471, Morten Welinder) | Matthias Clasen | 2006-03-14 | 1 | -8/+6 |
* | Don't create the option_name twice. (#334519, Chris Wilson) | Matthias Clasen | 2006-03-14 | 1 | -2/+0 |
* | Implement watches for GIOChannels for write file descriptors on Win32 | Marcus Brinkmann | 2006-03-11 | 1 | -9/+229 |
* | Match the prototype in gconvert.c to fix build problems in NetBSD. | Matthias Clasen | 2006-03-07 | 1 | -1/+1 |
* | Separate implementation on Win32: Use the wide character API on NT-based | Tor Lillqvist | 2006-03-01 | 2 | -1/+69 |
* | Add tests for g_utf8_strlen(). | Matthias Clasen | 2006-02-24 | 1 | -1/+1 |
* | p in str, not str in p | Kang Jeong-Hee | 2006-02-17 | 1 | -1/+1 |
* | Fix deadlock when signalling the thread which freed a thread pool | Sebastian Wilhelmi | 2006-02-15 | 1 | -3/+11 |
* | only define _XOPEN_SOURCE to 600 to get at posix_memalign() in case we | Tim Janik | 2006-02-14 | 1 | -5/+5 |
* | Improve docs | Matthias Clasen | 2006-02-14 | 1 | -7/+4 |
* | Get rid of trio/ folder. | Michael Natterer | 2006-02-06 | 1 | -6/+0 |
* | carry out all dtalist pointer accesses atomically, some missing cases | Tim Janik | 2006-01-31 | 2 | -9/+12 |
* | Update URL | David Schleef | 2006-01-30 | 1 | -1/+1 |