summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
* Remove some special-casing of empty string which led to dangling pointers.Matthias Clasen2006-04-271-7/+9
* Remove some special-casing of empty string which led to dangling pointers.Matthias Clasen2006-04-271-15/+6
* Regenerated using Unicode Character Database 5.0 beta.Behdad Esfahbod2006-04-272-828/+1834
* Don't repeat a failed fclose() call, since that invokes undefinedMatthias Clasen2006-04-261-6/+1
* Avoid a possible NULL dereference (found by Coverity), also avoid someMatthias Clasen2006-04-261-9/+10
* Remove redundant code. (g_key_file_get_group_comment): Don't dereferenceMatthias Clasen2006-04-251-5/+2
* Add some missing Since: 2.8 tagsMatthias Clasen2006-04-191-0/+6
* Adapt to the changed prototype of InterlockedCompareExchange() in newerTor Lillqvist2006-04-191-3/+23
* Add api to get and set doubles and lists of doubles. (#164719, MaurizioMatthias Clasen2006-04-193-0/+255
* Accept duplicate groups. (#157877, Sebastien Bacher)Matthias Clasen2006-04-191-1/+3
* Make passing NULL for new_prefix work as documented. (#338845, YevgenMatthias Clasen2006-04-181-1/+1
* Avoid an array overrun. (Coverity, fix by Pascal Terjan)Matthias Clasen2006-04-161-1/+1
* reviewed by: Matthias Clasen <mclasen@redhat.com>Bastien Nocera2006-04-121-1/+2
* Add an assert to make it clear when value can be NULL.Matthias Clasen2006-04-121-1/+3
* added gbase64.obj and derive the static libs name from auto* variablesHans Breuer2006-04-071-1/+2
* Make sure g_thread_pool_stop_unused_threads() actually stops unusedMartyn James Russell2006-04-073-266/+308
* Make long long printing work if snprintf is not available. (#332841,Matthias Clasen2006-04-051-1/+9
* Change max-depth to max-lookups.Behdad Esfahbod2006-04-051-1/+1
* Add base64 docsMatthias Clasen2006-04-053-49/+54
* Add base64 encode/decode functionsAlexander Larsson2006-04-045-0/+419
* Move short_month_names and long_month_names to bss.Matthias Clasen2006-04-0412-57/+16
* Make the parser struct constMatthias Clasen2006-04-041-1/+1
* Fix accidentally broken build.Behdad Esfahbod2006-04-041-1/+2
* Don't include sys/time.h (#337027, Kazuki IWAMOTO)Matthias Clasen2006-04-031-3/+1
* Revert change below. It wasn't a good idea after all, says the originalTor Lillqvist2006-03-311-2/+7
* [Win32] call rmdir() only if remove() fails with errno set to ENOENT, toTor Lillqvist2006-03-311-2/+2
* Make it buildMatthias Clasen2006-03-301-1/+1
* Sync the parameter names with the .h files, otherwise gtk-doc misbehaves.Matthias Clasen2006-03-301-8/+8
* glib/gbookmarkfile.h Add GBookmarkFile, a parser for files containingEmmanuele Bassi2006-03-277-0/+3899
* Support floating point arguments in goptionMatthias Clasen2006-03-272-1/+59
* Improve the description of parameter_string in the docs. (#336085, ClaudioMatthias Clasen2006-03-261-1/+17
* Updated the documentation to explain that when the maximum threads is > 1Martyn James Russell2006-03-241-0/+6
* Adjust docsMatthias Clasen2006-03-231-2/+2
* Check for timegm.Emmanuele Bassi2006-03-233-13/+173
* Fix the buildMatthias Clasen2006-03-201-1/+2
* use standard_calloc to allocate the profile_data. (#335209, Chris Wilson)Matthias Clasen2006-03-205-45/+58
* Only set the prgname if it hasn't been set before. (#334611, Chong KaiMatthias Clasen2006-03-151-11/+12
* Don't read past the end of the string. (#334471, Morten Welinder)Matthias Clasen2006-03-141-8/+6
* Don't create the option_name twice. (#334519, Chris Wilson)Matthias Clasen2006-03-141-2/+0
* Implement watches for GIOChannels for write file descriptors on Win32Marcus Brinkmann2006-03-111-9/+229
* Match the prototype in gconvert.c to fix build problems in NetBSD.Matthias Clasen2006-03-071-1/+1
* Separate implementation on Win32: Use the wide character API on NT-basedTor Lillqvist2006-03-012-1/+69
* Add tests for g_utf8_strlen().Matthias Clasen2006-02-241-1/+1
* p in str, not str in pKang Jeong-Hee2006-02-171-1/+1
* Fix deadlock when signalling the thread which freed a thread poolSebastian Wilhelmi2006-02-151-3/+11
* only define _XOPEN_SOURCE to 600 to get at posix_memalign() in case weTim Janik2006-02-141-5/+5
* Improve docsMatthias Clasen2006-02-141-7/+4
* Get rid of trio/ folder.Michael Natterer2006-02-061-6/+0
* carry out all dtalist pointer accesses atomically, some missing casesTim Janik2006-01-312-9/+12
* Update URLDavid Schleef2006-01-301-1/+1