Fix a typo
[platform/upstream/glib.git] / glib /
2013-01-20 Matthias ClasenFix a typo
2013-01-20 Matthias ClasenFix g_test_add_vtable
2013-01-20 Matthias ClasenFix annotation for g_test_fail
2013-01-19 Matthias ClasenFix build with -Werror=format
2013-01-18 Cosimo Cecchitimezone: plug a memleak
2013-01-18 Cosimo Cecchitimezone: avoid a double GBytes unref
2013-01-18 Ryan LortieGVariant: fix normal-form checking for tuples
2013-01-18 Ryan LortieRemove a few more G_GNUC_INTERNAL users
2013-01-18 Ryan LortieFix visibility for glib/ and gio/ submodules
2013-01-18 Colin WaltersRemove most use of G_GNUC_INTERNAL
2013-01-17 Ryan LortieRemove ABI checking scripts
2013-01-17 Ryan LortieRemove regexp-based export control
2013-01-15 Ryan Lortiemainloop test: fix a silly memory error
2013-01-15 Ryan Lortiemainloop test: use atomic for cross-thread access
2013-01-15 Ryan Lortiemainloop test: fix a small typo
2013-01-15 Ryan Lortietests for the new MainContext/GSource API
2013-01-15 Ryan LortieAdd a UNIX fd source
2013-01-15 Ryan Lortiegsource: Add support for file descriptors on UNIX
2013-01-15 Ryan LortieGTimeoutSource: simplify
2013-01-15 Ryan LortieGSource: new API g_source_set_ready_time()
2013-01-15 Ryan Lortiegsource: allow NULL check and prepare functions
2013-01-15 Ryan Lortiemove GIOCondition to gmain.h from giochannel.h
2013-01-15 Ryan Lortiegsource: Make GSource->source_funcs const
2013-01-15 Yuri Sedunovgtester: Add #include config.h
2013-01-15 Ryan Lortievisibility: Use a separate CFLAGS variable
2013-01-14 Ryan Lortiewin32: hide _glib_get_dll_directory again
2013-01-14 Ryan Lortiewin32: build: stop using .def files
2013-01-14 Ryan Lortiewin32: visibility fixups
2013-01-13 Ryan Lortiegbacktrace.c: special treatment for a weird symbol
2013-01-13 Ryan LortieAdd a new _GLIB_EXTERN macro for "extern"
2013-01-13 Ryan Lortievarious: add GLIB_AVAILABLE_IN_ALL everywhere else
2013-01-13 Ryan Lortiegversionmacros.h: add GLIB_AVAILABLE_IN_ALL
2013-01-13 Henrique Dante de... Add G_GNUC_PRINTF on all functions with format strings
2013-01-13 Benjamin OtteAPI: Constify g_get_prgname()
2013-01-06 Dan Winshiptests/gdatetime: add a missing ; on windows
2013-01-04 Matthias ClasenImprove g_cond_wait docs
2013-01-01 Jasper St. Pierregmarkup: Make GMarkupParseContext a boxed type
2012-12-31 Michael Henninggutils: move G_END_DECLS to the end of gutils.h
2012-12-28 Matthias ClasenMove single-include guards inside include guards
2012-12-19 Matthias ClasenRevert "gtestutils: add g_test_trap_subprocess(), depre...
2012-12-19 Matthias ClasenRevert "tests: port from g_test_trap_subprocess() to...
2012-12-19 Matthias ClasenRevert "gtestutils: fix "-p" logic"
2012-12-19 Matthias ClasenRevert "tests/option-context: fix under --verbose"
2012-12-19 Matthias ClasenRevert "tests/protocol: redo a bit"
2012-12-19 Matthias ClasenRevert "tests/spawn-*.c: fix on Windows"
2012-12-19 Dan Winshiptests/spawn-*.c: fix on Windows
2012-12-19 Dan Winshiptests/protocol: redo a bit
2012-12-19 Dan Winshiptests/option-context: fix under --verbose
2012-12-19 Dan Winshipgtestutils: fix "-p" logic
2012-12-19 Dan Winshiptests: port from g_test_trap_subprocess() to g_test_tra...
2012-12-19 Dan Winshipgtestutils: add g_test_trap_subprocess(), deprecate...
2012-12-19 Daniel MacksFix constant type to match assigned variable type
2012-12-19 Emmanuele Bassitimezone: Fix byte arithmetic
2012-12-19 John RallsBug 633117: glib fails tests if /etc/localtime is not...
2012-12-18 John RallsGTimeZone interval_info: Fix interval 0 per IANA tzfile...
2012-12-18 John Rallstest_posix_parse: PST8PDT passes on Unix because it...
2012-12-18 John RallsMSWindows TimeZone Support: Refactor and rewrite TZ...
2012-12-18 John RallsTest the TZ-variable parsing functions
2012-12-18 John RallsImplement and test time zone name/abbrev setting for...
2012-12-18 John RallsWin32 TimeZone Support: General refactoring
2012-12-18 John RallsAdd MSWindows timezone names to test new windows support.
2012-12-18 Arnel A. BorjaGTimeZone: Fix time zones in Windows
2012-12-18 Arnel A. BorjaGTimeZone: Parse Windows format for TZ
2012-12-18 Arnel A. BorjaGTimeZone: Parse POSIX format for TZ
2012-12-18 Arnel A. BorjaGTimeZone: Add initialization functions for rules
2012-12-18 Arnel A. BorjaGTimeZone: Parse more offset formats
2012-12-18 John RallsReplace zoneinfo pointers with structs
2012-12-18 John RallsExtract function init_zone_from_iana_info
2012-12-18 John RallsExtract function zone_info_unix
2012-12-18 Colin WaltersAdd g_get_num_processors()
2012-12-11 Colin Waltersg_unix_open_pipe: Add missing F_SETFD
2012-12-11 Colin WaltersMake GChecksum more fully introspectable
2012-12-06 Ryan Lortieadd two missing version macros
2012-12-06 Ryan Lortievarious: add missing cases of #include "config.h"
2012-12-06 Ryan Lortieg_get_home_dir(): honour $HOME
2012-12-05 Dan Winshipwin32: suppress fatal error dialog box when running...
2012-11-28 Sebastian DrögeRevert "Fix compilation on Android with the bionic...
2012-11-28 Andoni Morales Ala... Fix duplicated case value for mingw runtimes defining...
2012-11-28 Sebastian DrögeFix compilation on Android with the bionic C library
2012-11-28 Sebastian DrögeProtect against strcmp() on NULL strings
2012-11-28 Martin Pittg_unix_signal_add_full(): Annotate to shadow g_unix_sig...
2012-11-26 Dan Winshipg_test_expect_message: fix pattern syntax in example...
2012-11-25 John RallsBug 681685: Transcoding fails on OSX
2012-11-24 Ryan Lortiegdatetime: Fix some docs sed damage
2012-11-22 Sébastien WilmetImprove i18n documentation
2012-11-22 Will Thompsongthread: add AVAILABLE_IN_2_32 annotations
2012-11-21 Eduardo Lima Mitevgchecksum: Adds SHA512 support
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...
next