More clearly define 'named menu' in the XML parser
[platform/upstream/glib.git] / glib /
2011-12-11 Matthias ClasenFix since tag
2011-12-10 Ryan LortieGDate: gtk-doc fixup
2011-12-06 Philip Withnallunicode: Fix a few issues with G_UNICHAR_MAX_DECOMPOSIT...
2011-12-06 Philip WithnallBug 665685 — Add a #define for the max length of a...
2011-12-06 Behdad EsfahbodMinor doc fix.
2011-12-06 Behdad EsfahbodMinor
2011-12-02 Philip WithnallGVariant: add preconditions to ref. counting functions
2011-11-30 Matthias ClasenDon't abort if g_ascii_strtod tests fail
2011-11-30 Geek87Remove two useless lines of code
2011-11-30 Geek87Fix a little comment error in the _GTreeNode struct
2011-11-27 Carlos Garcia Camposgtester: Add command line option to skip tests
2011-11-24 Stef WalterGBytes: A new type for an immutable set of bytes.
2011-11-23 Matthias ClasenAdd some more mainloop tests
2011-11-23 Matthias ClasenRemove unnecessary includes
2011-11-23 Matthias ClasenAdd back required _XOPEN_SOURCE define
2011-11-21 Ryan LortieMissed a couple of @returns
2011-11-21 Ryan LortieGVariant: drop use of @returns
2011-11-21 Matthias Clasengbitlock: Drop @returns syntax from doc comments
2011-11-21 Matthias ClasenGBuffer: Drop @returns syntax from doc comments
2011-11-21 Matthias ClasenImprove test coverage
2011-11-21 Matthias ClasenImprove mainloop test coverage slightly
2011-11-21 Matthias ClasenImprove test coverage
2011-11-21 Matthias ClasenFix a case conversion bug
2011-11-21 Matthias ClasenImprove test coverage
2011-11-21 Matthias ClasenAdd a test for g_unichar_isdefined
2011-11-20 Josselin MouetteDocument that g_list_sort is a stable sort.
2011-11-18 Giovanni CampagnaGMain: allow NULL context to g_source_attach
2011-11-18 Jürg BilleterGKeyFile: Accept empty files
2011-11-18 Simon McVittieDocument exactly what g_time_val_to_iso8601() produces
2011-11-17 Matthias ClasenDeal gracefully with NULL log domains
2011-11-16 Alexander Larssonwin32: Make g_get_monotonic_clock lockless
2011-11-16 Alexander Larssonwin32: Use timeGetTime as monotonic base
2011-11-16 Alexander Larssonwin32: Add a monotonic timer
2011-11-15 Sjoerd SimonsFix 1bit mutex test on platforms with 32 bit aligned...
2011-11-15 Matthias ClasenAvoid unused variable warnings in g_ascii_strtod
2011-11-15 Matthias ClasenGThread: handle thread names safely
2011-11-15 Matthias ClasenMove remaining docs inline
2011-11-15 Matthias ClasenMove GDate docs inline
2011-11-15 Matthias ClasenMove i18n docs inline
2011-11-15 Matthias ClasenMove slice and hook docs inline
2011-11-14 Dan WinshipFix glib/tests/utils for g_parse_debug_string() changes
2011-11-13 Matthias ClasenMore consistent doc formatting
2011-11-13 Matthias ClasenCleanups to debug env var handling
2011-11-12 Matthias ClasenParse G_DEBUG only once
2011-11-12 Matthias Clasenglib-unix.h: Add G_BEGIN/END_DECLS
2011-11-12 Chun-wei Fangstrfuncs.c: Fix variable declaration
2011-11-09 Kristian RietveldNeed to include xlocale.h on Darwin for strtod_l
2011-11-07 Benjamin Ottedocs: Improve g_variant_loop() docs
2011-11-07 Benjamin Ottedocs: Tell which function to use to avoid errors.
2011-11-03 Alexander Larssonwin32: Remove some debug spew on startup
2011-11-03 Matthias ClasenMake the default log handler more useful
2011-11-03 Matthias ClasenMove old deprecated gmain api into deprecated/
2011-11-03 Matthias ClasenRemove single-include guards in deprecated/
2011-11-03 Matthias ClasenDon't use G_DISABLE_DEPRECATED guards around deprecated...
2011-10-26 Ryan LortieRevert "gthread: G_STATIC_MUTEX_INIT: Fix this for...
2011-10-26 Murray Cumminggthread: G_STATIC_MUTEX_INIT: Fix this for the non...
2011-10-25 Will Thompsong_parse_debug_string: invert flags given besides "all"
2011-10-24 Matthias ClasenFix g_hash_table_iter_replace
2011-10-21 Matthias ClasenMake g_ascii_strtod behave as documented
2011-10-20 Matthias ClasenDeprecate g_atexit
2011-10-19 Ryan LortieThe usual docs unbreaking...
2011-10-19 Ryan LortieFix bug in g_static_rec_mutex_unlock_full()
2011-10-18 Ryan Lortiegatomic: introduce G_ATOMIC_LOCK_FREE
2011-10-18 Ryan Lortiegatomic: cast to the correct pointer sign
2011-10-18 Alexander LarssonActually Don't define GLIB_COMPILATION in libgthread
2011-10-18 Alexander LarssonDon't define GLIB_COMPILATION in libgthread
2011-10-17 Matthias ClasenFix an include guard mismatch
2011-10-17 Chun-wei FanMove _glib_get_locale_dir to ggettext.c
2011-10-17 Chun-wei FanGLib: Add forgotten includes and build fixes
2011-10-17 Ryan LortieRevert "Bug 652827 - glib-2.29.8 no longer builds with...
2011-10-17 Chun-wei Fanglib/tests/thread.c: Add config guards
2011-10-17 Matthias ClasenMore include cleanups
2011-10-17 Matthias Claseninclude cleanup
2011-10-17 Matthias ClasenMake things compile again
2011-10-17 Matthias ClasenMove gettext variations into their own files
2011-10-17 Matthias ClasenReshuffle some functions between gutils and gfileutils
2011-10-17 Matthias Claseninclude cleanup
2011-10-17 Matthias ClasenTrivial
2011-10-17 Matthias ClasenReshuffle genviron.c
2011-10-17 Ryan Lortiepush G_THREADS_MANDATORY over the cliff
2011-10-17 Ryan Lortiegthread/: fix up declarations
2011-10-17 Ryan LortieAdd private prototype for g_thread_init_glib()
2011-10-17 Ryan Lortiestatic and #include fixups in glib/
2011-10-17 Ryan Lortiegenviron: #include fixups
2011-10-17 Ryan LortieMark some functions 'static' in glib/tests
2011-10-16 Ryan Lortiegitignore
2011-10-16 Ryan Lortiegthread: move test cases to glib/
2011-10-16 Ryan Lortietests: merge gthread/ and glib/ atomic tests
2011-10-16 Ryan Lortieglib/tests/atomic: convert to proper gtester test
2011-10-16 Matthias ClasenAlso clean up includes
2011-10-16 Matthias ClasenMove charset and locale name functions to their own...
2011-10-16 Matthias ClasenAdd deprecation annotations to mem chunk apis
2011-10-16 Matthias ClasenMove version APIs out of gutils
2011-10-16 Matthias ClasenMove GTrashStack out of gutils.[hc]
2011-10-16 Matthias ClasenPass correct data to fatal log handlers
2011-10-16 Martin PittClarify g_spawn_*() behaviour without full path
2011-10-16 Matthias ClasenAdd g_get_codeset test
2011-10-16 Matthias ClasenAdd GAsyncQueue unit test
2011-10-16 Matthias ClasenMove g_get_codeset next to g_get_charset
2011-10-16 Matthias ClasenInclude genviron.h where necessary
next