summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2.15.3GLIB_2_15_3Matthias Clasen2008-01-2196-6278/+6514
| | | | svn path=/trunk/; revision=6347
* Add the gio DLL to the runtime zipfile.Tor Lillqvist2008-01-212-0/+5
| | | | | | | | | 2008-01-21 Tor Lillqvist <tml@novell.com> * glib-zip.in: Add the gio DLL to the runtime zipfile. svn path=/trunk/; revision=6346
* Fix syntax error.Tor Lillqvist2008-01-212-1/+5
| | | | | | | | | 2008-01-21 Tor Lillqvist <tml@novell.com> * el.po: Fix syntax error. svn path=/trunk/; revision=6345
* UpdatesMatthias Clasen2008-01-212-0/+34
| | | | svn path=/trunk/; revision=6344
* Updated Greek translationKostas Papadimas2008-01-212-449/+448
| | | | svn path=/trunk/; revision=6343
* Remove duplicated GSeekable functions. (#509990) Just use theAlexander Larsson2008-01-216-117/+16
| | | | | | | | | | | | | | 2008-01-21 Alexander Larsson <alexl@redhat.com> * gfileinputstream.[ch]: * gfileoutputstream.[ch]: * gio.symbols: Remove duplicated GSeekable functions. (#509990) Just use the g_seekable_xxx() calls instead. svn path=/trunk/; revision=6342
* Whitespace cleanups.Matthias Clasen2008-01-219-65/+65
| | | | | | | | | | | | | | 2008-01-21 Matthias Clasen <mclasen@redhat.com> * glocal*.c: * gvolumemanager.c: Whitespace cleanups. * glocalfileoutputsteam.c (_g_local_file_output_stream_create): Use the right mode when creating the file. svn path=/trunk/; revision=6341
* Accept -1 for the data length if the data is a null-terminated string. BugMurray Cumming2008-01-212-2/+10
| | | | | | | | | 2008-01-20 Murray Cumming <murrayc@murrayc.com> * glib/gchecksum.c: (g_checksum_update): Accept -1 for the data length if the data is a null-terminated string. Bug #510855. svn path=/trunk/; revision=6340
* Documentation: Fixed minor typos and added more mentions of specificMurray Cumming2008-01-215-20/+48
| | | | | | | | | | | | 2008-01-21 Murray Cumming,,, <murrayc@murrayc.com> * gfileenumerator.c: * gfileinputstream.c: * ginputstream.c: * goutputstream.c: Documentation: Fixed minor typos and added more mentions of specific _finish() functions. svn path=/trunk/; revision=6339
* Removed. Removed. Removed the included copies of the inotify headers. WeAlexander Larsson2008-01-219-244/+24
| | | | | | | | | | | | | | | | | | | | | | 2008-01-21 Alexander Larsson <alexl@redhat.com> * inotify/Makefile.am: * inotify/inotify-helper.c: * inotify/inotify-kernel.c: * inotify/inotify-path.c: * inotify/local_inotify.h: Removed. * inotify/local_inotify_syscalls.h: Removed. Removed the included copies of the inotify headers. We now only use the <sys/inotify.h> header which exists on modern systems. This fixes problems on ARM and SH5 (#510448) but is also generally much cleaner and future safe. For instance, if other OSes add support for inotify it should "just work". svn path=/trunk/; revision=6338
* Coding style fixesMatthias Clasen2008-01-218-56/+88
| | | | svn path=/trunk/; revision=6337
* Documentation updatesMatthias Clasen2008-01-2110-11/+108
| | | | svn path=/trunk/; revision=6336
* documentation: Fixed more minor typos.Murray Cumming2008-01-202-7/+12
| | | | | | | | | 2008-01-20 Murray Cumming <murrayc@murrayc.com> * gfile.c: documentation: Fixed more minor typos. svn path=/trunk/; revision=6335
* documentation: Mention g_mount_remount_finish() instead ofMurray Cumming2008-01-182-1/+7
| | | | | | | | | | 2008-01-18 Murray Cumming <murrayc@murrayc.com> * gmount.c: (g_mount_remount): documentation: Mention g_mount_remount_finish() instead of g_mount_unmount_finish(). svn path=/trunk/; revision=6334
* don't define __GNUC_PREREQ which is not in the glib namespace. for gcc,16:51:23 Tim Janik2008-01-182-18/+8
| | | | | | | | | | | | | 2008-01-18 16:51:23 Tim Janik <timj@imendio.com> * glib/gutils.h: don't define __GNUC_PREREQ which is not in the glib namespace. for gcc, define G_INLINE_FUNC to "static inline" as with all other C compilers, because newer GCC versions incompatibly changed "extern inline" semantics. svn path=/trunk/; revision=6333
* Fixed some minor typos in the documentation.Murray Cumming2008-01-184-5/+11
| | | | | | | | | | 2008-01-18 Murray Cumming <murrayc@murrayc.com> * glib/gfileutils.c: * glib/gsequence.c: * glib/gstring.c: Fixed some minor typos in the documentation. svn path=/trunk/; revision=6332
* Fixed some minor typos in the documentation.Murray Cumming2008-01-184-3/+10
| | | | | | | | | | | 2008-01-18 Murray Cumming <murrayc@murrayc.com> * gappinfo.c: * gcancellable.c: * gfile.c: Fixed some minor typos in the documentation. svn path=/trunk/; revision=6331
* Documentation: Clarify the ownership of the regurn GLists.Murray Cumming2008-01-172-3/+20
| | | | | | | | | | | | 2008-01-18 Murray Cumming <murrayc@murrayc.com> * gio/gvolumemonitor.c: (g_volume_monitor_get_connected_drives): (g_volume_monitor_get_volumes): (g_volume_monitor_get_mounts): Documentation: Clarify the ownership of the regurn GLists. svn path=/trunk/; revision=6330
* Updated Ukrainian translation.Maxim Dziumanenko2008-01-172-673/+597
| | | | | | | | | | 2008-01-17 Maxim Dziumanenko <dziumanenko@gmail.com> * uk.po: Updated Ukrainian translation. svn path=/trunk/; revision=6329
* Updated zh_CN translationYang Zhang2008-01-171-64/+120
| | | | svn path=/trunk/; revision=6328
* Updated zh_CN translation from manphizYang Zhang2008-01-171-747/+608
| | | | svn path=/trunk/; revision=6327
* Add the async find_enclosing_mount version to the header file too.Alexander Larsson2008-01-172-3/+17
| | | | | | | | | | | | 2008-01-17 Alexander Larsson <alexl@redhat.com> * gfile.h: Add the async find_enclosing_mount version to the header file too. svn path=/trunk/; revision=6326
* Add async version of find_enclosing_mount with default implementation.Alexander Larsson2008-01-172-82/+189
| | | | | | | | | | | | 2008-01-17 Alexander Larsson <alexl@redhat.com> * gfile.c: Add async version of find_enclosing_mount with default implementation. svn path=/trunk/; revision=6325
* Allow calls to implementation of copy and write even if the type of theAlexander Larsson2008-01-173-11/+95
| | | | | | | | | | | | | | | | | | | | | | | | 2008-01-17 Alexander Larsson <alexl@redhat.com> * gfile.c: (g_file_copy): (g_file_move): Allow calls to implementation of copy and write even if the type of the file implementations is different. This can be used to implement native upload and download calls in a vfs. * glocalfile.c: (g_local_file_move): Protect against the case where move is called with one file not being local. Make sure we call the progress callback once in the native move operation so that the caller knows how many bytes were copied. svn path=/trunk/; revision=6324
* Fix another bug (which doesn't affect the results, but may cause it toDan Winship2008-01-162-1/+6
| | | | | | | * 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
* Corrected some typos in the documentation: occured -> occurred. its ->Murray Cumming2008-01-1610-27/+41
| | | | | | | | | | | | | | | | | | 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
* Updated Basque translation.Inaki Larranaga Murgoitio2008-01-162-473/+400
| | | | | | | | | 2008-01-16 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org> * eu.po: Updated Basque translation. svn path=/trunk/; revision=6321
* Updated Marathi translationsRahul Bhalerao2008-01-162-81/+78
| | | | svn path=/trunk/; revision=6320
* Add g_file_query_exists (#508771)Alexander Larsson2008-01-164-0/+56
| | | | | | | | | | | 2008-01-16 Alexander Larsson <alexl@redhat.com> * gfile.[ch]: * gio.symbols: Add g_file_query_exists (#508771) svn path=/trunk/; revision=6319
* For async functions that have no non-async version, document that theMurray Cumming2008-01-155-11/+20
| | | | | | | | | | | | | 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
* Clarify docs for g_uri_unescape_string() (#508773)Alexander Larsson2008-01-152-3/+20
| | | | | | | | | | | 2008-01-15 Alexander Larsson <alexl@redhat.com> * glib/gurifuncs.c: Clarify docs for g_uri_unescape_string() (#508773) svn path=/trunk/; revision=6317
* Don't do pointer arithmetic on void * (#508602) Patch from Kazuki IWAMOTOAlexander Larsson2008-01-153-3/+10
| | | | | | | | | | | | 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
* Support gio in AM_PATH_GLIB_2_0 (#509465)Dan Winship2008-01-152-2/+9
| | | | | | | | | | 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
* fix this; the previous code gave the wrong md5sum when called in certainDan Winship2008-01-153-124/+617
| | | | | | | | | | | | | * 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
* sv.po: Swedish translation updatedDaniel Nylander2008-01-152-552/+574
| | | | svn path=/trunk/; revision=6313
* Bump versionMatthias Clasen2008-01-142-1/+3
| | | | svn path=/trunk/; revision=6312
* 2.15.2GLIB_2_15_2Matthias Clasen2008-01-1495-6489/+8342
| | | | svn path=/trunk/; revision=6310
* Updated Spanish translationJorge Gonzalez Gonzalez2008-01-142-53/+66
| | | | svn path=/trunk/; revision=6309
* UpdatesMatthias Clasen2008-01-142-0/+31
| | | | svn path=/trunk/; revision=6308
* Don't set error here, since we fallback to polling monitor.Alexander Larsson2008-01-142-1/+6
| | | | | | | | | | 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
* Add GError to file monitor callsAlexander Larsson2008-01-149-21/+65
| | | | | | | | | | | | | | | | | | | | 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
* Handle root correctly in g_file_get_relative_path (#508719)Alexander Larsson2008-01-142-0/+13
| | | | | | | | | | | 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
* Clarify docs for g_uri_escape_string (#508773)Alexander Larsson2008-01-142-0/+12
| | | | | | | | | | | 2008-01-14 Alexander Larsson <alexl@redhat.com> * glib/gurifuncs.c: Clarify docs for g_uri_escape_string (#508773) svn path=/trunk/; revision=6304
* Clean up docs and example for GAsyncResult (#508074)Alexander Larsson2008-01-142-3/+7
| | | | | | | | | | | 2008-01-14 Alexander Larsson <alexl@redhat.com> * gasyncresult.c: Clean up docs and example for GAsyncResult (#508074) svn path=/trunk/; revision=6303
* Updated Italian translation.Luca Ferretti2008-01-132-405/+434
| | | | | | | | | 2008-01-13 Luca Ferretti <elle.uca@libero.it> * it.po: Updated Italian translation. svn path=/trunk/; revision=6302
* Updated Arabic Translation by Djihed Afifi. Djihed Afifi2008-01-122-503/+517
| | | | svn path=/trunk/; revision=6301
* Updated Turkish TranslationBaris Cicek2008-01-122-600/+604
| | | | svn path=/trunk/; revision=6300
* Updated Korean translation.Changwoo Ryu2008-01-122-441/+447
| | | | svn path=/trunk/; revision=6299
* ALL_LINGUAS: remove line breaks from previous commit to get damned-liesAndre Klapper2008-01-122-3/+6
| | | | | | | | | | 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
* Fixed copyright and credit for Asbjoern Pettersen.Tim Janik2008-01-112-2/+2
| | | | svn path=/trunk/; revision=6297