summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2005-12-07Document n_preallocs as ignored.Matthias Clasen3-2/+8
2005-12-07 Matthias Clasen <mclasen@redhat.com> * gobject/tmpl/gparamspec.sgml: * gobject/tmpl/gtype.sgml: Document n_preallocs as ignored.
2005-12-07- Added g_list_insert_sorted_with_data () andMartyn James Russell3-0/+33
* docs/reference/glib/glib-sections.txt: * docs/reference/glib/tmpl/linked_lists_double.sgml: * docs/reference/glib/tmpl/linked_lists_single.sgml: * glib/glist.[ch]: * glib/gslist.[ch]: - Added g_list_insert_sorted_with_data () and g_slist_insert_sorted_with_data (). - Removed the extra check in g_list_sort() and g_slist_sort() for GCompareDataFunc vs. GCompareFunc.
2005-12-05UpdatesMatthias Clasen3-8/+24
2005-12-05 Matthias Clasen <mclasen@redhat.com> * glib/glib-sections.txt: Updates * glib/tmpl/memory_slices.sgml: Fix a small formatting problem.
2005-12-05fix a formatting problemMatthias Clasen1-25/+17
2005-12-05Deprecate mem chunksMatthias Clasen1-0/+3
2005-12-05Add versioned deprecation informationMatthias Clasen8-31/+37
2005-12-05- Added support for sorting async queues by with _push_sorted(),Martyn James Russell1-0/+4
* docs/reference/glib/glib-sections.txt: * glib/gasyncqueue.[ch]: - Added support for sorting async queues by with _push_sorted(), _push_sorted_unlocked(), _sort() and _sort_unlocked() (#323047). * tests/Makefile.am: * tests/asyncqueue-test.c: - Added test case for gasyncqueue.c
2005-12-05implement chain walking for arbitrary ->next pointer offsets inTim Janik2-27/+47
Mon Dec 5 15:53:20 2005 Tim Janik <timj@imendio.com> * glib/gslice.c: implement chain walking for arbitrary ->next pointer offsets in g_slice_free_chain_with_offset() based on a patch by behdad in bug 323178. moved time consuming logic from g_slice_free() out of the inner loop, so g_slice_free_chain_with_offset() provides a real performance benefit over g_slice_free1() now. * glib/gslice.h: renamed g_slice_free_chain() to g_slice_free_chain_with_offset(). implemented g_slice_free_chain() as a type-safe macro as suggested in bug 323178. simplified the macro implementation of g_slice_free() and implemented it in a type safe manner for all compliers as suggested by Morten Welinder <mortenw@gnome.org>. * glib/gmain.c: * glib/glist.c: * glib/gslist.c: * glib/glib.symbols: s/g_slice_free_chain/g_slice_free_chain_with_offset/
2005-12-05UpdatesMatthias Clasen7-37/+49
2005-12-05 Matthias Clasen <mclasen@redhat.com> * gobject/tmpl/generic_values.sgml: * glib/tmpl/trees-nary.sgml: * glib/tmpl/linked_lists_double.sgml: * glib/tmpl/linked_lists_single.sgml: * glib/tmpl/memory_chunks.sgml: * glib/tmpl/allocators.sgml: * glib/tmpl/macros_misc.sgml: Updates * glib/Makefile.am: Ignore gmirroringtable.h
2005-12-05Update for latest header additionsMatthias Clasen2-0/+5
2005-12-04Add a macro to make gcc warn if a function result is ignored. (#145466,Matthias Clasen3-0/+15
2005-12-04 Matthias Clasen <mclasen@redhat.com> * glib/gmacros.h (G_GNUC_WARN_UNUSED_RESULT): Add a macro to make gcc warn if a function result is ignored. (#145466, Arjan van de Ven, Alex Larsson) * glib/gmem.h: Add the new attribute to g_realloc and g_try_realloc.
2005-12-03Deprecate g_cache_value_foreach. (#322956, Nicolas Caniart)Matthias Clasen2-1/+11
2005-12-03 Matthias Clasen <mclasen@redhat.com> * glib/glib.symbols: * glib/gcache.h: Deprecate g_cache_value_foreach. (#322956, Nicolas Caniart)
2005-12-03Add more apiMatthias Clasen3-0/+11
2005-12-03Document the slice allocatorMatthias Clasen5-6/+242
2005-12-02Remove support for Solaris threads. (#136971, Sebastian Wilhelmi, patch byMatthias Clasen4-14/+5
2005-12-02 Matthias Clasen <mclasen@redhat.com> * glib/gspawn.c: * configure.in: Remove support for Solaris threads. (#136971, Sebastian Wilhelmi, patch by Andrew Paprocki)
2005-12-02Broken commitMatthias Clasen1-0/+4
2005-12-02Define G_GUINT64_CONSTANT in analogy to G_GINT64_CONSTANT. (#322568,Matthias Clasen1-0/+11
2005-12-02 Matthias Clasen <mclasen@redhat.com> * configure.in: Define G_GUINT64_CONSTANT in analogy to G_GINT64_CONSTANT. (#322568, Andrew Paprocki)
2005-11-27Document GObject API additionsMatthias Clasen2-3/+63
2005-11-27Document GObject api additionsMatthias Clasen2-0/+13
2005-11-23Documentation improvementsMatthias Clasen2-0/+7
2005-11-182.9.0GLIB_2_9_0Matthias Clasen1-0/+4
2005-11-17Prepare for 2.9.0Matthias Clasen8-8/+57
2005-11-17UpdatesMatthias Clasen2-1/+2
2005-11-17 Matthias Clasen <mclasen@redhat.com> * NEWS: Updates * glib/gthread.c (g_thread_foreach): Mark as new api. * README.in: Updates.
2005-11-17Add functions to set a date from a time_t and from a GTimeVal.Matthias Clasen3-8/+16
2005-11-17 Matthias Clasen <mclasen@redhat.com> * glib/glib.symbols: * glib/gdate.h: * glib/gdate.c (g_date_set_time_t): (g_date_set_time_val): Add functions to set a date from a time_t and from a GTimeVal. (g_date_set_time): Deprecate. (#314067, Roger Leigh)
2005-11-17Correct typo on mentioning @G_UNICODE_BREAK_UNKNOWN that should beBehdad Esfahbod1-1/+1
2005-11-16 Behdad Esfahbod <behdad@gnome.org> * docs/reference/glib/tmpl/unicode.sgml: Correct typo on mentioning @G_UNICODE_BREAK_UNKNOWN that should be #G_UNICODE_BREAK_UNKNOWN.
2005-11-08Improve GOnce docsMatthias Clasen2-3/+8
2005-11-04add new GDebugFlag for fatal_criticals handle G_DEBUG=fatal_criticals, toMatthias Clasen2-1/+14
2005-11-04 Matthias Clasen <mclasen@redhat.com> * glib/gdebug.h: add new GDebugFlag for fatal_criticals * glib/gmessages.c: (_g_debug_init): handle G_DEBUG=fatal_criticals, to help find critical warnings in applications. (#320017, Vincent Untz)
2005-10-27Document g_value_set_instance(), (#319885, Milosz Derezynski)Matthias Clasen3-0/+16
2005-10-26 Matthias Clasen <mclasen@redhat.com> * gobject/gobject-sections.txt: * gobject/tmpl/generic_values.sgml: Document g_value_set_instance(), (#319885, Milosz Derezynski)
2005-10-26Add a footnote about surrogate pairs. (#317683, Behdad Esfahbod)Matthias Clasen2-1/+11
2005-10-26 Matthias Clasen <mclasen@redhat.com> * glib/tmpl/unicode.sgml: Add a footnote about surrogate pairs. (#317683, Behdad Esfahbod)
2005-10-05Document gmodule-no-export-2.0Matthias Clasen2-2/+15
2005-10-05 Matthias Clasen <mclasen@redhat.com> * glib/compiling.sgml: Document gmodule-no-export-2.0
2005-10-01Updated to Unicode 4.1. There are five new GUnicodeBreakType types. ThatBehdad Esfahbod1-0/+12
2005-10-01 Behdad Esfahbod <behdad@gnome.org> * docs/reference/glib/tmpl/unicode.sgml: * glib/gen-unicode-tables.pl: * glib/gunibreak.h: * glib/gunichartables.h: * glib/gunicode.h: * tests/casefold.txt: * tests/casemap.txt: Updated to Unicode 4.1. There are five new GUnicodeBreakType types. That may break some applications, like Pango <= 1.10.
2005-10-01Minor documentation improvements for g_strchug, g_strchomp and g_strstrip.Davyd Madeley2-1/+21
2005-10-01 Davyd Madeley <davyd@fugro-fsi.com.au> * glib/tmpl/string_utils.sgml: Minor documentation improvements for g_strchug, g_strchomp and g_strstrip. Brought forward from glib-2-8.
2005-08-31Add functions to intern strings.Matthias Clasen3-1/+14
2005-08-31 Matthias Clasen <mclasen@redhat.com> * glib/glib.symbols: * glib/gquark.h: * glib/gdataset.c: Add functions to intern strings.
2005-08-30Enhance sort() documentation. (#314839, Behdad Esfahbod)Matthias Clasen4-13/+36
2005-08-30 Matthias Clasen <mclasen@redhat.com> * glib/tmpl/arrays.sgml: * glib/tmpl/arrays_pointer.sgml: * glib/tmpl/arrays_byte.sgml: Enhance sort() documentation. (#314839, Behdad Esfahbod)
2005-08-26Add new indicesMatthias Clasen3-0/+10
2005-08-26Improvements pointed out by Behdad Esfahbod (#314460):Matthias Clasen3-16/+26
2005-08-26 Matthias Clasen <mclasen@redhat.com> Improvements pointed out by Behdad Esfahbod (#314460): * glib/tmpl/strings.sgml: Fix up some character/byte sloppyness. * glib/tmpl/iochannels.sgml: Don't mention deprecated functions in the introduction.
2005-08-232.8.1GLIB_2_8_1Matthias Clasen3-132/+75
2005-08-22Point out time_t vs GTime pitfalls.Matthias Clasen2-6/+28
2005-08-22 Matthias Clasen <mclasen@redhat.com> * glib/tmpl/date.sgml: Point out time_t vs GTime pitfalls.
2005-08-15Fix some formatting problems.Matthias Clasen6-148/+122
2005-08-15Document that file_name can be NULL. (#313143, Gustavo Carneiro)Matthias Clasen2-1/+5
2005-08-15 Matthias Clasen <mclasen@redhat.com> * glib/tmpl/modules.sgml: Document that file_name can be NULL. (#313143, Gustavo Carneiro)
2005-08-15Clarify docs a little. (#311727, Tristan van Berkom)Matthias Clasen3-10/+21
2005-08-15 Matthias Clasen <mclasen@redhat.com> * glib/gqueue.c (g_queue_find_custom): Clarify docs a little. (#311727, Tristan van Berkom)
2005-08-122.8.0GLIB_2_8_0Matthias Clasen2-1/+4
2005-08-12two stylistic fixesStepan Kasal2-3/+3
2005-08-10fix typosStepan Kasal2-11/+12
2005-08-10a typoStepan Kasal2-1/+3
2005-08-10manual emulation of refresh of manual pagesStepan Kasal3-3/+3
2005-08-10Fix typos: invokation -> invocation.Stepan Kasal8-7/+11
2005-08-06Small fixes.Matthias Clasen4-11/+12
2005-08-05 Matthias Clasen <mclasen@redhat.com> * gobject/tmpl/gparamspec.sgml: * glib/tmpl/types.sgml: * glib/tmpl/option.sgml: Small fixes.
2005-08-05Small fixesMatthias Clasen2-13/+19
2005-08-05 Matthias Clasen <mclasen@redhat.com> * gobject/tmpl/generic_values.sgml: Small fixes
2005-08-052.7.7GLIB_2_7_7Matthias Clasen1-0/+4