[kdbus] KDBUS_ITEM_PAYLOAD_OFF items are (once again) relative to msg header
[platform/upstream/glib.git] / ChangeLog.pre-2-12
2006-04-26 Matthias ClasenDon't repeat a failed fclose() call, since that invokes...
2006-04-26 Matthias ClasenAvoid a possible NULL dereference (found by Coverity...
2006-04-26 Matthias ClasenAdd a test for the previous change.
2006-04-25 Matthias ClasenRemove redundant code. (g_key_file_get_group_comment...
2006-04-19 Matthias ClasenAdd some missing Since: 2.8 tags
2006-04-19 Tor LillqvistAdapt to the changed prototype of InterlockedCompareExc...
2006-04-19 Matthias ClasenAdd api to get and set doubles and lists of doubles...
2006-04-19 Matthias ClasenAccept duplicate groups. (#157877, Sebastien Bacher)
2006-04-18 Matthias ClasenMake passing NULL for new_prefix work as documented...
2006-04-17 Kjartan MaraasRemove obsolete entry for no_NO. And the translation.
2006-04-16 Matthias ClasenAvoid an array overrun. (Coverity, fix by Pascal Terjan)
2006-04-12 Bastien Nocerareviewed by: Matthias Clasen <mclasen@redhat.com>
2006-04-12 Matthias ClasenAdd an assert to make it clear when value can be NULL.
2006-04-07 Martyn James Russell(test_thread_stop_unused): Removed an
2006-04-07 Hans Breueradded gbase64.obj and derive the static libs name from...
2006-04-07 Martyn James RussellMake sure g_thread_pool_stop_unused_threads() actually...
2006-04-05 Matthias ClasenMake long long printing work if snprintf is not availab...
2006-04-05 Behdad EsfahbodCheck the return value of g_get_prgname for NULL before...
2006-04-05 Matthias ClasenFix up shell script
2006-04-05 Matthias ClasenMore test fixes
2006-04-05 Matthias ClasenRun run-bookmark-test.sh
2006-04-05 Matthias ClasenMore warning fixes
2006-04-05 Matthias ClasenSilence a warning
2006-04-05 Matthias ClasenAdd base64 docs
2006-04-04 Alexander LarssonAdd base64 encode/decode functions
2006-04-04 Matthias ClasenMove short_month_names and long_month_names to bss.
2006-04-04 Matthias ClasenMake the parser struct const
2006-04-04 Behdad EsfahbodFix accidentally broken build.
2006-04-03 Matthias ClasenDon't include sys/time.h (#337027, Kazuki IWAMOTO)
2006-03-31 Tor LillqvistRevert change below. It wasn't a good idea after all...
2006-03-31 Tor Lillqvist[Win32] call rmdir() only if remove() fails with errno...
2006-03-30 Matthias ClasenSync the parameter names with the .h files, otherwise...
2006-03-27 Emmanuele BassiAdd bookmarkfile-test to the ignored files.
2006-03-27 Emmanuele BassiAdd test suite for GBookmarkFile.
2006-03-27 Emmanuele BassiAdd documentation for GBookmarkFile to GLib's reference...
2006-03-27 Emmanuele Bassiglib/gbookmarkfile.h Add GBookmarkFile, a parser for...
2006-03-27 Dom Lachowiczbump version number to 2.11.0
2006-03-27 Dom LachowiczChange a gboolean to an int. Fixes bug #329789.
2006-03-27 Dom LachowiczCopy-and-paste error slipped into test5. Enable test5...
2006-03-27 Matthias ClasenSupport floating point arguments in goption
2006-03-26 Matthias ClasenImprove the description of parameter_string in the...
2006-03-24 Martyn James RussellUpdated the documentation to explain that when the...
2006-03-24 Matthias ClasenSplit ChangeLog
2006-03-23 Matthias ClasenAdjust docs
2006-03-23 Emmanuele BassiCheck for timegm.
2006-03-20 Vladimer SichinavaUpdated Georgian translation
2006-03-20 Matthias Clasenuse standard_calloc to allocate the profile_data. ...
2006-03-20 Matthias ClasenAdd this, at the request of the GNOME sysadmin team.
2006-03-15 Matthias ClasenOnly set the prgname if it hasn't been set before....
2006-03-14 Matthias ClasenDon't read past the end of the string. (#334471, Morten...
2006-03-14 Matthias ClasenDon't create the option_name twice. (#334519, Chris...
2006-03-13 Anders CarlssonRevert fix for #322476, it breaks module loading since...
2006-03-11 Marcus BrinkmannImplement watches for GIOChannels for write file descri...
2006-03-09 Matthias Clasendist all changelogs
2006-03-07 Tor LillqvistAdd G_GUINT64_CONSTANT.
2006-03-07 Matthias ClasenBump version
2006-03-07 Matthias Clasen2.10.1 GLIB_2_10_1
2006-03-07 Matthias ClasenPrepare 2.10.1
2006-03-07 Matthias ClasenMatch the prototype in gconvert.c to fix build problems...
2006-03-06 Anders CarlssonMake .dylib the shared library suffix on darwin. (...
2006-03-06 Anders CarlssonSkip checking thread flags on Darwin. Fix suggested...
2006-03-01 Tor LillqvistSeparate implementation on Win32: Use the wide characte...
2006-02-24 Matthias ClasenBump version
2006-02-24 Matthias Clasen2.10.0 GLIB_2_10_0
2006-02-24 Matthias ClasenPreparations for 2.10
2006-02-24 Matthias ClasenAdd tests for g_utf8_strlen().
2006-02-23 Kjartan MaraasPlug leaks reported by valgrind. Same. Same Same. Same...
2006-02-19 Martyn James RussellUpdated to test _sort, _sort_with_data, _insert_sorted and
2006-02-18 Matthias ClasenAdd paramspec-test
2006-02-18 Matthias ClasenAdd more tests.
2006-02-17 Kang Jeong-Heep in str, not str in p
2006-02-15 Sebastian WilhelmiFix deadlock when signalling the thread which freed...
2006-02-14 Tim Janikonly define _XOPEN_SOURCE to 600 to get at posix_memali...
2006-02-14 Matthias ClasenImprove docs
2006-02-11 Matthias ClasenBump version
2006-02-11 Matthias Clasen2.9.6 GLIB_2_9_6
2006-01-31 Behdad EsfahbodSpecify the type of varargs arguments. (bug #317679)
2006-01-31 Matthias ClasenTouch README and INSTALL here to pacify automake. ...
2006-01-31 Tim Janikcarry out all dtalist pointer accesses atomically,...
2006-01-31 Tim Janikgenerate build/win32/vs8/Makefile, to fix build breakage.
2006-01-30 David SchleefUpdate URL
2006-01-29 Sven Herzbergtell how to create container classes which are as flexi...
2006-01-27 Matthias ClasenBump version
2006-01-27 Matthias Clasen2.9.5 GLIB_2_9_5
2006-01-27 Matthias ClasenUpdates
2006-01-26 Matthias ClasenFix C99isms. (#328705, Kazuki Iwamoto)
2006-01-25 Tim Janikfixed buglets reported by Jens Granseuer in #328254.
2006-01-25 Tim Janikhonour g_mem_gc_friendly settings when freeing slices...
2006-01-24 Tim Janikonly use posix_memalign() if it's known to work, revert...
2006-01-24 Matthias ClasenUse UTF-16LE as target encoding on all little-endian...
2006-01-24 Matthias ClasenChange the shared libary extension for hpux-ia64 to...
2006-01-23 Tim Janikwiped out all the wonderfull G_OS_WIN32 code i wrote...
2006-01-23 Tim Janikinitialize GSlice config from G_SLICE environemtn varia...
2006-01-18 Matthias ClasenBump version
2006-01-18 Matthias Clasen2.9.4 GLIB_2_9_4
2006-01-18 Matthias ClasenAdd a note about casting the results of g_new() and...
2006-01-17 Sebastian WilhelmiTo avoid deadlocks get rid of the settings G_LOCK....
2006-01-17 Matthias ClasenBump version
2006-01-17 Matthias Clasen2.9.3 GLIB_2_9_3
2006-01-16 Matthias ClasenUpdates
next