Matthias Clasen [Mon, 22 Aug 2005 15:39:34 +0000 (15:39 +0000)]
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.
Changwoo Ryu [Sun, 21 Aug 2005 18:16:37 +0000 (18:16 +0000)]
Updated Korean translation.
2005-08-22 Changwoo Ryu <cwryu@debian.org>
* ko.po: Updated Korean translation.
Hans Breuer [Sat, 20 Aug 2005 13:26:19 +0000 (13:26 +0000)]
link with ws2_32.lib
2005-08-20 Hans Breuer <hans@breuer.org>
* glib/makefile.msc.in : link with ws2_32.lib
Rhys Jones [Thu, 18 Aug 2005 17:24:10 +0000 (17:24 +0000)]
Updated Welsh translation.
2005-08-18 Rhys Jones <rhys@sucs.org>
* cy.po: Updated Welsh translation.
Tor Lillqvist [Thu, 18 Aug 2005 13:08:18 +0000 (13:08 +0000)]
Check for <sys/wait.h>
2005-08-18 Tor Lillqvist <tml@novell.com>
* configure.in: Check for <sys/wait.h>
* glib/gbacktrace.c: Include <sys/wait.h> on if HAVE_SYS_WAIT_H.
Ross Burton [Thu, 18 Aug 2005 09:30:24 +0000 (09:30 +0000)]
Optimise single-character insertions
Matthias Clasen [Wed, 17 Aug 2005 18:31:08 +0000 (18:31 +0000)]
Check for crt_externs.h and _NSGetEnviron.
2005-08-17 Matthias Clasen <mclasen@redhat.com>
* configure.in: Check for crt_externs.h and _NSGetEnviron.
* glib/gutils.c: On Darwin, include crt-externs.h and
define environ using _NSGetEnviron(). (#313731)
Stepan Kasal [Wed, 17 Aug 2005 12:00:51 +0000 (12:00 +0000)]
Move the body of the big if... (g_get_any_init_do): ... to this new
2005-08-16 Stepan Kasal <kasal@ucw.cz>
* glib/gutils.c (g_get_any_init): Move the body of the big if...
(g_get_any_init_do): ... to this new function.
(g_get_any_init): Declare as inline.
(g_get_any_init_locked): New inline function, does the locking.
Make use of these two throughout the code.
Matthias Clasen [Mon, 15 Aug 2005 19:32:32 +0000 (19:32 +0000)]
Wait for the child process and then simply return. This makes The "S"
2005-08-15 Matthias Clasen <mclasen@redhat.com>
* glib/gbacktrace.c (g_on_error_stack_trace): Wait for
the child process and then simply return. This makes
The "S" option work as documented in g_on_error_query().
(#313125, Matthew F. Barnes)
Matthias Clasen [Mon, 15 Aug 2005 18:49:11 +0000 (18:49 +0000)]
Update the link to Unicode category values. (#313369, Behnam Esfahbod)
2005-08-15 Matthias Clasen <mclasen@redhat.com>
* glib/gunicode.h: Update the link to Unicode category
values. (#313369, Behnam Esfahbod)
Matthias Clasen [Mon, 15 Aug 2005 18:45:27 +0000 (18:45 +0000)]
Fix some formatting problems.
Matthias Clasen [Mon, 15 Aug 2005 18:35:30 +0000 (18:35 +0000)]
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)
Matthias Clasen [Mon, 15 Aug 2005 18:28:12 +0000 (18:28 +0000)]
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)
Maxim Dziumanenko [Mon, 15 Aug 2005 17:53:13 +0000 (17:53 +0000)]
Updated Ukrainian translation.
2005-08-15 Maxim Dziumanenko <mvd@mylinux.ua>
* Updated Ukrainian translation.
Jordi Mallach [Mon, 15 Aug 2005 17:04:35 +0000 (17:04 +0000)]
Updated Catalan translation.
Mugurel Tudor [Mon, 15 Aug 2005 13:23:02 +0000 (13:23 +0000)]
Updated Romanian translation by Misu Moldovan <dumol@gnome.ro>
2005-08-15 Mugurel Tudor <mugurelu@gnome.ro>
* ro.po: Updated Romanian translation
by Misu Moldovan <dumol@gnome.ro>
Matthias Clasen [Mon, 15 Aug 2005 05:00:57 +0000 (05:00 +0000)]
Fix abi checks for ia64.
Matthias Clasen [Fri, 12 Aug 2005 17:45:16 +0000 (17:45 +0000)]
Bump version
Matthias Clasen [Fri, 12 Aug 2005 17:18:55 +0000 (17:18 +0000)]
2.8.0
Tim-Philipp Müller [Fri, 12 Aug 2005 16:09:19 +0000 (16:09 +0000)]
Special-case flag value of 0. Instead of returning the first random
* gobject/genums.c: (g_flags_get_first_value): Special-case flag
value of 0. Instead of returning the first random GFlagsValue
we come across, return the GFlagsValue for 0 if it exists or
NULL if it does not exist. Never return the GFlagsValue for 0
if the requested flags value is nonzero.
Kostas Papadimas [Fri, 12 Aug 2005 15:43:04 +0000 (15:43 +0000)]
Updated Greek Translation
Matthias Clasen [Fri, 12 Aug 2005 12:56:57 +0000 (12:56 +0000)]
Bump version to 2.8.0
Stepan Kasal [Fri, 12 Aug 2005 09:27:49 +0000 (09:27 +0000)]
two stylistic fixes
Manish Singh [Fri, 12 Aug 2005 00:07:17 +0000 (00:07 +0000)]
Shut up CVS
Tor Lillqvist [Wed, 10 Aug 2005 21:13:29 +0000 (21:13 +0000)]
Use "localhost" as fallback for g_get_host_name(), not "unknown".
2005-08-11 Tor Lillqvist <tml@novell.com>
* glib/gutils.c (g_get_any_init): Use "localhost" as fallback for
g_get_host_name(), not "unknown".
Stepan Kasal [Wed, 10 Aug 2005 11:07:55 +0000 (11:07 +0000)]
fix typos
Stepan Kasal [Wed, 10 Aug 2005 10:56:46 +0000 (10:56 +0000)]
a typo
Stepan Kasal [Wed, 10 Aug 2005 10:49:46 +0000 (10:49 +0000)]
manual emulation of refresh of manual pages
Stepan Kasal [Wed, 10 Aug 2005 10:46:55 +0000 (10:46 +0000)]
Fix typos: invokation -> invocation.
Matthias Clasen [Wed, 10 Aug 2005 04:07:47 +0000 (04:07 +0000)]
Take a va_list*, not a va_list, to avoid compiler warnings about
2005-08-10 Matthias Clasen <mclasen@redhat.com>
* glib/gfileutils.c (g_build_path_va, g_build_pathname_va):
Take a va_list*, not a va_list, to avoid compiler warnings
about uninitialized variables.
Matthias Clasen [Tue, 9 Aug 2005 19:20:33 +0000 (19:20 +0000)]
Add it here.
2005-08-09 Matthias Clasen <mclasen@redhat.com>
* tests/gobject/Makefile.am (test_programs): Add it here.
* tests/gobject/gvalue-test.c: Beginning of a test suite
for GValue.
Matthias Clasen [Tue, 9 Aug 2005 14:10:19 +0000 (14:10 +0000)]
Updates
Matthias Clasen [Tue, 9 Aug 2005 14:04:37 +0000 (14:04 +0000)]
Access enum and flags values as v_long/v_ulong, not v_int/v_uint, to make
2005-08-09 Matthias Clasen <mclasen@redhat.com>
* gvaluetransform.c: Access enum and flags
values as v_long/v_ulong, not v_int/v_uint,
to make value transformation of such types
work on bigendian 64bit machines. (#312485,
Michael Lorenz)
Matthias Clasen [Tue, 9 Aug 2005 02:45:20 +0000 (02:45 +0000)]
Initialize variables to not make gcc nervous.
2005-08-08 Matthias Clasen <mclasen@redhat.com>
* glib/gutils.c (_g_compute_locale_variants): Initialize
variables to not make gcc nervous.
Manish Singh [Tue, 9 Aug 2005 00:25:18 +0000 (00:25 +0000)]
remove stray -V option to grep so it actually works.
2005-08-08 Manish Singh <yosh@gimp.org>
* glib/abicheck.sh: remove stray -V option to grep so it actually
works.
Matthias Clasen [Mon, 8 Aug 2005 19:50:38 +0000 (19:50 +0000)]
Enable the endianness test.
2005-08-08 Matthias Clasen <mclasen@redhat.com>
* tests/convert-test.c: Enable the endianness test.
* glib/gconvert.c: Make the caching of iconv descriptors
optional.
* configure.in: Add an --enable-iconv-cache option, and
default to disabling iconv caching on new enough glibc.
Somebody with access to Solaris systems will need to test
if opening/closing of iconv descriptors is enough of
a performance problem to warrant the caching on that
platform. Note that the caching is causing correctness
problems in some corner cases, thus turning it off
is desirable unless it has severe performance implications.
Matthias Clasen [Mon, 8 Aug 2005 17:02:33 +0000 (17:02 +0000)]
Fix up the testcase
Matthias Clasen [Mon, 8 Aug 2005 16:48:23 +0000 (16:48 +0000)]
Add a test for endianness handling.
2005-08-08 Matthias Clasen <mclasen@redhat.com>
* tests/convert-test.c: Add a test for
endianness handling.
Sunil Mohan Adapa [Mon, 8 Aug 2005 09:54:32 +0000 (09:54 +0000)]
Added Telugu translation done by Vikram Phaneendra <vikramphaneendra@yahoo.co.in>, Dandu Prasad <dandu_prasad2000@yahoo.com> and Ramana Sai <rmn_sai@yahoo.co.in>
Matthias Clasen [Mon, 8 Aug 2005 05:30:20 +0000 (05:30 +0000)]
Add convert-test here.
2005-08-08 Matthias Clasen <mclasen@redhat.com>
* tests/Makefile.am: Add convert-test here.
* tests/convert-test.c: Add the beginning of a testsuite
for g_convert() and friends.
Matthias Clasen [Sat, 6 Aug 2005 15:34:38 +0000 (15:34 +0000)]
Improve ABI checks
Matthias Clasen [Sat, 6 Aug 2005 15:26:49 +0000 (15:26 +0000)]
Improve ABI checking
Matthias Clasen [Sat, 6 Aug 2005 03:40:07 +0000 (03:40 +0000)]
Small fixes.
2005-08-05 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/gparamspec.sgml:
* glib/tmpl/types.sgml:
* glib/tmpl/option.sgml: Small fixes.
Manish Singh [Sat, 6 Aug 2005 00:33:49 +0000 (00:33 +0000)]
remove unused n_threads variable.
2005-08-05 Manish Singh <yosh@gimp.org>
* tests/refcount/closures.c: remove unused n_threads variable.
Manish Singh [Sat, 6 Aug 2005 00:32:33 +0000 (00:32 +0000)]
Shut up CVS
Matthias Clasen [Fri, 5 Aug 2005 20:40:52 +0000 (20:40 +0000)]
Small fixes
2005-08-05 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/generic_values.sgml: Small fixes
Matthias Clasen [Fri, 5 Aug 2005 16:10:41 +0000 (16:10 +0000)]
Bump version
Matthias Clasen [Fri, 5 Aug 2005 16:09:42 +0000 (16:09 +0000)]
2.7.7
Matthias Clasen [Thu, 4 Aug 2005 17:21:03 +0000 (17:21 +0000)]
Always export g_atomic_int_get and g_atomic_pointer_get as functions, even
2005-08-04 Matthias Clasen <mclasen@redhat.com>
* glib/glib.symbols:
* glib/gatomic.[hc]: Always export g_atomic_int_get and
g_atomic_pointer_get as functions, even if we have macros,
to avoid changing the ABI depending on configuration.
* glib/gatomic.c: Fix the s390 implementations of
g_atomic_pointer_compare_and_exchange.
Tor Lillqvist [Thu, 4 Aug 2005 17:07:21 +0000 (17:07 +0000)]
Move the G_BEGIN_DECLS/G_END_DECLS pair outside the #if/#else/#endif
2005-08-04 Tor Lillqvist <tml@novell.com>
* glib/gstdio.h: Move the G_BEGIN_DECLS/G_END_DECLS pair outside
the #if/#else/#endif block. Otherwise we had G_BEGIN_DECLS without
matching G_END_DECLS on Unix, and G_END_DECLS without matching
G_BEGIN_DECLS on Win32.
Matthias Clasen [Wed, 3 Aug 2005 21:03:17 +0000 (21:03 +0000)]
Bump version
Matthias Clasen [Wed, 3 Aug 2005 20:58:37 +0000 (20:58 +0000)]
2.7.6
Ross Burton [Wed, 3 Aug 2005 20:24:18 +0000 (20:24 +0000)]
Small doc updates
Matthias Clasen [Wed, 3 Aug 2005 20:20:47 +0000 (20:20 +0000)]
Mark the vint member as volatile, which seems to be necessary to make
2005-08-02 Matthias Clasen <mclasen@redhat.com>
* gclosure.c (union ClosureInt): Mark the vint member as
volatile, which seems to be necessary to make atomic operations
work on s390.
Matthias Clasen [Wed, 3 Aug 2005 20:18:15 +0000 (20:18 +0000)]
Add native atomic operations for s390.
2005-08-03 Matthias Clasen <mclasen@redhat.com>
* glib/gatomic.c: Add native atomic operations
for s390.
* configure.in: ... and use them on s390.
Ross Burton [Wed, 3 Aug 2005 19:44:52 +0000 (19:44 +0000)]
Fix Docbook tag typo
Matthias Clasen [Wed, 3 Aug 2005 13:59:43 +0000 (13:59 +0000)]
Add G_BEGIN_DECLS/G_END_DECLS. (#312424)
2005-08-03 Matthias Clasen <mclasen@redhat.com>
* glib/gstdio.h: Add G_BEGIN_DECLS/G_END_DECLS. (#312424)
Matthias Clasen [Tue, 2 Aug 2005 21:30:49 +0000 (21:30 +0000)]
Name fixes
Matthias Clasen [Tue, 2 Aug 2005 21:10:16 +0000 (21:10 +0000)]
Don't go in an infinite loop if the input text ends in an incomplete
2005-08-02 Matthias Clasen <mclasen@redhat.com>
* glib/gconvert.c (g_convert_with_iconv): Don't go in an
infinite loop if the input text ends in an incomplete multibyte
character. (#312402, Sebastian Bacher)
Matthias Clasen [Tue, 2 Aug 2005 16:22:17 +0000 (16:22 +0000)]
Bump version
Matthias Clasen [Tue, 2 Aug 2005 16:17:48 +0000 (16:17 +0000)]
2.7.5
Matthias Clasen [Tue, 2 Aug 2005 15:45:08 +0000 (15:45 +0000)]
Remove accidental documentation redundancies
Matthias Clasen [Tue, 2 Aug 2005 14:58:20 +0000 (14:58 +0000)]
Cleanup converter state after the conversion. Document streaming
2005-08-02 Matthias Clasen <mclasen@redhat.com>
* glib/gconvert.c (g_convert_with_iconv, g_convert_with_fallback):
Cleanup converter state after the conversion. Document streaming
conversion pitfalls. (#311337)
Matthias Clasen [Tue, 2 Aug 2005 13:42:41 +0000 (13:42 +0000)]
Forgotten log entry
Tor Lillqvist [Tue, 2 Aug 2005 06:55:38 +0000 (06:55 +0000)]
tests/refcount/objects.c tests/refcount/properties.c Use g_usleep()
2005-08-02 Tor Lillqvist <tml@novell.com>
* tests/refcount/objects.c
* tests/refcount/properties.c
* tests/refcount/signals.c: Use g_usleep() instead of sleep() for
portability.
Tim Janik [Mon, 1 Aug 2005 21:47:15 +0000 (21:47 +0000)]
test high contention on closure reference counts to trigger and catch
Mon Aug 1 23:33:47 2005 Tim Janik <timj@imendio.com>
* tests/refcount/closures.c: test high contention on closure
reference counts to trigger and catch non-atomic updates.
* tests/refcount/objects.c:
* tests/refcount/objects2.c:
* tests/refcount/properties.c:
* tests/refcount/properties2.c:
* tests/refcount/signals.c:
fixed up test and threading fundamentals. variables accessed from all
threads need to be volatile. context switches are enforced by using
g_thread_yield(), not g_usleep(1) which may result in busy waits on
some platforms. for testcode, always consider all warnings and
critical messages fatal. issue the currently running program on
stdout. improved progress indicators.
* tests/refcount/properties.c:
* tests/refcount/objects.c:
don't overdo the number of testing threads to keep the testing machine
usable, 2 threads can produce as much contention as 20 if executing the
same code.
* tests/refcount/signals.c: only start 1 thread per object. GObject
doesn't provide mutually exclusive object access, but only mutually
exclusive reference count modification.
* tests/Makefile.am: added closures test.
Tim Janik [Mon, 1 Aug 2005 21:17:50 +0000 (21:17 +0000)]
turned all modifications to the first 32 integer bits in a closure into
Mon Aug 1 23:00:42 2005 Tim Janik <timj@imendio.com>
* gclosure.c: turned all modifications to the first 32 integer bits in a
closure into atomic accesses. wrapped write accesses into special macros
to keep the atomic modification logic in a single place. comment cleanups.
* gclosure.h: made all atomicly accessed closure fields volatile.
* gobject.h: made ref_count field volatile.
Tor Lillqvist [Mon, 1 Aug 2005 19:25:37 +0000 (19:25 +0000)]
Minor simplification in safe_strcmp_filename().
Tor Lillqvist [Mon, 1 Aug 2005 19:23:10 +0000 (19:23 +0000)]
Ugh, fix braino.
Tor Lillqvist [Mon, 1 Aug 2005 19:17:35 +0000 (19:17 +0000)]
Make it pass on Win32. (from_uri_tests[]): Take into consideration that on
2005-08-01 Tor Lillqvist <tml@novell.com>
* tests/uri-test.c: Make it pass on Win32.
(from_uri_tests[]): Take into consideration that on Win32 we don't
return "localhost" hostnames.
(safe_strcmp_filename): New function that considers slash and
backslash equal on Win32.
(run_roundtrip_tests): Use safe_strcmp_filename().
Tim Janik [Sun, 31 Jul 2005 00:05:39 +0000 (00:05 +0000)]
moved G_DATALIST_*_POINTER() macros here, because proper use requires the
Sun Jul 31 01:50:20 2005 Tim Janik <timj@gtk.org>
* glib/gdataset.c:
moved G_DATALIST_*_POINTER() macros here, because proper use requires
the global g_dataset_global mutex to be acquired.
g_datalist_id_get_data():
g_datalist_unset_flags():
g_datalist_set_flags(): properly acquire and release dataset mutex.
* glib/gdatasetprivate.h: implement G_DATALIST_GET_FLAGS() via atomic
pointer access to account for memory barriers. moved all other macros.
Tim Janik [Sun, 31 Jul 2005 00:05:22 +0000 (00:05 +0000)]
use g_datalist_set_flags() and g_datalist_unset_flags() to allow proper
Sun Jul 31 02:04:23 2005 Tim Janik <timj@gtk.org>
* gobject.c: use g_datalist_set_flags() and g_datalist_unset_flags() to
allow proper locking around &qdata modifications.
Tim Janik [Sat, 30 Jul 2005 21:41:18 +0000 (21:41 +0000)]
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.
Tim Janik [Sat, 30 Jul 2005 19:46:11 +0000 (19:46 +0000)]
reverted notify_mutex introduction, since this prevents parallelized
Sat Jul 30 21:10:26 2005 Tim Janik <timj@gtk.org>
* gobject.c: reverted notify_mutex introduction, since this prevents
parallelized setting of object properties on different objects, and
serves no apparent purpose (to me at least).
g_object_real_dispose(): removed non-atomic reference count
modifications.
g_object_unref(): make sure the closures array is destroyed when
destroying signal handlers.
* gparam.c: cosmetic changes.
* gsignal.c: comment fixup. allow 16bit blocking count.
* gsignal.c: reverted GClosure related changes.
* gclosure.c: reverted premature commit of atomic reference
counting attempt.
Ilkka Tuohela [Thu, 28 Jul 2005 17:56:34 +0000 (17:56 +0000)]
Updated Finnish translation
Christian Neumair [Wed, 27 Jul 2005 12:16:37 +0000 (12:16 +0000)]
Fixed format specifiers. Thanks to Murray Cumming for pointing this out.
2005-07-27 Christian Neumair <chris@gnome-de.org>
* de.po: Fixed format specifiers. Thanks to Murray Cumming for
pointing this out.
Matthias Clasen [Tue, 26 Jul 2005 19:41:05 +0000 (19:41 +0000)]
Include glibintl.h, not gi18n.h, noticed by Dan Winship.
2005-07-26 Matthias Clasen <mclasen@redhat.com>
* glib/goption.c: Include glibintl.h, not gi18n.h, noticed
by Dan Winship.
Matthias Clasen [Tue, 26 Jul 2005 19:37:34 +0000 (19:37 +0000)]
Try -mt as compiler flag for threads, needed for the HP C compiler on
2005-07-26 Matthias Clasen <mclasen@redhat.com>
* configure.in: Try -mt as compiler flag for threads, needed
for the HP C compiler on HP-UX. (#163051, Paul Cornett)
Matthias Clasen [Tue, 26 Jul 2005 15:49:15 +0000 (15:49 +0000)]
Fix a typo in the docs. (#311569, Ross Burton)
2005-07-26 Matthias Clasen <mclasen@redhat.com>
* glib/ghash.c (g_hash_table_foreach): Fix a typo in the
docs. (#311569, Ross Burton)
Hendrik Brandt [Tue, 26 Jul 2005 15:40:53 +0000 (15:40 +0000)]
Updated German translation.
2005-07-26 Hendrik Brandt <heb@gnome-de.org>
* de.po: Updated German translation.
Matthias Clasen [Tue, 26 Jul 2005 15:37:22 +0000 (15:37 +0000)]
One more improvement.
2005-07-26 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/arrays.sgml: One more improvement.
Artur Flinta [Tue, 26 Jul 2005 08:52:31 +0000 (08:52 +0000)]
Updated Polish translation by GNOME PL Team.
2005-07-26 Artur Flinta <aflinta@cvs.gnome.org>
* pl.po: Updated Polish translation by GNOME PL Team.
Matthias Clasen [Tue, 26 Jul 2005 02:38:26 +0000 (02:38 +0000)]
Add details
Matthias Clasen [Mon, 25 Jul 2005 14:17:30 +0000 (14:17 +0000)]
Call msgfmt with -c to catch format errors.
2005-07-25 Matthias Clasen <mclasen@redhat.com>
* Makefile.in.in: Call msgfmt with -c to catch
format errors.
Ankitkumar Rameshchandra Patel [Mon, 25 Jul 2005 08:44:19 +0000 (08:44 +0000)]
Updated Translation
Baris Cicek [Sun, 24 Jul 2005 20:58:50 +0000 (20:58 +0000)]
Updated tr.po from Onur Can Cakmak
Chao-Hsiung Liao [Sat, 23 Jul 2005 05:33:50 +0000 (05:33 +0000)]
zh_TW.po Updated Traditional Chinese translation.
2005-07-22 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
* zh_TW.po Updated Traditional Chinese translation.
Duarte Loreto [Fri, 22 Jul 2005 20:48:28 +0000 (20:48 +0000)]
Updated Portuguese translation.
2005-07-22 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
Matthias Clasen [Fri, 22 Jul 2005 17:21:52 +0000 (17:21 +0000)]
Bump version
Matthias Clasen [Fri, 22 Jul 2005 17:02:04 +0000 (17:02 +0000)]
2.7.4
Matthias Clasen [Thu, 21 Jul 2005 19:27:00 +0000 (19:27 +0000)]
Updates
Nguyen Thai Ngoc Duy [Thu, 21 Jul 2005 11:38:47 +0000 (11:38 +0000)]
Merged from gnome-2.10
Manish Singh [Wed, 20 Jul 2005 20:46:58 +0000 (20:46 +0000)]
use G_CALLBACK for signal connections.
2005-07-20 Manish Singh <yosh@gimp.org>
* tests/refcount/signals.c: use G_CALLBACK for signal connections.
Manish Singh [Wed, 20 Jul 2005 20:44:28 +0000 (20:44 +0000)]
Shut up CVS
Matthias Clasen [Wed, 20 Jul 2005 17:12:45 +0000 (17:12 +0000)]
Remove debugging spew
Matthias Clasen [Wed, 20 Jul 2005 17:06:02 +0000 (17:06 +0000)]
Don't get stuck in here if immediate is TRUE. (#310954, Hong Jen Yee)
2005-07-20 Matthias Clasen <mclasen@redhat.com>
* glib/gthreadpool.c (g_thread_pool_free): Don't get
stuck in here if immediate is TRUE. (#310954,
Hong Jen Yee)
* tests/threadpool-test.c (main): Test immediate == TRUE.
Matthias Clasen [Wed, 20 Jul 2005 15:41:19 +0000 (15:41 +0000)]
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)
Tor Lillqvist [Wed, 20 Jul 2005 08:37:13 +0000 (08:37 +0000)]
Make this an inline function. Define it only if G_CAN_INLINE and not C++.
2005-07-20 Tor Lillqvist <tml@novell.com>
* glib/gutils.h (g_win32_get_system_data_dirs): Make this an
inline function. Define it only if G_CAN_INLINE and not
C++. (#173098)
Matthias Clasen [Tue, 19 Jul 2005 19:05:19 +0000 (19:05 +0000)]
Avoid an unnecessary strlen if len is -1. (#169692, Benoit Dejean)
2005-07-19 Matthias Clasen <mclasen@redhat.com>
* glib/gstring.c (g_string_chunk_insert_len): Avoid
an unnecessary strlen if len is -1. (#169692,
Benoit Dejean)
Matthias Clasen [Tue, 19 Jul 2005 18:36:39 +0000 (18:36 +0000)]
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.