Dan Winship
f1332511ee
Fix another bug (which doesn't affect the results, but may cause it to
...
* glib/gchecksum.c (md5_sum_update): Fix another bug (which
doesn't affect the results, but may cause it to read bad memory).
svn path=/trunk/; revision=6323
2008-01-16 21:28:04 +00:00
Murray Cumming
f0749cc896
Corrected some typos in the documentation: occured -> occurred. its ->
...
2008-01-16 Murray Cumming <murrayc@murrayc.com>
* gappinfo.c:
* gdatainputstream.c:
* gfile.c:
* gfileoutputstream.c:
* ginputstream.c:
* gmount.c:
* goutputstream.c:
* gseekable.c:
* gunixmounts.c: Corrected some typos in the documentation:
occured -> occurred.
its -> it's (where appropriate).
svn path=/trunk/; revision=6322
2008-01-16 20:00:23 +00:00
Inaki Larranaga Murgoitio
f970f886cb
Updated Basque translation.
...
2008-01-16 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
* eu.po: Updated Basque translation.
svn path=/trunk/; revision=6321
2008-01-16 17:58:17 +00:00
Rahul Bhalerao
fbc357da1b
Updated Marathi translations
...
svn path=/trunk/; revision=6320
2008-01-16 14:44:14 +00:00
Alexander Larsson
87cd883e8d
Add g_file_query_exists ( #508771 )
...
2008-01-16 Alexander Larsson <alexl@redhat.com>
* gfile.[ch]:
* gio.symbols:
Add g_file_query_exists (#508771 )
svn path=/trunk/; revision=6319
2008-01-16 10:11:26 +00:00
Murray Cumming
218827445d
For async functions that have no non-async version, document that the
...
2008-01-15 Murray Cumming <murrayc@murrayc.com>
* gdrive.c:
* gfile.c:
* gmount.c:
* gvolume.c: For async functions that have no non-async
version, document that the GAsyncReadyCallback may be NULL.
Bug #509626 .
svn path=/trunk/; revision=6318
2008-01-15 14:08:41 +00:00
Alexander Larsson
9d0f6b8f94
Clarify docs for g_uri_unescape_string() ( #508773 )
...
2008-01-15 Alexander Larsson <alexl@redhat.com>
* glib/gurifuncs.c:
Clarify docs for g_uri_unescape_string() (#508773 )
svn path=/trunk/; revision=6317
2008-01-15 13:09:07 +00:00
Alexander Larsson
a1996e6518
Don't do pointer arithmetic on void * ( #508602 ) Patch from Kazuki IWAMOTO
...
2008-01-15 Alexander Larsson <alexl@redhat.com>
* gmemoryinputstream.c:
* gmemoryoutputstream.c:
Don't do pointer arithmetic on void * (#508602 )
Patch from Kazuki IWAMOTO
svn path=/trunk/; revision=6316
2008-01-15 11:47:04 +00:00
Dan Winship
5fa9ff14a9
Support gio in AM_PATH_GLIB_2_0 ( #509465 )
...
2008-01-14 Dan Winship <danw@gnome.org>
* m4macros/glib-2.0.m4: Support gio in AM_PATH_GLIB_2_0 (#509465 )
svn path=/trunk/; revision=6315
2008-01-15 10:12:58 +00:00
Dan Winship
cc1404cfc8
fix this; the previous code gave the wrong md5sum when called in certain
...
* glib/gchecksum.c (md5_sum_update): fix this; the previous code
gave the wrong md5sum when called in certain ways with buffers
larger than 64 bytes.
(g_checksum_update): remove the unnecessary "length > 1"
restriction
* tests/checksum-test.c: Rewrite this to be much more exhaustive
(and in particular to test the md5_sum_update bugfix).
svn path=/trunk/; revision=6314
2008-01-15 06:21:58 +00:00
Daniel Nylander
e943c3af74
sv.po: Swedish translation updated
...
svn path=/trunk/; revision=6313
2008-01-15 00:58:57 +00:00
Matthias Clasen
fcf94e391d
Bump version
...
svn path=/trunk/; revision=6312
2008-01-14 17:13:07 +00:00
Matthias Clasen
da7494c1e9
2.15.2
...
svn path=/trunk/; revision=6310
2008-01-14 16:43:59 +00:00
Jorge Gonzalez Gonzalez
57ade7144c
Updated Spanish translation
...
svn path=/trunk/; revision=6309
2008-01-14 16:16:27 +00:00
Matthias Clasen
1473596b34
Updates
...
svn path=/trunk/; revision=6308
2008-01-14 15:12:21 +00:00
Alexander Larsson
fd6e388736
Don't set error here, since we fallback to polling monitor.
...
2008-01-14 Alexander Larsson <alexl@redhat.com>
* gfile.c (g_file_monitor_file):
Don't set error here, since we fallback to polling monitor.
svn path=/trunk/; revision=6307
2008-01-14 15:04:25 +00:00
Alexander Larsson
3690cb75a6
Add GError to file monitor calls
...
2008-01-14 Alexander Larsson <alexl@redhat.com>
* gfile.[ch]:
(g_file_monitor_directory):
(g_file_monitor_file):
Add GError to file monitor calls
* glocaldirectorymonitor.c:
* glocaldirectorymonitor.h:
* glocalfile.c:
* glocalfilemonitor.c:
* glocalfilemonitor.h:
* gunixmounts.c:
Update for above change
svn path=/trunk/; revision=6306
2008-01-14 15:00:31 +00:00
Alexander Larsson
a80b1120f1
Handle root correctly in g_file_get_relative_path ( #508719 )
...
2008-01-14 Alexander Larsson <alexl@redhat.com>
* glocalfile.c:
(match_prefix):
Handle root correctly in g_file_get_relative_path (#508719 )
svn path=/trunk/; revision=6305
2008-01-14 14:55:27 +00:00
Alexander Larsson
f879f67a81
Clarify docs for g_uri_escape_string ( #508773 )
...
2008-01-14 Alexander Larsson <alexl@redhat.com>
* glib/gurifuncs.c:
Clarify docs for g_uri_escape_string (#508773 )
svn path=/trunk/; revision=6304
2008-01-14 14:39:28 +00:00
Alexander Larsson
2a5748310b
Clean up docs and example for GAsyncResult ( #508074 )
...
2008-01-14 Alexander Larsson <alexl@redhat.com>
* gasyncresult.c:
Clean up docs and example for GAsyncResult (#508074 )
svn path=/trunk/; revision=6303
2008-01-14 14:12:48 +00:00
Luca Ferretti
0146e89d99
Updated Italian translation.
...
2008-01-13 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation.
svn path=/trunk/; revision=6302
2008-01-13 11:53:24 +00:00
Djihed Afifi
a889641416
Updated Arabic Translation by Djihed Afifi.
...
svn path=/trunk/; revision=6301
2008-01-12 22:03:10 +00:00
Baris Cicek
a79ad21ce2
Updated Turkish Translation
...
svn path=/trunk/; revision=6300
2008-01-12 14:10:53 +00:00
Changwoo Ryu
2df3c405a8
Updated Korean translation.
...
svn path=/trunk/; revision=6299
2008-01-12 14:09:26 +00:00
Andre Klapper
bca51e6c4a
ALL_LINGUAS: remove line breaks from previous commit to get damned-lies
...
2008-01-12 Andre Klapper <a9016009@gmx.de>
* configure.in: ALL_LINGUAS: remove line breaks from previous
commit to get damned-lies stats correct again. Add Sinhala (si).
svn path=/trunk/; revision=6298
2008-01-12 13:33:22 +00:00
Tim Janik
9318ab51dd
Fixed copyright and credit for Asbjoern Pettersen.
...
svn path=/trunk/; revision=6297
2008-01-11 16:59:44 +00:00
Matthias Clasen
2cc67d528e
hook up testutils docs
...
svn path=/trunk/; revision=6296
2008-01-11 16:44:15 +00:00
Murray Cumming
85fc6345db
Clarify the sentence about GAsyncReadyCallback, and correct some spelling
...
2008-01-11 Murray Cumming <murrayc@murrayc.com>
* gfile.c: Clarify the sentence about GAsyncReadyCallback,
and correct some spelling mistakes. Bug #508108 .
svn path=/trunk/; revision=6295
2008-01-11 16:23:30 +00:00
Matthias Clasen
ef613614c9
Add a comment
...
svn path=/trunk/; revision=6294
2008-01-11 14:36:31 +00:00
Murray Cumming
30d6124e8a
GFileInfo description: Mention how to actually set attributes in a GFile
...
2008-01-10 Murray Cumming <murrayc@murrayc.com>
* gfileinfo.c: GFileInfo description: Mention
how to actually set attributes in a GFile and how to discover
which attributes are settable. Bug #508378 .
svn path=/trunk/; revision=6293
2008-01-11 14:15:07 +00:00
12:55:19 Tim Janik
b07304fd89
added g_base64_encode()/g_base64_decode() test case by Asbjoern
...
2008-01-11 12:55:19 Tim Janik <timj@imendio.com>
* tests/testingbase64.c: added g_base64_encode()/g_base64_decode()
test case by Asbjoern <asbgpe@online.no>. fixed up coding style.
svn path=/trunk/; revision=6292
2008-01-11 11:57:15 +00:00
09:00:28 Tim Janik
902391e387
use mv/sed/rm on a temporary file instead of "sed -i" which is not
...
2008-01-11 09:00:28 Tim Janik <timj@imendio.com>
* glib/Makefile.am (install-exec-hook): use mv/sed/rm on a temporary
file instead of "sed -i" which is not portable enough.
svn path=/trunk/; revision=6291
2008-01-11 08:01:44 +00:00
A. Walton
d43b188954
Check for NULL content types.
...
2008-01-10 A. Walton <awalton@svn.gnome.org>
* gdesktopappinfo.c: (g_app_info_get_all_for_type),
(g_app_info_get_default_for_type):
Check for NULL content types.
svn path=/trunk/; revision=6290
2008-01-10 13:25:41 +00:00
Frederic Crozat
7fe31089ff
add rpc_pipefs to systemfs list ( #508309 ).
...
2008-01-10 Frederic Crozat <fcrozat@mandriva.com>
* gunixmounts.c: add rpc_pipefs to systemfs list (#508309 ).
svn path=/trunk/; revision=6289
2008-01-10 09:55:35 +00:00
Yair Hershkovitz
4772575ce4
updated hebrew translation
...
svn path=/trunk/; revision=6288
2008-01-09 17:41:37 +00:00
Murray Cumming
1a45f5167d
*_async() functions: Several small corrections to the documentation,
...
2008-01-09 Murray Cumming <murrayc@murrayc.com>
* gfile.c: *_async() functions: Several small corrections
to the documentation, mostly correcting copy/paste errors
and improving some sentences.
svn path=/trunk/; revision=6287
2008-01-09 17:04:06 +00:00
Dan Winship
e4d018f1dd
x86_64 fix
...
* glocalfile.c (get_unique_filename): x86_64 fix
svn path=/trunk/; revision=6286
2008-01-09 16:39:42 +00:00
Alexander Larsson
896ebed1a5
Add g_unix_mount_guess_should_display and use for unix volume monitor
...
2008-01-09 Alexander Larsson <alexl@redhat.com>
* gio.symbols:
* gunixmount.c:
* gunixmounts.[ch]:
Add g_unix_mount_guess_should_display and use
for unix volume monitor backend.
This means we more or less show what the
gnome-vfs backend did.
Based on patch from Padraig O'Briain
svn path=/trunk/; revision=6285
2008-01-09 15:45:56 +00:00
Alexander Larsson
47b8809e17
Add g_themed_icon_new_with_default_fallbacks
...
2008-01-09 Alexander Larsson <alexl@redhat.com>
* gio.symbols:
* gthemedicon.[ch]:
Add g_themed_icon_new_with_default_fallbacks
* gunixmounts.c:
Use default fallbacks for icons
svn path=/trunk/; revision=6284
2008-01-09 15:20:49 +00:00
Jorge Gonzalez Gonzalez
e00f20fae7
Updated Spanish translation
...
svn path=/trunk/; revision=6283
2008-01-09 14:57:03 +00:00
Alexander Larsson
e6ca690694
Change the API a bit so that unhandled methods get reported via the reply,
...
2008-01-09 Alexander Larsson <alexl@redhat.com>
* gio-marshal.list:
* gmountoperation.[ch]:
Change the API a bit so that unhandled methods
get reported via the reply, rather than by
the signal emission return value. This is because
some handlers can't know this immediately without
doing I/O, and this is an async operation that
should not block.
svn path=/trunk/; revision=6282
2008-01-09 14:43:41 +00:00
Alexander Larsson
91d7fdc186
Fix double free crash ( #508224 ) Patch from Joe Marcus Clarke
...
2008-01-09 Alexander Larsson <alexl@redhat.com>
* fam/fam-helper.c:
* fam/gfamdirectorymonitor.c:
* fam/gfamfilemonitor.c:
Fix double free crash (#508224 )
Patch from Joe Marcus Clarke
svn path=/trunk/; revision=6281
2008-01-09 08:08:43 +00:00
Alexander Larsson
9c95329347
Add gio/gio.h include to check for c++ problems.
...
2008-01-08 Alexander Larsson <alexl@redhat.com>
* tests/cxx-test.C:
Add gio/gio.h include to check for c++ problems.
svn path=/trunk/; revision=6280
2008-01-08 20:37:43 +00:00
Alexander Larsson
99a5be29bf
Remove GDirectoryMonitor refernces
...
2008-01-08 Alexander Larsson <alexl@redhat.com>
* gio/gio-docs.xml:
* gio/migrating.xml:
Remove GDirectoryMonitor refernces
svn path=/trunk/; revision=6278
2008-01-08 09:11:15 +00:00
Matthias Clasen
a23f2d81f5
bump version
...
svn path=/trunk/; revision=6269
2008-01-07 17:00:01 +00:00
Matthias Clasen
60c8bdfe8f
2.15.1
...
svn path=/trunk/; revision=6267
2008-01-07 16:47:36 +00:00
Luca Ferretti
e3ea86b5ac
remove deleted file gio/gdirectorymonitor.c
...
2008-01-07 Luca Ferretti <elle.uca@libero.it>
* POTFILES.in: remove deleted file gio/gdirectorymonitor.c
* it.po: Updated Italian translation.
svn path=/trunk/; revision=6266
2008-01-07 14:38:35 +00:00
Matthias Clasen
3ed44e0ce3
Updates
...
svn path=/trunk/; revision=6265
2008-01-07 14:09:12 +00:00
Alexander Larsson
6a3cdb7eb4
Fix warning ( #507835 )
...
2008-01-07 Alexander Larsson <alexl@redhat.com>
* gunixinputstream.c (g_unix_input_stream_skip_finish):
Fix warning (#507835 )
svn path=/trunk/; revision=6264
2008-01-07 13:58:37 +00:00
Alexander Larsson
361e0e9b1c
Pass --internal to glib-genmarshal
...
2008-01-07 Alexander Larsson <alexl@redhat.com>
* Makefile.am:
Pass --internal to glib-genmarshal
* gfilemonitor.c:
* gmountoperation.c:
* gio-marshal.list:
Use better types for signal arguments (#507822 )
svn path=/trunk/; revision=6263
2008-01-07 13:56:10 +00:00