Merge remote-tracking branch 'gvdb/master'
[platform/upstream/glib.git] / glib /
2010-12-03 Colin Waltersglib: Document g_string_free semantics better in the...
2010-12-02 Benjamin Otteglib: Fix enumeration warnings from gcc 4.5
2010-12-02 Bastien NoceraFix typo in API docs for GDateTime
2010-12-01 Damien Lespiaugmain: Add Since: 2.28 tag to g_source_{add,remove...
2010-11-29 Matthias ClasenUpdate NEWS
2010-11-27 Christian PerschUse same variable names in .h and .c
2010-11-26 Dan Winshipgmain: add g_source_add_child_source and g_source_remov...
2010-11-26 Dan Winshipgmain: fix some silly code in a programmer-error case
2010-11-26 Dan Winshipgmain: move finalization of GSource outside of context...
2010-11-22 Owen W. TaylorFix off-by-1000 for GTimer
2010-11-17 Ryan Lortieg_str_hash: switch to using DJB hash
2010-11-17 Ryan Lortieg_str_hash: clean up code
2010-11-09 Chun-wei Fangtimer.c: Revert accidental overwrite
2010-11-09 Chun-wei FanAdded and Moved checks for includes
2010-11-07 Dan Winshipfix make check
2010-11-06 Ryan Lortieg_get_user_runtime_dir(): New function
2010-11-06 Christian PerschFix docs comment typo
2010-11-06 Ryan LortieAdd g_variant_lookup() and tests
2010-11-04 Tor LillqvistClarify docs for g_path_is_absolute() semantics on...
2010-11-03 Ryan LortieGMainContext: store real time as int64
2010-11-03 Ryan LortieAdd g_get_real_time() for wall-clock int64 micros
2010-11-03 Ryan LortieClean up g_usleep()
2010-11-03 Ryan LortieGTimer: switch to monotonic time
2010-11-03 Ryan LortieDrop GTimeSpec type
2010-11-03 Ryan LortieSwitch GTimeSpec users to int64 microseconds
2010-11-03 Ryan LortieGTimeout: simplify math for 'seconds' case
2010-11-01 Matthias ClasenFix a doc typo
2010-10-31 Christian PerschUse G_GINT64_CONSTANT here
2010-10-29 Ryan LortieAdd testcase for environment functions
2010-10-29 Ryan LortieAdd g_get_environ(): portable access to 'environ'
2010-10-28 Ryan LortieBug 158725 - free linked list with data
2010-10-27 Ryan LortieDeprecate g_source_get_current_time()
2010-10-27 Ryan Lortieswitch GTimeoutSource to use monotonic time
2010-10-27 Ryan LortieAdd g_source_get_time()
2010-10-27 Ryan LortieRename time_is_current to current_time_is_fresh
2010-10-27 Ryan LortieAdd g_get_monotonic_time()
2010-10-27 Ryan LortieAdd 'GTimeSpec' as 'struct timespec' equivalent
2010-10-27 Ryan LortieLink libglib against -lrt if we have clock_gettime
2010-10-26 Ryan LortieGVariant: avoid locking in a common case
2010-10-18 Tor LillqvistUse CSIDL_LOCAL_APPDATA on Windows
2010-10-05 Ryan LortieGVariant tests: fix bad allignment assumption
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieGVariant: avoid byteswapping in some cases
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
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
next