summaryrefslogtreecommitdiff
path: root/glib
AgeCommit message (Expand)AuthorFilesLines
2014-08-05Change W32 console detection to look at the window, not stdoutРуслан Ижбулатов1-1/+1
2014-08-02Fix tests to compile again - add missing headers to W32, call correct proces...Руслан Ижбулатов1-1/+1
2014-08-02Silence a controversial warning in win_iconvРуслан Ижбулатов1-1/+1
2014-08-02Silence some uncontroversial warningsРуслан Ижбулатов2-1/+3
2014-08-02Fix printf-tests on W32 by ifdefing the expected outputРуслан Ижбулатов1-4/+15
2014-08-02Save errno and pass it along to make sure gettext does not change itРуслан Ижбулатов1-17/+41
2014-07-31win32: improve the package installation dir lookupIgnacio Casal Quinteiro1-6/+27
2014-07-30Remove atomics from g_clear_object/g_clear_pointerAlexander Larsson2-18/+11
2014-07-23Revert "gatomic: statically assert that our assumptions hold"Owen W. Taylor1-6/+0
2014-07-23gfileutils: Add missing g_free() in error pathColin Walters1-1/+1
2014-07-23glib-init: statically assert that we have 8-bit bytesSimon McVittie1-0/+3
2014-07-23gatomic: statically assert that our assumptions holdSimon McVittie1-0/+6
2014-07-14gspawn-win32: do not rely on __argc and __argv global vars.Ignacio Casal Quinteiro1-33/+34
2014-07-14Fix typos in gbytes_hash and g_time_zone_find_interval docsGergely POLONKAI2-2/+2
2014-07-10docs: Use "Returns:" instead "Return:"Javier Jardón1-1/+1
2014-07-09GCond (linux): fix g_cond_wait_until() return value on timeoutTim-Philipp Müller2-2/+9
2014-07-09GMutex (linux): detect and report some errorsRyan Lortie1-4/+20
2014-07-09GLib: implement GMutex natively on LinuxRyan Lortie1-1/+207
2014-07-09Fix up failure-to-see-expected-message loggingDan Winship2-7/+15
2014-07-04doc: small improvement and fixesSébastien Wilmet2-3/+7
2014-06-30glib: Fix make distRico Tzschichholz1-2/+0
2014-06-30valgrind.h: Disable Valgrind features on x64 Visual C++ BuildsChun-wei Fan1-0/+10
2014-06-29doc: various improvementsSébastien Wilmet1-3/+4
2014-06-28glib/tests/mainloop: Acquire the context while asserting its stateMikhail Zabaluev1-0/+6
2014-06-28A simple test for polling on a file-like descriptorMikhail Zabaluev1-0/+43
2014-06-28giochannel: avoid setting uninitialised lengthRyan Lortie1-1/+1
2014-06-28GDateTime: Add guards to g_date_time_new()Bastien Nocera1-0/+2
2014-06-28docs: Fix formatting of g_alloca documentation.Florian Pelz1-27/+20
2014-06-28Convert multiple #if/#endif to single #if/#elif/#endifDaniel Macks1-6/+3
2014-06-28gmessages: make g_assert_warning compiler friendlyPatrick Welche1-9/+15
2014-06-28all: remove use of 'register' keywordRyan Lortie14-102/+99
2014-06-28unicode: Update to unicode 7.0.0Christian Persch8-5071/+8327
2014-06-28unicode: Switch compose_second_single to gunicharChristian Persch1-4/+1
2014-06-28unicode: Move gscripttable.h generation into main scriptChristian Persch3-129/+133
2014-06-28unicode: Simplify width table generationChristian Persch4-143/+322
2014-06-27GTimeZone: remove some dead codeRyan Lortie1-37/+2
2014-06-24gvariant tests: workaround libc/compiler "issue"Ryan Lortie1-3/+9
2014-06-22goption: Remove an unused assignmentPhilip Withnall1-2/+2
2014-06-21gwakeup: Clarify buffer sizing in g_wakeup_signal()Philip Withnall1-2/+9
2014-06-20gatomic: disable GCC extension atomics for clangRyan Lortie1-1/+1
2014-06-12gbookmarkfile: Cleaner error handling code to pacify static analysisColin Walters1-26/+9
2014-06-06gthread: use inline keyword for _get_impl() functionsTim-Philipp Müller1-5/+5
2014-06-06gatomic: use GCC C11-style atomics, if availableRyan Lortie1-13/+64
2014-06-06gatomic: whitespace fixesRyan Lortie1-16/+16
2014-06-06gatomic: fix typo in deprecation attributeRyan Lortie1-1/+1
2014-06-04valgrind.h: Update to latest upstream versionDavid King1-255/+1359
2014-06-01docs: Add missing language annotationsMatthias Clasen2-4/+4
2014-05-31docs: Replace <structname> tags with back ticksEmmanuele Bassi5-12/+12
2014-05-31Minor documentation additions and correctionsMatthias Clasen10-14/+95
2014-05-31docs: Fill in the gspawn long descriptionMatthias Clasen1-0/+11