platform/upstream/glib.git
15 years agoUpdated Galician translation
Ignacio Casal Quinteiro [Fri, 8 Aug 2008 13:05:03 +0000 (13:05 +0000)]
Updated Galician translation

svn path=/trunk/; revision=7325

15 years agoBug 535124 – umask 002 not being applied for new directories, new files
Loïc Minier [Fri, 8 Aug 2008 09:26:51 +0000 (09:26 +0000)]
Bug 535124 – umask 002 not being applied for new directories, new files

2008-08-08  Loïc Minier  <lool@dooz.org>

Bug 535124 – umask 002 not being applied for new directories, new
files get the correct umask

* glocalfile.c: (g_local_file_make_directory): Use 0777 instead of
0755 as umask

svn path=/trunk/; revision=7323

15 years agoRemove unused code. Whitespace cleanup.
Tor Lillqvist [Fri, 8 Aug 2008 06:38:05 +0000 (06:38 +0000)]
Remove unused code. Whitespace cleanup.

2008-08-08  Tor Lillqvist  <tml@novell.com>

* gwin32mount.c: Remove unused code. Whitespace cleanup.

svn path=/trunk/; revision=7322

15 years agoPut questionable code that didn't actually do anything inside #if 0, and
Tor Lillqvist [Fri, 8 Aug 2008 05:36:56 +0000 (05:36 +0000)]
Put questionable code that didn't actually do anything inside #if 0, and

2008-08-08  Tor Lillqvist  <tml@novell.com>

* gwin32volumemonitor.c (get_connected_drives): Put questionable
code that didn't actually do anything inside #if 0, and add a
comment wondering what the code was supposed to do. This also gets
rid of a leftover debugging printout.

svn path=/trunk/; revision=7321

15 years agoImprove comment.
Tor Lillqvist [Fri, 8 Aug 2008 04:56:22 +0000 (04:56 +0000)]
Improve comment.

svn path=/trunk/; revision=7320

15 years agoImprove comment.
Tor Lillqvist [Fri, 8 Aug 2008 04:55:41 +0000 (04:55 +0000)]
Improve comment.

svn path=/trunk/; revision=7319

15 years agoNew functions. (g_file_icon_class_init): Hook them up. Install
Paul Pogonyshev [Thu, 7 Aug 2008 19:44:53 +0000 (19:44 +0000)]
New functions. (g_file_icon_class_init): Hook them up. Install

2008-08-07  Paul Pogonyshev  <pogonyshev@gmx.net>

