Funda Wang
e511719c33
Updated glib translation.
2006-01-21 14:37:43 +00:00
Ole Laursen
687691cfdd
Updated Danish translation.
...
2006-01-18 Ole Laursen <olau@hardworking.dk>
* da.po: Updated Danish translation.
2006-01-18 17:42:46 +00:00
Matthias Clasen
c2d358fbbb
Bump version
2006-01-18 17:35:27 +00:00
Matthias Clasen
1154014f26
2.9.4
2006-01-18 17:16:21 +00:00
Matthias Clasen
f6c57b3509
Make g_object_compat_control() visible for GTK+ compilation, to avoid
...
2006-01-18 Matthias Clasen <mclasen@redhat.com>
* gobject.h: Make g_object_compat_control() visible
for GTK+ compilation, to avoid segfaults on 64bit
platforms.
2006-01-18 16:03:57 +00:00
Matthias Clasen
9f5b3c1d64
Add a note explaining peculiarities of peek_token wrt to scope changes.
...
2006-01-18 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/scanner.sgml: Add a note explaining peculiarities
of peek_token wrt to scope changes. (#307922 )
2006-01-18 05:35:29 +00:00
Matthias Clasen
402a1081ae
Add a note about casting the results of g_new() and g_new0().
...
2006-01-17 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/memory.sgml: Add a note about casting the results
of g_new() and g_new0().
2006-01-18 03:51:39 +00:00
Sebastian Wilhelmi
f4484f51bf
To avoid deadlocks get rid of the settings G_LOCK. Use the
...
2006-01-17 Sebastian Wilhelmi <seppi@seppi.de>
* glib/gthreadpool.c: To avoid deadlocks get rid of the settings
G_LOCK. Use the unused_thread_queue lock instead. Change
g_thread_pool_thread_proxy such that threads only wait on
non-exlusive pools for at most a 1/2 second. Do not reorder tasks
due to superfluous tasks. Global tasks wait at most for
max-idle-time milliseconds. Make sure, that no task is woken up
twice for the same event via a wakeup_serial. This fixes #324228 .
* tests/threadpool-test.c: Adapt test accordingly. Do not pass
invalid NULL into the thread pools. This as well fixes #327290 .
2006-01-17 20:06:27 +00:00
Matthias Clasen
47d0894a11
Bump version
2006-01-17 00:04:52 +00:00
Matthias Clasen
7f737f1f34
2.9.3
2006-01-17 00:00:17 +00:00
Matthias Clasen
7523252384
Updates
...
2006-01-16 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2006-01-16 23:10:47 +00:00
Matthias Clasen
488cee4977
Rework the strict aliasing fix to not break C++, pointed out by Murray
...
2006-01-16 Matthias Clasen <mclasen@redhat.com>
* glib/gthread.h (g_static_mutex_get_mutex_impl_shortcut):
Rework the strict aliasing fix to not break C++, pointed
out by Murray Cumming.
2006-01-16 23:03:10 +00:00
Matthias Clasen
5fb7be3961
Signal waiting threads, problem noticed by Christian Kellner.
...
2006-01-16 Matthias Clasen <mclasen@redhat.com>
* glib/gasyncqueue.c (g_async_queue_push_sorted_unlocked):
Signal waiting threads, problem noticed by Christian Kellner.
2006-01-16 22:14:17 +00:00
Hendrik Richter
102a875842
Updated German translation.
...
2006-01-16 Hendrik Richter <hendi@gnome-de.org>
* de.po: Updated German translation.
2006-01-16 15:45:51 +00:00
Matthias Clasen
11a3e72c3a
Fix bug 326747, Alberto Ruiz:
...
2006-01-16 Matthias Clasen <mclasen@redhat.com>
Fix bug 326747, Alberto Ruiz:
* glib/gconvert.c (make_valid_utf8): Change this function to
replace unknown characters by the Unicode replacement character
instead of '?', and don't append "(invalid encoding)".
(g_filename_display_name, g_filename_display_basename): Document
how to determine if the filename was in an invalid encoding.
2006-01-16 14:54:45 +00:00
Hendrik Brandt
32634a3ae5
Updated translation, Bugfixes, closed Bug #327196
...
2006-01-16 Hendrik Brandt <heb@gnome-de.org>
* de.po: Updated translation, Bugfixes, closed Bug #327196
2006-01-16 13:42:18 +00:00
Matthias Clasen
fb3e4c63ef
Replace the simple recursive implementation by a nonrecursive, threaded
...
2006-01-14 Matthias Clasen <mclasen@redhat.com>
* glib/gtree.c: Replace the simple recursive implementation
by a nonrecursive, threaded implementation by Maurizio
Monge. (#169285 )
2006-01-14 05:24:10 +00:00
Matthias Clasen
42e7c208b7
Fix the assert to not always trigger. ( #326558 , Daichi Kawahata)
...
2006-01-12 Matthias Clasen <mclasen@redhat.com>
* tests/asyncqueue-test.c (main): Fix the
assert to not always trigger. (#326558 ,
Daichi Kawahata)
2006-01-12 20:27:16 +00:00
Federico Mena Quintero
864c7a4d97
Replaced with the correct file.
...
2006-01-12 Federico Mena Quintero <federico@ximian.com>
* glib/file-name-encodings.sxd: Replaced with the correct file.
* glib/file-name-encodings.png: Huh? This was a 6-byte file.
Replaced it with the correct one.
2006-01-12 19:49:32 +00:00
Federico Mena Quintero
d94b515b79
Huh? This was a 6-byte file. Replaced it with the correct one.
...
2006-01-12 Federico Mena Quintero <federico@ximian.com>
* glib/file-name-encodings.png: Huh? This was a 6-byte file.
Replaced it with the correct one.
2006-01-12 19:47:02 +00:00
Priit Laes
a3a888961e
Translation updated by Ivar Smolin.
...
2006-01-12 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated by Ivar Smolin.
2006-01-12 12:58:41 +00:00
Matthias Clasen
c93ebd50af
Don't test items_read and items_written in error cases where it is not
...
2006-01-11 Matthias Clasen <mclasen@redhat.com>
* tests/convert-test.c: Don't test items_read and
items_written in error cases where it is not set.
2006-01-11 16:49:22 +00:00
Matthias Clasen
e31bd40d43
Set error to NULL.
...
2006-01-11 Matthias Clasen <mclasen@redhat.com>
* tests/asyncqueue-test.c: Set error to NULL.
2006-01-11 16:30:21 +00:00
Alexander Shopov
b78cec5579
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
...
2006-01-09 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>
2006-01-09 16:36:39 +00:00
Takeshi AIHANA
71131bf410
Fixed wrong translation in v2.9.2.
...
2006-01-09 Takeshi AIHANA <aihana@gnome.gr.jp>
* ja.po: Fixed wrong translation in v2.9.2.
2006-01-09 10:59:02 +00:00
Ankitkumar Rameshchandra Patel
374b6fe2f7
Updated Translation
2006-01-09 05:19:45 +00:00
Matthias Clasen
a3a469192c
Break some long lines.
...
2006-01-08 Matthias Clasen <mclasen@redhat.com>
* glib/gtree.c: Break some long lines.
* tests/tree-test.c: Add more tests.
2006-01-09 04:11:12 +00:00
Matthias Clasen
0f3dfbfc86
Include config.h first
2006-01-08 23:21:01 +00:00
Sven Herzberg
82395be214
explain that G_TYPE_INSTANCE_GET_CLASS() does behave different during
...
2005-12-20 Sven Herzberg <herzi@gnome-de.org>
* docs/reference/gobject/tmpl/gtype.sgml: explain that
G_TYPE_INSTANCE_GET_CLASS() does behave different during
initialization
2006-01-08 15:13:28 +00:00
Takeshi AIHANA
08a8b8517d
Updated Japanese translation for v2.9.2.
...
2006-01-08 Takeshi AIHANA <aihana@gnome.gr.jp>
* ja.po: Updated Japanese translation for v2.9.2.
2006-01-08 04:10:29 +00:00
Stefan Kost
fbaf1c4db6
fix internal link, little XXX cleanup
...
* gobject/tut_gtype.xml:
fix internal link, little XXX cleanup
2006-01-07 21:08:17 +00:00
Vincent van Adrighem
b1f3e98461
Translation updated by Tino Meinen.
...
2006-01-07 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Tino Meinen.
2006-01-07 15:20:26 +00:00
Clytie Siddall
820fd83494
vi.po: Updated Vietnamese translation.
2006-01-07 12:03:39 +00:00
Josep Puigdemont i Casamajó
9fa3036760
Updated Catalan translation.
2006-01-07 11:54:21 +00:00
Theppitak Karoonboonyanan
009881c2f8
Updated Thai translation.
...
2006-01-07 Theppitak Karoonboonyanan <thep@linux.thai.net>
* th.po: Updated Thai translation.
2006-01-07 08:16:06 +00:00
Francisco Javier F. Serrador
489f7df906
Updated Spanish translation.
...
2006-01-07 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
2006-01-07 00:35:18 +00:00
Matthias Clasen
4a71102e70
Fix a build problem on OS X.
2006-01-06 05:50:40 +00:00
Matthias Clasen
3439650dd1
Bump version
2006-01-06 05:09:30 +00:00
Matthias Clasen
9090c67afc
2.9.2
2006-01-06 05:07:47 +00:00
Matthias Clasen
7946d2e67e
Fix the build
2006-01-06 04:47:45 +00:00
Hans Breuer
920519fd61
added gslice.obj
...
2006-01-05 Hans Breuer <hans@breuer.org>
* glib/makefile.msc.in : added gslice.obj
2006-01-05 23:37:02 +00:00
Matthias Clasen
4a38d13665
Updates
2006-01-05 21:58:36 +00:00
Matthias Clasen
bc87370219
Fix make check
2006-01-05 21:58:05 +00:00
Matthias Clasen
90bd00b055
Clarify the documentation of source ids a bit. ( #325874 , Dan Williams)
...
2006-01-05 Matthias Clasen <mclasen@redhat.com>
* glib/gmain.c: Clarify the documentation of source ids
a bit. (#325874 , Dan Williams)
2006-01-05 21:07:55 +00:00
Matthias Clasen
e16ec3b973
Fix another strict aliasing problem.
...
2006-01-05 Matthias Clasen <mclasen@redhat.com>
* configure.in: Fix another strict aliasing problem.
2006-01-05 14:30:04 +00:00
Matthias Clasen
fbf0e8bc7d
Avoid use of varargs macro. ( #325864 , Kazuki IWAMOTO)
...
2006-01-05 Matthias Clasen <mclasen@redhat.com>
* glib/gthreadpool.c: Avoid use of varargs macro. (#325864 ,
Kazuki IWAMOTO)
2006-01-05 14:24:35 +00:00
Manish Singh
7be75a123b
glib/glib.symbols don't macroized g_access, g_chdir, and g_unlink either,
...
2006-01-04 Manish Singh <yosh@gimp.org>
* glib/glib.symbols
* glib/gstdio.h: don't macroized g_access, g_chdir, and g_unlink
either, since they have the same issue as g_rmdir. (Related to
bug #325249 )
2006-01-05 06:21:49 +00:00
Tim Janik
f2613bf9ed
don't reverse chunk order when creating magazines, so we hand out chunks
...
Wed Jan 4 13:33:25 2006 Tim Janik <timj@gtk.org>
* glib/gslice.c (magazine_cache_pop_magazine): don't reverse chunk
order when creating magazines, so we hand out chunks with ascending
adresses.
2006-01-04 13:03:22 +00:00
Abel Cheung
9c9e953440
Added "ml" "zh_HK" to ALL_LINGUAS.
...
2006-01-04 Abel Cheung <maddog@linuxhall.org>
* configure.in: Added "ml" "zh_HK" to ALL_LINGUAS.
2006-01-04 02:27:22 +00:00
Kwok-Koon Cheung
1b58b2f329
New Chinese (Hong Kong) translation Updated Chinese (Taiwan) translation
...
* zh_HK.po: New Chinese (Hong Kong) translation
* zh_TW.po: Updated Chinese (Taiwan) translation
2006-01-04 02:24:14 +00:00