News for 2.29.16
[platform/upstream/glib.git] / glib /
2011-08-14 Stef Walterhmac: Implementation of HMAC in glib
2011-08-13 Matthias Clasengdatetime: Add a test for %OM
2011-08-13 Matthias ClasenRemove a gccism
2011-08-11 Behdad EsfahbodBug 652827 - glib-2.29.8 no longer builds with mingw...
2011-08-06 Pavel HolejsovskyAdd missing GVariant annotations
2011-07-28 Matthias ClasenRevert "Optimize g_[s]list_free_full a bit"
2011-07-26 Cosimo Cecchiutf8: annotate the end pointer in g_utf8_validate as...
2011-07-26 Ryan LortieGDateTime test: 1970 doesn't exist on Windows
2011-07-26 Ryan Lortieg_format_size: fix on Windows
2011-07-26 Ryan Lortieg_format_size: avoid silly GString use
2011-07-26 Ryan LortieMerge branch 'gwakeup'
2011-07-25 Ryan LortieGWakeup: fix Windows build breakage
2011-07-25 Ryan LortieRemove g_wakeup_* from glib.symbols
2011-07-25 Ryan LortieGWakeup: make it private API
2011-07-25 Ryan LortieGWakeup: add signal safety note
2011-07-25 Ryan Lortiegtk-doc GWakeup
2011-07-25 Ryan Lortieport GMainContext to GWakeup
2011-07-25 Ryan LortieAdd GWakeup
2011-07-25 Ryan Lortieg_unix_open_pipe: fix some bugs
2011-07-24 Dan Winshipupdate .gitignore
2011-07-22 Colin Waltersglib.symbols: Update for expected ABI changes
2011-07-22 Colin WaltersRevert addition of g_key_file_has_key_full
2011-07-22 Behdad EsfahbodDon't use deprecated G_UNICODE_COMBINING_MARK
2011-07-22 Ryan LortieRename a few arguments
2011-07-22 Ryan LortieHave gtk-doc ignore some #defines
2011-07-22 Ryan LortieReplace @Varargs with @...
2011-07-22 Ryan LortieRemove duplicate 'struct real_pcre' declaration
2011-07-22 Ryan LortieAdd deprecation guard to G_UNICODE_COMBINING_MARK
2011-07-22 Ryan LortieReword some docs comments to avoid 'Returns ...'
2011-07-22 Ryan Lortiemove 'Since:' tags down
2011-07-22 Xavier ClaessensAdd g_ptr_array_new_full
2011-07-21 Behdad EsfahbodBug 655076 - Our normalization code misses some Full_Co...
2011-07-21 Dan WilliamsDocument how to free return values from g_key_file_get_...
2011-07-21 Behdad EsfahbodBug 655025 - #define G_UNICODE_SPACING_MARK G_UNICODE_C...
2011-07-21 Simon McVittieg_atomic_int_add: document that the return value is new
2011-07-21 Ryan LortieAdvise against using GPrivate
2011-07-21 Behdad EsfahbodAdd g_unicode_script_from_iso15924()
2011-07-20 Behdad EsfahbodBug 648271 - Add g_unicode_script_to_iso15924()
2011-07-20 Ryan LortieChange order of GFormatSizeFlags
2011-07-20 Ryan Lortieg_format_size: just use GString
2011-07-20 Ryan Lortieg_format_size: Return 'gchar' instead of 'char'
2011-07-20 Ryan LortieChange GLib size units policy
2011-07-20 Ryan Lortieg_format_size_for_display: some internal renames
2011-07-20 Vincent UntzStop using deprecated g_unicode_canonical_decomposition()
2011-07-20 Ryan LortieGVariant: document avoiding g_variant_iter_loop
2011-07-20 Ryan LortieGVariant: better support for object path arrays
2011-07-20 Matthias ClasenDrop the warnings.sgml template
2011-07-19 Matthias ClasenFix doc formatting errors
2011-07-19 Matthias ClasenMove GError docs inline and ditch template
2011-07-19 Matthias ClasenMove Unicode docs inline, ditch template
2011-07-18 Behdad EsfahbodSimplify Hangul Jamo decomposition
2011-07-18 Behdad EsfahbodBug 654651 - Better g_unicode_canonical_decomposition()
2011-07-18 Benjamin Ottegtester: Count inability to run a test in a binary...
2011-07-18 Benjamin Ottegtester: Return a failure exit code when a test fails
2011-07-18 Matthias ClasenMove version docs inline
2011-07-18 Matthias ClasenMove GQueue docs inline
2011-07-14 Behdad EsfahbodRemove comp_step_table table
2011-07-14 Behdad EsfahbodDocument, that the second part of a decompose() wouldn...
2011-07-14 Behdad Esfahbod[test] Move non-utf8 tests into unicode.c
2011-07-14 Behdad EsfahbodRemove stale comment
2011-07-14 Behdad EsfahbodAdd tests for Unicode canonical composition/decomposition
2011-07-14 Behdad EsfahbodMove declarations around
2011-07-14 Matthias ClasenBug 654195 - Add g_unichar_compose() and g_unichar_deco...
2011-07-12 Ryan LortieGVariant: add g_variant_take_ref()
2011-07-11 Paolo Bonziniadd g_regex_escape_nul
2011-07-11 Martin StorsjoDon't needlessly use "echo -e"
2011-07-11 Matthias ClasenOptimize g_[s]list_free_full a bit
2011-07-06 Javier JardónMove documentation to inline comments: spawn
2011-07-04 Matthias ClasenDisable a failing test
2011-07-04 Murray CummingG_STATIC_REC_MUTEX_INIT: Fix missing initialization.
2011-06-28 Colin Waltersgmain: Fall back to pipes if kernel doesn't support...
2011-06-24 Matthias ClasenUnicode: add a g_utf8_substring convenience api
2011-06-23 Christian PerschTypo fix
2011-06-23 Christian PerschPlug a mem leak in the regex test
2011-06-23 Christian PerschMake GMatchInfo refcounted
2011-06-22 Colin Waltersgmain: use Linux eventfd() for main context wake up
2011-06-21 Philip Van HoofAdd iter_replace API to GHashTableIter
2011-06-19 Christian PerschClarify nul-termination of g_utf8_to_ucs4[_fast] result
2011-06-19 Matthias ClasenAdd tests for GCache
2011-06-19 Matthias Clasenutils: silence tests unless verbose
2011-06-19 Matthias Clasenlogging: improve test coverage
2011-06-19 Matthias Clasenhash: Improve test coverage
2011-06-17 Colin Waltersgvariant: Mark g_variant_new_variant as constructor
2011-06-15 Murray CummingG_STATIC_REC_MUTEX_INIT: Add a 0 to the initialization.
2011-06-15 Ryan LortieDrop dead code in GVariant parser
2011-06-15 Matthias ClasenEliminate some dead code
2011-06-15 Matthias ClasenAdd some argument checks to filename conversion functions
2011-06-14 Colin Waltersgmain: Close race condition in _g_main_wake_up_all_cont...
2011-06-14 Colin Waltersgmain: Only run through signal delivery once per read()
2011-06-14 Colin Waltersgmain: Use sigset_t for keeping track of installed...
2011-06-14 Colin Waltersgspawn: Reset signal handlers for synchronous spawning
2011-06-14 Colin Waltersglib/tests/unix.c: Also test SIGTERM
2011-06-14 Colin Waltersgspawn: Handle EINTR in a few more cases
2011-06-14 Matthias ClasenSilence a compiler warning
2011-06-14 Matthias ClasenDon't leak resources in error cases
2011-06-14 Matthias ClasenUse a realistic timeout in a test
2011-06-13 Ryan LortieFormally deprecate G_CONST_RETURN
2011-06-12 Dan Winshipupdate .gitignores
2011-06-10 Colin Waltersgspawn: Fix annotations
2011-06-09 Ryan LortieRemove all uses of G_CONST_RETURN
next