GObject: move GLib type definitions to a separate header
[platform/upstream/glib.git] / glib /
2011-05-18 Jasper Lievisse... gatomic: #include gthread.h to fix compilation on nonop...
2011-05-18 Colin Waltersg_key_file_has_key_full: New function to fix g_key_file...
2011-05-17 John Lindgrenkeyfile: fill parse buffer in line sized chunks
2011-05-17 John Lindgrenkeyfile: avoid needless allocations on file load
2011-05-16 Matthias ClasenRename a problematic test binary
2011-05-15 Philip Withnalldocs: Improve punctuation in some of the GArray method...
2011-05-15 Benjamin Ottedocs: Add the cute trick comment to all sort functions
2011-05-15 Benjamin Ottedocs: Add a cute trick for achieving a stable sort
2011-05-11 Giovanni Campagnagbase64: fix introspection annotations
2011-05-11 Colin Waltersgdatetime: Quiet GCC warning about possibly-uninitialized
2011-05-06 Matthias ClasenDocumentation additions
2011-05-05 Matthias ClasenAdd tests for new GDateTime functionality
2011-05-05 Matthias ClasenExpand the g_date_time_format documentation
2011-05-05 Matthias ClasenGDateTime: enhance g_date_time_format()
2011-05-05 Chun-wei FanGLib MSVC Support updates (autotools)
2011-05-04 Ryan LortieGVariant: Better handling of invalid UTF-8
2011-05-04 Colin WaltersRename g_unix_pipe_flags to g_unix_open_pipe
2011-05-03 Matthias ClasenRemove extraneous decorations
2011-05-03 Colin Waltersglib-unix.c: Don't leak FDs if pipe2() succeeds
2011-05-03 Colin WaltersUse g types in public API for consistency
2011-05-03 Colin Waltersg_unix_set_fd_nonblocking: New API to control file...
2011-05-03 Colin Waltersglib-unix.h: Unconditionally include unistd.h
2011-05-03 Dan WinshipFix usage of _GNU_SOURCE
2011-05-02 Ray Strodeglib/Makefile.am: add gmain-internal.h to sources
2011-05-02 Dan WinshipFix compiler warnings
2011-05-02 Behdad EsfahbodBug 648966 - Update g_unichar_iswide and g_unichar_iswi...
2011-05-02 Dan WinshipUpdate .gitignores
2011-05-02 Matthias ClasenAvoid an unused variable warning
2011-05-01 Matthias ClasenGHash: make sets with refcounted keys work correctly
2011-05-01 Matthias ClasenGHash: introduce a "set" mode
2011-05-01 Morten WelinderGHash: eliminate one of the lookup_nodes functions.
2011-05-01 Morten WelinderGHash: split nodes array into seperate arrays.
2011-05-01 Morten WelinderGHash: use macros to check for magic hash values.
2011-04-29 Behdad EsfahbodBug 648966 - Update g_unichar_iswide and g_unichar_iswi...
2011-04-29 David ZeuthenMerge branch 'master' into gdbus-codegen
2011-04-28 Colin WaltersUse SIGTRAP (via G_BREAKPOINT()) if G_DEBUG=fatal-warnings
2011-04-28 Shaun McCanceglib/gvariant.c: Fix variable name in example code
2011-04-27 Colin WaltersDrop stray reference to gthread.la
2011-04-27 Colin Waltersglib/Makefile.am: Remove stray tab
2011-04-27 Colin Waltersglib-unix: New API to watch some Unix signals
2011-04-27 Colin Waltersgmain: Prepare child watch handling for more generic...
2011-04-27 Colin Waltersglib-unix: New Unix-specific API
2011-04-27 David SchleefFix %z in g_date_time_format()
2011-04-27 Matthias ClasenGHashTable: Small optimization of remove-all
2011-04-27 Matthias ClasenGHashTable: Add a test for remove-all functionality
2011-04-27 Matthias ClasenWhitespace cleanup
2011-04-27 Matthias ClasenGSequence: Make g_sequence_iter_move behave as documented
2011-04-18 Benjamin OtteAPI: testutils: Add g_test_fail()
2011-04-18 Benjamin Ottetestutils: Sprinkle code with newlines
2011-04-18 Benjamin Ottetestutils: Return number of bad tests from g_test_run_s...
2011-04-18 Benjamin Ottetestutils: Remove unused variable
2011-04-18 Benjamin Ottetestutils: Return a boolean from g_test_case_run()
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-04-14 Ryan LortieGTimeZone: fix non-threadsafe refcounting
2011-04-13 Ryan LortieG_VARIANT_TYPE_VARDICT: Add 'Since:' tag
2011-04-13 Matthias ClasenSkip the writable test if the file is not writable 2.29.2
2011-04-13 Matthias ClasenFix non-srcdir builds
2011-04-12 Matthias ClasenGMarkupParseContext: Improve struct packing
2011-04-12 Matthias ClasenGMatchInfo: improve struct packing
2011-04-11 Matthias ClasenFix a few parameter mismatches in the docs
2011-04-07 Dan WinshipFix two leaks seen when using TLS connections
2011-04-04 Murray CummingDocs: Change DBus to D-Bus
2011-03-31 Colin Waltersgqsort: Quiet a compiler warning for qsort_r
2011-03-31 Colin Waltersgoption: [linux] Look in /proc/self/cmdline for argv0...
2011-03-31 Ryan LortieImprove .gitignore
2011-03-31 Ryan Lortieglib.symbols: add some missing symbols
2011-03-31 Ryan LortieGVariant test: test parsing of "inf" and "nan"
2011-03-31 Ryan LortieGVariant parser: parse "inf", "-inf" and "nan"
2011-03-31 Ryan LortieGVariant parser: match strings without consuming
2011-03-31 Ryan LortieGVariant parser: fix memory error
2011-03-31 Ryan LortieAdd GTimeZoneMonitor
2011-03-31 Ryan Lortieg_time_zone_new_local: cache the result
2011-03-31 Ryan LortieGTimeZone: don't add /etc/localtime to the cache
2011-03-24 Murray CummingDocs: Changed can not to cannot.
2011-03-15 Emmanuele BassiRevert "Remove all uses of G_CONST_RETURN"
2011-03-15 Emmanuele BassiRevert "Deprecate G_CONST_RETURN"
2011-03-15 Ryan LortieGVariant parser: fix tuple type checking
2011-03-15 Ryan LortieDeprecate G_CONST_RETURN
2011-03-15 Ryan LortieRemove all uses of G_CONST_RETURN
2011-03-13 Owen W. TaylorCorrect internal definition of C_()
2011-03-12 Emilio Pozuelo MonfortDocument g_timeout_add_seconds first call latency
2011-03-11 Tor LillqvistUse g_usleep() for portability, bug #644465
2011-03-11 Matthias ClasenFix cleanup in g_markup_collect
2011-03-11 Matthias ClasenAdd a testcase for g_markup_collect cleanup
2011-03-08 Martin NordholtsCheck availability of linux/magic.h
2011-03-07 Matthias ClasenGo back to the old logic in set_expiration
2011-03-04 Ryan LortieGVariant docs cleanups
2011-03-04 Ryan LortieGVariant: add G_VARIANT_TYPE_VARDICT for a{sv}
2011-02-25 Matthias ClasenAdd some tests for g_hash_table_lookup_extended
2011-02-25 Matthias ClasenGHashTable: Clarify g_hash_table_lookup_extended docs
2011-02-25 Matthias ClasenGOptionContext: Warn about invalid arg/flag combinations
2011-02-25 Matthias ClasenTreat optional arguments the same for long and short...
2011-02-24 Chun-wei FanFix the VS2010 project generation for GLib
2011-02-22 Andreas RottmannBug 638185 - GIOCondition should be annotated as "flags"
2011-02-22 Chun-wei FanVisual C++ 2010 Project Files: autotools files
2011-02-19 Tor LillqvistExport _glib_get_locale_dir() as it is now used in...
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
next