Bug 618737 - "dispatch to context" functionality
[platform/upstream/glib.git] / glib /
2010-10-03 Ryan LortieBug 618737 - "dispatch to context" functionality
2010-10-01 Ryan LortieBug 630077 - GDateTime week number support
2010-09-26 Ryan Lortieclean up g_date_time_get_week_day()
2010-09-22 Ryan Lortiefix argument order for g_date_time_difference()
2010-09-21 Philip WithnallBug 630185 — Allow NULL strings in g_quark_try_string()
2010-09-21 Behdad EsfahbodFix typo
2010-09-20 Colin Waltersgdir: Clarify in documentation that ordering is not...
2010-09-18 Ryan LortieGDateTime: G_GNUC_WARN_UNUSED_RESULT for modifiers
2010-09-18 Ryan LortieFix header cleaup fallout when using system pcre
2010-09-17 Ryan LortieGDateTime: fix a test that fails from time to time
2010-09-17 Ryan LortieDeal with gtk-doc's insane sensitivty to spaces
2010-09-17 Ryan LortieClean-up/tweaking of GDateTime and GTimeZone
2010-09-17 Emmanuele Bassidatetime: Fix hashing
2010-09-17 Emmanuele Bassidatetime: Rename g_date_time_printf() to g_date_time_fo...
2010-09-17 Emmanuele Bassidatetime: Update modifiers for DST changes
2010-09-17 Emmanuele Bassidatetime: Allow setting fractionary seconds in new_full()
2010-09-17 Emmanuele Bassidatetime: Rework time zone support in constructors
2010-09-15 Ryan LortieBug 629709 - Empty variants
2010-09-14 Ryan LortieGVariant: Check for size == 0 in get_bytestring
2010-09-13 Matthias ClasenBetter msgctxt for month and weekday names
2010-09-13 Ryan LortieConst 'parser' arg to g_markup_parse_context_push
2010-09-13 Tomeu VizosoMake g_variant_builder_end's return to be (allow none...
2010-09-13 Kristian RietveldInclude giochannel.c for G_IO_IN, etc.
2010-09-12 Tor LillqvistAdd some more individual own header includes where...
2010-09-11 Tomeu VizosoAdd annotation for g_variant_get_string
2010-09-11 Tor Lillqvistdos2unix glib/win_iconv.c
2010-09-06 Tor LillqvistFix build on Windows and possibly other non-Linux platforms
2010-09-06 Emmanuele BassiWhitespace fixes
2010-09-06 Damien Lespiaudatetime: Rename shadowing variables
2010-09-06 Thiago Santosgdatetime: Use proleptic gregorian
2010-09-06 Christian Hergertdatetime: use g_utf8_next_char() to walk utf8 string
2010-09-06 Christian Hergertdatetime: avoid using __year
2010-09-06 Emmanuele Bassidatetime: Add get_week_of_year()
2010-09-06 Emmanuele Bassidatetime: Rename internal method
2010-09-06 Emmanuele Bassibuild: Fix warnings caused by missing includes
2010-09-05 Matthias ClasenMore header inclusion cleanup
2010-09-04 Emmanuele Bassigmain: Define _GNU_SOURCE before including glibconfig.h
2010-09-04 Emmanuele BassiBuild fixes for the fall-out of the inclusion changes
2010-09-04 Emmanuele Bassigtimer: Fix a compilation warning
2010-09-04 Emmanuele BassiAdd missing gstrfuncs.h include
2010-09-04 Matthias ClasenMore include cleanups
2010-09-04 Matthias ClasenDon't include glib.h in other headers
2010-09-04 Matthias ClasenRemove excessive header includes
2010-09-04 Matthias ClasenRemove excessive header includes
2010-09-04 Matthias ClasenDon't include glib.h in other headers
2010-09-04 Matthias ClasenRemove excessive header inclusions
2010-09-04 Matthias ClasenRemove excessive header inclusions
2010-09-04 Matthias ClasenRemove excessive header inclusions
2010-09-04 Matthias ClasenRemove excessive header inclusions
2010-09-04 Matthias ClasenRemove some unneeded headers
2010-09-04 Matthias ClasenRemove eexcessive header inclusions
2010-09-04 Matthias ClasenRemove redundant header inclusions
2010-09-04 Matthias ClasenRemove redundant header inclusions
2010-09-04 Matthias ClasenRemove redundant header inclusions
2010-09-04 Matthias ClasenRemove redundant header inclusions
2010-09-04 Matthias ClasenRemove redundant header inclusions
2010-09-04 Matthias ClasenRemove redundant header inclusions
2010-09-04 Matthias ClasenRemove redundant header inclusions
2010-09-04 Matthias ClasenRemove redundant header inclusions
2010-09-04 Matthias ClasenRemove redundant header inclusions
2010-09-03 Matthias ClasenRemove redundant header inclusions
2010-09-03 Matthias ClasenRemove redundant header inclusions
2010-09-03 Matthias ClasenWhitespace cleanup
2010-09-03 Matthias ClasenRemove redundant header inclusions
2010-09-03 Matthias ClasenWhitespace cleanup
2010-09-03 Matthias ClasenRemove redundant header inclusions
2010-09-02 Tor LillqvistRecuce DLL hijack risk on Windows
2010-09-01 Jon Nordbydocs: Inline docs from tmpl/memory.smgl
2010-08-26 Jens GeorgImprove parsing of date-only iso8601 strings
2010-08-26 Emmanuele Bassidatetime: Re-use add_dmy()
2010-08-26 Tor LillqvistFix Win32 build
2010-08-26 Matthias ClasenMake this thing work
2010-08-26 Matthias ClasenImprove g_file_set_contents docs
2010-08-26 Matthias ClasenGuarantee that g_get_tmp_dir () doesn't return an empty...
2010-08-25 Emmanuele Bassidatetime: Fix a thinko
2010-08-25 Emmanuele Bassidatetime: Avoid excessive copies in add_full()
2010-08-25 Emmanuele Bassidocs: Reword the datetime short description
2010-08-25 Emmanuele Bassidatetime: Fix leap year check
2010-08-25 Emmanuele Bassidatetime: Fix coding style
2010-08-25 Emmanuele Bassidatetime: Use %Z for the timezone name
2010-08-25 Emmanuele Bassidatetime: Fix the format documentation
2010-08-25 Emmanuele Bassidatetime: Clean up macros and unused variables
2010-08-24 Emmanuele Bassidatetime: Remove the translation marker for a warning...
2010-08-24 Thiago SantosAdd GDateTime to GLib
2010-08-24 Emmanuele BassiAdd C_() to glibintl.h
2010-08-23 Cody RussellAdd const to _pcre_ucp_othercase() definition in pcre_i...
2010-08-23 Matthias ClasenImprove testutils test coverage
2010-08-23 Matthias ClasenImprove printf test coverage
2010-08-23 Matthias ClasenImprove GDate test coverate
2010-08-19 Dan WinshipFix misc compiler warnings in (mostly) test programs
2010-08-18 Christian PerschG_OPTION_FLAG_NO_ARG is only for callback options
2010-08-16 Matthias ClasenFix a doc format issue
2010-08-14 Simon McVittieGVariant: be more explicit about adopting and returning...
2010-08-14 Matthias ClasenAdd bug references to some tests
2010-08-14 Matthias ClasenFix doc format errors
2010-08-13 Havoc PenningtonGAsyncQueue: use g_queue_init() not g_queue_new()
2010-08-09 Matthias ClasenMove GRegex docs inline
2010-08-09 Matthias ClasenWhitespace cleanup
2010-08-09 Matthias ClasenRemove two redundant comments
2010-08-09 Matthias ClasenFix up a doc typo
next