Matthias Clasen
c5e6e11d8e
Improve docs
...
svn path=/trunk/; revision=7802
2009-01-11 04:58:25 +00:00
Matthias Clasen
38202496e7
Docs improvement
...
svn path=/trunk/; revision=7801
2009-01-11 04:53:34 +00:00
Tor Lillqvist
eeb4d5939d
Bug 567138 - get_package_directory_from_module() does not free its lock
...
2009-01-09 Tor Lillqvist <tml@iki.fi>
Bug 567138 - get_package_directory_from_module() does not free its
lock when failing
* glib/gwin32.c (get_package_directory_from_module): Obvious fix.
svn path=/trunk/; revision=7794
2009-01-09 10:37:31 +00:00
Matthias Clasen
84cca3b58d
Bump version
...
svn path=/trunk/; revision=7779
2009-01-05 18:08:25 +00:00
Matthias Clasen
85fa6de695
2.19.4
...
svn path=/trunk/; revision=7777
2009-01-05 18:06:05 +00:00
Matthias Clasen
90408a37fa
Updates
...
svn path=/trunk/; revision=7776
2009-01-05 16:58:09 +00:00
Dan Winship
b9cf1ed275
update
...
* glib/tests/.gitignore: update
* tests/.gitignore: update, sort
* tests/gobject/.gitignore: add
svn path=/trunk/; revision=7772
2009-01-05 14:56:55 +00:00
Tor Lillqvist
48e6a374bc
Bug 566348 - g_file_open_tmp uses the wrong g_mkstemp on win32
...
2009-01-05 Tor Lillqvist <tml@iki.fi>
Bug 566348 - g_file_open_tmp uses the wrong g_mkstemp on win32
* glib/gfileutils.c: Move the binary compatibility versions of
g_file_test(), g_file_get_contents(), g_mkstemp() and
g_file_open_tmp() last in the file. Remove the restriction that
the XXXXXX is last in the template in the binary compatibility
version of g_mkstemp(). Thanks to Morten Welinder and Jody
Goldberg.
svn path=/trunk/; revision=7770
2009-01-05 10:08:00 +00:00
Matthias Clasen
e9b6963f67
Updates
...
svn path=/trunk/; revision=7763
2009-01-03 07:30:26 +00:00
Matthias Clasen
889152e4c6
Add docs
...
svn path=/trunk/; revision=7762
2009-01-03 05:10:33 +00:00
Matthias Clasen
34928d8d05
Move docs inline
...
svn path=/trunk/; revision=7761
2009-01-03 04:15:17 +00:00
Matthias Clasen
6e5efcdb1d
Use visibility attribute for new enough sun cc. Patch by Chris Wang
...
* configure.in: Use visibility attribute for new enough sun cc.
Patch by Chris Wang
svn path=/trunk/; revision=7760
2009-01-03 01:00:38 +00:00
Matthias Clasen
736bea99fe
Fix a wrong reference in the docs, reported by Takeshi Aihana.
...
* glib/goption.c: Fix a wrong reference in the docs, reported by
Takeshi Aihana.
svn path=/trunk/; revision=7758
2009-01-02 02:49:06 +00:00
Matthias Clasen
0f6b25ca96
Fix some compiler warnings
...
svn path=/trunk/; revision=7755
2008-12-31 05:51:47 +00:00
Ryan Lortie
caa5ed0d22
move some changelog entries that i put in the wrong spot
...
svn path=/trunk/; revision=7754
2008-12-20 19:41:07 +00:00
Tor Lillqvist
0380f15a65
Add g_thread_get_initialized here, too. Surround g_test_config_vars with
...
2008-12-19 Tor Lillqvist <tml@novell.com>
* glib/glib.symbols: Add g_thread_get_initialized here,
too. Surround g_test_config_vars with ifdef INCLUDE_VARIABLES.
svn path=/trunk/; revision=7753
2008-12-20 07:22:56 +00:00
Mike Kestner
8bed68813e
Bug 560676 - function access for g_threads_supported
...
2008-12-18 Mike Kestner <mkestner@novell.com>
Bug 560676 - function access for g_threads_supported
* glib/gthreads.c (g_thread_get_initialized): new accessor for
g_threads_supported macro.
* glib/gthreads.h: add g_thread_get_initialized
svn path=/trunk/; revision=7752
2008-12-18 19:20:42 +00:00
Matthias Clasen
184d6b2c4a
Bump version
...
svn path=/trunk/; revision=7748
2008-12-15 20:03:12 +00:00
Matthias Clasen
649c25f216
2.19.3
...
svn path=/trunk/; revision=7746
2008-12-15 20:01:49 +00:00
Matthias Clasen
a9ac1b49ab
Updates
...
svn path=/trunk/; revision=7745
2008-12-14 00:07:59 +00:00
Matthias Clasen
be914f6841
Make these work on x86_64
...
svn path=/trunk/; revision=7744
2008-12-13 23:56:05 +00:00
Ryan Lortie
b941139254
free the tokens when done with them
...
2008-12-12 Ryan Lortie <desrt@desrt.ca>
* gio/gicon.c (g_icon_to_string_tokenized): free the tokens when done
with them
svn path=/trunk/; revision=7743
2008-12-12 20:59:54 +00:00
Ryan Lortie
a28d87bfc9
fix leak that occurs when multiple mount entries match the requested path
...
2008-12-12 Ryan Lortie <desrt@desrt.ca>
* gio/gunixmounts.c (g_unix_mount_at): fix leak that occurs when
multiple mount entries match the requested path
svn path=/trunk/; revision=7742
2008-12-12 20:03:36 +00:00
Behdad Esfahbod
2152bd091e
Improve g_unichar_iswide_cjk() docs.
...
2008-12-12 Behdad Esfahbod <behdad@gnome.org>
* glib/guniprop.c: Improve g_unichar_iswide_cjk() docs.
svn path=/trunk/; revision=7741
2008-12-12 08:26:00 +00:00
Matthias Clasen
154fe24134
Add an implementation for the CRIS and CRISv32 architectures, by Peter
...
* configure.in:
* glib/gatomic.c: Add an implementation for the CRIS and CRISv32
architectures, by Peter Kjellerstedt
svn path=/trunk/; revision=7732
2008-12-08 04:27:37 +00:00
Matthias Clasen
20bc7adfb8
Some more documentation additions
...
svn path=/trunk/; revision=7726
2008-12-02 05:53:48 +00:00
Matthias Clasen
26a4a31b1a
Bump version
...
svn path=/trunk/; revision=7723
2008-12-01 20:03:38 +00:00
Matthias Clasen
cce2159983
2.19.2
...
svn path=/trunk/; revision=7721
2008-12-01 20:01:16 +00:00
Matthias Clasen
52bfda3aea
Bump version
...
svn path=/trunk/; revision=7718
2008-12-01 14:48:22 +00:00
Matthias Clasen
ec48fa8fc2
2.19.1
...
svn path=/trunk/; revision=7717
2008-12-01 14:44:26 +00:00
Matthias Clasen
c2ac8fdc43
Updates
...
svn path=/trunk/; revision=7715
2008-12-01 06:52:15 +00:00
Behdad Esfahbod
5d5526c1a3
Bug 562639 – g_parse_debug_flags() parsing "help"
...
2008-11-28 Behdad Esfahbod <behdad@gnome.org>
Bug 562639 – g_parse_debug_flags() parsing "help"
* glib/gutils.c (g_parse_debug_string): Print available keys if
string is "help".
svn path=/trunk/; revision=7710
2008-11-29 01:40:38 +00:00
Behdad Esfahbod
6d0e4aa2cf
Bug 562638 – GDebugKey key member should be const
...
2008-11-28 Behdad Esfahbod <behdad@gnome.org>
Bug 562638 – GDebugKey key member should be const
* glib/gutils.h: Change GDebugKey key member from gchar * to
const gchar *.
svn path=/trunk/; revision=7709
2008-11-29 01:21:11 +00:00
Matthias Clasen
a9df28d181
Improve docs
...
svn path=/trunk/; revision=7708
2008-11-29 00:07:33 +00:00
Matthias Clasen
0be828b4f8
Explain the difference to g_key_file_get_value(). Pointed out by Mart
...
* glib/gkeyfile.c (g_key_file_get_string): Explain the difference
to g_key_file_get_value(). Pointed out by Mart Raudsepp.
svn path=/trunk/; revision=7705
2008-11-28 21:22:21 +00:00
Matthias Clasen
a2830c774d
Improve docs
...
svn path=/trunk/; revision=7704
2008-11-28 20:29:42 +00:00
Matthias Clasen
181c615ca4
Bug 557603 – carbon check output misplaced
...
2008-11-28 Matthias Clasen <mclasen@redhat.com>
Bug 557603 – carbon check output misplaced
* configure.in: Call AC_PROG_CPP early to avoid it messing up
carbon check output. Fix proposed by Christian Persch
svn path=/trunk/; revision=7703
2008-11-28 20:17:15 +00:00
Matthias Clasen
6417df2a91
Bug 559110 – Do not include libintl.h after glibintl.h
...
2008-11-28 Matthias Clasen <mclasen@redhat.com>
Bug 559110 – Do not include libintl.h after glibintl.h
* glib/glibintl.h: Define bind_textdomain_codeset in the DISABLE_NLS
branch. Patch by Peter Kjellerstedt.
* glib/gutil.c: Don't include libintl.h directly.
svn path=/trunk/; revision=7688
2008-11-28 06:24:51 +00:00
Matthias Clasen
636fa4640d
Fix an issue with callbacks that return FALSE.
...
svn path=/trunk/; revision=7684
2008-11-28 05:17:27 +00:00
Christian Persch
ec59607150
Bug 559413 – g_option_group_set_error_hook docs buglet
...
svn path=/trunk/; revision=7675
2008-11-23 21:16:06 +00:00
Christian Persch
da8591c7a8
Bug 560568 – gkeyfile docs buglet
...
svn path=/trunk/; revision=7674
2008-11-23 21:16:01 +00:00
Christian Persch
47d6d6a451
Bug 560569 – gkeyfile doesn't use the set list_separator in some cases
...
svn path=/trunk/; revision=7673
2008-11-23 21:15:57 +00:00
Christophe Fergeau
ff4a7678e6
Bug 561212 – GFileReadMoreCallback API doc refers to non-existant function
...
* gio/giotypes.h: fix name of function referred to in
GFileReadMoreCallback API documentation
svn path=/trunk/; revision=7666
2008-11-21 10:30:43 +00:00
Matthias Clasen
08cae5cd63
Nicer indices
...
svn path=/trunk/; revision=7665
2008-11-21 07:28:50 +00:00
Matthias Clasen
3e5cdcff0e
Updates
...
svn path=/trunk/; revision=7650
2008-11-14 19:59:34 +00:00
Christian Dywan
00769cf7f1
Bug 558672 – NULL key lookup using g_hash_table_lookup_extended()
...
2008-11-04 Christian Dywan <christian@imendio.com>
Bug 558672 – NULL key lookup using g_hash_table_lookup_extended()
* glib/ghash.c:
Clarify g_hash_table_lookup_extended
svn path=/trunk/; revision=7644
2008-11-04 17:01:19 +00:00
Tor Lillqvist
24fcd3cef8
Expand also build/win32/vs9/Makefile.
...
2008-11-02 Tor Lillqvist <tml@novell.com>
* configure.in: Expand also build/win32/vs9/Makefile.
svn path=/trunk/; revision=7641
2008-11-02 19:43:52 +00:00
Christian Dywan
215c04ce6c
Bug 558513 – g_warn_if_fail FIXME in gtestutils
...
* glib/gtestutils.c (g_test_log_send):
Turn g_assert into g_warn_if_fail as advised
svn path=/trunk/; revision=7637
2008-10-31 09:56:19 +00:00
Grahame Bowland
df719f749c
Bug 558185 – 'parent' variable in
...
2008-10-31 Grahame Bowland <grahame@angrygoats.net>
Bug 558185 – 'parent' variable in g_local_file_get_child_for_display_name()
hits g_object_unref(NULL) assertion
* gio/glocalfile.c:
- remove unused variable. Patch by Matt Johnston <matt@ucc.asn.au>
svn path=/trunk/; revision=7636
2008-10-31 02:23:55 +00:00
16:11:14 Tim Janik
0ffa76b9e9
added G_PASTE() and G_STATIC_ASSERT(), based on patches by Christian
...
2008-10-29 16:11:14 Tim Janik <timj@gtk.org>
* glib/gmacros.h: added G_PASTE() and G_STATIC_ASSERT(), based on
patches by Christian Persch and Christian Dywan. Fixes:
Bug 558381 - Add support for compile time assertions
svn path=/trunk/; revision=7633
2008-10-29 15:14:06 +00:00