summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
* regex: Add BSR_ANYCRLF compile optionChristian Persch2012-07-022-2/+9
* regex: Fix newline definition for system PCREChristian Persch2012-07-022-1/+8
* regex: Don't return from inside a g_once_init_enter/leave blockChristian Persch2012-07-021-20/+16
* regex: Add accessor for PCRE_INFO_HASCRORLFChristian Persch2012-07-024-0/+34
* regex: Remove message for unused error codeChristian Persch2012-07-021-2/+0
* regex: Add NEWLINE_ANYCRLF match optionChristian Persch2012-07-022-30/+39
* regex: Add NEWLINE_ANYCRLF compile optionChristian Persch2012-07-023-10/+17
* regex: Assert that our flags values are the same as PCRE'sChristian Persch2012-07-021-0/+24
* regex: Handle PCRE_ERROR_RECURSIONLOOPChristian Persch2012-07-011-0/+2
* regex: Update GRegexError with newer PCRE error codesChristian Persch2012-07-013-55/+181
* regex: Simplify regex compile testsChristian Persch2012-07-011-84/+22
* regex: Deprecate an obsolete error codeChristian Persch2012-07-012-4/+1
* regex: Fix PCRE error code conversionChristian Persch2012-07-011-9/+9
* GOptionContext: Don't show headings without optionsMatthias Clasen2012-06-292-1/+28
* /mainloop/timeouts test: Reduce race conditionMartin Pitt2012-06-271-1/+4
* GMainContext: reorganize source list to avoid O(n) behaviorDan Winship2012-06-261-28/+126
* gmain: add GSourceIterDan Winship2012-06-261-62/+92
* gmain: rename some variables for clarityDan Winship2012-06-261-14/+14
* gmain: child sources must always have same priority as parentDan Winship2012-06-261-0/+3
* GSource: initialise ->priv on constructRyan Lortie2012-06-261-25/+14
* glib/: gtk-doc cleanupRyan Lortie2012-06-253-2/+5
* Mark utf8 performance tests as suchMatthias Clasen2012-06-231-14/+12
* Add a test for G_USER_DIRECTOR_DESKTOPMatthias Clasen2012-06-231-0/+14
* regex: Fix unicode othercasingChristian Persch2012-06-231-10/+7
* Add a note of caution to the g_slist_delete_link() docsMatthias Clasen2012-06-231-0/+12
* GRand: Check return value of fopen directlyColin Walters2012-06-221-3/+2
* gspawn: Abort if we can't open /dev/nullColin Walters2012-06-221-0/+2
* tests/unix: Ensure buffer is NUL terminatedColin Walters2012-06-221-0/+1
* gfileutils: Remove extra fclose()Colin Walters2012-06-221-1/+0
* Adds g_list_copy_deep and g_slist_copy_deepJonh Wendell2012-06-216-6/+134
* Fix g_utf8_validate() out argument transfer modeMartin Pitt2012-06-181-1/+1
* GKeyFile: Deal better with blank linesMatthias Clasen2012-06-152-9/+29
* GWakeup: Avoid extraneous wakeupsMatthias Clasen2012-06-151-1/+1
* Improve g_find_program_in_path documentationPaolo Borelli2012-06-151-1/+1
* Improve GTimeZone test coverageMatthias Clasen2012-06-131-2/+17
* Remove trailing commas from enumsMurray Cumming2012-06-121-1/+1
* Correct the docs for g_time_zone_adjust_timeMatthias Clasen2012-06-111-1/+1
* Improve GTimeZone test coverageMatthias Clasen2012-06-111-0/+66
* Improve GOptionContext test coverageMatthias Clasen2012-06-111-2/+109
* Fix a typoMatthias Clasen2012-06-111-2/+2
* tests/spawn-multithreaded: Decrease parallelism to avoid crashing on OS XColin Walters2012-06-061-1/+1
* glib: fix g_reload_user_special_dirs_cacheMarc-Antoine Perennou2012-06-011-6/+10
* Link to gvariant-format-strings-pointers in getter APIGuillaume Desmottes2012-05-281-1/+29
* Annotate API introduced for 2.30 with GLIB_AVAILABLE_IN_2_30Colin Walters2012-05-268-0/+28
* glib: fix buildMarc-Antoine Perennou2012-05-221-4/+1
* gspawn: Add GSpawnFlag to use the PATH from envpChristian Persch2012-05-222-13/+41
* environ: Allow NULL envpChristian Persch2012-05-222-11/+40
* g_utf8_validate: @str shouldn't end up annotated as utf8Dan Winship2012-05-181-1/+1
* g_clear_pointer: work around gcc helpfulnessDan Winship2012-05-171-1/+3
* glib: fix memory leaks in gutils, protocol, and strfuncs testsRavi Sankar Guntur2012-05-173-16/+58