summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
* Use upstream gettext instead the glib oneJavier Jardón2016-01-091-0/+1
* glib: Clarify g_warn_if_reached API docChristophe Fergeau2016-01-071-1/+1
* G_LIKELY/_UNLIKELY macros need more parenthesesStephan Bergmann2016-01-061-2/+2
* gwin32.c: Fix build on MinGWChun-wei Fan2016-01-051-0/+3
* gutf8: Fix typo in GIR annotation for g_utf8_to_ucs4()Philip Withnall2015-12-231-1/+1
* macros: add G_GNUC_CHECK_VERSION() for compiler checks.Christian Hergert2015-12-162-0/+21
* Stop supporting non-POSIX getpwuid_r, getgrgid_rRyan Lortie2015-12-161-20/+2
* glib.py: Fix Python 3 TypeError in gdb pretty-printersMarius Gedminas2015-12-151-0/+4
* Trivial doc comment fixMatthias Clasen2015-12-141-6/+6
* glib/glibconfig.h.win32.in: Clean up a bit furtherChun-wei Fan2015-11-301-12/+0
* glibconfig.h.win32.in: remove G_CAN_INLINEAllison Ryan Lortie2015-11-271-2/+0
* gtypes.h: move G_STATIC_ASSERT to function scopeAllison Ryan Lortie2015-11-271-1/+1
* tests: fix a test on 32-bit buildsAllison Ryan Lortie2015-11-261-1/+1
* gutils: g_bit_ inlines: add visibility macrosAllison Ryan Lortie2015-11-251-0/+3
* gmacros: fix unguarded use of __STDC_VERSION__Allison Ryan Lortie2015-11-171-1/+1
* Fix g_strerror() on non-glibcDan Winship2015-11-161-0/+2
* GLib: clean up the "inline" mess once and for allAllison Ryan Lortie2015-11-163-45/+30
* gutils: clean up bit funcs inlining messAllison Ryan Lortie2015-11-162-28/+56
* GTrashStack: uninline and deprecateAllison Ryan Lortie2015-11-162-60/+68
* gconstructor: Work around constructors being optimized away on MSVCChun-wei Fan2015-11-121-6/+32
* Return value of g_hash_table_get_{keys,values} is (transfer container)Mikhail Zabaluev2015-11-071-8/+8
* ghash: Correctly annotate (nullable) and (out) parametersMikhail Zabaluev2015-11-071-9/+9
* gtestutils: Fix a function name in a documentation examplePhilip Withnall2015-11-071-1/+1
* glib: Add missing (nullable) and (optional) annotationsPhilip Withnall2015-11-0729-137/+196
* Update .gitignore for overflow testsDan Winship2015-11-051-0/+2
* Make gtester-report compatible with Python 3Jan de Groot2015-11-051-14/+14
* Move G_POLLFD_FORMAT to glibconfig.hMikhail Zabaluev2015-11-022-9/+6
* Stop using g_sequence_get_length() to check if it's emptyXavier Claessens2015-10-301-1/+1
* GSequence: document that _get_length() is not O(1)Xavier Claessens2015-10-301-1/+3
* Doc: fix some gtk-doc warningsXavier Claessens2015-10-301-0/+3
* tests: test bounds-checked int arithmeticAllison Ryan Lortie2015-10-302-0/+204
* GLib: add bounds-checked unsigned int arithmeticAllison Ryan Lortie2015-10-302-1/+180
* macros: add dummy __has_builtin()Allison Ryan Lortie2015-10-301-0/+4
* gwin32.c: Fix g_win32_check_windows_version() on 32-bitChun-wei Fan2015-10-271-1/+1
* gwin32.c: Fix build on Visual StudioChun-wei Fan2015-10-241-4/+2
* gtypes.h: fix G_MAXUINT64 definition to use G_GUINT64_CONSTANTDan Winship2015-10-231-1/+1
* win32: make sure bytes_read/written is set to 0 on errorIgnacio Casal Quinteiro2015-10-231-2/+6
* gkeyfile: Handle whitespace after boolean valuesRobert Ancell2015-10-212-2/+19
* gkeyfile: Test that whitespace is allowed after numbersRobert Ancell2015-10-211-0/+4
* win32: Include ntdef.h for NTSTATUSSebastian Dröge2015-10-201-0/+4
* GDateTime test: fix occasional failuresRyan Lortie2015-10-161-7/+7
* g_main_context_query(): Annotate @n_fds as (in) parameterMikhail Zabaluev2015-10-151-1/+1
* gtypes.h: Make G_MININTn literals negativeMikhail Zabaluev2015-10-151-4/+4
* sequence: fix style issue in previous commitChristian Hergert2015-10-151-1/+1
* sequence: add g_sequence_is_empty()Christian Hergert2015-10-153-0/+48
* gnulib: forgot some changes from HAVE_LONG_LONG_INT to HAVE_LONG_LONGIgnacio Casal Quinteiro2015-10-152-9/+9
* Update gnulibIgnacio Casal Quinteiro2015-10-159-1516/+6755
* Change message system to use fputs instead of writeIgnacio Casal Quinteiro2015-10-081-22/+19
* Maintain the struct order when initializingEmmanuele Bassi2015-10-081-3/+3
* gerror: Add (optional) annotation to g_propagate_error()Philip Withnall2015-10-081-2/+4