642897a7f3
New header containing GTK_DEBUG-style debugging support for GLib.
...
* glib/gdebug.h: New header containing GTK_DEBUG-style debugging
support for GLib. Currently only the fatal_warnings debug option exists.
* glib/gmessages.c (g_log_msg_prefix_init): New one-shot function
for parsing G_MESSAGES_PREFIXED.
(_g_debug_init): New one-shot function for parsing G_DEBUG.
(g_log_write_prefix): Use g_log_msg_prefix_init().
(g_messages_init): Use g_log_msg_prefix_init() and _g_debug_init().
* glib/Makefile.am (libglib_1_3_la_SOURCES): Add gdebug.h.
* glib/Makefile.am (IGNORE_HFILES): Add gdebug.h.
* glib/running.sgml: Document the G_DEBUG environment variable.
* glib/tmpl/threads.sgml: Replace g_thread_wait() by
g_thread_join() in two places.
2002-02-21 23:07:34 +00:00
5eced196ba
gobject/gobject-sections.txt gobject/tmpl/generic_values.sgml updated for
...
2002-02-20 Sven Neumann <sven@gimp.org >
* gobject/gobject-sections.txt
* gobject/tmpl/generic_values.sgml
* gobject/tmpl/param_value_types.sgml: updated for GValue changes.
2002-02-20 09:51:10 +00:00
f2620633c1
added GValue documentation.
...
Tue Feb 19 17:45:43 2002 Tim Janik <timj@gtk.org >
* gobject/tmpl/generic_values.sgml: added GValue documentation.
2002-02-19 17:08:11 +00:00
a1c162e123
document value transformation.
...
Thu Feb 7 12:07:06 2002 Tim Janik <timj@gtk.org >
* gobject/tmpl/generic_values.sgml: document value transformation.
2002-02-07 11:09:26 +00:00
c73fba247b
doc common functions like ref/ sink/unref/invalidate.
...
Mon Feb 4 17:55:39 2002 Tim Janik <timj@gtk.org >
* gobject/tmpl/closures.sgml: doc common functions like ref/
sink/unref/invalidate.
2002-02-04 18:08:23 +00:00
179963de91
document g_obejct_watch_closure() and qdata functions.
...
Mon Feb 4 17:55:39 2002 Tim Janik <timj@gtk.org >
* gobject/tmpl/objects.sgml: document g_obejct_watch_closure() and
qdata functions.
2002-02-04 17:17:44 +00:00
5a7cf7fa60
1.3.13
...
Tue Jan 29 11:18:44 2002 Owen Taylor <otaylor@redhat.com >
* 1.3.13
* NEWS: Updated.
* configure.in: Micro == 13, binary age, interface age 0.
[ binary breakage was return type of g_signal_connect_object(),
probably could have used binary age == 0, but a little safer not to.]
* configure.in: Remove configure warning.
2002-01-29 17:10:34 +00:00
03b9590095
Some documentation fixes/elaborations I really should have gotten
...
in a long time ago
2002-01-28 21:17:45 +00:00
cdcf0ac63f
New files.
...
* glib/building.sgml, glib/compiling.sgml,
glib/running.sgml, glib/resources.sgml,
glib/changes-2.0.sgml: New files.
* glib/Makefile.am (content_files): Add new files.
* glib/glib-docs.sgml: Add an Overview chapter.
2002-01-17 23:06:12 +00:00
c3d59500e0
Name the right function.
...
2002-01-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de >
* glib/tmpl/threads.sgml: Name the right function.
2002-01-08 09:55:13 +00:00
963926c795
Replace references to deprecated functions.
...
* glib/tmpl/main.sgml, glib/tmpl/string_utils.sgml,
glib/tmpl/strings.sgml: Replace references to deprecated
functions.
2001-12-29 00:09:15 +00:00
9504ea2f6f
Remove FIXME. ( #67063 )
...
* glib/gfileutils.c (g_file_get_contents): Remove FIXME. (#67063 )
* glib/glib-sections.txt: Move g_get_charset() to the
Charset conversion section. (#65630 )
2001-12-20 23:13:19 +00:00
3de06553d4
SGML fixes. Small updates.
...
Wed Dec 19 23:07:53 2001 Owen Taylor <otaylor@redhat.com >
* glib/tmpl/messages.sgml glib/tmpl/string_utils.sgml:
SGML fixes.
* gobject/gobject-sections.txt glib/glib-sectoins.txt: Small updates.
2001-12-20 04:48:36 +00:00
a52e2986cd
Minor markup fixes.
...
* glib/gshell.c, glib/gspawn.c, glib/gspawn-win32.c, glib/gerror.c,
glib/gfileutils.c, glib/ghash.c, glib/gmain.c, glib/gasyncqueue.c,
glib/gtree.c: Minor markup fixes.
* glib/tmpl/caches.sgml: GCs are cached by GTK, not by GDK.
2001-12-16 19:31:36 +00:00
d6977cf92f
Typo fixes.
...
* glib/tmpl/memory.sgml: Typo fixes.
2001-12-15 19:29:20 +00:00
a3d7806b6d
Revert mistaken change: it is UNIX, not Unix.
...
* glib/tmpl/completion.sgml, glib/tmpl/date.sgml,
glib/tmpl/fileutils.sgml, glib/tmpl/iochannels.sgml,
glib/tmpl/macros.sgml, glib/tmpl/memory.sgml,
glib/tmpl/misc_utils.sgml, glib/tmpl/warnings.sgml,
glib/tmpl/windows.sgml: Revert mistaken change: it is UNIX, not Unix.
* glib/tmpl/memory_chunks.sgml,
glib/tmpl/date.sgml, glib/tmpl/threads.sgml,
glib/tmpl/gtype.sgml: Trivial markup fixes.
* glib/gconvert.c, glib/giochannel.c, glib/gmain.c,
glib/gwin32.c: Revert mistaken change: it is UNIX, not Unix.
2001-12-13 22:24:18 +00:00
a99e75d0a8
This fixes #60543 :
...
* glib/gutils.c (g_snprintf, g_vsnprintf): Switch to C99-[v]snprintf().
* tests/strfunc-test.c: Add some tests for g_snprintf().
2001-12-12 22:05:55 +00:00
3fa33317b7
Documentation fixes.
...
* glib/gconvert.c, glib/grand.c, glib/ghash.c,
glib/gthreadpool.c, glib/gtree.c: Documentation fixes.
* glib/tmpl/allocators.sgml, glib/tmpl/arrays.sgml,
glib/tmpl/arrays_byte.sgml, glib/tmpl/arrays_pointer.sgml,
glib/tmpl/caches.sgml, glib/tmpl/completion.sgml,
glib/tmpl/conversions.sgml,
glib/tmpl/datalist.sgml, glib/tmpl/date.sgml,
glib/tmpl/error_reporting.sgml, glib/tmpl/fileutils.sgml,
glib/tmpl/hash_tables.sgml,
glib/tmpl/hooks.sgml, glib/tmpl/macros.sgml,
glib/tmpl/macros_misc.sgml, glib/tmpl/main.sgml, glib/tmpl/markup.sgml,
glib/tmpl/memory.sgml, glib/tmpl/memory_chunks.sgml,
glib/tmpl/messages.sgml, glib/tmpl/misc_utils.sgml,
glib/tmpl/modules.sgml, glib/tmpl/numerical.sgml,
glib/tmpl/patterns.sgml, glib/tmpl/queue.sgml,
glib/tmpl/shell.sgml, glib/tmpl/spawn.sgml,
glib/tmpl/string_utils.sgml, glib/tmpl/thread_pools.sgml,
glib/tmpl/threads.sgml, glib/tmpl/timers.sgml,
glib/tmpl/trees-binary.sgml, glib/tmpl/trees-nary.sgml,
glib/tmpl/type_conversion.sgml, glib/tmpl/unicode.sgml,
glib/tmpl/warnings.sgml, glib/tmpl/windows.sgml:
Improve markup of examples, general consistency improvements.
2001-12-12 20:32:07 +00:00
e3516e3ad8
improve g_log_set_handler docs
...
2001-12-06 Havoc Pennington <hp@redhat.com >
* glib/tmpl/messages.sgml: improve g_log_set_handler docs
2001-12-06 22:48:10 +00:00
13852a10d4
Rename (private) GSource.id and id parameter to
...
Wed Nov 28 18:34:22 2001 Owen Taylor <otaylor@redhat.com >
* glib/gmain.[ch]: Rename (private) GSource.id and
id parameter to g_main_context_find_source_by_id()
to avoid problems with Objective C where 'id' is
a keyword. (#65616 )
2001-11-28 23:51:51 +00:00
0d189bad07
Fix g_usleep docs.
...
2001-11-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de >
* glib/tmpl/date.sgml: Fix g_usleep docs.
2001-11-28 16:51:19 +00:00
1d5e8cbc7d
Document G_LEVEL_ORDER better.
...
* glib/tmpl/trees-binary.sgml: Document G_LEVEL_ORDER better.
2001-11-27 22:16:54 +00:00
e409b5ae5e
Implement G_LEVEL_ORDER correctly.
...
* glib/gnode.c (g_node_traverse): Implement G_LEVEL_ORDER correctly.
* tests/node-test.c: Add a testcase for G_LEVEL_ORDER implementation.
* glib/tmpl/trees-nary.sgml: Document G_LEVEL_ORDER better.
2001-11-26 19:08:46 +00:00
e08120da5f
Fixes for #61284 :
...
* glib/tmpl/windows.sgml: Document G_WIN32_DLLMAIN_FOR_DLL_NAME.
* glib/tmpl/fileutils.sgml: Document GDir.
* glib/tmpl/limits.sgml: Document G_MININT64, G_MAXINT64, G_MAXUINT64.
2001-11-23 20:59:06 +00:00
b9f59f0f9d
Update.
...
Thu Nov 22 12:56:57 2001 Owen Taylor <otaylor@redhat.com >
* gobject/gobject-sections.txt: Update.
* glib/tmpl/{spawn.sgml,patterns.sgml}: SGML fixes.
* glib/glib-sections.txt: Updated.
* glib/Makefile.am (IGNORE_HFILES): Don't scan
headers in build/
2001-11-22 18:54:47 +00:00
9d3cee6ac3
Remove g_log_domain_glib
...
Sat Nov 17 17:24:19 2001 Owen Taylor <otaylor@redhat.com >
* glib/glib-sections.txt: Remove g_log_domain_glib
2001-11-17 23:24:19 +00:00
50c2504186
Documentation fixes.
...
* glib/giochannel.c: Documentation fixes.
* glib/tmpl/iochannels.sgml: Document GIOFlags, fix typos.
* glib/tmpl/conversions.sgml, glib/tmpl/unicode.sgml,
glib/tmpl/spawn.sgml, glib/tmpl/fileutils.sgml,
glib/tmpl/shell.sgml, glib/tmpl/windows.sgml: Add
some missing short and long descriptions.
2001-11-15 23:03:29 +00:00
a49a78a3b3
add UTF-8 support.
...
* glib/gpattern.c: add UTF-8 support.
* tests/patterntest.c: add UTF-8 and equality tests.
* docs/reference/glib/Makefile.am (MKDB_OPTIONS): Add --sgml-mode.
* docs/reference/glib/tmpl/patterns.sgml: Document UTF-8 support.
2001-11-14 22:22:34 +00:00
e5c99d932f
more docs.
...
Wed Nov 14 03:19:49 2001 Tim Janik <timj@gtk.org >
* gobject/tmp/param_value_types.sgml: more docs.
2001-11-14 03:01:31 +00:00
4abd166025
list parameter and value types.
...
Tue Nov 13 21:31:58 2001 Tim Janik <timj@gtk.org >
* gobject/tmp/param_value_types.sgml: list parameter and
value types.
* gobject/tmpl/gparamspec.sgml: more docs for g_param_spec*()
functions.
* gobject/*: section cleanups.
2001-11-14 01:08:19 +00:00
930d11d2af
param spec updates.
...
Tue Nov 13 19:49:16 2001 Tim Janik <timj@gtk.org >
* gobject/tmpl/gparamspec.sgml: param spec updates.
2001-11-13 18:49:56 +00:00
ee83ed4c13
Remove excess listitem from long description.
...
* glib/tmpl/markup.sgml: Remove excess listitem from long
description.
2001-11-12 22:26:21 +00:00
c72df49bf9
Document GNormalizeMode enum.
...
* glib/tmpl/unicode.sgml: Document GNormalizeMode enum.
* glib/tmpl/spawn.sgml: Document GSpawnFlags flags.
* glib/tmpl/error_reporting.sgml: Document GError struct.
* glib/tmpl/main.sgml: Document GMainContext, GSource and
GSourceCallbackFuncs structs.
2001-11-11 00:27:27 +00:00
eb17b20bd2
Fix documentation. Document g_log_domain_glib, gunichar, gunichar2,
...
* gobject/gsourceclosure.c (g_source_set_closure): Fix documentation.
* glib/tmpl/messages.sgml, glib/tmpl/unicode.sgml:
Document g_log_domain_glib, gunichar, gunichar2, GUnicodeType,
GUnicodeBreakType.
2001-10-30 23:56:30 +00:00
11609462b4
Remove $(srcdir)/html before building HTML to prevent stale files. Dist
...
Fri Oct 26 11:42:50 2001 Owen Taylor <otaylor@redhat.com >
* */Makefile.am: Remove $(srcdir)/html before building
HTML to prevent stale files. Dist all files in html/
2001-10-26 15:58:11 +00:00
0628133a11
docs on why the deprecated functions are deprecated.
...
2001-10-25 Havoc Pennington <hp@pobox.com >
* glib/tmpl/string_utils.sgml: docs on why the deprecated
functions are deprecated.
2001-10-25 14:38:45 +00:00
01b07656ea
fixed typo.
...
2001-10-15 Sven Neumann <sven@gimp.org >
* glib/tmpl/random_numbers.sgml: fixed typo.
2001-10-15 15:48:24 +00:00
92dfa96114
make struct _GPatternSpec and GMatchType private. (g_pattern_equal): new
...
Fri Oct 12 18:24:02 2001 Tim Janik <timj@gtk.org >
* glib/gpattern.[hc]: make struct _GPatternSpec and GMatchType
private.
(g_pattern_equal): new function to return equality of two patterns
(required because GPatternSpec is private now).
(g_pattern_spec_new): fix bug wrg wildcard counting which produced
incorrect pattern specs (discovered by Matthias Clasen).
optimized code so we just keep one compiled pattern string now.
correctly canonicalize patterns. reduce string walks, optimize
decision about MATCH_ALL vs. MATCH_ALL_TAIL.
(g_pattern_match_string): call just g_pattern_match() with NULL
reversed string.
(g_pattern_match): allow NULL reversed strings now, reverse_dup
strings on demand.
* tests/patterntest.c (test_compilation): added an extended testcase
for pattern matching from Matthias Clasen <matthiasc@poet.de >.
Sat Oct 13 06:58:23 2001 Tim Janik <timj@gtk.org >
* glib/tmpl/patterns.sgml: amended documentation.
2001-10-13 05:54:10 +00:00
2125a86d73
Updates.
...
* glib/tmpl/patterns.sgml, glib/tmpl/shell.sgml: Updates.
2001-10-11 20:40:55 +00:00
fc0ed5b29d
Document G_HOOK_FLAG_USER_SHIFT.
...
* glib/tmpl/hooks.sgml: Document G_HOOK_FLAG_USER_SHIFT.
* glib/tmpl/trash_stacks.sgml: Document trash stacks.
* glib/tmpl/async_queues.sgml, glib/tmpl/caches.sgml,
glib/tmpl/completion.sgml, glib/tmpl/patterns.sgml,
glib/tmpl/numerical.sgml, glib/tmpl/random_numbers.sgml,
glib/tmpl/relations.sgml, glib/tmpl/modules.sgml: Update.
2001-10-05 20:53:02 +00:00
f80cd10350
Update.
...
* glib/tmpl/conversions.sgml: Update.
2001-10-05 00:06:48 +00:00
643bbe8912
Update.
...
* glib/tmpl/patterns.sgml: Update.
2001-10-04 23:51:36 +00:00
6af390c1e5
Update.
...
* glib/tmpl/hooks.sgml, glib/tmpl/spawn.sgml,
glib/tmpl/macros_misc.sgml: Update.
* glib/tmpl/linked_lists_double.sgml, glib/tmpl/trees-binary.sgml,
glib/glib-sections.txt: Document GCompareDataFunc.
2001-10-04 22:26:23 +00:00
d761fb4b3b
documentation update. add documentation. update docs. Remove references to
...
* glib/gstrfuncs.c, glib/giochannel.c: documentation update.
* glib/gqueue.c: add documentation.
* glib/tmpl/iochannel.sgml, glib/tmpl/macros_misc.sgml,
glib/tmpl/queue.sgml: update docs.
* glib/tmpl/modules.sgml, glib/tmpl/threads.sgml: Remove
references to glib-config.
2001-10-02 23:09:51 +00:00
e9d05783f6
More markup fixes and completions.
...
* glib/tmpl/iochannels.sgml, glib/tmpl/shell.sgml,
glib/tmpl/spawn.sgml, glib/tmpl/memory.sgml,
glib/tmpl/macros.sgml, glib/tmpl/completion.sgml,
glib/tmpl/main.sgml, glib/tmpl/messages.sgml,
glib/tmpl/misc_utils.sgml, glib/tmpl/threads.sgml,
glib/tmpl/trees-nary.sgml, glib/tmpl/string_utils.sgml:
More markup fixes and completions.
2001-10-01 22:54:48 +00:00
58d6b101ca
Rename g_string_printfa(). to g_string_append_printf().
...
Mon Oct 1 15:59:46 2001 Owen Taylor <otaylor@redhat.com >
* glib/tmpl/strings.sgml docs/glib-sections.txt: Rename
g_string_printfa(). to g_string_append_printf().
2001-10-01 20:26:11 +00:00
42a186482c
Move all *_error_quark() unctions to the 'Private' sections. ( #61472 )
...
* glib/glib-sections.txt: Move all *_error_quark()
unctions to the 'Private' sections. (#61472 )
2001-10-01 18:57:18 +00:00
66fb9a2951
document allowed uses for 'out' parameters.
...
* glib/tmpl/macros.sgml (G_CONST_RETURN): document
allowed uses for 'out' parameters.
2001-10-01 18:19:02 +00:00
a6e1fafdc9
consistently refer to GTK+.
...
* glib/tmpl/caches.sgml, glib/tmpl/datalist.sgml,
glib/tmpl/hash_tables.sgml, glib/tmpl/messages.sgml,
glib/tmpl/misc_utils.sgml: consistently refer to GTK+.
* glib/tmpl/error_reporting.sgml, glib/tmpl/fileutils.sgml,
glib/tmpl/windows.sgml, glib/tmpl/modules.sgml,
glib/tmpl/linked_lists_single.sgml, glib/tmpl/trees-nary.sgml,
glib/tmpl/trees-binary.sgml, glib/tmpl/timers.sgml: Markup fixes.
2001-10-01 18:11:58 +00:00
abf9f5f8f8
glib/tmpl/arrays.sgml,glib/tmpl/arrays_byte.sgml
...
glib/tmpl/arrays_pointer.sgml, glib/tmpl/caches.sgml,
glib/tmpl/datalist.sgml, glib/tmpl/date.sgml,
glib/tmpl/datasets.sgml, glib/tmpl/type_conversion.sgml,
glib/tmpl/memory.sgml, glib/tmpl/hash_tables.sgml:
Markup fixes and a few additions.
2001-09-30 22:49:01 +00:00