Add test suite for GBookmarkFile.
[platform/upstream/glib.git] / glib /
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)
2005-12-21 Matthias ClasenNew function to sort tasks pushed into a threadpool...
2005-12-20 Tim Janikadded mem_error() and mem_assert() to test and handle...
2005-12-18 Matthias ClasenSet an error in all failure cases. (#324332, Tim-Philip...
2005-12-17 Sebastian WilhelmiFix memory barrier position in g_atomic_int_get and...
2005-12-16 Matthias ClasenDon't return a pointer to a const struct, since apps...
2005-12-15 Tim Janikfixed conditional symbols definitions
2005-12-15 Matthias ClasenDocument new atomic operations.
2005-12-13 Tim Janikadded g_atomic_pointer_set() and g_atomic_int_set(...
2005-12-09 Matthias Clasen2.9.1 GLIB_2_9_1
2005-12-09 Tim Janikfix type inconsistency pointed out by gmorten
2005-12-09 Alexander LarssonUse G_GNUC_WARN_UNUSED_RESULT on list functions that...
2005-12-07 Tim Janikremoved commit leftover
2005-12-07 Martyn James Russell- Call g_queue_insert_sorted() instead of duplicating...
2005-12-07 Martyn James Russell- Added g_list_insert_sorted_with_data () and
2005-12-06 Matthias ClasenExempt GTK+ from the mem chunk deprecation, since we...
2005-12-05 Matthias ClasenDocumentation updates. (#323291, Morten Welinder)
2005-12-05 Matthias ClasenDeprecate mem chunks
2005-12-05 Matthias ClasenAdd versioned deprecation information
2005-12-05 Martyn James Russell- Added support for sorting async queues by with _push_...
2005-12-05 Tim Janikimplement chain walking for arbitrary ->next pointer...
2005-12-05 Matthias ClasenAdd some docs.
2005-12-05 Matthias ClasenFix compiler warnings.
2005-12-05 Behdad EsfahbodRemove comma at the end of enum.
2005-12-04 Matthias ClasenHandle multiple user names with the same UID better...
2005-12-04 Matthias ClasenAdd a macro to make gcc warn if a function result is...
2005-12-03 Matthias ClasenDeprecate g_cache_value_foreach. (#322956, Nicolas...
2005-12-03 Matthias ClasenMake mapping of empty files work. (#321530)
2005-12-03 Matthias ClasenDon't fork a new process just to fix the permissions...
2005-12-02 Matthias ClasenRemove support for Solaris threads. (#136971, Sebastian...
2005-12-02 Matthias ClasenPortability fixes, C99ism removal
2005-12-02 Matthias ClasenAdd a missing volatile for the IA64 implementation.
2005-12-02 Tim Janikfix uint/pointer casts
2005-12-02 Tim Janiksome naming and type size fixups.
2005-12-02 Tim Janikreworked GCC-specific type-safe macro variant into...
2005-12-01 Tim Janikimproved gettimeofday() timer resolution by maintaining...
2005-12-01 Tim Janiknew slice allocator implementation.
2005-12-01 Tor LillqvistDon't call g_path_skip_root() unless the path is absolute.
2005-12-01 Tor Lillqvistg_rename() doc comment update.
2005-12-01 Tor LillqvistIn the Win32 implementation, strip trailing slash(es...
2005-11-30 Matthias ClasenFix G_STMT_START / G_STMT_END on Solaris. (#321972...
2005-11-28 Matthias ClasenSilence compiler warnings.
2005-11-27 Matthias ClasenDon't read beyond len. (#322520, Christian Persch)
2005-11-25 Morten WelinderTypo in comment.
2005-11-23 Tim Janikaccess datalist flags via atomic pointer access funcito...
2005-11-23 Tim Janikstreamlined initialization code somewhat, removed GData...
2005-11-23 Matthias ClasenDocumentation improvements
next