summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* unicode: Add new tests for unicode 6.2wip/unicode-6.2Christian Persch2012-07-111-1/+3
* unicode: Update to unicode 6.2.0 betaChristian Persch2012-07-115-3680/+3887
* unicode: Add new line breaking class from unicode 6.2Christian Persch2012-07-112-6/+7
* unicode: Use g_assert_cmp{int,uint,hex} in testsChristian Persch2012-07-111-27/+30
* GDBusNodeInfo: remove a spurious for loopRui Matos2012-07-111-5/+2
* GDBusNodeInfo: the XML string must contain exactly one node elementRui Matos2012-07-111-0/+3
* Add g_spawn_check_exit_status()Colin Walters2012-07-1011-64/+158
* gio: add g_async_result_is_tagged()Dan Winship2012-07-1011-73/+69
* gio: Add g_async_result_legacy_propagate_error()Dan Winship2012-07-1019-311/+180
* gio: handle GSimpleAsyncResult errors in _finish vmethodsDan Winship2012-07-1010-14/+104
* GFile: remove some unnecessary codeDan Winship2012-07-101-15/+0
* goptions: use G_N_ELEMENTS instead of nitemsAntoine Jacoutot2012-07-101-5/+1
* GVariant: fix string validationRyan Lortie2012-07-092-1/+11
* Fix up GObject interface documentationStef Walter2012-07-092-137/+309
* Updated Galician translationsFran Diéguez2012-07-091-165/+238
* OpenBSD: explicitely define nitemsAntoine Jacoutot2012-07-081-0/+4
* gio: Add type macros for GFileAttributeInfoList and GFileAttributeMatcherTorsten Schönfeld2012-07-082-2/+6
* gdbus-codegen: improve casting a tiny wee bitDavid Zeuthen2012-07-071-7/+7
* regex: Add new GRegexError code from PCRE 8.31Christian Persch2012-07-073-2/+9
* regex: Enable fixed testChristian Persch2012-07-071-3/+1
* regex: Import PCRE 8.31Christian Persch2012-07-0712-1124/+2087
* GVariant: support comparing booleansRyan Lortie2012-07-062-0/+9
* gdbus-codegen: neuter warnings when using -Wstrict-aliasingDavid Zeuthen2012-07-061-6/+6
* gdbus-codegen: don't shadow variableDavid Zeuthen2012-07-061-3/+3
* GSettings: be more careful about keys names with /Ryan Lortie2012-07-062-5/+17
* Updated Norwegian bokmål translationKjartan Maraas2012-07-061-336/+414
* Clarify the GLIB_VERSION_MIN_REQUIRED/MAX_ALLOWED docsDan Winship2012-07-061-8/+15
* Deal with GLIB_VERSION_MIN_REQUIRED/MAX_ALLOWED being a "future" valueDan Winship2012-07-061-2/+13
* GString: Tweak documentation, add g_string_free_to_bytes()Colin Walters2012-07-065-6/+68
* gdbus-codegen: Don't generate invalid GObject property namesDavid Zeuthen2012-07-063-1/+34
* Constify collect and lcopy strings in GTypeValueTableEmmanuele Bassi2012-07-052-5/+5
* Improve the g_dir_read_name documentationMatthias Clasen2012-07-051-2/+6
* Updated POTFILES.inPiotr Drąg2012-07-041-0/+1
* Drop unneeded includesMatthias Clasen2012-07-033-3/+1
* Split gcontenttype.cMatthias Clasen2012-07-033-354/+382
* win32: fix build after bug 674452Marc-André Lureau2012-07-031-1/+1
* GObject docs fixupRyan Lortie2012-07-032-0/+30
* glib/deprecated: Fix some version typosRico Tzschichholz2012-07-031-4/+4
* Assamese translation updatedNilamdyuti Goswami2012-07-031-150/+238
* Updated Bulgarian translationAlexander Shopov2012-07-031-129/+187
* Fix the 'Since' tag for G_SOURCE_{REMOVE,CONTINUE}Neil Roberts2012-07-021-2/+2
* regex: Require PCRE 8.13Christian Persch2012-07-021-1/+1
* Updated Spanish translationDaniel Mustieles2012-07-021-16/+4
* Updated Spanish translationDaniel Mustieles2012-07-021-144/+229
* Fixed a a «big bug» in a string ;-)Daniel Mustieles2012-07-021-1/+1
* regex: Fix unicode othercasingChristian Persch2012-07-022-2/+8
* regex: Add FIRSTLINE compile flagChristian Persch2012-07-023-1/+9
* regex: Add NOTEMPTY_ATSTART match optionChristian Persch2012-07-023-31/+48
* regex: Add PARTIAL_HARD match optionChristian Persch2012-07-023-7/+34
* regex: Add JavaScript compat modeChristian Persch2012-07-023-21/+40