summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.13.6GLIB_2_13_6Matthias Clasen2007-06-2988-476/+541
* UpdatesMatthias Clasen2007-06-292-0/+19
* updating for Punjabi TranslationAmanpreet Singh Alam2007-06-291-301/+277
* typo fix, #451459.Tim Janik2007-06-272-1/+5
* g_hash_table_find(), g_hash_table_foreach(): document performance caveatsTim Janik2007-06-252-3/+20
* Add a clarification about pairing the memory allocation and freeEmmanuele Bassi2007-06-232-0/+18
* Updated Norwegian bokmål translation.Kjartan Maraas2007-06-232-219/+200
* Use memcpy in g_string_append_vprintf (#57693).Mathias Hasselmann2007-06-222-5/+15
* updated si translationFelix I2007-06-222-0/+870
* reintroduce typedef gulong GType; for C++, to avoid C++ specific ABITim Janik2007-06-222-0/+9
* Restore old behaviour of g_string_append_vprintf: g_vasprintf seems to beMathias Hasselmann2007-06-182-10/+12
* More docsMatthias Clasen2007-06-182-3/+26
* Bump versionMatthias Clasen2007-06-182-1/+3
* 2.13.5GLIB_2_13_5Matthias Clasen2007-06-1891-879/+1029
* UpdatesMatthias Clasen2007-06-182-0/+40
* Add full variant to the approximate timeout functiontEmmanuele Bassi2007-06-186-38/+92
* Prevent segfaults on long paths. (#447935, Robby Griffin)Matthias Clasen2007-06-182-2/+7
* Estonian translation update by Ivar Smolin.Priit Laes2007-06-172-219/+205
* Accept NULL and return GQuark value of zero. (#446859)Behdad Esfahbod2007-06-174-9/+22
* Document the undefined behaviour of CLAMP() if low > high. (#448260)Emmanuele Bassi2007-06-162-1/+7
* Correctly use g_printf_string_upper_bound in g_string_append_vprintf.Mathias Hasselmann2007-06-162-1/+10
* Updated Spanish translationJorge Gonzalez Gonzalez2007-06-152-238/+214
* Extended the comments on those functions, that are NOOPs, beforeSebastian Wilhelmi2007-06-153-7/+27
* Added GRegex boxed type. (#445065, Carlos Garnacho)Cody Russell2007-06-157-2/+36
* Replaced & by &amp; in <programlisting> to make gtk-doc happy.Sebastian Wilhelmi2007-06-152-3/+8
* Improve performance by removing the use of an intermediate g_malloc'dRyan Lortie2007-06-155-12/+68
* Introduce g_string_overwrite(_len)? for overwriting parts of strings (#368686...Mathias Hasselmann2007-06-155-1/+106
* Check for 0-sized private data. (#443869)Cody Russell2007-06-152-0/+7
* always define GType unconditionally in terms of gsize, there's no need toTim Janik2007-06-142-4/+6
* work around SGI IDO cc, fixes #363986.Tim Janik2007-06-142-2/+7
* Fix typosMatthias Clasen2007-06-142-2/+7
* Add bug number.Behdad Esfahbod2007-06-131-1/+1
* Whitelist g_atomic_{int,pointer}_[gs]et() as we don't alias themBehdad Esfahbod2007-06-132-1/+6
* glib/glib-sections.txt document g_slice_copy() and g_slice_dup().Sven Neumann2007-06-133-0/+37
* glib/gslice.[ch] added g_slice_copy() and g_slice_dup() (#442029).Sven Neumann2007-06-134-1/+25
* Add some docsMatthias Clasen2007-06-132-0/+17
* updated hebrew translationYair Hershkovitz2007-06-122-30/+33
* Add more G_GNUC_CONST and G_GNUC_PURE.Behdad Esfahbod2007-06-122-11/+15
* Remove the cache expiration logic: it makes g_get_user_special_dir() notEmmanuele Bassi2007-06-112-74/+17
* Updated TranslationSubhransu Behera2007-06-112-261/+237
* Update doc comments. Mention that it is not recommeded to use the RegistryTor Lillqvist2007-06-112-5/+25
* sv.po: Updated Swedish translationDaniel Nylander2007-06-102-251/+235
* Fix a thinkoMatthias Clasen2007-06-061-1/+1
* Add definitions for more CSIDL_* constants in case missing from headers.Tor Lillqvist2007-06-062-2/+15
* Fall back to $HOME/Desktop for the DESKTOP directory, likeMatthias Clasen2007-06-062-0/+14
* Bump versionMatthias Clasen2007-06-062-1/+3
* 2.13.4Matthias Clasen2007-06-0690-723/+761
* UpdatesMatthias Clasen2007-06-062-0/+13
* Don't assume the string is valid UTF-8, since it may be user data.Matthias Clasen2007-06-052-8/+14
* Add not to g_utf8_get_char_validated() about nul-terminated strings.Behdad Esfahbod2007-06-052-1/+7