summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a unicode data testunicode-testMatthias Clasen2019-07-086-0/+369
* Merge branch 'patch-1' into 'master'Philip Withnall2019-07-081-1/+1
|\
| * doc: fix typo in gio/gresource.cSonny Piers2019-07-081-1/+1
|/
* Update Indonesian translationKukuh Syafaat2019-07-081-549/+585
* Merge branch 'bug-787-investigation' into 'master'Philip Withnall2019-07-053-11/+9
|\
| * gtestdbus: Clarify comment on dropping connection refMatthew Leeds2019-07-031-2/+3
| * gdbus-connection-loss: Fix test failureMatthew Leeds2019-07-031-1/+2
| * Revert "Work around test failure in gdbus-names"Matthew Leeds2019-07-031-3/+0
| * Revert "gtestdbus: Properly close server connections"Matthew Leeds2019-07-031-5/+4
* | Merge branch 'win32-enhance-gtimezone' into 'master'Philip Withnall2019-07-052-56/+174
|\ \
| * | glib/tests/gdatetime.c: Fix TZ envvar test on WindowsChun-wei Fan2019-07-051-2/+8
| * | gtimezone.c: Fix identifier assignment on WindowsChun-wei Fan2019-07-051-7/+20
| * | Update the gdatetime Test Program for WindowsChun-wei Fan2019-07-051-1/+26
| * | glib/gtimezone.c: Use RegLoadMUIStringW() to query Std/Dlt stringsChun-wei Fan2019-07-051-7/+26
| * | glib/gtimezone.c: Use Unicode versions of Windows Registry APIChun-wei Fan2019-07-051-43/+98
|/ /
* | Merge branch 'dboles/gmacros-docs' into 'master'Philip Withnall2019-07-051-0/+4
|\ \
| * | docs.c: Forward link from g_auto* → G_DEFINE_AUTO*Daniel Boles2019-07-051-0/+4
* | | Merge branch 'wip/lantw/gdatetime-unset-lc-all-for-the-test-as-well' into 'ma...Philip Withnall2019-07-051-0/+8
|\ \ \ | |/ / |/| |
| * | gdatetime: Unset LC_ALL for the test as wellTing-Wei Lan2019-07-051-0/+8
| |/
* | Merge branch 'master' into 'master'Philip Withnall2019-07-041-1/+1
|\ \
| * | Fix typo in request handleDavid Strauss2019-07-041-1/+1
|/ /
* | Merge branch 'win32-gstdio-minor' into 'master'Philip Withnall2019-07-031-49/+45
|\ \
| * | gstdio: simplify _g_win32_get_mode_aliasJeremy Tan2019-06-211-29/+25
| * | gstdio: Ensure w32_err_to_errno is used everywhere, add ERROR_INVALID_PARAMET...Jeremy Tan2019-06-211-20/+20
* | | Merge branch 'wip/desrt/gcond-errno-fixup' into 'master'Philip Withnall2019-07-022-1/+98
|\ \ \
| * | | tests: test g_cond_wait_until() under stressAllison Karlitskaya2019-07-021-0/+95
| * | | gthread: fix minor errno problem in GCondAllison Karlitskaya2019-07-021-1/+3
|/ / /
* | | Merge branch 'msvc-static-assert' into 'master'Philip Withnall2019-07-021-1/+3
|\ \ \ | |_|/ |/| |
| * | gmacros.h: Use static_assert on MSVC if possibleChun-wei Fan2019-07-021-1/+3
|/ /
* | Merge branch 'nirbheek/static-assert-try-2' into 'master'Emmanuele Bassi2019-07-012-1/+17
|\ \
| * | gmacros: Use _Static_assert only for non-expr static assertNirbheek Chauhan2019-07-012-1/+17
|/ /
* | Merge branch 'fix-find_enclosing_mount-documentation' into 'master'Ondrej Holy2019-07-011-3/+3
|\ \
| * | Fixing find_enclosing_mount() documentationEmmanuel Fleury2019-07-011-3/+3
* | | Revert "gmacros: Use _Static_assert when C11 is available"Michael Catanzaro2019-06-291-9/+1
|/ /
* | Merge branch 'wip/mjog/utf8-norm-missing-nullable-annotation' into 'master'Philip Withnall2019-06-291-3/+3
|\ \
| * | g_utf8_normalize: Doc comment return missing nullable annotationMichael Gratton2019-06-291-3/+3
|/ /
* | Merge branch 'adding_g_array_copy' into 'master'Philip Withnall2019-06-284-0/+84
|\ \
| * | Adding a function g_array_copy() to glib/garray.cEmmanuel Fleury2019-06-274-0/+84
* | | Merge branch 'nirbheek/preliminary-uwp-support' into 'master'LRN2019-06-272-1/+15
|\ \ \ | |/ / |/| |
| * | gmodule: Add support for loading UWP packaged DLLsNirbheek Chauhan2019-06-261-0/+14
| * | uwp: workaround a false positive in certification of glibNirbheek Chauhan2019-06-251-1/+1
* | | Merge branch 'improve_g_ptr_array_api' into 'master'Philip Withnall2019-06-276-16/+415
|\ \ \
| * | | Adding g_ptr_array_extend_and_steal() function to glib/garray.cEmmanuel Fleury2019-06-274-0/+94
| * | | Adding g_ptr_array_extend() function to glib/garray.cEmmanuel Fleury2019-06-264-0/+176
| * | | Adding g_ptr_array_copy() function to glib/garray.cEmmanuel Fleury2019-06-264-1/+131
| * | | Moving GCopyFunc typedef from glib/gnode.h to glib/gtypes.hEmmanuel Fleury2019-06-252-15/+14
| |/ /
* | | Merge branch 'nirbheek/static-assert-c11' into 'master'Philip Withnall2019-06-271-1/+9
|\ \ \
| * | | gmacros: Use _Static_assert when C11 is availableNirbheek Chauhan2019-06-271-1/+9
* | | | Merge branch 'manichaean-typo' into 'master'Philip Withnall2019-06-273-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Fix the ISO 15924 code for ManichaeanDavid Corbett2019-06-263-3/+3
|/ / /