summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-24Typo fix.Krzesimir Nowak1-1/+1
2011-06-24Refine Visual Studio ProjectsChun-wei Fan5-7/+245
2011-06-24Temporarily remove build/win32/vs10/glib.slnChun-wei Fan1-235/+0
2011-06-23Unicode: add a g_utf8_substring convenience apiMatthias Clasen5-14/+73
2011-06-24Typo fixChristian Persch1-1/+1
2011-06-24Plug a mem leak in the regex testChristian Persch1-0/+1
2011-06-24Add boxed GType for GMatchInfoChristian Persch4-0/+15
2011-06-24Make GMatchInfo refcountedChristian Persch4-5/+50
2011-06-23build: fix gtk-doc when srcdir != builddirPatrick Welche3-3/+3
2011-06-23Fix typo in GTime docsSebastian Dröge1-1/+1
2011-06-23Add tests for GValueArrayMatthias Clasen1-0/+65
2011-06-23Improve test coverage for GValue transformationsMatthias Clasen2-2/+153
2011-06-23Run some tests with errorcheck mutexes tooMatthias Clasen2-0/+9
2011-06-22Updated Russian translationYuri Kozlov1-476/+549
2011-06-22Update config.h.win32(.in)Chun-wei Fan1-0/+3
2011-06-21build: Cache check for futex() and eventfd()Colin Walters1-18/+10
2011-06-21GCancellable: Use Linux eventfd() instead of pipeColin Walters1-20/+68
2011-06-21gmain: use Linux eventfd() for main context wake upColin Walters2-6/+83
2011-06-21gio/Makefile.am: Remove stray references to $(marshal_sources)Dan Winship1-8/+1
2011-06-21Fix a srcdir!=builddir issue, and export that we support itColin Walters2-1/+4
2011-06-21Updated Galician translationsFran Diéguez1-172/+181
2011-06-20Add iter_replace API to GHashTableIterPhilip Van Hoof5-44/+135
2011-06-20Make gmarshal.c actually compile standaloneMatthias Clasen1-47/+550
2011-06-20Stop using glib-genmarshal at build timeColin Walters35-178/+565
2011-06-20GDBus: Unref worker from worker-thread to avoid raceDavid Zeuthen2-2/+21
2011-06-20gthread tests: Remove spurious return;Colin Walters1-2/+0
2011-06-20gclosure: Add G_TYPE_ENUM and G_TYPE_PARAM for g_cclosure_marshal_generic()Colin Walters1-0/+8
2011-06-20gdbus-test-codegen: Allocate full integer space for uint16 propertiesColin Walters1-2/+2
2011-06-20configure.ac: Generate xz tarballs by defaultJavier Jardón1-3/+3
2011-06-20Visual C++ 2010 project files updateChun-wei Fan12-97/+1
2011-06-20Update Visual C++ 2010 ProjectsChun-wei Fan12-13/+97
2011-06-19Clarify nul-termination of g_utf8_to_ucs4[_fast] resultChristian Persch1-2/+3
2011-06-19Add tests for GCacheMatthias Clasen2-0/+150
2011-06-19asyncqueue: improve test coverageMatthias Clasen1-3/+54
2011-06-19utils: silence tests unless verboseMatthias Clasen1-3/+74
2011-06-19logging: improve test coverageMatthias Clasen1-0/+39
2011-06-19hash: Improve test coverageMatthias Clasen1-2/+13
2011-06-18Update gsettings/glib-compile-schemas VS ProjectsChun-wei Fan4-0/+16
2011-06-17gvariant: Mark g_variant_new_variant as constructorColin Walters1-1/+1
2011-06-17gdatainputstream: Add Since: tags and update gio-sections.txtColin Walters2-1/+5
2011-06-16GDataInputStream: Add _utf8() variants of _read_lineColin Walters4-0/+166
2011-06-16GDataInputStream: Clarify read_line() docs, mark as byte arrayColin Walters1-12/+18
2011-06-16Fix build due to trivial typos in ab0e9dbf.Patrick Welche2-102/+1
2011-06-15G_STATIC_REC_MUTEX_INIT: Add a 0 to the initialization.Murray Cumming1-1/+1
2011-06-14Drop dead code in GVariant parserRyan Lortie1-3/+3
2011-06-14Eliminate some dead codeMatthias Clasen1-8/+5
2011-06-14Remove a redundant NULL checkMatthias Clasen1-3/+2
2011-06-14Silence a compiler warningMatthias Clasen1-1/+1
2011-06-14Add some argument checks to filename conversion functionsMatthias Clasen1-0/+4
2011-06-14gmain: Close race condition in _g_main_wake_up_all_contexts()Colin Walters1-12/+5