gio: Update GMemoryOutputStream length after truncate
[platform/upstream/glib.git] / glib /
2013-12-15 Matthias ClasenSimplify subprocesses in tests
2013-12-15 Stef Waltergtestutils: Allow clean simple use of g_test_trap_subpr...
2013-12-15 Matthias ClasenAdd a testcase for g_ptr_array_insert
2013-12-15 Tristan Van BerkomGPtrArray: Added g_ptr_array_insert()
2013-12-13 Chun-wei Fanglib/gwin32.c: Silence a Deprecation Warning
2013-12-11 Matthias ClasenRemove an unused define
2013-12-09 Ryan Lortieg_get_current_dir(): consult PWD first
2013-12-08 Ryan Lortieclang fixes: tweak last commit
2013-12-08 Ryan Lortie[PATCH] Fix trivial non literal format uses
2013-12-03 Marc-André Lureaugutf8: use g_try_malloc_n
2013-12-03 Marc-André Lureaugmessages: make _g_log_abort() do only breakpoints...
2013-11-29 Matthias ClasenAdd a test for g_atexit
2013-11-28 Matthias ClasenImprove search utils test coverage
2013-11-28 Matthias ClasenImprove GKeyFile test coverage
2013-11-28 Matthias ClasenImprove test coverage for GHashTable
2013-11-27 Dan WinshipFix a warning about _g_log_abort()
2013-11-27 Dan WinshipFix the gtestutils core dump prevention again
2013-11-27 Philip Withnallgbytes: Clarify the nullability of GBytes->data
2013-11-27 Philip Withnallgfileutils: Fix a potential integer overflow
2013-11-27 Philip Withnallgvariant: Fix a potential memcpy(NULL) call
2013-11-27 Chun-wei Fanglib/tests/enviroment.c: Fix running on Windows
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
next