2.11.1
[platform/upstream/glib.git] / glib /
2006-05-13 Matthias ClasenFix several cases of deref-before-NULL-check. (#341191...
2006-05-13 Matthias ClasenAllow optional summary and description texts before...
2006-05-12 Tor LillqvistImplement setting/clearing G_IO_FLAG_NONBLOCK for chann...
2006-05-11 Bastien Noceraadd documentation for G_OPTION_ARG_INT64
2006-05-11 Sebastian WilhelmiMake the magic and location arguments to the error...
2006-05-11 Sebastian WilhelmiUse g_atomic_pointer_set instead of old homegrown versi...
2006-05-10 Sebastian WilhelmiRenamed to glib/gthreadprivate.h and moved system threa...
2006-05-09 Sebastian WilhelmiUse canonical include form for internal headers. config...
2006-05-08 Matthias ClasenAdd some tests for invalid floating point numbers.
2006-05-08 Matthias ClasenMake const, noticed by Kjartan Maraas.
2006-05-07 Matthias ClasenFix invalid memory reads. (#340816, Nick Treleaven)
2006-05-04 Alexander LarssonFix OOB write (#340538)
2006-05-03 Matthias Clasen2.11.0 GLIB_2_11_0
2006-05-02 Tim Janikfixed leak in short option parsing. rewrote parts of...
2006-04-28 Behdad Esfahbod#include <stdlib.h>
2006-04-27 Matthias ClasenSmall fixes
2006-04-27 Behdad Esfahboddocs/reference/glib/glib-sections.txt, Implement g_unic...
2006-04-27 Matthias Clasen (bookmark_app_info_dump): Escape strings before dumping
2006-04-27 Matthias ClasenRemove some special-casing of empty string which led...
2006-04-27 Matthias ClasenRemove some special-casing of empty string which led...
2006-04-27 Behdad EsfahbodRegenerated using Unicode Character Database 5.0 beta.
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-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-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 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 EsfahbodChange max-depth to max-lookups.
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 ClasenMake it build
2006-03-30 Matthias ClasenSync the parameter names with the .h files, otherwise...
2006-03-27 Emmanuele Bassiglib/gbookmarkfile.h Add GBookmarkFile, a parser for...
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-23 Matthias ClasenAdjust docs
2006-03-23 Emmanuele BassiCheck for timegm.
2006-03-20 Matthias ClasenFix the build
2006-03-20 Matthias Clasenuse standard_calloc to allocate the profile_data. ...
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-11 Marcus BrinkmannImplement watches for GIOChannels for write file descri...
2006-03-07 Matthias ClasenMatch the prototype in gconvert.c to fix build problems...
2006-03-01 Tor LillqvistSeparate implementation on Win32: Use the wide characte...
2006-02-24 Matthias ClasenAdd tests for g_utf8_strlen().
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-06 Michael NattererGet rid of trio/ folder.
2006-01-31 Tim Janikcarry out all dtalist pointer accesses atomically,...
2006-01-30 David SchleefUpdate URL
2006-01-27 Matthias Clasen2.9.5 GLIB_2_9_5
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-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 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-16 Matthias ClasenRework the strict aliasing fix to not break C++, pointe...
2006-01-16 Matthias ClasenSignal waiting threads, problem noticed by Christian...
2006-01-16 Matthias ClasenFix bug 326747, Alberto Ruiz:
2006-01-14 Matthias ClasenReplace the simple recursive implementation by a nonrec...
2006-01-09 Matthias ClasenBreak some long lines.
2006-01-08 Matthias ClasenInclude config.h first
2006-01-06 Matthias ClasenFix a build problem on OS X.
2006-01-05 Hans Breueradded gslice.obj
2006-01-05 Matthias ClasenClarify the documentation of source ids a bit. (#325874...
2006-01-05 Matthias ClasenAvoid use of varargs macro. (#325864, Kazuki IWAMOTO)
2006-01-05 Manish Singhglib/glib.symbols don't macroized g_access, g_chdir...
2006-01-04 Tim Janikdon't reverse chunk order when creating magazines,...
2006-01-03 Martyn James Russell- Added new API g_thread_pool_get_idle_time() and
2006-01-03 Matthias ClasenAdd new functions
2006-01-03 Matthias ClasenSmall fixes
2006-01-03 Michael Meeksnew method to determine if the current thread is the...
2006-01-03 Matthias ClasenDon't provide g_rmdir() as a macro expanding to rmdir...
2006-01-01 Tor LillqvistSet the GIOChannels for stdout and stderr to unbuffered...
2005-12-30 Matthias ClasenFix a copy-and-paste error in the docs. (#325273, Decla...
2005-12-27 Matthias ClasenFix #316221, Michal Benes, Stanislav Brabec;
2005-12-27 Matthias ClasenAdd a cast to silence compiler warnings. (#321978,...
2005-12-27 Matthias ClasenPartial fix for bug #32937, Bogdan Nicula.
2005-12-26 Matthias ClasenOn Win32, include process.h (#325015, Kazuki Iwamoto)
next