* gfileicon.c (g_file_icon_get_property)
(g_file_icon_set_property): New functions.
(g_file_icon_class_init): Hook them up.  Install `GFileIcon:file'
property.
(g_file_icon_new): Use the property (bug #546132).

svn path=/trunk/; revision=7318

15 years agoOutput comment clarifying GPid semantics to glibconfig.h.
Tor Lillqvist [Thu, 7 Aug 2008 15:40:03 +0000 (15:40 +0000)]
Output comment clarifying GPid semantics to glibconfig.h.

2008-08-07  Tor Lillqvist  <tml@novell.com>

* configure.in: Output comment clarifying GPid semantics to
glibconfig.h.

* glibconfig.h.win32.in: Ditto here.

svn path=/trunk/; revision=7317

15 years agoAlso handle `PROP_USE_DEFAULT_FALLBACKS'. (g_themed_icon_class_init): Make
Paul Pogonyshev [Wed, 6 Aug 2008 19:43:31 +0000 (19:43 +0000)]
Also handle `PROP_USE_DEFAULT_FALLBACKS'. (g_themed_icon_class_init): Make

2008-08-06  Paul Pogonyshev  <pogonyshev@gmx.net>

* gthemedicon.c (g_themed_icon_get_property): Also handle
`PROP_USE_DEFAULT_FALLBACKS'.
(g_themed_icon_class_init): Make
`GThemedIcon:use-default-fallbacks' read-write (bug #546483).

svn path=/trunk/; revision=7316

15 years agoUpdated Arabic Translation by Khaled Hosny.
Djihed Afifi [Wed, 6 Aug 2008 08:30:32 +0000 (08:30 +0000)]
Updated Arabic Translation by Khaled Hosny.

svn path=/trunk/; revision=7315

15 years agoBug 546371 – Improve docs re g_file_monitor
Behdad Esfahbod [Tue, 5 Aug 2008 17:51:13 +0000 (17:51 +0000)]
Bug 546371 – Improve docs re g_file_monitor

2008-08-05  Behdad Esfahbod  <behdad@gnome.org>

        Bug 546371 – Improve docs re g_file_monitor

        * gfilemonitor.c: Mention g_file_monitor() in the docs.

svn path=/trunk/; revision=7314

15 years agoUpdated Catalan translation
Gil Forcada Codinachs [Tue, 5 Aug 2008 13:33:52 +0000 (13:33 +0000)]
Updated Catalan translation

svn path=/trunk/; revision=7313

15 years agoupdated hebrew translation
Yair Hershkovitz [Tue, 5 Aug 2008 08:22:26 +0000 (08:22 +0000)]
updated hebrew translation

svn path=/trunk/; revision=7312

15 years agosv.po: Updated Swedish translation
Daniel Nylander [Tue, 5 Aug 2008 07:55:40 +0000 (07:55 +0000)]
sv.po: Updated Swedish translation

svn path=/trunk/; revision=7311

15 years agoFix a doc issue
Matthias Clasen [Tue, 5 Aug 2008 01:23:16 +0000 (01:23 +0000)]
Fix a doc issue

svn path=/trunk/; revision=7310

15 years agoMake the union _GSystemThread::data array 8 bytes on Win64. Not that it
Tor Lillqvist [Mon, 4 Aug 2008 19:32:26 +0000 (19:32 +0000)]
Make the union _GSystemThread::data array 8 bytes on Win64. Not that it

2008-08-04  Tor Lillqvist  <tml@novell.com>

* glibconfig.h.win32.in: Make the union _GSystemThread::data array
8 bytes on Win64. Not that it matters as the union contains a
pointer also anyway, but for equivalence with the configure-
generated glibconfig.h

svn path=/trunk/; revision=7309

15 years agoMSDN says: "Do not cast a pointer to a FILETIME structure to either a
Tor Lillqvist [Mon, 4 Aug 2008 19:22:05 +0000 (19:22 +0000)]
MSDN says: "Do not cast a pointer to a FILETIME structure to either a

2008-08-04  Tor Lillqvist  <tml@novell.com>

* glib/gmain.c (g_get_current_time): MSDN says: "Do not cast a
pointer to a FILETIME structure to either a LARGE_INTEGER* or
__int64* value because it can cause alignment faults on 64-bit
Windows." So don't do that then. Indeed the code did work randomly
on Win64 when compiled with optimisation.

svn path=/trunk/; revision=7308

15 years agoCosmetics.
Tor Lillqvist [Mon, 4 Aug 2008 18:48:01 +0000 (18:48 +0000)]
Cosmetics.

svn path=/trunk/; revision=7307

15 years agoglib/giowin32.c glib/gmain.c glib/gspawn-win32.c Change gssize casts
Tor Lillqvist [Mon, 4 Aug 2008 18:46:59 +0000 (18:46 +0000)]
glib/giowin32.c glib/gmain.c glib/gspawn-win32.c Change gssize casts

2008-08-04  Tor Lillqvist  <tml@novell.com>

* glib/giowin32.c
* glib/gmain.c
* glib/gspawn-win32.c
* glib/gspawn-win32-helper.c: Change gssize casts introduced on
2008-07-28 to gintptr casts now that we have that. gssize is as
such the same as gintptr on both 32- and 64-bit Windows, but the
gintptr name indicates that it is used to hold pointers, i.e. also
HANDLEs.

svn path=/trunk/; revision=7306

15 years agoUpdated Spanish translation
Jorge Gonzalez Gonzalez [Mon, 4 Aug 2008 18:26:03 +0000 (18:26 +0000)]
Updated Spanish translation

svn path=/trunk/; revision=7305

15 years agoAvoid warning on Win64 by using gintptr cast instead if long cast.
Tor Lillqvist [Mon, 4 Aug 2008 18:12:11 +0000 (18:12 +0000)]
Avoid warning on Win64 by using gintptr cast instead if long cast.

2008-08-04  Tor Lillqvist  <tml@novell.com>

* tests/testglib.c: Avoid warning on Win64 by using gintptr cast
instead if long cast.

svn path=/trunk/; revision=7304

15 years agoBump version
Matthias Clasen [Mon, 4 Aug 2008 18:00:48 +0000 (18:00 +0000)]
Bump version

svn path=/trunk/; revision=7303

15 years ago2.13.6 GLIB_2_17_6
Matthias Clasen [Mon, 4 Aug 2008 17:58:13 +0000 (17:58 +0000)]
2.13.6

svn path=/trunk/; revision=7301

15 years agoForgotten commit
Matthias Clasen [Mon, 4 Aug 2008 17:19:30 +0000 (17:19 +0000)]
Forgotten commit

svn path=/trunk/; revision=7300

15 years agoBump version
Matthias Clasen [Mon, 4 Aug 2008 17:02:59 +0000 (17:02 +0000)]
Bump version

svn path=/trunk/; revision=7299

15 years ago2.17.5 GLIB_2_17_5
Matthias Clasen [Mon, 4 Aug 2008 17:01:23 +0000 (17:01 +0000)]
2.17.5

svn path=/trunk/; revision=7297

15 years agoAdd a 2.18 index
Matthias Clasen [Mon, 4 Aug 2008 16:38:36 +0000 (16:38 +0000)]
Add a 2.18 index

svn path=/trunk/; revision=7296

15 years agoUpdates
Matthias Clasen [Mon, 4 Aug 2008 16:03:41 +0000 (16:03 +0000)]
Updates

svn path=/trunk/; revision=7295

15 years agoBug 546017 – Don't copy attributes when copying a symlink
Matthias Clasen [Mon, 4 Aug 2008 15:58:25 +0000 (15:58 +0000)]
Bug 546017 – Don't copy attributes when copying a symlink

2008-08-04  Matthias Clasen  <mclasen@redhat.com>

        Bug 546017 – Don't copy attributes when copying a symlink

        * gfile.c (g_file_copy_attributes): Specify
        G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS in the call to
        g_file_set_attributes_from_info. Patch by Christian Kellner

svn path=/trunk/; revision=7294

15 years agoUpdated Korean translation
Changwoo Ryu [Mon, 4 Aug 2008 13:24:30 +0000 (13:24 +0000)]
Updated Korean translation

svn path=/trunk/; revision=7293

15 years agoBug 546079 – leak in xdgmime
Carlos Garcia Campos [Sun, 3 Aug 2008 18:49:12 +0000 (18:49 +0000)]
Bug 546079 – leak in xdgmime

2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>

Bug 546079 – leak in xdgmime

* xdgmime/xdgmime.c (xdg_mime_shutdown): Fix memory leak.

svn path=/trunk/; revision=7292

15 years agowin32/gwin32directorymonitor.h Whitespace cleanup to match GLib style.
Tor Lillqvist [Sun, 3 Aug 2008 00:17:39 +0000 (00:17 +0000)]
win32/gwin32directorymonitor.h Whitespace cleanup to match GLib style.

2008-08-03  Tor Lillqvist  <tml@novell.com>

* win32/gwin32directorymonitor.h
* win32/gwin32directorymonitor.c: Whitespace cleanup to match GLib
style.

svn path=/trunk/; revision=7291

15 years agoMake prototype match LPOVERLAPPED_COMPLETION_ROUTINE to avoid warning.
Tor Lillqvist [Sun, 3 Aug 2008 00:06:39 +0000 (00:06 +0000)]
Make prototype match LPOVERLAPPED_COMPLETION_ROUTINE to avoid warning.

2008-08-03  Tor Lillqvist  <tml@novell.com>

* win32/gwin32directorymonitor.c
(g_win32_directory_monitor_callback): Make prototype match
LPOVERLAPPED_COMPLETION_ROUTINE to avoid warning. Cast
LPOVERLAPPED parameter to local GWin32DirectoryMonitorPrivate
pointer.

(g_win32_directory_monitor_constructor):
GLocalDirectoryMonitor::dirname is in UTF-8 like all other file
names in the GLib API on Windows, so convert to UTF-16 and open
with CreateFileW().

svn path=/trunk/; revision=7290

15 years agoBug 541036 - Gnumeric crashes when trying to open Desktop or user's folder
Tor Lillqvist [Sat, 2 Aug 2008 23:51:51 +0000 (23:51 +0000)]
Bug 541036 - Gnumeric crashes when trying to open Desktop or user's folder

2008-08-03  Tor Lillqvist  <tml@novell.com>

Bug 541036 - Gnumeric crashes when trying to open Desktop or
user's folder under Windows

* win32/gwin32directorymonitor.c
(g_win32_directory_monitor_constructor): Ignore error from
CreateFile() when opening directory. Instead of asserting, just
store INVALID_HANDLE_VALUE then in
GWin32DirectoryMonitorPrivate::hDirectory. Also ignore error from
ReadDirectoryChangesW().
(g_win32_directory_monitor_cancel): Don't attempt to close
directory handle if it is INVALID_HANDLE_VALUE.

svn path=/trunk/; revision=7289

15 years agoAdd 64-bit versions of GPOINTER_TO_INT(), GPOINTER_TO_UINT() and vice
Tor Lillqvist [Sat, 2 Aug 2008 11:21:14 +0000 (11:21 +0000)]
Add 64-bit versions of GPOINTER_TO_INT(), GPOINTER_TO_UINT() and vice

2008-08-02  Tor Lillqvist  <tml@novell.com>

* glibconfig.h.win32.in: Add 64-bit versions of
GPOINTER_TO_INT(), GPOINTER_TO_UINT() and vice versa, too.

svn path=/trunk/; revision=7288

15 years agoAdd gintptr and guintptr typedefs here, too, appropriately ifdeffed for
Tor Lillqvist [Sat, 2 Aug 2008 08:51:27 +0000 (08:51 +0000)]
Add gintptr and guintptr typedefs here, too, appropriately ifdeffed for

2008-08-02  Tor Lillqvist  <tml@novell.com>

* glibconfig.h.win32.in: Add gintptr and guintptr typedefs here,
too, appropriately ifdeffed for 32/64 bit, gcc/MSVC.

svn path=/trunk/; revision=7287

15 years agoBug 545954 - 64-bit issue in dirent
Tor Lillqvist [Sat, 2 Aug 2008 08:43:30 +0000 (08:43 +0000)]
Bug 545954 - 64-bit issue in dirent

2008-08-02  Tor Lillqvist  <tml@novell.com>

Bug 545954 - 64-bit issue in dirent

* win32/dirent/dirent.h: Use __int64 for the dd_handle on 64-bit
Windows. (Would use intptr_t, but that is not available before
MSVS8, and we want to keep this compilable also with MSVS6 and 7,
I think.) Thanks to Richard Hult.

svn path=/trunk/; revision=7286

15 years agoUpdates
Matthias Clasen [Fri, 1 Aug 2008 22:16:03 +0000 (22:16 +0000)]
Updates

svn path=/trunk/; revision=7285

15 years agoTypo fix
Matthias Clasen [Fri, 1 Aug 2008 22:08:40 +0000 (22:08 +0000)]
Typo fix

svn path=/trunk/; revision=7284

15 years agoAdditions
Matthias Clasen [Fri, 1 Aug 2008 21:28:54 +0000 (21:28 +0000)]
Additions

svn path=/trunk/; revision=7283

15 years agoRemove debug spew
Matthias Clasen [Fri, 1 Aug 2008 21:18:02 +0000 (21:18 +0000)]
Remove debug spew

svn path=/trunk/; revision=7282

15 years agoAdd bug ref
Matthias Clasen [Fri, 1 Aug 2008 18:36:31 +0000 (18:36 +0000)]
Add bug ref

svn path=/trunk/; revision=7281

15 years agoClarify some docs
Matthias Clasen [Fri, 1 Aug 2008 18:36:01 +0000 (18:36 +0000)]
Clarify some docs

svn path=/trunk/; revision=7280

15 years agoAdd a since
Matthias Clasen [Fri, 1 Aug 2008 18:30:37 +0000 (18:30 +0000)]
Add a since

svn path=/trunk/; revision=7279

15 years agoFix a typo
Matthias Clasen [Fri, 1 Aug 2008 18:26:30 +0000 (18:26 +0000)]
Fix a typo

svn path=/trunk/; revision=7278

15 years agoadapt to gmodule.symbols usage
Hans Breuer [Fri, 1 Aug 2008 14:17:43 +0000 (14:17 +0000)]
adapt to gmodule.symbols usage

2008-08-01  Hans Breuer  <hans@breuer.org>

* makefile.msc.in : adapt to gmodule.symbols usage

svn path=/trunk/; revision=7277

15 years agoadd gemblembedicon
Hans Breuer [Fri, 1 Aug 2008 14:15:02 +0000 (14:15 +0000)]
add gemblembedicon

2008-08-01  Hans Breuer  <hans@breuer.org>

* makefile.msc : add gemblembedicon

svn path=/trunk/; revision=7276

15 years agoUpdated Portuguese translation.
Duarte Loreto [Thu, 31 Jul 2008 10:27:05 +0000 (10:27 +0000)]
Updated Portuguese translation.

2008-07-31  Duarte Loreto <happyguy_pt@hotmail.com>

* pt.po: Updated Portuguese translation.

svn path=/trunk/; revision=7275

15 years agoBug 545457 – gdmsetup crashed with SIGSEGV in
Matthias Clasen [Wed, 30 Jul 2008 16:45:46 +0000 (16:45 +0000)]
Bug 545457 – gdmsetup crashed with SIGSEGV in

2008-07-30  Matthias Clasen  <mclasen@redhat.com>

        Bug 545457 – gdmsetup crashed with SIGSEGV in
        g_unix_mount_guess_should_display()

        * gunixvolumemonitor.c (get_mount_for_mount_path): Don't
        crash if no mount is found.

svn path=/trunk/; revision=7274

15 years agoBug 545485 - Implicit declaration of utime()
Tor Lillqvist [Wed, 30 Jul 2008 15:35:01 +0000 (15:35 +0000)]
Bug 545485 - Implicit declaration of utime()

2008-07-30  Tor Lillqvist  <tml@novell.com>

Bug 545485 - Implicit declaration of utime()

* glib/gstdio.c: Include <utime.h> on POSIX.

svn path=/trunk/; revision=7273

15 years agoOutput to glibconfig.h typedefs for gintptr as the signed integer type
Tor Lillqvist [Wed, 30 Jul 2008 15:30:26 +0000 (15:30 +0000)]
Output to glibconfig.h typedefs for gintptr as the signed integer type

2008-07-28  Tor Lillqvist  <tml@novell.com>

* configure.in: Output to glibconfig.h typedefs for gintptr as the
signed integer type that can hold a pointer, and guintptr as the
corresponding unsigned type. These types are portable equivalents
to intptr_t and uintptr_t which are not available in all
compilers.

For all current platforms, they will presumably end up as the same
types as gssize and gsize, but in theory size_t can be smaller
than intptr_t. Also, the intended use case for gintptr and
guintptr is different from that of gssize and gsize. As the name
indicates, gintptr is for when one wants an integer type that can
hold a pointer, and gsize is for when one wants an integer type
that can hold the value of the sizeof operator.

svn path=/trunk/; revision=7272

15 years agoUpdated Galician Translation.
Ignacio Casal Quinteiro [Tue, 29 Jul 2008 14:08:40 +0000 (14:08 +0000)]
Updated Galician Translation.

svn path=/trunk/; revision=7271

15 years agoUpdated Arabic Translation by Khaled Hosny.
Djihed Afifi [Tue, 29 Jul 2008 01:28:36 +0000 (01:28 +0000)]
Updated Arabic Translation by Khaled Hosny.

svn path=/trunk/; revision=7270

15 years agoBug 545203 – gfile.c: argument is different type.
Matthias Clasen [Mon, 28 Jul 2008 19:12:19 +0000 (19:12 +0000)]
Bug 545203 – gfile.c: argument is different type.

2008-07-28  Matthias Clasen  <mclasen@redhat.com>

        Bug 545203 – gfile.c: argument is different type.

        * gfile.c (open_read_async_thread): Pass a GError **
        to g_file_set_error_literal.
        Reported by Kazuki Iwamoto

svn path=/trunk/; revision=7269

15 years agoBug 545157 – wrong/no list of "open with" applications for .cc and .cpp
Matthias Clasen [Mon, 28 Jul 2008 18:58:34 +0000 (18:58 +0000)]
Bug 545157 – wrong/no list of "open with" applications for .cc and .cpp

2008-07-28  Matthias Clasen  <mclasen@redhat.com>

        Bug 545157 – wrong/no list of "open with" applications for .cc and
        .cpp files

        * gdesktopappinfo.c (get_all_desktop_entries_for_mime_type):
        Collect all ancestors, not just direct parents. Pointed
        out by Bastien Nocera

svn path=/trunk/; revision=7268

15 years agoUpdated Norwegian bokmål translation.
Kjartan Maraas [Mon, 28 Jul 2008 18:26:54 +0000 (18:26 +0000)]
Updated Norwegian bokmål translation.

2008-07-28  Kjartan Maraas  <kmaraas@gnome.org>

* nb.po: Updated Norwegian bokmål translation.

svn path=/trunk/; revision=7267

15 years agoInstall gemblemedicon.h
Matthias Clasen [Mon, 28 Jul 2008 18:25:49 +0000 (18:25 +0000)]
Install gemblemedicon.h

svn path=/trunk/; revision=7266

15 years agoAdd g_markup_context_get_user_data
Matthias Clasen [Mon, 28 Jul 2008 16:52:15 +0000 (16:52 +0000)]
Add g_markup_context_get_user_data

svn path=/trunk/; revision=7265

15 years agoForgotten entry
Matthias Clasen [Mon, 28 Jul 2008 15:53:43 +0000 (15:53 +0000)]
Forgotten entry

svn path=/trunk/; revision=7264

15 years agoAdd a GIcon implementation that can add an emblem to another icon.
Matthias Clasen [Mon, 28 Jul 2008 15:35:07 +0000 (15:35 +0000)]
Add a GIcon implementation that can add an emblem to another icon.

2008-07-28  Matthias Clasen  <mclasen@redhat.com>

        * gemblemedicon.[hc]: Add a GIcon implementation that can
        add an emblem to another icon.

        * gio.h:
        * Makefile.am:
        * gio.symbols: Glue

        * gloadableicon.c:
        * gfileicon.c: Small documenatation additions.

svn path=/trunk/; revision=7263

15 years agoMessage catalogs should always get installed into share/locale nowadays,
Tor Lillqvist [Mon, 28 Jul 2008 00:36:49 +0000 (00:36 +0000)]
Message catalogs should always get installed into share/locale nowadays,

2008-07-28  Tor Lillqvist  <tml@novell.com>

* glib-zip.in: Message catalogs should always get installed into
share/locale nowadays, don't bother with the convoluted logic
checking if they are in lib/locale instead. Put the correct helper
programs in the zipfile.

svn path=/trunk/; revision=7262

15 years agoCorrect return type.
Tor Lillqvist [Mon, 28 Jul 2008 00:26:09 +0000 (00:26 +0000)]
Correct return type.

2008-07-28  Tor Lillqvist  <tml@novell.com>

* gwin32appinfo.c (g_win32_app_info_get_icon): Correct return
type.

svn path=/trunk/; revision=7261

15 years agoFix problems on 64-bit Windows. Avoid warnings, some of which indicated
Tor Lillqvist [Mon, 28 Jul 2008 00:24:14 +0000 (00:24 +0000)]
Fix problems on 64-bit Windows. Avoid warnings, some of which indicated

2008-07-28  Tor Lillqvist  <tml@novell.com>

Fix problems on 64-bit Windows. Avoid warnings, some of which
indicated actual problems, some which were just annoyances.

Where casts to an integer type are needed for pointers, use
gssize. Technically intptr_t would be the more proper type, but we
still want to be compilable with MSVS6 and 7 which don't have
intptr_t. MSVS8 and 9 do have intptr_t, but in <crtdefs.h>, not
<stdint.h>.

Use %p to print out handles. Use gssize casts when assigning
GPollFD::fd fields.

Use G_GSIZE_FORMAT when printing size_t values.

* configure.in: Define automake conditional G_OS_WIN32_X64 which
is true on Win64.

* glib/giochannel.h: Use slightly different prototype for
g_io_channel_win32_new_messages() on Win64 with gsize instead of
guint.

* glib/giowin32.c
* glib/gmain.c
* glib/gspawn-win32.c
* tests/testglib.c: Generic changes as described above.

* glib/gmain.h: Don't bother mentioning GIMP in comment.

* glib/grel.c (tuple_hash_2): Use all bits of pointer.

* glib/gspawn-win32.c
* glib/gspawn-win32-helper.c: Use gssize types in the
communication between parent and helper process, so that we can
pass process handles, which are pointers, also on Win64.

* glib/gtimer.c (g_time_val_to_iso8601): time_t is 64 bits on
Win64 so we can't pass the address of a GTimeVal::tv_sec which is
a long directly to gmtime(). On the other hand, changing
GTimeVal::tv_sec to be a gint64 on Win64 is not really feasible
either, as that would then require changes in much code that uses
GTimeVals.

* glib/gspawn-win32.c
* glib/Makefile.am: Call the helper programs
gspawn-win64-helper.exe and gspawn-win64-helper-console.exe on
Win64, to avoid potential risk of running a 32-bit version of the
helper.

svn path=/trunk/; revision=7260

15 years agoNew file.
Tor Lillqvist [Sun, 27 Jul 2008 17:35:46 +0000 (17:35 +0000)]
New file.

2008-07-27  Tor Lillqvist  <tml@novell.com>

* gmodule.symbols: New file.

* gmodule.c: Bypass the Windows ABI compatibility symbols on
64-bit Windows. Thus no need to keep the file name in system
codepage around on 64-bit Windows either.

* Makefile.am: Produce gmodule.def from gmodule.symbols. Dist
gmodule.symbols instead of gmodule.def.

* gmodule.def: Drop from SVN.

svn path=/trunk/; revision=7259

15 years agoForgot g_io_channel_new_file
Tor Lillqvist [Sun, 27 Jul 2008 17:20:45 +0000 (17:20 +0000)]
Forgot g_io_channel_new_file

svn path=/trunk/; revision=7258

15 years agoglib/glib.symbols glib/gconvert.c glib/gdir.c glib/gfileutils.c
Tor Lillqvist [Sun, 27 Jul 2008 17:15:16 +0000 (17:15 +0000)]
glib/glib.symbols glib/gconvert.c glib/gdir.c glib/gfileutils.c

2008-07-27  Tor Lillqvist  <tml@novell.com>

* glib/glib.symbols
* glib/gconvert.c
* glib/gdir.c
* glib/gfileutils.c
* glib/giowin32.c
* glib/gspawn-win32.c
* glib/gutils.c
* glib/gwin32.c: Bypass the Windows "ABI compatibility" symbols on
_WIN64. As there hasn't been any widely deployed 64-bit Windows
builds of the really old GLib (pre-2.8.1) versions those refer to,
there is no need to have the "ABI compatibility" versions in the
DLL.

* glib/makegalias.pl: Handle #ifndef _WIN64: Just output it, too.

svn path=/trunk/; revision=7257

15 years agogtype.h Revert my change from 2008-07-24. No G_TYPE_FORMAT is needed. Just
Tor Lillqvist [Sun, 27 Jul 2008 15:58:48 +0000 (15:58 +0000)]
gtype.h Revert my change from 2008-07-24. No G_TYPE_FORMAT is needed. Just

2008-07-27  Tor Lillqvist  <tml@novell.com>

* gtype.h
* gtype.c: Revert my change from 2008-07-24. No G_TYPE_FORMAT is
needed. Just use G_GSIZE_FORMAT always when printing GType values.

svn path=/trunk/; revision=7256

15 years agoSet LIB_EXE_MACHINE_FLAG to either X86 or X64 on Windows. AC_SUBST it.
Tor Lillqvist [Sun, 27 Jul 2008 15:54:15 +0000 (15:54 +0000)]
Set LIB_EXE_MACHINE_FLAG to either X86 or X64 on Windows. AC_SUBST it.

2008-07-27  Tor Lillqvist  <tml@novell.com>

* configure.in: Set LIB_EXE_MACHINE_FLAG to either X86 or X64 on
Windows. AC_SUBST it.

* */Makefile.am: Correspondingly, pass appropriate -machine
flag to lib.exe when producing the import library for the MS
toolchain.

svn path=/trunk/; revision=7255

15 years agoUpdated Japanese translation.
Takeshi AIHANA [Sat, 26 Jul 2008 06:42:48 +0000 (06:42 +0000)]
Updated Japanese translation.

2008-07-26  Takeshi AIHANA <takeshi.aihana@gmail.com>

        * ja.po: Updated Japanese translation.

svn path=/trunk/; revision=7254

15 years agoadded new sample test to prepare for extended range random tests.
15:47:08 Tim Janik [Fri, 25 Jul 2008 13:49:00 +0000 (13:49 +0000)]
added new sample test to prepare for extended range random tests.

2008-07-25 15:47:08  Tim Janik  <timj@imendio.com>

        * glib/tests/testing.c (test_random_conversions): added new sample
        test to prepare for extended range random tests.

svn path=/trunk/; revision=7253

15 years agoAlso export a g_mount_guess_content_type_sync() function.
David Zeuthen [Thu, 24 Jul 2008 21:21:22 +0000 (21:21 +0000)]
Also export a g_mount_guess_content_type_sync() function.

2008-07-24  David Zeuthen  <davidz@redhat.com>

        * gmount.[ch]:
        * gio.symbols:
        Also export a g_mount_guess_content_type_sync() function.

svn path=/trunk/; revision=7252

15 years agoInclude <stdio.h> for FILENAME_MAX on newer mingw installations.
Tor Lillqvist [Thu, 24 Jul 2008 01:13:33 +0000 (01:13 +0000)]
Include <stdio.h> for FILENAME_MAX on newer mingw installations.

2008-07-24  Tor Lillqvist  <tml@novell.com>

* glib/gdir.c: Include <stdio.h> for FILENAME_MAX on newer mingw
installations.

svn path=/trunk/; revision=7251

15 years agoDefine G_TYPE_FORMAT as the printf format for a GType value. Either
Tor Lillqvist [Thu, 24 Jul 2008 01:11:52 +0000 (01:11 +0000)]
Define G_TYPE_FORMAT as the printf format for a GType value. Either

2008-07-24  Tor Lillqvist  <tml@novell.com>

* gtype.h: Define G_TYPE_FORMAT as the printf format for a GType
value. Either G_GSIZE_FORMAT or "lu".

* gtype.c: Use it instead of the C99 zu.

svn path=/trunk/; revision=7250

15 years agoUse G_GSIZE_FORMAT instead of the C99 "zu".
Tor Lillqvist [Thu, 24 Jul 2008 00:50:08 +0000 (00:50 +0000)]
Use G_GSIZE_FORMAT instead of the C99 "zu".

2008-07-24  Tor Lillqvist  <tml@novell.com>

* glib/gslice.c (smc_notify_free): Use G_GSIZE_FORMAT instead of
the C99 "zu".

svn path=/trunk/; revision=7249

15 years agoMust output the GLIB_USING_SYSTEM_PRINTF to glibconfig.h using the same
Tor Lillqvist [Thu, 24 Jul 2008 00:29:56 +0000 (00:29 +0000)]
Must output the GLIB_USING_SYSTEM_PRINTF to glibconfig.h using the same

2008-07-24  Tor Lillqvist  <tml@novell.com>

* configure.in: Must output the GLIB_USING_SYSTEM_PRINTF to
glibconfig.h using the same two phase code as for the other
defines in it. Can't check enable_included_printf directly in the
shell code that is the first argument to AC_CONFIG_COMMANDS().

Preset glib_cv_stack_grows=no on Windows to help
cross-compilation.

* configure.in: Enhancements for 64-bit Windows:

Handle also size_t being larger than long. It is long long
a.k.a. __int64 on the LLP64 Win64.

Set glib_void_p and glib_long correctly. Their assignments were
crossed. It hasn't mattered on LP64 platforms like all (?) 64-bit
UNIXes, but on the LLP Win64 it was wrong.

svn path=/trunk/; revision=7248

15 years agoCheck also _WIN64.
Tor Lillqvist [Wed, 23 Jul 2008 23:53:15 +0000 (23:53 +0000)]
Check also _WIN64.

2008-07-24  Tor Lillqvist  <tml@novell.com>

* glibconfig.h.win32.in: Check also _WIN64.

svn path=/trunk/; revision=7247

15 years agoMinor update to Pashto translation by Zabeeh Khan
Gil Forcada Codinachs [Wed, 23 Jul 2008 21:54:54 +0000 (21:54 +0000)]
Minor update to Pashto translation by Zabeeh Khan

svn path=/trunk/; revision=7246

15 years agoPatch for 64-bit Windows from Richard Hult.
Tor Lillqvist [Wed, 23 Jul 2008 21:05:16 +0000 (21:05 +0000)]
Patch for 64-bit Windows from Richard Hult.

2008-07-24  Tor Lillqvist  <tml@novell.com>

* glibconfig.h.win32.in: Patch for 64-bit Windows from Richard
Hult.

svn path=/trunk/; revision=7245

15 years agoFix a typo
Matthias Clasen [Wed, 23 Jul 2008 17:04:36 +0000 (17:04 +0000)]
Fix a typo

svn path=/trunk/; revision=7244

15 years agoRemove leftovers
Matthias Clasen [Wed, 23 Jul 2008 16:22:32 +0000 (16:22 +0000)]
Remove leftovers

svn path=/trunk/; revision=7243

15 years agoUpdated Italian translation.
Luca Ferretti [Wed, 23 Jul 2008 16:12:25 +0000 (16:12 +0000)]
Updated Italian translation.

2008-07-23  Luca Ferretti  <elle.uca@libero.it>

* it.po: Updated Italian translation.

svn path=/trunk/; revision=7242

15 years agoSupport setting selinux attributes
Matthias Clasen [Wed, 23 Jul 2008 04:11:02 +0000 (04:11 +0000)]
Support setting selinux attributes

svn path=/trunk/; revision=7241

15 years agoTranslation updated by Ivar Smolin
Priit Laes [Tue, 22 Jul 2008 15:51:06 +0000 (15:51 +0000)]
Translation updated by Ivar Smolin

2008-07-22  Priit Laes  <plaes at svn dot gnome dot org>

* et.po: Translation updated by Ivar Smolin

svn path=/trunk/; revision=7240

15 years agoBug 544140 - fam-helper 64-bit issue?
Priit Laes [Tue, 22 Jul 2008 14:56:31 +0000 (14:56 +0000)]
Bug 544140 - fam-helper 64-bit issue?

2008-07-22  Priit Laes <plaes@plaes.org>

Bug 544140 - fam-helper 64-bit issue?

* fam/fam-helper.c: Added missing include so compiler doesn't complain.

svn path=/trunk/; revision=7239

15 years agoSet LANG variable for group caption tests to get reproducable results.
Mathias Hasselmann [Mon, 21 Jul 2008 23:34:44 +0000 (23:34 +0000)]
Set LANG variable for group caption tests to get reproducable results.

* glib/tests/option-context.c (group_captions()):
  Set LANG variable to C in the forked process to get reproducable.
  Don't silence the forked process in --verbose mode to support
  debugging.

svn path=/trunk/; revision=7238

15 years agoFix detection of struct statfs fields.
Matthias Clasen [Mon, 21 Jul 2008 22:22:59 +0000 (22:22 +0000)]
Fix detection of struct statfs fields.

svn path=/trunk/; revision=7237

15 years agoBump version
Matthias Clasen [Mon, 21 Jul 2008 18:07:55 +0000 (18:07 +0000)]
Bump version

svn path=/trunk/; revision=7236

15 years ago2.17.4 GLIB_2_17_4
Matthias Clasen [Mon, 21 Jul 2008 17:56:17 +0000 (17:56 +0000)]
2.17.4

svn path=/trunk/; revision=7234

15 years agoUpdates
Matthias Clasen [Mon, 21 Jul 2008 17:33:33 +0000 (17:33 +0000)]
Updates

svn path=/trunk/; revision=7233

15 years agoUse the right format string to get leading zeros when converting to ISO
Emmanuele Bassi [Mon, 21 Jul 2008 16:30:16 +0000 (16:30 +0000)]
Use the right format string to get leading zeros when converting to ISO

2008-07-21  Emmanuele Bassi  <ebassi@gnome.org>

* glib/gtimer.c (g_time_val_to_iso8601): Use the right format
string to get leading zeros when converting to ISO 8601. (Sven
Herzberg)

svn path=/trunk/; revision=7232

15 years agoDo not set the timestamp value using time(), as it will be overwritten
Emmanuele Bassi [Mon, 21 Jul 2008 13:05:24 +0000 (13:05 +0000)]
Do not set the timestamp value using time(), as it will be overwritten

2008-07-21  Emmanuele Bassi  <ebassi@gnome.org>

* glib/gbookmarkfile.c:
(bookmark_app_info_new): Do not set the timestamp value
using time(), as it will be overwritten anyway. (#535223,
Michael Meeks)

(parse_application_element),
(bookmark_app_info_dump): Support the "modified" attribute,
which takes an ISO-formatted string instead of a Unix time
stamp, to keep the number of g_strdup_printf() calls to a
minimum.

* glib/gtimer.c:
(g_time_val_to_iso8601): Do not use strftime(): we know
the format and contents of the ISO 8601 date format we
use.

* tests/bookmarks/valid-03.xbel: Add a test file for the
modified attribute.

svn path=/trunk/; revision=7231

15 years agoShould save before committing :)
Michael Natterer [Mon, 21 Jul 2008 10:39:28 +0000 (10:39 +0000)]
Should save before committing :)

svn path=/trunk/; revision=7230

15 years agoReviewed by Tim Janik:
Michael Natterer [Mon, 21 Jul 2008 10:36:03 +0000 (10:36 +0000)]
Reviewed by Tim Janik:

2008-07-21  Michael Natterer  <mitch@imendio.com>

Reviewed by Tim Janik:

* gsignal.c (g_signal_chain_from_overridden_handler): allocate
the temp GValue array with GSLice.

(g_signal_emit_valist): dito. Remove optimization/obfuscation of
allocating up to 16 GValues on the stack and always use GSLice.

svn path=/trunk/; revision=7229

15 years agoBrazilian Portuguese translation improvements.
Leonardo Ferreira Fontenelle [Mon, 21 Jul 2008 02:59:04 +0000 (02:59 +0000)]
Brazilian Portuguese translation improvements.

2008-07-20  Leonardo Ferreira Fontenelle  <leonardof@gnome.org>

* pt_BR.po: Brazilian Portuguese translation improvements.

svn path=/trunk/; revision=7227

15 years agodoc fixes
Matthias Clasen [Mon, 21 Jul 2008 02:53:30 +0000 (02:53 +0000)]
doc fixes

svn path=/trunk/; revision=7226

15 years agoMore doc fixes
Matthias Clasen [Mon, 21 Jul 2008 02:46:54 +0000 (02:46 +0000)]
More doc fixes

svn path=/trunk/; revision=7225

15 years agoMore doc fixes
Matthias Clasen [Mon, 21 Jul 2008 02:32:14 +0000 (02:32 +0000)]
More doc fixes

svn path=/trunk/; revision=7224

15 years agoDoc fixes
Matthias Clasen [Mon, 21 Jul 2008 02:19:56 +0000 (02:19 +0000)]
Doc fixes

svn path=/trunk/; revision=7223

15 years agoForgotten entry
Matthias Clasen [Mon, 21 Jul 2008 02:05:31 +0000 (02:05 +0000)]
Forgotten entry

svn path=/trunk/; revision=7222

15 years agoUpdated German translation
Andre Klapper [Sun, 20 Jul 2008 22:18:00 +0000 (22:18 +0000)]
Updated German translation

2008-07-20  Andre Klapper  <a9016009@gmx.de>

        * de.po: Updated German translation

svn path=/trunk/; revision=7221