gio: remove precondition checks from g_output_stream_printf()
[platform/upstream/glib.git] / glib /
2013-11-26 Stef Waltergthread-posix: Don't use gslice allocated GRecMutex
2013-11-25 Marc-André Lureauutf8: report allocation error
2013-11-24 Dan WinshipReorganize the "don't dump core from test subprocesses...
2013-11-24 Dan Winshipgtestutils: add g_assert_nonnull() to go with g_assert_...
2013-11-24 Dan Winshipgtestutils: fix g_test_set_nonfatal_assertions()
2013-11-24 Matthias ClasenAdd boolean returns to some hash functions
2013-11-24 Matthias ClasenAvoid a compiler warning
2013-11-24 Matthias ClasenFix array API inconsistency
2013-11-23 Matthias ClasenGVariantBuilder: small documentation fixes
2013-11-23 Matthias ClasenSmall documentation clarification
2013-11-23 Dan Winshipgtestutils: add "options" to g_test_init(), make option...
2013-11-23 Dan Winshipglib/tests/include: port to gtester
2013-11-23 Matthias ClasenAdd some mainloop instrumentation
2013-11-20 Dan WinshipReplace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIX
2013-11-20 Dan WinshipRequire POSIX.1 (1990) compliance on unix
2013-11-20 Dan WinshipRequire C90 compliance
2013-11-20 Dan WinshipRemove alleged support for last-millennium Unixes
2013-11-20 Dan WinshipRemove alleged support for BeOS
2013-11-20 Dan WinshipRemove alleged support for OS/2
2013-11-19 Stef Waltergbacktrace: Print out gdb exec errors correctly
2013-11-19 Stef Waltergmessages: Add g_info macro for G_LOG_LEVEL_INFO
2013-11-14 Philip Withnallgstrfuncs: Mention nullability in g_ascii_strcasecmp...
2013-11-11 Chun-wei Fanglib/tests/: Avoid GCCisms and fix tests for MSVC
2013-11-11 Chun-wei Fantests: Fix for non-GCC
2013-11-11 Chun-wei Fanglib/tests/spawn-singlethread: Improve test for Windows
2013-11-11 Chun-wei Fanglib/gspawn-win32-helper.c: Clean up a bit
2013-11-11 Chun-wei Fanglib/gmessages.h: Unify log messages
2013-11-11 Stef Walterprivate: Use threading primitives correctly in private...
2013-11-11 Stef Waltergthreadpool: Don't pass bad data to GThreadPool sorter
2013-11-11 Stef Waltergmain: Fix use of uninitialized memory in sigaction...
2013-11-10 Stef Walterutils: Don't free memory owned by glib in test
2013-11-10 Stef Walterunix: Fix memory leak in unix test
2013-11-10 Dan Winshipgerror: Don't leak memory when overwrite warning
2013-11-10 Stef Walterprivate: Fix memory leak in tests
2013-11-08 Michael Catanzarogstrfuncs: fix small typo in documentation
2013-11-06 Stef Waltergerror: Don't leak when warning about overwriting an...
2013-11-06 Ryan Lortietests: fix leak in mainloop test
2013-11-06 Ryan Lortiegrand: restructure a bit
2013-11-06 Ryan Lortiegslice: don't misuse g_mutex_init()
2013-11-05 Philip Withnallgarray: Note lack of bounds checking in g_ptr_array_ind...
2013-11-04 Chun-wei Fanglib/tests: Clean up inclusion of unistd.h
2013-11-04 Chun-wei Fanglib/tests/fileutils.c: Include unistd.h on *NIX only
2013-11-03 Ognyan Tonchevgmain: make g_source_add_child_source() thread safe
2013-11-02 Dan Winshipgmacros.h: fix C99 check
2013-10-31 Murray Cummingdocs: GDataTime: *_add_*(): Mention that you can subtract.
2013-10-29 Ryan LortieGMarkup: clear attributes on ignorned tags
2013-10-28 Ryan Lortietests: add a ignore-qualified markup-collect case
2013-10-28 Ryan LortieGMarkup: add G_MARKUP_IGNORE_QUALIFIED
2013-10-28 Ryan LortieGMarkup: share some common code for closing tags
2013-10-28 Stef Waltertest: g_debug messages shouldn't affect g_assert_expect...
2013-10-27 Ryan Lortietests: test g_hash_table_get_keys_as_array()
2013-10-27 Ryan LortieAdd g_hash_table_get_keys_as_array()
2013-10-25 Ryan Lortiewin32: use real random data for seed on win32
2013-10-23 Colin Waltersgrand: Document this is not for cryptographic purposes
2013-10-23 Ryan Lortiegtester: only remove source if not already dead
2013-10-23 Ryan Lortietests: expect critical on failure to remove source
2013-10-23 Ryan Lortiegmain: test g_source_remove() with invalid ID
2013-10-23 Bastien Noceragmain: Warn when g_source_remove() fails
2013-10-23 Bastien Nocerag_file_error_from_errno: Remove unneeded breaks
2013-10-22 Ryan LortieGKeyfile: don't leak on failed get_(u)int64
2013-10-21 Ryan LortieDon't g_test_assert_expected_messages for g_error
2013-10-21 Philip Withnallgmessages: Clarify new-line behaviour of message functions
2013-10-20 Djalal Harouniglib-init: fix redundant-decls of g_mem_gc_friendly
2013-10-20 Djalal Harounigmem: remove glib-init.h inclusion
2013-10-19 Djalal Harounigutils: fix redundant-decls of g_init_user_config_dir()
2013-10-19 Djalal Harounigconvert: fix redundant-decls of _g_charset_get_aliases()
2013-10-19 Dan Winshipgenviron: fix g_setenv(var, NULL) and some other stuff
2013-10-19 Jehangconvert: Clarify g_locale_to/from_utf8 docs
2013-10-17 Ryan Lortiegspawn: support creating pipes with O_CLOEXEC
2013-10-15 Xavier ClaessensFix wrong function names in g_str_match_string() docume...
2013-10-14 Xavier ClaessensAdd testcase for search utilities functions
2013-10-14 Ryan LortieAdd simple string "search" function
2013-10-14 Ryan LortieAdd g_str_is_ascii()
2013-10-13 Noah Masseygmain: mark newest id used when source id overflows
2013-10-04 Ryan LortieAdd g_key_file_save_to_file()
2013-10-02 Christian Perschunicode: Update to unicode 6.3.0
2013-09-30 Ryan LortieFix a careless mistake in the last commit
2013-09-30 Ryan Lortiegmain: Remove dispatching source stack
2013-09-29 John RallsFix the -Werror=format-nonliteral fixes for older GCCs
2013-09-29 John RallsMore -Werror=format-nonliteral fixes
2013-09-29 Colin Waltersgfileutils: Make -Werror=format-nonliteral happy
2013-09-28 Dan Winshipgmessages: fix clang annotations to work with older...
2013-09-27 Patrick WelcheOnly use SA_RESTART if it exists
2013-09-25 Krzesimir NowakFix typo in GLIB_VERSION_2_40 docs.
2013-09-23 Ryan LortieIntroduce version macros for 2.40
2013-09-20 Dieter Verfailliedocs: fix GSourceFuncs docs
2013-09-16 Ryan LortieGDir: add some glib-private APIs
2013-09-12 Ryan Lortietests: properly set locale to C
2013-09-09 Kalev LemberTrivial typo fix
2013-09-01 Matthias ClasenAdd Since tag for g_close
2013-08-31 Dan Winshipgmessages: fix g_test_expect_message() with NULL domains
2013-08-31 Kalev LemberAdd tests for new '%z' g_date_time_format extensions
2013-08-31 Kalev Lembergdatetime: Extend the '%z' timezone format
2013-08-20 Matthias ClasenFix make check
2013-08-18 Matthias ClasenExpand docs for thread names
2013-08-17 Matthias ClasenStart using TAP
2013-08-17 Matthias ClasenUpdate the documentation for assertion macros
2013-08-17 Matthias ClasenAdd a way to make assertions non-fatal
2013-08-17 Matthias ClasenAdd g_assert_true, g_assert_false and g_assert_null
2013-08-17 Matthias ClasenMake g_assert and g_assert_not_reached use the same...
next