Matthias Clasen
07d778754a
Fix a typo
...
svn path=/trunk/; revision=5517
2007-05-27 02:03:14 +00:00
Matthias Clasen
aa088c4072
2.13.2
...
svn path=/trunk/; revision=5511
2007-05-23 04:30:07 +00:00
Matthias Clasen
d21e54e61e
Fix a typo ( #436547 , Guillaume Desmottes)
...
2007-05-17 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/messages.sgml: Fix a typo (#436547 ,
Guillaume Desmottes)
svn path=/trunk/; revision=5499
2007-05-17 17:23:15 +00:00
Matthias Clasen
a061009f52
Make g_slice_debug_tree_statistics() debug-only functionality again.
...
2007-05-14 Matthias Clasen <mclasen@redhat.com>
* glib/gslice.h:
* glib/gslice.c:
* glib/glib.symbols: Make g_slice_debug_tree_statistics()
debug-only functionality again.
svn path=/trunk/; revision=5492
2007-05-15 03:32:29 +00:00
Christian Persch
15d995bc79
Improve g_strerror and g_strsignal docs. Bug #438293 .
...
2007-05-14 Christian Persch <chpe@gnome.org>
* docs/reference/glib/tmpl/string_utils.sgml: Improve g_strerror and
g_strsignal docs. Bug #438293 .
svn path=/trunk/; revision=5491
2007-05-14 17:14:11 +00:00
Matthias Clasen
8f88ba6ffa
Allow G_OPTION_ARG_CALLBACK for G_OPTION_REMAINING. ( #437297 , Dave Benson)
...
2007-05-11 Matthias Clasen <mclasen@redhat.com>
* glib/goption.c: Allow G_OPTION_ARG_CALLBACK for
G_OPTION_REMAINING. (#437297 , Dave Benson)
* tests/option-test.c: Add a test for this.
svn path=/trunk/; revision=5487
2007-05-11 18:53:57 +00:00
Behdad Esfahbod
3ed6b66e8f
svn path=/trunk/; revision=5482
...
2007-05-03 Behdad Esfahbod <behdad@gnome.org>
* configure.in:
* glib/glib.symbols:
* glib/gthread.h:
* glib/gunicode.h:
* glib/guniprop.c (g_unichar_ismark):
svn path=/trunk/; revision=5482
2007-05-03 23:42:05 +00:00
Matthias Clasen
4d996274a3
2.13.1
...
svn path=/trunk/; revision=5478
2007-05-03 05:09:20 +00:00
Matthias Clasen
88651f758b
Add g_regex_get_max_backref() and g_regex_get_capture_count(). ( #419371 ,
...
2007-04-30 Matthias Clasen <mclasen@redhat.com>
* glib/glib.symbols:
* glib/gregex.[hc]: Add g_regex_get_max_backref() and
g_regex_get_capture_count(). (#419371 , Marco Barisione)
svn path=/trunk/; revision=5469
2007-04-30 16:37:38 +00:00
Matthias Clasen
a793051fda
Split GRegex into GRegex and GMatchInfo. ( #419368 , Marco Barisione)
...
2007-04-30 Matthias Clasen <mclasen@redhat.com>
* glib/glib.symbols:
* glib/gregex.[hc]: Split GRegex into GRegex and GMatchInfo.
(#419368 , Marco Barisione)
* tests/regex-test.c: Adapt.
svn path=/trunk/; revision=5468
2007-04-30 16:02:26 +00:00
Matthias Clasen
ba2dc0c2b2
New function to get the formatted help string. ( #336089 , Dom Lachowicz)
...
2007-04-24 Matthias Clasen <mclasen@redhat.com>
* glib/glib.symbols:
* glib/goption.h:
* glib/goption.c (g_option_context_get_help): New function to
get the formatted help string. (#336089 , Dom Lachowicz)
svn path=/trunk/; revision=5456
2007-04-25 03:53:30 +00:00
Emmanuele Bassi
3b6c740849
Add new hash functions.
...
2007-04-11 Emmanuele Bassi <ebassi@gnome.org>
* glib/glib-sections.txt: Add new hash functions.
svn path=/trunk/; revision=5445
2007-04-11 13:09:55 +00:00
Ryan Lortie
e3562e543a
Document ->constructed().
...
2007-04-02 Ryan Lortie <desrt@desrt.ca>
* gobject/tmpl/objects.sgml: Document ->constructed().
svn path=/trunk/; revision=5440
2007-04-03 10:44:14 +00:00
Matthias Clasen
46d22e511a
Cleanups
...
svn path=/trunk/; revision=5428
2007-03-19 03:47:05 +00:00
Matthias Clasen
1cb4af3e96
2.13.0
...
svn path=/trunk/; revision=5419
2007-03-16 22:11:15 +00:00
Tim Janik
44d5b8af2a
some fixups, mention that changing scanner config during the parsing phase
...
Fri Mar 16 16:04:42 2007 Tim Janik <timj@gtk.org>
* glib/tmpl/scanner.sgml: some fixups, mention that changing scanner
config during the parsing phase is supported behavior.
svn path=/trunk/; revision=5416
2007-03-16 15:02:14 +00:00
Marco Barisione
0196d63975
Add GRegex for regular expression matching. ( #50075 )
...
2007-03-15 Marco Barisione <marco@barisione.org>
Add GRegex for regular expression matching. (#50075 )
* configure.in: Handle GRegex compilation.
* glib/gregex.c:
* glib/gregex.h: Code for GRegex.
* glib/Makefile.am:
* glib/makefile.msc.in: Updated makefiles.
* glib/pcre/*: Internal copy of PCRE.
* glib/update-pcre/*: Stuff to automatically update the internal PCRE
to a newer version.
* tests/regex-test.c:
* tests/Makefile.am:
* tests/makefile.msc.in: Add tests for GRegex.
svn path=/trunk/; revision=5408
2007-03-15 13:01:31 +00:00
Stefan Kost
676506cf2d
Readd docs for G_PARAM_STATIC_NICK and add docs for new
...
* gobject/tmpl/gparamspec.sgml:
Readd docs for G_PARAM_STATIC_NICK and add docs for new
G_PARAM_STATIC_STRINGS (fixes #418021 ).
svn path=/trunk/; revision=5403
2007-03-14 19:09:49 +00:00
Matthias Clasen
cbaaa4006e
Document errorchecking mutexes
...
svn path=/trunk/; revision=5381
2007-03-06 19:44:19 +00:00
Matthias Clasen
ff5419ec40
Fix a typo in the docs for g_node_first_child(). ( #409395 , Vincent Untz)
...
2007-03-06 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/trees-nary.sgml: Fix a typo in the docs for
g_node_first_child(). (#409395 , Vincent Untz)
svn path=/trunk/; revision=5380
2007-03-06 19:29:54 +00:00
Matthew Barnes
cc3e80c26a
Add G_QUEUE_INIT, g_queue_init(), and g_queue_clear() to better support
...
2007-03-06 Matthew Barnes <mbarnes@redhat.com>
* glib/gqueue.h:
* glib/gqueue.c: Add G_QUEUE_INIT, g_queue_init(), and
g_queue_clear() to better support statically allocated
queues. (#413244 )
svn path=/trunk/; revision=5378
2007-03-06 18:43:10 +00:00
Stefan Kost
8ec7d6ca3f
Format XML to be more editable. Describe Interfaces better. Add a footnote
...
* gobject/tut_gobject.xml:
* gobject/tut_gsignal.xml:
* gobject/tut_gtype.xml:
* gobject/tut_howto.xml:
* gobject/tut_intro.xml:
* gobject/tut_tools.xml:
Format XML to be more editable. Describe Interfaces better. Add a
footnote at first occurance of 'maman_'.
svn path=/trunk/; revision=5334
2007-02-10 22:08:42 +00:00
Stefan Kost
b8fcf708d0
Unify spelling of GObject and GType. Improve some wording. Update the
...
* gobject/tut_gobject.xml:
* gobject/tut_gsignal.xml:
* gobject/tut_gtype.xml:
* gobject/tut_howto.xml:
* gobject/tut_tools.xml:
Unify spelling of GObject and GType. Improve some wording. Update the
usage of private data. Make tables use row-spans and add id's to them.
svn path=/trunk/; revision=5327
2007-02-07 22:15:34 +00:00
Soren Sandmann
674c4df418
New files implementing GSequence, a list implemented using a binary tree.
...
2007-02-03 Soren Sandmann <sandmann@daimi.au.dk>
* glib/gsequence.[ch]: New files implementing GSequence, a list
implemented using a binary tree.
* glib/glib.h, glib/glib.symbols: Update for GSequence.
* docs/reference: Add documentation for GSequence
* tests: Add sequence-test.c, a thorough test of all of
the GSequence API.
svn path=/trunk/; revision=5322
2007-02-03 23:24:50 +00:00
Matthias Clasen
20a05714cc
Fix a typo
...
svn path=/trunk/; revision=5319
2007-01-30 18:56:09 +00:00
Matthias Clasen
df3dd538e5
Define G_GNUC_INTERNAL for Sun Studio as __hidden. ( #342981 , Brian
...
2007-01-26 Matthias Clasen <mclasen@redhat.com>
* configure.in: Define G_GNUC_INTERNAL for Sun Studio
as __hidden. (#342981 , Brian Cameron)
* glib/gconvert.c:
* glib/gutf8.c: Move G_GNUC_INTERNAL uses to the right
spot.
2
svn path=/trunk/; revision=5317
2007-01-27 03:34:48 +00:00
Matthias Clasen
62534876c5
Updates
...
svn path=/trunk/; revision=5310
2007-01-24 04:13:33 +00:00
Matthias Clasen
912027f0df
Some file list updates ( #398069 , Owen Taylor)
...
2007-01-19 Matthias Clasen <mclasen@redhat.com>
Some file list updates (#398069 , Owen Taylor)
* docs/Changes-2.0.txt
* docs/reference/README.cvs-commits
* glib.spec.in: Remove obsolete files
* tests/Makefile.am:
* glib/libcharset/Makefile.am:
* gobject/Makefile.am:
* Makefile.am: Add some missing files to EXTRA_DIST
* tests/timeloop-basic.c: Make it build
* HACKING: Small updates
svn path=/trunk/; revision=5302
2007-01-19 15:50:30 +00:00
Behdad Esfahbod
4651177384
Put back G_GNUC_HAVE_VISIBILITY doc that was removed accidentally.
...
2007-01-17 Behdad Esfahbod <behdad@gnome.org>
* glib/tmpl/macros_misc.sgml: Put back G_GNUC_HAVE_VISIBILITY
doc that was removed accidentally.
svn path=/trunk/; revision=5289
2007-01-17 17:38:22 +00:00
Matthias Clasen
a81c9a78a7
Cleanups
...
svn path=/trunk/; revision=5265
2007-01-15 03:57:41 +00:00
Matthias Clasen
daeff90d19
Additions
...
svn path=/trunk/; revision=5261
2007-01-15 03:05:27 +00:00
Matthias Clasen
38b9221961
Rework the handling of invalid keys/groups again. We are back to being
...
2007-01-12 Matthias Clasen <mclasen@redhat.com>
* glib/gkeyfile.c: Rework the handling of invalid
keys/groups again. We are back to being liberal about
what we accept, and only reject things that would lead
to non-rereadable keyfiles.
* tests/keyfile-test.c: Adapt tests.
svn path=/trunk/; revision=5254
2007-01-12 20:25:57 +00:00
Behdad Esfahbod
a0c60a62d6
Add g_unichar_iszerowidth(). ( #347645 )
...
2007-01-03 Behdad Esfahbod <behdad@gnome.org>
* glib/glib.symbols:
* glib/gunicode.h:
* glib/guniprop.c: Add g_unichar_iszerowidth(). (#347645 )
svn path=/trunk/; revision=5202
2007-01-03 20:48:24 +00:00
Michael Natterer
feb07512f0
removed all .cvsignore files. SVN doesn't need them.
...
2007-01-03 Michael Natterer <mitch@imendio.com>
* removed all .cvsignore files. SVN doesn't need them.
svn path=/trunk/; revision=5198
2007-01-03 11:22:36 +00:00
Matthias Clasen
db9c08d08b
Guard g_slice_debug_tree_statistics by G_ENABLE_DEBUG. ( #390940 , Kazuki
...
2007-01-02 Matthias Clasen <mclasen@redhat.com>
* glib/glib.symbols: Guard g_slice_debug_tree_statistics
by G_ENABLE_DEBUG. (#390940 , Kazuki Iwamoto)
svn path=/trunk/; revision=5190
2007-01-02 13:09:03 +00:00
Matthias Clasen
470152f268
Fix whitespace
...
svn path=/trunk/; revision=5184
2006-12-31 16:33:32 +00:00
Matthias Clasen
d7b7c44e40
Define G_DEFINE_DYNAMIC_TYPE and and _EXTENDED variant. ( #334437 )
...
2006-12-29 Matthias Clasen <mclasen@redhat.com>
* gtypemodule.h: Define G_DEFINE_DYNAMIC_TYPE and
and _EXTENDED variant. (#334437 )
2006-12-29 06:12:11 +00:00
Matthias Clasen
b1e4310d6f
Clarify a detail about g_object_set_data_full. ( #343750 , Christian
...
2006-12-28 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/objects.sgml: Clarify a detail about
g_object_set_data_full. (#343750 , Christian Neumair)
2006-12-29 05:10:50 +00:00
Tim Janik
0f27a7cd04
updates from new doc builds
2006-12-28 14:14:29 +00:00
Tim Janik
34bef7ab9f
fixed tag nesting
2006-12-28 13:03:41 +00:00
Tim Janik
636dae32c3
document G_SLICE=debug-blocks.
...
Wed Dec 27 15:56:53 2006 Tim Janik <timj@gtk.org>
* glib/tmpl/memory_slices.sgml:
* glib/running.sgml: document G_SLICE=debug-blocks.
2006-12-28 11:50:00 +00:00
Matthias Clasen
3ab1139aef
Add hints for locale-dependent interfaces. Add hints for locale-dependent
...
2006-12-26 Matthias Clasen <mclasen@redhat.com>
* glib/gutf8.c: Add hints for locale-dependent interfaces.
* glib/gconvert.c: Add hints for locale-dependent interfaces.
2006-12-27 05:09:48 +00:00
Matthias Clasen
e7715bdc4e
Small clarification ( #369908 , Tapani Pälli)
...
2006-12-18 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/keyfile.sgml: Small clarification (#369908 ,
Tapani Pälli)
2006-12-18 20:09:12 +00:00
Matthias Clasen
6b52690bb5
Tighten up the check for allowed key and group names. ( #343191 , Tommi
...
2006-12-18 Matthias Clasen <mclasen@redhat.com>
* glib/gkeyfile.c: Tighten up the check for allowed
key and group names. (#343191 , Tommi Komulainen)
* tests/keyfile-test.c: Test handling of key and group names.
2006-12-18 07:29:56 +00:00
Matthias Clasen
7d0a0206d8
Improve docs
2006-12-17 20:22:20 +00:00
Matthias Clasen
fdfc2fc6fc
Expand GObject::notify documentation. ( #381722 , Nickolay V. Shmyrev)
...
2006-12-17 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/objects.sgml: Expand GObject::notify
documentation. (#381722 , Nickolay V. Shmyrev)
* gobject/tmpl/gparamspec.sgml: Add canonical-parameter-name id.
2006-12-17 19:59:02 +00:00
Matthias Clasen
acd7325895
typo fix
2006-12-17 19:51:28 +00:00
Matthias Clasen
e2285f085d
Move docs inline, and improve wording. ( #372598 , Behdad Esfahbod)
...
2006-12-17 Matthias Clasen <mclasen@redhat.com>
* glib/gstrfuncs.c (g_strndup, g_strnfill): Move docs
inline, and improve wording. (#372598 , Behdad Esfahbod)
2006-12-17 19:12:58 +00:00
Matthias Clasen
10d14998d8
Move documentation inline.
...
2006-12-16 Matthias Clasen <mclasen@redhat.com>
* glib/gstring.c: Move documentation inline.
2006-12-16 06:14:45 +00:00
Matthias Clasen
a7651b067e
broken pipe
2006-12-15 22:58:04 +00:00