Add a global signal handler table
[platform/upstream/glib.git] / glib /
2015-05-25 Matthias ClasenGOptionContext: Improve help in simple cases
2015-05-14 Simon McVittieregex test: do not assert that system PCRE still has...
2015-05-13 Philip Withnallgmessages: Tweak docs for G_LOG_DOMAIN to use AM_CPPFLAGS
2015-05-11 Simon McVittietests: replace most g_print() with g_printerr()
2015-05-11 Simon McVittiegdatetime test: don't assume that time stands still
2015-05-10 Piotr DrągFix a minor typo in a comment
2015-05-08 Simon McVittiegtestutils: better diagnostics if a captured subprocess...
2015-05-01 Ting-Wei Lantests: Use de_DE.UTF-8 instead of de_DE
2015-04-28 Hans Petter Janssongmarkup: Make append_escaped_text() slightly more robust.
2015-04-27 Simon McVittieregex test: do not assert that system PCRE allows ...
2015-04-27 Simon McVittieregex test: improve diagnostics for some failures
2015-04-21 Philip Withnallgvariant-parser: Clarify g_variant_parse() returns...
2015-04-13 Behdad EsfahbodRemove UTF-8 quotation marks
2015-04-07 Christophe Fergeaugatomic: Add missing new line in API doc comment
2015-04-05 Руслан ИжбулатовMake sure GStatBuf is typedefed correctly
2015-04-04 Dan Winshiptests: clean up / ignore some more generated files
2015-03-22 Matthias ClasenFix the build
2015-03-22 Matthias ClasenAccount for clangs lack of __alloc_size__
2015-03-21 Dan Winshipgversionmacros: add 2.46 version macros
2015-03-20 Ryan Lortiegmain: Save errno when handling unix signals
2015-03-18 Jasper St. PierreUpdate .gitignore
2015-03-13 Philip Withnallgoption: Mention type of G_OPTION_ARG_CALLBACK in docum...
2015-03-13 Tim-Philipp Müllerthreads: use FUTEX_WAIT_PRIVATE and FUTEX_WAKE_PRIVATE...
2015-03-12 Ryan Lortiedocs: clean up a few glib issues
2015-03-12 Ryan LortieConvert remaining uses of 'Rename to:'
2015-03-12 Xavier ClaessensWin32: Move g_win32_check_windows_version() to the...
2015-03-04 Philip Withnallgerror: Minor clarifications to the GError documentation
2015-03-03 Philip Withnallgvariant: Use ‘UTF-8’ in docs rather than ‘utf8’
2015-03-03 Philip Withnallgmain: Explicitly document the threading behaviour...
2015-03-03 Philip Withnallgmem: Clarify that a NULL check is not needed before...
2015-03-03 Philip Withnallglist: Clarify that g_list_nth() is expensive
2015-03-03 Philip Withnallglist: Clarify how g_list_free_1() handles links
2015-03-03 Philip Withnallghash: Document that g_hash_get_[keys|values]() are...
2015-03-03 Philip Withnallgstring: Mark the return value from g_string_free(...
2015-03-03 Philip Withnallgfileutils: Mark the return value from g_path_skip_root...
2015-02-23 Colin Walterstests: Add many autoptr tests
2015-02-23 Colin Waltersautocleanups: Remove g_autoptr(gchar)
2015-02-23 Colin WaltersAdd g_autofree
2015-02-20 Colin Waltersautocleanups: Add G*Array types
2015-02-17 Colin Waltersautocleanups: Use g_option_context_unref()
2015-02-13 Phillip WoodTest functions should have async scope
2015-02-11 Bastien Noceragoption: Add boxed type for GOptionGroup
2015-02-11 Philip Withnallglist: Mention that g_list_length() is bad for checking...
2015-02-10 Chun-wei Fangmem.h, gthread.h: Include glib/gutils.h
2015-02-08 Sébastien WilmetGI annotation for g_get_charset()
2015-02-06 Ryan Lortieg_steal_pointer: make it C++ clean
2015-02-06 Ryan Lortietests: add a test case for g_steal_pointer()
2015-02-06 Ryan LortieAdd new API g_steal_pointer()
2015-02-06 Xavier ClaessensAdd GMutexLocker
2015-02-04 Xavier ClaessensDoc: Fix g_auto and g_autoptr typo
2015-02-03 Aurélien Zanellignulib/vasprintf: handle unsigned modifier for long...
2015-02-03 Chun-wei Fangmacros.h: Add Private Macro _GLIB_DEFINE_AUTOPTR_CHAINUP
2015-02-02 Ryan Lortiefix G_DEFINE_AUTO_CLEANUP_FREE_FUNC on non-GCC
2015-01-30 Ryan Lortiegobject: add support for g_auto() and g_autoptr()
2015-01-30 Ryan Lortieglib: add support for g_auto() and g_autoptr()
2015-01-30 Ryan Lortiemacros: add support for GNUC cleanup __attribute__
2015-01-27 Chun-wei Fangwin32: Add g_win32_check_windows_version() API
2015-01-26 Ilya Konstantinovgthread: add thread name support on Mac OS
2015-01-25 Philip Withnallgthread: Fix a typo in a documentation comment
2015-01-25 Philip Withnallgstrfuncs: Document that g_ascii_dtostr() writes a...
2015-01-18 Philip Withnallgtestutils: Add an example of using test fixtures
2015-01-16 Philip Withnallgtestutils: Add links to gtester and gtester-report...
2015-01-16 Philip Withnallgtestutils: Fix a typo in the g_test_add() documentation
2015-01-16 Philip Withnallgtestutils: Clarify that test fixtures are allocated...
2015-01-16 Philip Withnallgtestutils: Fix a typo in the g_test_run() documentation
2015-01-15 Philip Withnallggettext: Include an example of setlocale() and friends...
2015-01-14 Paolo BorelliAvoid warning when using G_STMT_END macro with MSVC
2015-01-14 Paolo BorelliUse G_STMT_START/END in gslice.h
2015-01-14 Paolo BorelliUse G_STMT_START/END in gtestutils
2015-01-07 Chun-wei FanWin32: Update Pre-configured Config Headers
2014-12-24 Matthias ClasenFix a typo
2014-12-21 Matthias ClasenSilence the build some more
2014-12-12 Xavier ClaessensDoc: glib: Fix all undocumented/unused/undeclared symbols
2014-12-11 Ryan Lortieghash: minor docs tweak
2014-12-08 Colin Walterskeyfile: Add "in group" to GError message consistently
2014-11-29 Ryan LortieGVariant tests: test with larger strings
2014-11-29 Ryan Lortiegmain: fix poll record comparison
2014-11-25 Xavier Claessensgstrfuncs: Add g_strv_contains()
2014-11-18 Alberto Ruizglib: Improve documentation for g_strfreev()
2014-11-13 David Kingdocs: Add missing opening parenthesis
2014-11-09 Sébastien WilmetSimplify code that uses g_queue_insert_before() and...
2014-11-09 Sébastien WilmetGQueue: accept a NULL sibling for insert_before() and...
2014-10-29 Dan Winshipgmain: don't pass the same fd to g_poll() multiple...
2014-10-20 Ryan LortieGOption: stop calling getopt()
2014-10-17 Ryan LortieGHashTable: small docs fix
2014-10-17 Benjamin BergAllow hash table destroy notifiers to remove other...
2014-10-15 Ryan LortieGOption: add strict posix mode
2014-10-10 Matthias ClasenClarify g_propagate_error docs
2014-10-10 Benjamin GilbertFix g_cond_timed_wait() timeout with !CLOCK_MONOTONIC
2014-10-08 Aleksander Morgadogarray: initialize allocated size in g_byte_array_new_t...
2014-10-05 Michael CatanzaroFix typo
2014-10-02 Matthias ClasenGDataSet: Add more tests
2014-10-02 Matthias ClasenGDataSet: silently accept NULL/0 as keys
2014-09-29 Ryan LortieAdd version macros for 2.44
2014-09-27 Philip Withnalltests: Fix some minor leaks in the unit tests
2014-09-26 Sébastien Wilmetgslist: indentation fix
2014-09-25 Philip Withnallgmain: Unref child sources when finalising a GSource
2014-09-25 Philip Withnallgmain: Fix some signed/unsigned integer comparisons
2014-09-23 Hib ErisInclude <stdint.h> in glib/valgrind.h
2014-09-19 Ryan Lortiegmain: improve g_source_set_name thread safety
next