Matthias Clasen [Mon, 5 Sep 2005 17:55:11 +0000 (17:55 +0000)]
The return value of read() is signed. (#315273, Kjartan Maraas)
2005-09-05 Matthias Clasen <mclasen@redhat.com>
* glib/gkeyfile.c (g_key_file_load_from_fd): The return value
of read() is signed. (#315273, Kjartan Maraas)
Priit Laes [Sun, 4 Sep 2005 20:31:46 +0000 (20:31 +0000)]
Translation updated by Ivar Smolin.
2005-09-04 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated by Ivar Smolin.
Chao-Hsiung Liao [Sat, 3 Sep 2005 05:48:01 +0000 (05:48 +0000)]
Updated Traditional Chinese translation.
2005-09-03 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
* zh_TW.po: Updated Traditional Chinese translation.
Christophe Merlet [Fri, 2 Sep 2005 08:15:31 +0000 (08:15 +0000)]
Updated French translation.
Priit Laes [Thu, 1 Sep 2005 18:33:56 +0000 (18:33 +0000)]
Translation updated by Ivar Smolin.
2005-09-01 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated by Ivar Smolin.
Raphael Higino [Thu, 1 Sep 2005 14:32:17 +0000 (14:32 +0000)]
Updated pt_BR translation
Matthias Clasen [Thu, 1 Sep 2005 13:59:05 +0000 (13:59 +0000)]
Don't forget to free the tmp string
Clytie Siddall [Thu, 1 Sep 2005 05:45:02 +0000 (05:45 +0000)]
#LOCALTIME Clytie Siddall <clyties@cvs.gnome.org>
* vi.po: Updated Vietnamese translation.
Tor Lillqvist [Wed, 31 Aug 2005 21:02:47 +0000 (21:02 +0000)]
Wrapping atexit() is a bad idea on Windows, where the EXE and each DLL
2005-08-31 Tor Lillqvist <tml@novell.com>
* glib/gutils.h: Wrapping atexit() is a bad idea on Windows, where
the EXE and each DLL have their own atexit function chains.
#define g_atexit as atexit instead. This means it has a
better chance of doing what the caller wants. For instance,
gtkhtml calls g_atexit() registering a function in gtkhtml
itself. This caused a crash when g_atexit() was implemented as a
function in the GLib DLL. The gtkhtml DLL was already unloaded by
the time the GLib DLL got unloaded.
* glib/gutils.c: #undef the #define mentioned above, to also get a
real g_atexit() into the DLL for backward compatibility. Document
the Windows behaviour of g_atexit(), and document the varying ways
atexit() can behave in the context of dynamically loaded modules
on Unix.
Mugurel Tudor [Wed, 31 Aug 2005 21:00:11 +0000 (21:00 +0000)]
Updated Romanian translation by Misu Moldovan <dumol@gnome.ro>
2005-08-31 Mugurel Tudor <mugurelu@gnome.ro>
* ro.po: Updated Romanian translation
by Misu Moldovan <dumol@gnome.ro>
Matthias Clasen [Wed, 31 Aug 2005 19:42:51 +0000 (19:42 +0000)]
Intern the signal name.
2005-08-31 Matthias Clasen <mclasen@redhat.com>
* gobject.c (g_object_do_class_init): Intern the signal name.
Matthias Clasen [Wed, 31 Aug 2005 19:13:26 +0000 (19:13 +0000)]
Intern the name here, since we need the quark anyway when sending change
2005-08-31 Matthias Clasen <mclasen@redhat.com>
* gparam.c (g_param_spec_internal): Intern the name here,
since we need the quark anyway when sending change notification.
Matthias Clasen [Wed, 31 Aug 2005 17:56:49 +0000 (17:56 +0000)]
More string interning
Matthias Clasen [Wed, 31 Aug 2005 14:49:20 +0000 (14:49 +0000)]
Intern type name before registering the type.
2005-08-31 Matthias Clasen <mclasen@redhat.com>
* gtype.h (G_DEFINE_TYPE_EXTENDED): Intern type name
before registering the type.
Matthias Clasen [Wed, 31 Aug 2005 14:38:18 +0000 (14:38 +0000)]
Intern type names before registering the type to avoid unnecessary copies.
2005-08-31 Matthias Clasen <mclasen@redhat.com>
* gvaluetypes.c (g_value_types_init):
* gtypeplugin.c (g_type_plugin_get_type):
* gtypemodule.c (g_type_module_get_type):
* gparam.c (g_param_type_init):
* gobject.c (g_object_type_init):
* genums.c (g_enum_types_init):
* gboxed.c (g_boxed_type_init): Intern type names
before registering the type to avoid unnecessary
copies.
Matthias Clasen [Wed, 31 Aug 2005 14:25:45 +0000 (14:25 +0000)]
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.
Mohammad DAMT [Tue, 30 Aug 2005 19:42:01 +0000 (19:42 +0000)]
Updated Indonesian translation.
2005-08-30 Mohammad DAMT <mdamt@gnome.org>
* id.po: Updated Indonesian translation.
Matthias Clasen [Tue, 30 Aug 2005 14:19:56 +0000 (14:19 +0000)]
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)
Clytie Siddall [Mon, 29 Aug 2005 03:33:56 +0000 (03:33 +0000)]
vi.po: Updated Vietnamese translation.CVS: ----------------------------------------------------------------------
Francisco Javier F. Serrador [Sun, 28 Aug 2005 17:23:28 +0000 (17:23 +0000)]
Updated Spanish translation
2005-08-28 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation
Tomasz Kłoczko [Sun, 28 Aug 2005 15:49:12 +0000 (15:49 +0000)]
kill fuzzy.
Ivan Stojmirov [Sun, 28 Aug 2005 14:57:45 +0000 (14:57 +0000)]
Updated mk translation
Maxim Dziumanenko [Sun, 28 Aug 2005 14:05:31 +0000 (14:05 +0000)]
Updated Ukrainian translation.
2005-08-28 Maxim Dziumanenko <mvd@mylinux.ua>
* Updated Ukrainian translation.
Josep Puigdemont i Casamajó [Sun, 28 Aug 2005 08:21:44 +0000 (08:21 +0000)]
Updated Catalan translation.
Ankitkumar Rameshchandra Patel [Sun, 28 Aug 2005 07:48:17 +0000 (07:48 +0000)]
Updated Translations
Matthias Clasen [Sun, 28 Aug 2005 06:11:55 +0000 (06:11 +0000)]
Unify some near-duplicate strings. (#314654, Clytie Siddall)
2005-08-28 Matthias Clasen <mclasen@redhat.com>
* glib/giochannel.c: Unify some near-duplicate strings. (#314654,
Clytie Siddall)
Adam Weinberger [Sat, 27 Aug 2005 23:13:15 +0000 (23:13 +0000)]
Updated Canadian English translation.
2005-08-27 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
Terance Sola [Sat, 27 Aug 2005 18:00:14 +0000 (18:00 +0000)]
Updated Norwegian bokmål translation. Same.
2005-08-27 Terance Sola <terance@lyse.net>
* nb.po: Updated Norwegian bokmål translation.
* no.po: Same.
Clytie Siddall [Sat, 27 Aug 2005 12:30:56 +0000 (12:30 +0000)]
vi.po: Updated Vietnamese translation.
Christophe Merlet [Sat, 27 Aug 2005 10:52:06 +0000 (10:52 +0000)]
Updated French translation.
Ivan Stojmirov [Sat, 27 Aug 2005 10:22:04 +0000 (10:22 +0000)]
Updated Macedonian Translation
Ankitkumar Rameshchandra Patel [Sat, 27 Aug 2005 09:38:49 +0000 (09:38 +0000)]
Updated Translations
Mugurel Tudor [Sat, 27 Aug 2005 07:22:07 +0000 (07:22 +0000)]
Updated Romanian translation by Misu Moldovan <dumol@gnome.ro>
2005-08-27 Mugurel Tudor <mugurelu@gnome.ro>
* ro.po: Updated Romanian translation
by Misu Moldovan <dumol@gnome.ro>
Francisco Javier F. Serrador [Fri, 26 Aug 2005 22:32:52 +0000 (22:32 +0000)]
Updated Spanish translation.
2005-08-27 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
Matthias Clasen [Fri, 26 Aug 2005 19:28:26 +0000 (19:28 +0000)]
Add new indices
Matthias Clasen [Fri, 26 Aug 2005 19:27:01 +0000 (19:27 +0000)]
Bump version
Laurent Dhima [Fri, 26 Aug 2005 17:03:12 +0000 (17:03 +0000)]
Updated Albanian translation.
2005-08-26 Laurent Dhima <laurenti@alblinux.net>
* sq.po: Updated Albanian translation.
Matthias Clasen [Fri, 26 Aug 2005 16:46:09 +0000 (16:46 +0000)]
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.
Jordi Mallach [Fri, 26 Aug 2005 13:00:04 +0000 (13:00 +0000)]
Updated Catalan translation.
Priit Laes [Fri, 26 Aug 2005 08:55:34 +0000 (08:55 +0000)]
Translation updated by Ivar Smolin.
2005-08-26 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated by Ivar Smolin.
Tor Lillqvist [Fri, 26 Aug 2005 01:43:11 +0000 (01:43 +0000)]
Improve error reporting. Slight refactoring.
2005-08-26 Tor Lillqvist <tml@novell.com>
* glib/gspawn-win32.c: Improve error reporting. Slight refactoring.
Tor Lillqvist [Thu, 25 Aug 2005 23:28:24 +0000 (23:28 +0000)]
Make also the g_spawn*() functions take parameters in the GLib file name
2005-08-25 Tor Lillqvist <tml@novell.com>
Make also the g_spawn*() functions take parameters in the GLib
file name encoding, i.e. UTF-8, on Windows. Has no impact on Unix
API or ABI. Like the other GLib API that was earlier changed to
use UTF-8 on Windows, the names of the functions that take UTF-8
have _utf8 suffixes added by using preprocessor macros in the
header file. The old names are kept for functions with the old
behaviour, taking parameters in the system codepage, for DLL ABI
stability.
* glib/gspawn.h: On Win32 add the suffix _utf8 to the names of the
g_spawn*() functions.
* glib/gspawn-win32.c: Use wide-char API on NT-based
Windows. Convert parameters from UTF-8 to wide chars (NT) or
system codepage (Win9x) and call the C library _wspawn*() or
spawn*() functions respectvely. Add DLL ABI stability versions
that take parameters in the system codepage.
* glib/gspawn-win32-helper.c: On NT-based Windows use the
wide-char versions of argv and envp, and use wide-char API to
change directory and spawn the program to run. Remove the verbose
debugging output, it was too complex to modify for the wide-char
features. (Just add temporary debugging printouts if needed, no
need to have them permanently in the source.)
* glib/gspawn.c: Corresponding documentation updates.
* glib/glib.symbols: Corresponding changes: Mark the ABI stability
symbols as PRIVATE, add the new _utf8-suffixed ones.
Owen Taylor [Wed, 24 Aug 2005 18:53:51 +0000 (18:53 +0000)]
Truncate ChangeLog after moving aside
Stepan Kasal [Wed, 24 Aug 2005 14:14:02 +0000 (14:14 +0000)]
(G_MININT64): Cast to gint64.
Matthias Clasen [Wed, 24 Aug 2005 03:11:45 +0000 (03:11 +0000)]
Fix the crt_externs.h include
Stepan Kasal [Tue, 23 Aug 2005 07:16:20 +0000 (07:16 +0000)]
Stepan
Matthias Clasen [Tue, 23 Aug 2005 04:57:18 +0000 (04:57 +0000)]
Bump version
Matthias Clasen [Tue, 23 Aug 2005 04:35:33 +0000 (04:35 +0000)]
2.8.1
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