*bump*
[platform/upstream/glib.git] / glib /
2012-11-16 Michael NattererBug 673047 - gunicollate is broken on OS X
2012-11-16 Dan Winshipwin32: re-fix the _utf8 compat function situation
2012-11-15 Dan Winshipgtestutils: don't try to print long doubles
2012-11-15 Dan Winshipwin32: avoid printf format warnings on nonstandard...
2012-11-15 Dan Winshipgvariant-internal.h: fix the include hack
2012-11-15 Dan Winshipwin32: various fixes to test programs
2012-11-15 Dan Winshipwin32: misc warning fixes
2012-11-15 Dan Winshipwin32: prototype _glib_get_dll_directory() and _glib_ge...
2012-11-15 Dan Winshipwin32: add gwin32compat.h, for utf8-renaming compatibil...
2012-11-15 Michael NattererRevert "gmain: Add private API to create Unix child...
2012-11-15 Michael NattererRevert "gspawn: support creating pipes with O_CLOEXEC"
2012-11-14 Ryan Lortiegspawn: support creating pipes with O_CLOEXEC
2012-11-14 Colin Waltersgmain: Add private API to create Unix child watch that...
2012-11-14 Simon McVittieRemove trailing spaces from expected GMarkup error...
2012-11-13 Colin Waltersgmain: Handle case where source id overflows
2012-11-10 Matthias ClasenRemove trailing space from some translated strings
2012-11-10 Matthias ClasenAdd plural forms for some translations
2012-11-09 Martin PittGByteArray: Add missing transfer annotations
2012-11-09 Martin PittGBytes: Add missing annotations
2012-11-08 John RallsBug 686185: GDateTime Transcoding fails on OSX
2012-11-08 Emmanuel PacaudCheck for PR_GET_NAME
2012-11-07 John RallsSkip test_non_utf8_printf() if EUC-JP is aliased to...
2012-11-06 Ryan LortieDon't call varargs open() through non-varargs type
2012-11-05 Ryan LortieAdd a translator comment about 'KB'
2012-11-03 Martin PittAnnotate g_filename_to_utf8()
2012-11-02 Colin WaltersMerge waitpid() from g_spawn_sync into gmain()
2012-11-02 Tim-Philipp Müllertests: fix compiler warning in gvariant test
2012-11-02 Colin Waltersgettext: Add missing include
2012-11-02 Colin Waltersgcharset: Add header file for private API
2012-11-02 Colin Waltersgslice: Prototype G_ENABLE_DEBUG function that's part...
2012-11-02 Colin Waltersg_check_setuid: Include glib-private.h
2012-11-02 Colin Walterstests/1bitmutex: Hack to build with -Werror=missing...
2012-11-02 Colin Waltersbuild: Don't use C99 declarations
2012-11-01 Robert AncellUse "Returns:" instead of the invalid "@returns" for...
2012-10-30 Vincent UntzAdd annotations for g_filename_from_uri()
2012-10-30 Aleksander Morgadogmessages: fix minor typo in documentation
2012-10-29 Ryan Lortiegthread-posix: always use atomic pointer ops
2012-10-29 Paul Eggertgmain: Document constraints on waitpid
2012-10-26 Colin Waltersg_unix_signal_source_new: Allow SIGUSR1 and SIGUSR2
2012-10-25 Martin PittGIOChannel: Add missing annotations
2012-10-25 Martin PittGIOChannel: Add missing (allow-none) annotations
2012-10-23 Colin Waltersgvariant: Make g_variant_new_from_bytes() public
2012-10-17 Matthias ClasenGBytes: deal with a corner-case
2012-10-17 Matthias ClasenAdd a test for the previous fix
2012-10-12 Arnel A. Borjagtimezone: Indentation adn comment fixes
2012-10-12 John RallsBug 631382 - GTimeZone support for zoneinfo version 1
2012-10-10 Dan Winshipghash.c: fix docs
2012-10-07 Jasper St. Pierreghash: Add documentation
2012-10-07 Jasper St. Pierreglib.py: Remove old debugging code
2012-10-03 Dan WinshipAdd GLIB_VERSION_2_36 and related
2012-10-03 Christian Perschunicode: Add new tests for unicode 6.2
2012-10-03 Christian Perschunicode: Update to unicode 6.2.0 beta
2012-10-03 Christian Perschunicode: Add new line breaking class from unicode 6.2
2012-10-03 Christian Perschunicode: Use g_assert_cmp{int,uint,hex} in tests
2012-09-30 Matthias ClasenCorrect to docs for g_strcmp0
2012-09-27 Benjamin OtteFix gdb script for new quark variable names
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
next