Matthias Clasen
1d485e56bc
Document the slice allocator
2005-12-03 06:29:12 +00:00
Matthias Clasen
f42f6da6d5
Remove support for Solaris threads. ( #136971 , Sebastian Wilhelmi, patch by
...
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-02 21:37:25 +00:00
Matthias Clasen
745229d452
Broken commit
2005-12-02 21:26:23 +00:00
Matthias Clasen
7ddcde62c0
Define G_GUINT64_CONSTANT in analogy to G_GINT64_CONSTANT. ( #322568 ,
...
2005-12-02 Matthias Clasen <mclasen@redhat.com>
* configure.in: Define G_GUINT64_CONSTANT in analogy to
G_GINT64_CONSTANT. (#322568 , Andrew Paprocki)
2005-12-02 21:25:45 +00:00
Matthias Clasen
9adc9c942d
Document GObject API additions
2005-11-27 20:09:13 +00:00
Matthias Clasen
d9d75c48de
Document GObject api additions
2005-11-27 20:08:59 +00:00
Matthias Clasen
fe749cbd3b
Documentation improvements
2005-11-23 04:29:43 +00:00
Matthias Clasen
d7deadb1e2
2.9.0
2005-11-18 13:58:48 +00:00
Matthias Clasen
f59aac306d
Prepare for 2.9.0
2005-11-17 21:33:07 +00:00
Matthias Clasen
2966c751b1
Updates
...
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-17 19:05:59 +00:00
Matthias Clasen
9f90f2f23e
Add functions to set a date from a time_t and from a GTimeVal.
...
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-17 17:51:59 +00:00
Behdad Esfahbod
cac3d6ea8d
Correct typo on mentioning @G_UNICODE_BREAK_UNKNOWN that should be
...
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-17 03:39:47 +00:00
Matthias Clasen
a233a0bf08
Improve GOnce docs
2005-11-08 14:30:29 +00:00
Matthias Clasen
8b14175a3e
add new GDebugFlag for fatal_criticals handle G_DEBUG=fatal_criticals, to
...
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-11-04 19:05:30 +00:00
Matthias Clasen
c0cffcf51b
Document g_value_set_instance(), ( #319885 , Milosz Derezynski)
...
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-27 02:54:30 +00:00
Matthias Clasen
8e3788a14a
Add a footnote about surrogate pairs. ( #317683 , Behdad Esfahbod)
...
2005-10-26 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/unicode.sgml: Add a footnote about surrogate
pairs. (#317683 , Behdad Esfahbod)
2005-10-26 13:22:36 +00:00
Matthias Clasen
a8b39bf42b
Document gmodule-no-export-2.0
...
2005-10-05 Matthias Clasen <mclasen@redhat.com>
* glib/compiling.sgml: Document gmodule-no-export-2.0
2005-10-05 20:45:50 +00:00
Behdad Esfahbod
c83e2b3349
Updated to Unicode 4.1. There are five new GUnicodeBreakType types. That
...
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-01 12:34:21 +00:00
Davyd Madeley
ef030130ab
Minor documentation improvements for g_strchug, g_strchomp and g_strstrip.
...
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-10-01 02:48:35 +00:00
Matthias Clasen
70af0de0ef
Add functions to intern strings.
...
2005-08-31 Matthias Clasen <mclasen@redhat.com>
* glib/glib.symbols:
* glib/gquark.h:
* glib/gdataset.c: Add functions to intern strings.
2005-08-31 14:25:45 +00:00
Matthias Clasen
555b46b039
Enhance sort() documentation. ( #314839 , Behdad Esfahbod)
...
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-30 14:19:56 +00:00
Matthias Clasen
6f3e44dc4f
Add new indices
2005-08-26 19:28:26 +00:00
Matthias Clasen
c593d2b180
Improvements pointed out by Behdad Esfahbod ( #314460 ):
...
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-26 16:46:09 +00:00
Matthias Clasen
4bf14f1c4e
2.8.1
2005-08-23 04:35:33 +00:00
Matthias Clasen
d7a216df8f
Point out time_t vs GTime pitfalls.
...
2005-08-22 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/date.sgml: Point out time_t vs GTime pitfalls.
2005-08-22 15:39:34 +00:00
Matthias Clasen
d75bbbb124
Fix some formatting problems.
2005-08-15 18:45:27 +00:00
Matthias Clasen
71c21349c3
Document that file_name can be NULL. ( #313143 , Gustavo Carneiro)
...
2005-08-15 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/modules.sgml: Document that file_name can
be NULL. (#313143 , Gustavo Carneiro)
2005-08-15 18:35:30 +00:00
Matthias Clasen
95ffa1e5af
Clarify docs a little. ( #311727 , Tristan van Berkom)
...
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-15 18:28:12 +00:00
Matthias Clasen
6de0ca7807
2.8.0
2005-08-12 17:18:55 +00:00
Stepan Kasal
1200dbdc98
two stylistic fixes
2005-08-12 09:27:49 +00:00
Stepan Kasal
29e635059f
fix typos
2005-08-10 11:07:55 +00:00
Stepan Kasal
f6059af110
a typo
2005-08-10 10:56:46 +00:00
Stepan Kasal
38610c0a36
manual emulation of refresh of manual pages
2005-08-10 10:49:46 +00:00
Stepan Kasal
0169468c8c
Fix typos: invokation -> invocation.
2005-08-10 10:46:55 +00:00
Matthias Clasen
bda683f786
Small fixes.
...
2005-08-05 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/gparamspec.sgml:
* glib/tmpl/types.sgml:
* glib/tmpl/option.sgml: Small fixes.
2005-08-06 03:40:07 +00:00
Matthias Clasen
776c3a8bd8
Small fixes
...
2005-08-05 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/generic_values.sgml: Small fixes
2005-08-05 20:40:52 +00:00
Matthias Clasen
d5c882abc4
2.7.7
2005-08-05 16:09:42 +00:00
Matthias Clasen
6e103ba100
2.7.6
2005-08-03 20:58:37 +00:00
Ross Burton
fada30c956
Small doc updates
2005-08-03 20:24:18 +00:00
Matthias Clasen
e4c231a62a
2.7.5
2005-08-02 16:17:48 +00:00
Tim Janik
a49fda33d5
document non-thread-safety for _foreach() functions.
...
Sat Jul 30 23:40:35 2005 Tim Janik <timj@gtk.org>
* glib/tmpl/datalist.sgml:
* glib/tmpl/datalset.sgml: document non-thread-safety for
_foreach() functions.
2005-07-30 21:41:18 +00:00
Matthias Clasen
39560bf49f
One more improvement.
...
2005-07-26 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/arrays.sgml: One more improvement.
2005-07-26 15:37:22 +00:00
Matthias Clasen
fd6d142f4f
Add details
2005-07-26 02:38:26 +00:00
Matthias Clasen
3c6e2da565
2.7.4
2005-07-22 17:02:04 +00:00
Matthias Clasen
e81747cdc0
Add some discouraging comments to the G_INLINE_FUNC macros. ( #310836 ,
...
2005-07-20 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/macros_misc.sgml: Add some discouraging
comments to the G_INLINE_FUNC macros. (#310836 ,
Callum McKenzie)
2005-07-20 15:41:19 +00:00
Matthias Clasen
e2f521eb19
Add docs for #307047 , Bryan Silverthorn.
...
2005-07-19 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/byte_order.sgml: Add docs for #307047 ,
Bryan Silverthorn.
2005-07-19 18:36:39 +00:00
Matthias Clasen
1760b7074d
2.7.3
2005-07-15 17:28:17 +00:00
Matthias Clasen
deef36d182
Add G_VA_COPY
...
2005-07-13 Matthias Clasen <mclasen@redhat.com>
* glib/glib-overrides.txt: Add G_VA_COPY
2005-07-13 18:57:18 +00:00
Matthias Clasen
7b70e24179
Warn if a short name is not acceptable.
...
2005-07-13 Matthias Clasen <mclasen@redhat.com>
* glib/goption.c (g_option_group_add_entries): Warn if a
short name is not acceptable.
2005-07-13 13:31:30 +00:00
Matthias Clasen
58dd4814b2
Add and implement a new flag to turn off the automatic <groupname>-
...
2005-07-12 Matthias Clasen <mclasen@redhat.com>
* glib/goption.h (G_OPTION_FLAG_NOALIAS):
* glib/goption.c: Add and implement a new flag
to turn off the automatic <groupname>- prefixing
for conflict resolution of long option names. (#171840 ,
Adam McLaurin)
All optional callback arguments (#308886 , Pawel
Sliwowski)
* glib/goption.h (G_OPTION_FLAG_OPTIONAL_ARG):
* glib/goption.c: Add and implement a new flag
to indicate that a callback *optionally* takes another
argument.
* tests/option-test.c: Add tests for optional arguments.
2005-07-12 18:56:25 +00:00