Be more forgiving when parsing introspection xml
[platform/upstream/glib.git] / glib /
2011-02-16 Matthias ClasenUse glibc qsort_r() for g_qsort_with_data()
2011-02-16 Damien Lespiaugtimezone: Rename shadowing variable 'time' to 'time_'
2011-02-15 Matthias ClasenFix bug base in array-test
2011-02-15 Matthias ClasenAdd a testcase for bug 640489
2011-02-15 Ryan LortieBug 642052 - g_timeout_add(_seconds) overflow
2011-02-15 Ryan LortieBug 642052: add currently-broken test case
2011-02-14 Matthias ClasenImprove test coverage
2011-02-14 Matthias ClasenUse g_assert_no_error
2011-02-12 Benjamin Ottedoc: Fix typo in previous commit
2011-02-12 Benjamin Ottedocs: Fix return value for g_datetime_compare()
2011-02-11 Ryan LortieGVariant: doc the format of g_variant_parse/print
2011-02-11 Ryan LortieGVariant: support NULL for empty arrays in varargs
2011-02-08 Matthias ClasenFix some parameter mismatches in GVariant docs
2011-02-08 Matthias ClasenAvoid more compiler warnings
2011-02-08 Matthias Claseng_date_time_format: drop an unused variable
2011-02-08 Javier Jardóndocs: Document Since properly, 2.26 -> 2.28
2011-02-01 Johan DahlinCorrect gtk-doc SECTION: syntax
2011-01-31 Ignacio Casal Quin... Check that error exists before trying to set it. Fixes...
2011-01-28 Dan WinshipFix g_source_add_child_source docs
2011-01-28 Ryan LortieGVariant: clear memory before releasing it
2011-01-28 Tobias MuellerFixed format string issue in a test, fixes bug 640725
2011-01-28 Matthias ClasenAdd testcase for bug 640695
2011-01-28 Benjamin GilbertEnsure g_key_file_load_from_file() strips a \r on a...
2011-01-28 Matthias ClasenMake load_user_special_dirs() resistant to nonexistent...
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2011-01-22 Matthias ClasenForgotten files
2011-01-22 Matthias ClasenRemove a test that seems to fail depending on time...
2011-01-22 Matthias ClasenUpdate the included copy of PCRE
2011-01-21 Behdad EsfahbodUpdate to Unicode 6.0
2011-01-18 Matthias ClasenMark another function as static
2011-01-18 Matthias ClasenMark a function as static
2011-01-18 Matthias ClasenMove GMarkup docs inline
2011-01-17 Ray Strodedatetime: Show 12 instead of 0 for 12h hour format
2011-01-17 Ray Strodetests: add format test case for noon hour in 12h mode
2011-01-14 Javier Jardóndocs: gvariant-core: g_variant_normalise -> g_variant_g...
2011-01-14 Javier Jardóngvariant-core: Fix typo
2011-01-07 Matthias ClasenAdd regex test cases
2011-01-06 Matthias ClasenAvoid possible parameter name clashes in GVariant
2011-01-05 Christian PerschAdd g_get_locale_variants()
2011-01-05 Christian PerschMake _g_compute_locale_variants return a char** directly
2011-01-04 Matthias ClasenFix build on old kernels
2010-12-28 Emmanuele Bassigtester-report: Add an optional 'revision' node
2010-12-28 Matthias ClasenDocument that g_variant_builder_add_value consumes...
2010-12-28 Matthias ClasenFix a possible crash in g_io_channel_read_chars
2010-12-21 Ryan LortieBug 637544 - Skip fsync() on btrfs
2010-12-20 Xavier ClaessensAdd g_sequence_lookup{_iter} into symbols
2010-12-20 Xavier ClaessensAdd note in g_sequence_search() doc about g_sequence_lo...
2010-12-20 Xavier ClaessensAdd unit test for g_sequence_lookup() and g_sequence_lo...
2010-12-20 Xavier ClaessensNew API: g_sequence_lookup() and g_sequence_lookup_iter()
2010-12-17 Javier Jardóngrand: Fix URLs for info on the Mersenne Twister
2010-12-15 Dan Winshipghostutils: Convert non-ASCII dots to '.' when converti...
2010-12-12 Christian PerschBetter error reporting for g_variant_parse()
2010-12-05 Chris KühlAdded note in g_slist_free about using *free_full to...
2010-12-04 Matthias ClasenTry to fix the version test on builders
2010-12-03 Matthias ClasenReword awkward sentence in the docs
2010-12-03 Matthias ClasenAvoid shadowing dir builtin
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'
next