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
Martyn James Russell
941faa1ca9
- Added new API g_thread_pool_get_idle_time() and
...
* docs/reference/glib/glib-sections.txt:
* glib/glib.symbols:
* glib/gthreadpool.[ch]:
- Added new API g_thread_pool_get_idle_time() and
g_thread_pool_set_idle_time(). (#324228 ).
* tests/threadpool-test.c:
- Updated test case to do thread pool sorting, thread pool with
no sorting and a thread pool with idle thread timeouts.
2006-01-03 15:09:52 +00:00
Matthias Clasen
be5d72cba0
Add new functions
2006-01-03 14:52:34 +00:00
Matthias Clasen
796aa7e06e
Small fixes
2006-01-03 12:01:05 +00:00
Michael Meeks
d2555b65ee
new method to determine if the current thread is the owner of the context.
...
2005-12-20 Michael Meeks <michael.meeks@novell.com>
* glib/gmain.c (g_main_context_is_owner): new method
to determine if the current thread is the owner of the
context.
2006-01-03 10:24:07 +00:00
Matthias Clasen
a5a39466a1
Don't provide g_rmdir() as a macro expanding to rmdir, since rmdir is not
...
2006-01-02 Matthias Clasen <mclasen@redhat.com>
* glib/glib.symbols:
* glib/gstdio.h:
* glib/gstdio.c (g_rmdir): Don't provide g_rmdir() as a macro
expanding to rmdir, since rmdir is not declared in a portable
system header we can include in gstdio.h. (#325249 , Jani Monoses)
2006-01-03 02:53:05 +00:00
Stepan Kasal
0a3f176305
typo
2006-01-02 13:50:15 +00:00
Kjartan Maraas
7c51e0fd6e
Updated Norwegian bokmål translation. Same
...
2006-01-02 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
* no.po: Same
2006-01-01 23:33:07 +00:00
Tor Lillqvist
07e1d54fb7
Set the GIOChannels for stdout and stderr to unbuffered. Otherwise the
...
2006-01-01 Tor Lillqvist <tml@novell.com>
* glib/gspawn-win32.c (g_spawn_sync_utf8): Set the GIOChannels for
stdout and stderr to unbuffered. Otherwise the giochannel layer
will try to read from them regardless whether the
g_io_channel_win32_poll() call here has indicated
readability or not. (#325310 )
2006-01-01 11:15:56 +00:00
Matthias Clasen
8aa8d430d2
Remove the handler trash stack, which is now unused. (g_signal_init):
...
2005-12-30 Matthias Clasen <mclasen@redhat.com>
* gsignal.c: Remove the handler trash stack, which
is now unused.
(g_signal_init): Remove the restriction that HandlerMatch
must be the same size as GList, and obsolete comments
referring to mem chunks.
2005-12-31 02:44:53 +00:00
Matthias Clasen
5882074979
Remove the handler trash stack, which is now unused.
...
2005-12-30 Matthias Clasen <mclasen@redhat.com>
* gsignal.c: Remove the handler trash stack, which
is now unused.
2005-12-30 07:32:05 +00:00
Matthias Clasen
fd73fead6f
Fix a copy-and-paste error in the docs. ( #325273 , Declan Naughton)
...
2005-12-29 Matthias Clasen <mclasen@redhat.com>
* glib/gutils.c (glib_check_version): Fix a copy-and-paste error
in the docs. (#325273 , Declan Naughton)
2005-12-30 02:08:02 +00:00
Manish Singh
87a57aa6b2
Shut up CVS
2005-12-27 23:37:28 +00:00
Manish Singh
a05f171524
use LC_ALL instead of LC_COLLATE, to make sure we really override things.
...
2005-12-27 Manish Singh <yosh@gimp.org>
* tests/run-collate-tests.sh: use LC_ALL instead of LC_COLLATE, to
make sure we really override things.
2005-12-27 23:35:52 +00:00
Matthias Clasen
1e4efb6554
Fix #316221 , Michal Benes, Stanislav Brabec;
...
2005-12-27 Matthias Clasen <mclasen@redhat.com>
Fix #316221 , Michal Benes, Stanislav Brabec;
* configure.in: Fix a strict aliasing problem in
g_static_mutex_get_mutex().
* glib/gthread.h: ...and in
g_static_mutex_get_mutex_impl_shortcut().
2005-12-27 19:50:02 +00:00
Matthias Clasen
97ffe020cd
Add a cast to silence compiler warnings. ( #321978 , Andrew Paprocki)
...
2005-12-27 Matthias Clasen <mclasen@redhat.com>
* glib/gdatasetprivate.h: Add a cast to silence compiler
warnings. (#321978 , Andrew Paprocki)
2005-12-27 19:21:36 +00:00
Matthias Clasen
d947ad7167
Partial fix for bug #32937 , Bogdan Nicula.
...
2005-12-27 Matthias Clasen <mclasen@redhat.com>
Partial fix for bug #32937 , Bogdan Nicula.
* configure.in: Check for malloc.h
* glib/gslice.c: Don't include malloc.h unconditionally.
2005-12-27 19:15:12 +00:00
Manish Singh
4a94f2d332
export LC_COLLATE so it takes. ( #324950 , Dan Yefimov)
...
2005-12-27 Manish Singh <yosh@gimp.org>
* tests/run-collate-tests.sh: export LC_COLLATE so it takes.
(#324950 , Dan Yefimov)
2005-12-27 08:23:08 +00:00
Matthias Clasen
8ade96bdce
On Win32, include process.h ( #325015 , Kazuki Iwamoto)
...
2005-12-26 Matthias Clasen <mclasen@redhat.com>
* glib/gslice.c: On Win32, include process.h (#325015 , Kazuki
Iwamoto)
2005-12-26 23:18:09 +00:00
Ilkka Tuohela
cc00d31fe5
Updated Finnish translation
2005-12-26 09:02:48 +00:00
Matthias Clasen
3ca25a1efa
Updates
2005-12-26 05:23:08 +00:00
Matthias Clasen
47d2ef18ea
Fix C99isms. ( #324950 , Dan Yefimov)
...
2005-12-25 Matthias Clasen <mclasen@redhat.com>
* tests/slice-test.c: Fix C99isms. (#324950 , Dan Yefimov)
2005-12-26 04:59:34 +00:00
Adam Weinberger
e60d241988
Updated Canadian English translation.
...
2005-12-25 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
2005-12-25 06:36:31 +00:00
Matthias Clasen
9d69eab963
additions
2005-12-24 07:49:51 +00:00
Matthias Clasen
037ec089c5
One more
2005-12-24 07:41:19 +00:00