summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
* Bug 536996 – Missing noop i18n macro equivalent to C_Matthias Clasen2008-07-185-0/+62
* Move another testMatthias Clasen2008-07-181-0/+1194
* Move tests aroundMatthias Clasen2008-07-181-0/+1539
* Avoid a warning when printing a pid_t. Pointed out by Morten Welinder.Matthias Clasen2008-07-161-1/+1
* Document that this function does accept localized infinities and nans.Matthias Clasen2008-07-161-3/+5
* Detect overflow and error out. Reported by Morten Welinder.Matthias Clasen2008-07-161-1/+16
* Improve an error messageMatthias Clasen2008-07-161-1/+1
* add functions g_markup_parse_context_{push,pop} in order to provide someRyan Lortie2008-07-105-2/+657
* Set a sane default recursion limit of 8192 instead of 1000000. Patch byMatthias Clasen2008-07-061-1/+1
* Bug 541507 – Ambiguous description of assigned characters in the GlibBehdad Esfahbod2008-07-041-5/+6
* Add a g_return_val_if_fail check in both versions. Proposed by PatrikMatthias Clasen2008-07-021-0/+2
* Apply fix for CVE-2008-2371 to fix a heap-based buffer overflow.Matthias Clasen2008-07-011-1/+1
* Bug 539770 - migrate gstrfunc unit tests to gtestPaolo Borelli2008-06-243-0/+1569
* Fix markup in comment.Stefan Kost2008-06-221-4/+4
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-224-4/+4
* Improve Windows-specific parts of documentation. Mention the different CTor Lillqvist2008-06-211-36/+68
* Bug 316221 - G_LOCK warns about breaking strict-aliasing rulesSebastian Dröge2008-06-201-6/+0
* Bug 539123 – annotate g_d[n]gettext with G_GNUC_FORMATChristian Persch2008-06-192-4/+4
* Bug 539074 - Cannot get exit status with g_spawn_command_line_sync()Tor Lillqvist2008-06-191-5/+1
* Annotate functionsMatthias Clasen2008-06-192-4/+4
* fix a commentMatthias Clasen2008-06-191-1/+1
* set tv_usec to 0 rather than 1 when a fraction of a second is notMatthias Clasen2008-06-191-16/+41
* Use g_set_error_literal where appropriate. Patch from bug #535947.Christian Persch2008-06-1611-159/+160
* Add g_set_error_literal. Bug #535947.Christian Persch2008-06-163-0/+37
* changed return value to const gchar* to fix warning.Michael Natterer2008-06-161-1/+1
* Move docs aroundMatthias Clasen2008-06-151-29/+1
* Add docsMatthias Clasen2008-06-151-0/+9
* Don't leak the pipes to child processes. Patch by Thiago Macieira.Matthias Clasen2008-06-131-1/+4
* to get the default translation target on win32 use g_win32_get_locale()Hans Breuer2008-06-132-2/+4
* Documentation fixupsMatthias Clasen2008-06-121-30/+106
* Tiny doc fixMatthias Clasen2008-06-121-1/+1
* Bug 503071 – Application direction changes to right to left even ifBehdad Esfahbod2008-06-117-8/+148
* hex, I mean itMatthias Clasen2008-06-111-1/+1
* Handle strfxrm returning -1 a little better. Problem pointed out by TakaoMatthias Clasen2008-06-111-10/+16
* Fix make checkMatthias Clasen2008-06-111-2/+2
* g_win32_error_message() works fine for the Winsock WSA* error codes, too,Tor Lillqvist2008-06-111-128/+33
* Improve the docsMatthias Clasen2008-06-111-0/+3
* Improve the docsMatthias Clasen2008-06-111-0/+3
* Bug 531900 – Use __builtin_offsetof for G_STRUCT_OFFSET if buildingSebastian Dröge2008-06-111-2/+9
* glib/gmain.c Clarify what a "child pid" is in the doc comments.Tor Lillqvist2008-06-112-8/+22
* Bug 536158 – also bump GHashTable version when a node is removed viaMatthias Clasen2008-06-101-0/+5
* Define X_OK if not defined (MSVC).Tor Lillqvist2008-06-071-0/+4
* Bug 531403 - g_utf8_collate broken on Mac.Yevgen Muntyan2008-06-021-7/+185
* Bug 535625 - alias.h:2648: error: 'utime' undeclared here (not in aTor Lillqvist2008-05-301-1/+1
* Mask out X_OK to avoid problem on Vista. X_OK was just ignored by access()Tor Lillqvist2008-05-291-1/+1
* glib/gstdio.h Add g_utime(). No need to include <sys/utime.h> in gstdio.h,Tor Lillqvist2008-05-293-0/+53
* wint_t is short on Windows, and gcc warns: "wint_t is promoted to int whenTor Lillqvist2008-05-291-0/+4
* add G_DISABLE_SINGLE_INCLUDES to CPPFLAGS globally.Michael Natterer2008-05-282-2/+5
* Revert the patch for bug 527214 and related changes. GTimerMatthias Clasen2008-05-274-6/+4
* PCRE 7.7Matthias Clasen2008-05-2710-310/+510