Update config.h.win32(.in) and glibconfig.h.win32(.in)
[platform/upstream/glib.git] / glib /
2012-09-26 Chun-wei FanUpdate config.h.win32(.in) and glibconfig.h.win32(.in)
2012-09-23 Matthias ClasenFix g_ptr_array_ref_docs
2012-09-23 Matthias ClasenFix GRegex docs
2012-09-23 Matthias ClasenFix up g_tree_foreach docs
2012-09-23 Matthias ClasenFix up docs for GDuplicateFunc
2012-09-13 Colin WaltersCVE-2012-3524: Hardening for being run in a setuid...
2012-09-13 Alexander LarssonFix regression in g_shell_parse_argv()
2012-09-08 Ryan LortieG_DEFINE_QUARK: fix up some implementation issues
2012-09-06 Colin Walterstests/gvariant: Fix test on big endian architectures
2012-09-02 Matthias ClasenAdd new api to symbol lists and docs
2012-09-02 Matthias ClasenAdd compare-and exchange for data lists
2012-09-01 Matthias ClasenFix shell tests
2012-08-30 Dominique Leuenbergergshell: Fix parsing of comments in command lines.
2012-08-28 Colin WaltersSwitch all open() calls to use g_open()
2012-08-28 Cosimo Cecchiglib: don't quote quark names for G_DEFINE_QUARK
2012-08-28 Cosimo Cecchigquark: clarify G_DEFINE_QUARK docs about the use of...
2012-08-28 Matthias ClasenAdd missing includes
2012-08-28 Matthias ClasenFix a typo in a doc comment
2012-08-28 Matthias ClasenUse G_DEFINE_QUARK for GLib's own quarks
2012-08-28 Matthias ClasenAdd a G_DEFINE_QUARK macro
2012-08-28 Matthias ClasenPut quarks in their own source file
2012-08-27 Colin Waltersgstdio: Harden g_open() against EINTR
2012-08-27 Colin Waltersgvariant: Add tests for exact SHA256 checksums
2012-08-27 Ryan LortieGVariantType: gut g_variant_type_check()
2012-08-27 Dan Winshipglib/tests: fix leaks
2012-08-27 Dan Winshipgtestutils: add g_test_add_data_func_full()
2012-08-27 Dan Winshipgmain: remove unix signal watch if its GSourceFunc...
2012-08-27 Dan Winshipgmain: don't leak child sources that are destroyed...
2012-08-27 Dan Winshipgmain: free source_lists when freeing GMainContext
2012-08-24 William Jon McCannDon't crash if set_app_info is called before adding...
2012-08-22 Colin WaltersFix regression when TMPDIR/TMP are unset
2012-08-20 Ryan LortieRevert the GMarkup attribute collect changes
2012-08-20 Ryan Lortiegmarkup test: fix use of message expect API
2012-08-20 Dan Winshiptests/protocol: update the messages to reflect G_LOG_DO...
2012-08-20 Ryan Lortieg_test_expect_message: add some g_return_if_fail
2012-08-20 Ryan LortieGVariant: add g_variant_check_format_string()
2012-08-20 Dan Winshipglib/tests: use g_test_expect_message()
2012-08-20 Dan Winshipgtestutils: add g_text_expect_message()
2012-08-20 Dan Winshipg_logv: only expand the message once
2012-08-20 Dan Winshipglib/tests/testing, logging: don't use g_test_undefined()
2012-08-20 Thomas Hindoe Paab... gmem.c: array is only paritally filled by memcpy
2012-08-19 Matthias ClasenExterminate 'the the'
2012-08-18 Matthias ClasenImprove utils test coverage
2012-08-18 Matthias ClasenImprove uri test coverage
2012-08-18 Matthias ClasenImprove strfuncs tests coverage
2012-08-18 Matthias ClasenImprove GRegex test coverage
2012-08-18 Matthias ClasenImprove GPrivate test coverage
2012-08-18 Matthias ClasenImprove file utils test coverage
2012-08-18 Matthias ClasenImprove GError test coverage
2012-08-18 Matthias ClasenImprove atomic ops test coverage
2012-08-18 Matthias ClasenImprove array test coverage
2012-08-17 Owen W. TaylorFix problems with CLEANFILES and automake-1.11.1
2012-08-17 Chun-wei FanFix build on Visual C++
2012-08-17 David Kingdocs: Describe GCompletion item memory management
2012-08-17 Colin WaltersGMappedFile: Add g_mapped_file_get_bytes()
2012-08-17 Matthias ClasenGDateTime: pack the struct better
2012-08-17 Matthias Clasengmarkup: Add g_markup_collect_known_attributes()
2012-08-17 Matthias ClasenMiscellaneous string fixes
2012-08-17 Matthias ClasenGTest: Improve --help output
2012-08-16 David Kingdocs: Improve G_GNUC_* documentation
2012-08-14 Javier JardónRevert "Use upstream gettext instead the glib one"
2012-08-14 Javier JardónUse upstream gettext instead the glib one
2012-08-06 Matthias ClasenDeprecated GSlice config API
2012-08-06 Stef Waltergchecksum: Add g_compute_checksum_for_bytes()
2012-08-06 Stef Walterchecksum: Use functions instead of macros when building...
2012-07-31 Dan Winshipgthreadpool: set default max_unused_threads and max_idl...
2012-07-30 Dan Winshipgmain: allow g_source_get_context() on destroyed sources
2012-07-30 Dan Winshipglib/tests/mainloop: test g_source_get_time()
2012-07-27 Lionel Landwerlinglib: fix locale detection on android
2012-07-20 Colin WaltersRevert unintential IAPI break for g_key_file_load_from_...
2012-07-19 Matthias ClasenCheck for PR_SET_NAME
2012-07-19 Matthias ClasenBe more careful when using xlocale
2012-07-19 Matthias ClasenCosmetic: Fix up line endings
2012-07-18 Dan Winshipgmain: handle child sources being destroyed before...
2012-07-18 Dan Winshipg_source_add_child_source: sync blocked state
2012-07-16 Krzesimir NowakGVariantType: Add (constructor) annotation for some...
2012-07-16 Marc-André Lureauwin32: g_getenv() should return "" if variable exists...
2012-07-16 Marc-André Lureauwin32: fix g_get_environ()
2012-07-13 Matthias ClasenFix doc build
2012-07-13 Marc-André Lureauwin32: fix build g_spawn_check_exit_status() with mingw
2012-07-12 Krzesimir NowakGRegex, GConvert: Add some missing annotations.
2012-07-10 Colin WaltersAdd g_spawn_check_exit_status()
2012-07-10 Antoine Jacoutotgoptions: use G_N_ELEMENTS instead of nitems
2012-07-09 Ryan LortieGVariant: fix string validation
2012-07-08 Antoine JacoutotOpenBSD: explicitely define nitems
2012-07-07 Christian Perschregex: Add new GRegexError code from PCRE 8.31
2012-07-07 Christian Perschregex: Enable fixed test
2012-07-07 Christian Perschregex: Import PCRE 8.31
2012-07-06 Ryan LortieGVariant: support comparing booleans
2012-07-06 Dan WinshipClarify the GLIB_VERSION_MIN_REQUIRED/MAX_ALLOWED docs
2012-07-06 Dan WinshipDeal with GLIB_VERSION_MIN_REQUIRED/MAX_ALLOWED being...
2012-07-06 Colin WaltersGString: Tweak documentation, add g_string_free_to_bytes()
2012-07-06 Matthias ClasenImprove the g_dir_read_name documentation
2012-07-03 Rico Tzschichholzglib/deprecated: Fix some version typos
2012-07-02 Neil RobertsFix the 'Since' tag for G_SOURCE_{REMOVE,CONTINUE}
2012-07-02 Daniel MustielesFixed a a «big bug» in a string ;-)
2012-07-02 Christian Perschregex: Fix unicode othercasing
2012-07-02 Christian Perschregex: Add FIRSTLINE compile flag
2012-07-02 Christian Perschregex: Add NOTEMPTY_ATSTART match option
2012-07-02 Christian Perschregex: Add PARTIAL_HARD match option
next