Merge remote branch 'gvdb/master'
[platform/upstream/glib.git] / glib /
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-15 Lars EllenbergCast to volatile to avoid warnings from -Wcast-qual
2010-04-15 Ryan Lortieg_string_append_len() accept NULL with length == 0
2010-04-15 Ryan LortieGVariant: fix for g_variant_iter_loop()
2010-04-11 Ryan LortieAdd g_return_if_fail()s to g_variant_new_from_data()
2010-03-31 Behdad EsfahbodImprove docs
2010-03-30 Tor LillqvistFix build breakage on Unix
2010-03-30 Tor LillqvistDefine a public documented type for the struct stat...
2010-03-26 Ryan LortieGVariant: Stop lexing format strings at :
2010-03-23 Ryan LortieSupport &s as key of dict entry in format string
2010-03-22 Tor LillqvistFilter out gatomic-gcc.c from the VS project sources
2010-03-22 Ryan LortieDrop { } for favour of { 0, }.
2010-03-21 Ryan Lortiesilence some false-alarm uninitialised warnings
2010-03-21 Ryan Lortiegtk-doc fixups
2010-03-21 Ryan LortieGVariant docs fixes
2010-03-21 Ryan Lortiemerge GVariant parser
2010-03-21 Tor LillqvistAvoid much of duplication in lists of source files
2010-03-21 Tor LillqvistMake the GVariant code compile with a non-gcc compiler
2010-03-16 Benjamin OtteThe fallback parameter to g_convert_with_fallback(...
2010-03-15 Ryan LortieBug 612502 - build fails on glib/tests/gvariant.c
2010-03-15 Christian PerschUse static assert over runtime assert if possible
2010-03-15 Ryan Lortiegvariant test: Remove unused variable
2010-03-14 Ryan LortieGVariant: add loading, byteswapping, normalisation
2010-03-14 Ryan LortieGBuffer: very small cosmetic fix to header file
2010-03-14 Ryan LortieGVariantIter: expand the size of the dummy struct
2010-03-12 Ryan LortieBug 610858 - gvariant test fails sometimes
2010-03-10 Javier Jardón[docs] Don't reference deprecated functions
2010-03-09 Ryan Lortie'default: g_assert_not_reached();' to silence GCC
2010-03-09 Dagobert MichelsenUse G_STRFUNC instead of explicit gcc-only __PRETTY_FUNC__
2010-03-08 Behdad EsfahbodCosmetic
2010-03-08 Ryan Lortiedistcheck: add gvariant-internal.h to SOURCES
2010-03-08 Ryan LortieGVariant variable arguments, tests, cleanups
2010-03-08 Matthias ClasenMinor doc clarification
2010-03-07 Ryan Lortie.gitignore mem-overflow test
2010-03-07 Ryan LortieBug 608196 - Overflow-safe g_new family
2010-03-05 Ryan Lortieundef the proper macros to avoid warning message
2010-03-05 Behdad EsfahbodAdd makegalias.pl dep on galias.h and co
2010-03-05 Ryan Lortieg_variant_get_strv: support objects and signatures
2010-03-05 Ryan LortieGVariant: fix some refcounting issues
2010-03-04 Behdad EsfahbodFix galias build breakage with g_malloc_n macros
2010-03-03 Behdad EsfahbodBug 608196 - Overflow-safe g_new family
2010-03-03 Ryan LortieGVariantBuilder: loosen assertion check
2010-03-03 Ryan LortieGVariantBuilder: allow for stack allocation
2010-02-25 Ryan LortieGVariantTypeInfo: fix thread safety bug
2010-02-23 Ryan LortieFix backward logic in g_return_if_fail().
2010-02-23 Ryan LortieGVariant: Improve test coverage.
2010-02-22 Ryan LortieGVariantIter, GVariantBuilder
2010-02-22 Ryan LortieRemove redudant check for direct #include gslice.h
2010-02-22 Matthias ClasenMore distcheck fixes
2010-02-22 Matthias ClasenFix some distcheck issues
2010-02-21 Matthias ClasenFix a doc typo.
2010-02-21 Matthias ClasenFix the large array test to work
2010-02-21 Matthias ClasenDocumentation improvement
2010-02-21 Matthias ClasenFix an oversight
2010-02-19 Colin Walters[gutf8.c] Add a bit of documentation to UNICODE_VALID
2010-02-19 Ryan LortieMerge the main public API of GVariant
2010-02-16 Ryan LortieGVariant: create child instance from its own data
2010-02-11 Ryan LortieGVariant: lock before freeing, to avoid assert
2010-02-10 Ryan Lortiemerge GVariant
2010-02-08 Ryan Lortiegstrfuncs.h: needs gmacros.h for G_BEGIN_DECLS
2010-02-07 Ryan Lortieadd missing #include "config.h"
2010-02-07 Ryan Lortieremove #include <glib.h> from some .c files
2010-02-07 Ryan Lortiegurifuncs.c: #include "string.h" -> <string.h>
2010-02-07 Ryan LortieGVariantTypeInfo: free hash table when not in use
2010-02-06 Ryan Lortiemerge the GVariant serialiser
2010-02-06 Ryan LortieGMappedFile: minimal changes to support GBuffer
2010-02-06 Ryan Lortieadd private GBuffer type
2010-02-05 Ryan Lortierename test: gvarianttype -> gvariant
2010-02-04 Tor LillqvistClarify use of struct stat on Windows
2010-02-04 Tor LillqvistInternally use the _stati64 API explicitly on Windows
2010-02-04 Ryan LortieGVariantType test case: assert all memory freed
2010-02-04 Ryan LortieGVariantTypeInfo tweaks
2010-02-03 Tor LillqvistUpdate copyright years
2010-02-03 Krzesimir NowakAdd checks for NULL pointer in arrays.
2010-02-03 Ryan LortieGVariantTypeInfo changes
2010-02-01 Ryan Lortieg_bit_lock: remove double variable declarations
2010-02-01 Dan Winshipghostutils: Fix a crash and add some tests
2010-02-01 Ryan LortieG{Byte,Ptr,}Array: move docs from tmpl to .c
2010-02-01 Ryan LortieGList, GSList: move docs from tmpl to .c
2010-02-01 Ryan LortieGIOChannel: move docs from tmpl to .c
2010-02-01 Ryan LortieGTree, GNode: move docs from tmpl to .c
2010-02-01 Ryan LortieGThreadPool: move docs from tmpl to .c
2010-02-01 Ryan LortieGRelation: move docs from tmpl to .c
2010-02-01 Ryan LortieGCache: move docs from tmpl to .c
2010-02-01 Ryan LortieGChecksum: move docs from tmpl to .c
2010-02-01 Ryan LortieGCompletion: move docs from tmpl to .c
2010-02-01 Christian DywanFix typo in introduction to threads in Glib
2010-01-31 Ryan Lortiedata{list,sets}, quarks: move docs from tmpl to .c
2010-01-31 Ryan LortieGPattern: move docs from tmpl to .c
2010-01-31 Ryan LortieString chunks: move docs from tmpl to .c
2010-01-31 Ryan LortieMove allocator and memchunk docs from tmpl to .c
2010-01-31 Ryan LortieGSequence: move docs from tmpl to .c
2010-01-31 Ryan LortieGShell: move docs from tmpl to .c
2010-01-31 Ryan LortieGTimer: move docs from tmpl to .c
2010-01-31 Ryan LortieFix up gthread.c documentation
2010-01-31 Ryan Lortiemerge GVariantTypeInfo
2010-01-30 Ryan Lortiemove threads docs to .c
2010-01-30 Ryan Lortieg_strlcpy doc: small fixup
2010-01-30 Ryan Lortiegbitlock: fix gtkdoc brokenness
next