Fixed mutex deadlock.
[platform/upstream/glib.git] / docs /
2001-05-09 Sebastian WilhelmiOps, forgot this.
2001-05-09 Sebastian WilhelmiUpdates after some renaming took place.
2001-05-08 Sebastian WilhelmiClarification for g_mutex_trylock.
2001-05-08 Tim Janikremoved #include <unistd.h> sneaked in by sopwith in...
2001-05-08 Sebastian WilhelmiUpdated.
2001-05-04 Sven Neumannfixed a typo in a comment.
2001-05-03 Owen TaylorMake foreach() safe against removal of the _current_...
2001-04-29 Tim Janikmade hook ids a gulong.
2001-04-19 Sebastian WilhelmiChanges due to deprecation update.
2001-04-16 Havoc Penningtondocs
2001-04-16 Owen Taylor.cvsignore fixes
2001-04-16 Owen TaylorMore tweaks from GTK+. Reenable $(HTML_IMAGES) with...
2001-04-04 Tim Janikdisabled "for i in $(HTML_IMAGES) ;" dist-hook because...
2001-04-03 Tim Janikupdates.
2001-04-03 Owen Tayloradd missed (empty) file
2001-04-03 Owen TaylorAdd explicit path to tmpl files in dependencies.
2001-04-03 Tim Janikadded g_list_nth_prev() which walks ->prev instead...
2001-04-03 Sebastian WilhelmiAdded GThreadPool documentation.
2001-04-03 Sebastian WilhelmiUpdated.
2001-04-03 Sebastian WilhelmiRemoved g_static_private_(get|set)_for_thread.
2001-04-01 Tim Janikapplied patch from owen to implement GParamSpecUnichar.
2001-03-30 Sven Neumannghash.[ch] added new functions g_hash_table_new_full,
2001-03-28 Tim Janikonly queue readable properties for notification changes.
2001-03-26 Owen TaylorAdd --deprecated-guards
2001-03-26 Owen Taylor*** empty log message ***
2001-03-18 Tim Janikremoved archaic gpointer derived_data; relict and added...
2001-03-17 Owen TaylorA couple of small fixes.
2001-03-09 Tim Janikuse g_type_is_a() to check for object_type being a...
2001-03-08 Sven Neumannadded new function g_tree_lookup_extended().
2001-03-08 Tim Janikdestruction cleanup. there's one ->finalize_hook member...
2001-03-08 Sebastian WilhelmiSpelling corrections.
2001-03-07 Owen TaylorRevert Tim's last commit to get rid of 7+ unnecessary...
2001-03-07 Sebastian WilhelmiFixed stupid typo.
2001-03-07 Tim Janikget rid of bogus g_value_convert
2001-03-07 Sebastian WilhelmiC2001-03-07 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
2001-03-07 Tim Janikchanged prototype of g_boxed_type_register_static(...
2001-03-07 Sebastian WilhelmiSet G_LOG_DOMAIN to \"GModule\" instead of g_log_domain...
2001-02-23 Sebastian WilhelmiChange the order to match the order in g_thread_create().
2001-02-19 Tim Janikmy name is glib-config-2.0! don't exit with errorcode...
2001-02-17 Tim Janikchanged collect_format, collect_value() and lcopy_forma...
2001-02-16 Sebastian Wilhelmi.cvsignore updates
2001-02-16 Tim Janikincorporated huge docu patch from Eric Lemings <eric...
2001-02-12 Owen TaylorThe ultimate gtk-doc makefile.
2001-02-06 Sebastian Wilhelmi.cvsignore updates
2001-02-04 Tim Janiks/glib_trap_/g_trap_/. add comments on g_trap_instance_...
2001-02-01 Sebastian WilhelmiAdded g_static_mutex_init to allow initialization of...
2001-01-31 Tim Janikadapt to work with new CVS gtk-doc, leaving the old...
2001-01-30 Sebastian WilhelmiCall g_thread_impl_init(), as g_thread_init won't call it.
2001-01-09 Tim Janikminor markup cleanups
2001-01-09 Tim Janikadded some function documentations.
2001-01-05 Owen TaylorUpdated.
2000-12-29 Tim Janikwe can't grow _cv_ variables by using a backticked...
2000-12-29 Tim Janikgot rid of outdated dmalloc support. provide g_try_mall...
2000-12-24 Ali AbdinNew gcompat.h header file as recommended by Havoc.
2000-12-22 Sebastian WilhelmiDetermine the suffix of the shared librarries for this...
2000-12-19 Sebastian WilhelmiUpdated G_RAND_DOUBLE_TRANSFORM to be more accurate...
2000-12-12 Tim Janikfixed dealing with collection/lcopy of NULL values.
2000-12-05 Owen TaylorMajor change in API for creating sources to handle...
2000-12-05 Owen Tayloradd images
2000-11-21 Tim Janikindentation fixes
2000-11-17 Owen Taylorremoved stray files
2000-11-13 Owen TaylorMove conversion functions into GConv section.
2000-11-11 Owen TaylorUpdates added
2000-11-05 Havoc Penningtonrename G_MARKUP_FOO to G_MARKUP_DO_NOT_USE_THIS_UNSUPPO...
2000-11-05 Havoc Penningtonremove parens from section name, confuses gtk-doc
2000-11-05 Havoc PenningtonFree the src error if the dest location is NULL - I...
2000-11-05 Havoc PenningtonAdded
2000-11-03 Tim Janikprefix internal functions with '_'. renamed g_signal_co...
2000-11-02 Sebastian WilhelmiRemove superfluous GSearchFunc.
2000-11-02 Sebastian WilhelmiAdded documentation for asynchronous queues.
2000-11-01 Tim Janikdestroy all signals that the finalized obejct type...
2000-10-31 Sebastian WilhelmiThis time the right fix.
2000-10-30 Sebastian WilhelmiAdded documentation for G_MAXU(INT|SHORT|LONG).
2000-10-30 Sebastian Wilhelmisecond try.
2000-10-30 Sebastian WilhelmiMove GCompareFunc to GList and introduce and document...
2000-10-30 Tim Janikstart at general description.
2000-10-30 Tim Janikopened up a new section on signals.
2000-10-27 Tim Janikpublically define GSignalInvocationHint structure that...
2000-10-27 Sebastian WilhelmiRemoved the win32 limitation.
2000-10-27 Sebastian WilhelmiDocument the recently deprecated functions as such.
2000-10-25 Tim Janikadded newly added gobject/ headers.
2000-10-19 Owen TaylorChange ERROR_OTHER to ERROR_FAILED, add some dummy...
2000-10-16 Raja R Harinathgmodule: New variable. (dist-hook): Handle $(BUILT_EXTR...
2000-10-13 Sebastian WilhelmiAdded inline documentation.
2000-10-12 Sebastian WilhelmiRevert unintended commit...
2000-10-12 Sebastian Wilhelmi.cvsignore updates
2000-10-09 Raja R HarinathForgot to commit this.
2000-10-09 Raja R HarinathDon't set to $top_srcdir)/gobject.
2000-10-09 Raja R HarinathDon't set to $(top_srcdir).
2000-10-05 Sebastian WilhelmiFixed #10086.
2000-09-29 Jonathan BlandfordAdded function to keep symetry with g_node_insert_befor...
2000-09-18 Owen TaylorImplement g_ucs4_to_utf8 which was in
2000-09-07 Owen TaylorSome further makefile improvement.
2000-09-06 Havoc Penningtondocs
2000-09-06 Owen TaylorImprove separation of generic non-generic parts and...
2000-09-06 Owen TaylorSplit GObject docs away from the remainder of the docs.
2000-09-06 Owen TaylorAdd gtk-doc checks for newly added docs/reference/...
2000-09-06 Owen Taylorhead -n 4 ChangeLog
2000-07-16 Owen TaylorRemove incomplete start of info file -
2000-07-14 Owen TaylorMove glib-config to glib-config-2.0 move glib.m4 to...
next