Leonid Kanter
c2dabea06d
updated Russian translation
2004-12-17 13:56:05 +00:00
Laurent Dhima
d9f65937eb
Updated Albanian translation.
...
2004-12-17 Laurent Dhima <laurenti@alblinux.net>
* sq.po: Updated Albanian translation.
2004-12-17 12:37:52 +00:00
Matthias Clasen
a64d63c59a
Improve wording. ( #161484 , Christian Biere)
...
2004-12-16 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/version.sgml: Improve wording. (#161484 ,
Christian Biere)
2004-12-17 01:42:03 +00:00
Matthias Clasen
1af564b175
Bump version
2004-12-16 06:14:53 +00:00
Matthias Clasen
32247a04c6
2.6.0
2004-12-16 05:48:25 +00:00
Tor Lillqvist
eefa2d9763
Further Win32 edits.
2004-12-15 22:08:37 +00:00
Tor Lillqvist
72eab4d04d
Win32 edits.
2004-12-15 21:55:43 +00:00
Matthias Clasen
50695caa2c
Add g_rmdir
...
2004-12-15 Matthias Clasen <mclasen@redhat.com>
* glib/glib-sections.txt: Add g_rmdir
2004-12-15 16:42:36 +00:00
Alexander Larsson
c839cdff0e
Fix spelling Add g_return_val_if_fail.
...
2004-12-15 Alexander Larsson <alexl@redhat.com>
* glib/gconvert.c: (g_filename_display_basename):
Fix spelling
Add g_return_val_if_fail.
* glib/glib.symbols:
Add g_filename_display_basename
2004-12-15 16:42:28 +00:00
Alexander Larsson
aba9e78ec4
Add g_filename_display_basename.
...
2004-12-15 Alexander Larsson <alexl@redhat.com>
* glib/gconvert.[ch]:
Add g_filename_display_basename.
2004-12-15 16:34:49 +00:00
Matthias Clasen
80aded0d23
*** empty log message ***
2004-12-15 13:55:34 +00:00
Matthias Clasen
1f77f1e80d
Updates
...
2004-12-14 Matthias Clasen <mclasen@redhat.com>
* README.in: Updates
2004-12-14 18:54:33 +00:00
Matthias Clasen
0a8f9521e9
Set version to 2.6.0
...
2004-12-14 Matthias Clasen <mclasen@redhat.com>
* configure.in: Set version to 2.6.0
2004-12-14 13:38:14 +00:00
Tor Lillqvist
b17c8523d9
Update.
...
2004-12-13 Tor Lillqvist <tml@iki.fi>
* NEWS: Update.
* glib/glib.symbols
* glib/gstdio.[ch]: Add g_rmdir().
2004-12-13 23:05:16 +00:00
David Lodge
91d854761c
Updated British translation.
...
2004-12-13 David Lodge <dave@cirt.net>
* en_GB.po: Updated British translation.
2004-12-13 20:12:18 +00:00
Matthias Clasen
d7bce5cdc4
Updates
2004-12-13 15:09:00 +00:00
Matthias Clasen
10ab8db969
Updates
2004-12-13 14:46:32 +00:00
Tor Lillqvist
e6da5d082e
glib/glib.symbols Implement Windows DLL ABI stability also for
...
2004-12-12 Tor Lillqvist <tml@iki.fi>
* glib/glib.symbols
* glib/gconvert.[ch]: Implement Windows DLL ABI stability also for
g_filename_{to,from}_uri().
2004-12-12 20:53:02 +00:00
Alexander Shopov
a467f75bba
Updated Bulgarian translation
...
2004-12-12 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation
2004-12-12 18:18:55 +00:00
Tor Lillqvist
06f371fb58
Add doc comments about Windows restrictions on renaming and removing.
...
2004-12-11 Tor Lillqvist <tml@iki.fi>
* glib/gstdio.c (g_rename, g_unlink, g_remove): Add doc comments
about Windows restrictions on renaming and removing.
(g_remove): Mimic POSIX remove() on Windows: Try also to rmdir if
removal as a file fails. Document this.
* glib/gstdio.h: Clarify comment about file name encoding on
Windows.
2004-12-11 22:03:01 +00:00
Tor Lillqvist
7c596218a6
Fix #157255 . Also some refactoring of this still very ugly source file.
...
2004-12-11 Tor Lillqvist <tml@iki.fi>
* glib/gspawn-win32.c: Fix #157255 . Also some refactoring of this
still very ugly source file.
2004-12-11 03:47:32 +00:00
Matthias Clasen
4f402e2489
Don't print help options if the options of a specific group have been
...
2004-12-09 Matthias Clasen <mclasen@redhat.com>
* glib/goption.c (print_help): Don't print help options
if the options of a specific group have been
requested. (#160645 , Glynn Foster)
2004-12-09 14:38:13 +00:00
Matthias Clasen
10632e416f
Update the returned value after locale changes. ( #160271 , Christian
...
2004-12-07 Matthias Clasen <mclasen@redhat.com>
* glib/gutils.c (g_get_language_names): Update the returned
value after locale changes. (#160271 , Christian Persch)
(_g_utils_thread_init): Initialize the language name cache
before going threaded.
* glib/gthread.c (g_thread_init_glib): Call _g_utils_thread_init().
* glib/gthreadinit.h: Add _g_utils_thread_init().
2004-12-07 15:20:15 +00:00
Martin Willemoes Hansen
9a62b4b291
Updated Danish translation.
...
* da.po: Updated Danish translation.
2004-12-07 13:46:00 +00:00
Tor Lillqvist
cf6e3acdb5
Fix a write to freed memory: Unlock the channel's mutex before unrefing
...
2004-12-06 Tor Lillqvist <tml@iki.fi>
* glib/giowin32.c (g_io_win32_finalize): Fix a write to freed
memory: Unlock the channel's mutex before unrefing the channel.
2004-12-06 23:43:43 +00:00
Tor Lillqvist
cff51f1f0b
Makefile.am gmodule.def Win32 DLL ABI stability cruft like in ../glib.
...
2004-12-06 Tor Lillqvist <tml@iki.fi>
* Makefile.am
* gmodule.def
* gmodule.[hc]: Win32 DLL ABI stability cruft like in ../glib.
2004-12-06 15:45:25 +00:00
Matthias Clasen
5512fb6ef5
Remove a no longer needed hack for libtool < 1.5.2. ( #100697 , Owen Taylor,
...
2004-12-06 Matthias Clasen <mclasen@redhat.com>
* configure.in: Remove a no longer needed hack for
libtool < 1.5.2. (#100697 , Owen Taylor, Sebastian Wilhelmi)
2004-12-06 06:20:19 +00:00
Tor Lillqvist
f8cd1aea9e
glib/glib.symbols Implement DLL ABI stability also for
...
2004-12-05 Tor Lillqvist <tml@iki.fi>
* glib/glib.symbols
* glib/gwin32.[hc]: Implement DLL ABI stability also for
g_win32_get_package_installation_directory()) and
g_win32_get_package_installation_subdirectory().
2004-12-05 09:11:42 +00:00
Tor Lillqvist
c795c65c42
Remove the DLL binary compatibilty entries from the import library. They
...
2004-12-05 Tor Lillqvist <tml@iki.fi>
* glib/Makefile.am (install-libtool-import-lib): Remove the DLL
binary compatibilty entries from the import library. They aren't
used by newly compiled code, so no need to have them in the import
library. (The "PRIVATE" keyword in the .def file is supposed to do
this, but not implemented in the GNU linker yet.)
2004-12-05 04:18:13 +00:00
Matthias Clasen
bd177ce103
Return -1 if queue is NULL. ( #159530 , Philippe Blain)
...
2004-12-04 Matthias Clasen <mclasen@redhat.com>
* glib/gqueue.c (g_queue_link_index): Return -1 if queue is
NULL. (#159530 , Philippe Blain)
2004-12-04 18:32:54 +00:00
Žygimantas Beručka
1f282dc200
Updated Lithuanian translation.
...
2004-12-04 Žygimantas Beručka <uid0@akl.lt>
* lt.po: Updated Lithuanian translation.
2004-12-04 17:52:13 +00:00
Francisco Javier F. Serrador
cd35365c55
Updated Spanish translation.
...
2004-12-04 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
2004-12-04 11:06:14 +00:00
Funda Wang
4270b8c5b7
Updated Simplified Chinese translation
2004-12-04 08:20:09 +00:00
Updated ja.po. T.Aihana
18e62c525b
2004-12-03 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>
2004-12-03 15:51:16 +00:00
Matthias Clasen
5d753b3829
Bump version.
...
2004-12-02 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version.
2004-12-02 21:32:58 +00:00
Matthias Clasen
23265157fb
2.5.7
2004-12-02 21:13:05 +00:00
Matthias Clasen
eb12e6983b
Add some warnings regarding --disable-mem-pools.
...
2004-12-02 Matthias Clasen <mclasen@redhat.com>
* glib/building.sgml:
* glib/tmpl/linked_lists_single.sgml:
* glib/tmpl/linked_lists_double.sgml:
* glib/tmpl/trees-nary.sgml: Add some warnings regarding
--disable-mem-pools.
2004-12-02 15:46:09 +00:00
Matthias Clasen
4290e73c47
Protect the the various push/pop allocator functions by #ifndef
...
2004-12-02 Matthias Clasen <mclasen@redhat.com>
* glib/glib.symbols: Protect the the various push/pop allocator
functions by #ifndef DISABLE_MEM_POOLS. (#160215 , Frederic Crozat)
* glib/makegalias.pl: Support #ifndef'ed sections.
2004-12-02 15:28:30 +00:00
Matthias Clasen
0860274eea
Don't forget to initialize g_system_config_dirs. ( #160213 , Frederic
...
2004-12-02 Matthias Clasen <mclasen@redhat.com>
* glib/gutils.c (g_get_system_config_dirs): Don't forget to
initialize g_system_config_dirs. (#160213 , Frederic Crozat)
2004-12-02 14:27:31 +00:00
Matthias Clasen
9b925d5087
Fix a typo. ( #160162 , Tom Copeland)
...
2004-12-01 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/iochannels.sgml: Fix a typo. (#160162 , Tom Copeland)
2004-12-02 03:37:24 +00:00
Manish Singh
fb887c5ee7
actually enable (and fix up the length test).
...
Wed Dec 1 17:04:37 2004 Manish Singh <yosh@gimp.org>
* glib/gstring.h (g_string_append_c_inline): actually enable (and
fix up the length test).
2004-12-02 01:06:17 +00:00
Miloslav Trmac
82e7944020
Updated Czech translation.
...
2004-12-01 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
2004-12-01 18:50:54 +00:00
Tor Lillqvist
b42a73ec9f
glib/Makefile.am (glib.def) gcc -E complains "linker unused because
...
2004-11-30 Tor Lillqvist <tml@iki.fi>
* glib/Makefile.am (glib.def)
* gobject/Makefile.am (gobject.def): gcc -E complains "linker
unused because linking not done" if told to preprocess an
*.symbols file. Use '-' and redirection to pass it as standard
input instead.
2004-11-30 21:55:48 +00:00
Matthias Clasen
67379ad08b
Document --enable-man and --disable-visibility.
...
2004-11-30 Matthias Clasen <mclasen@redhat.com>
* glib/building.sgml: Document --enable-man and --disable-visibility.
2004-11-30 14:48:55 +00:00
Martin Willemoes Hansen
800add510e
Updated Danish translation.
...
* da.po: Updated Danish translation.
2004-11-30 14:22:50 +00:00
Matthias Clasen
dd296cb690
Updates
2004-11-30 05:13:07 +00:00
Adam Weinberger
9fc80a4e7b
Updated Canadian English translation.
...
* en_CA.po: Updated Canadian English translation.
2004-11-30 02:40:27 +00:00
Tor Lillqvist
8751cc5c26
Also check errno to detect true errors from spawn*(). ( #157258 , reported
...
2004-11-30 Tor Lillqvist <tml@iki.fi>
* glib/gspawn-win32-helper.c (WinMain): Also check errno to detect
true errors from spawn*(). (#157258 , reported by Bruce Hochstetler)
2004-11-30 02:27:22 +00:00
Vincent van Adrighem
c0e53a2132
Translation updated by Tino Meinen.
...
2004-11-29 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Tino Meinen.
2004-11-29 21:40:44 +00:00
Matthias Clasen
8f0d5d169e
Define empty for gcc 2.95.
...
2004-11-29 Matthias Clasen <mclasen@redhat.com>
* glib/gmacros.h (G_GNUC_MALLOC): Define empty for gcc 2.95.
* glib/gmarkup.c (unescape_text_state_after_charref_hash):
Avoid a strndup() here, noticed by Morten Welinder.
2004-11-29 14:50:47 +00:00