platform/upstream/glib.git
2008-04-03 Tor LillqvistMake sure we don't build both shared and static at...
2008-04-03 Tor LillqvistDon't enforce shared library build only on Windows...
2008-04-03 Tor LillqvistBug 525972 - UCS-4 not in the new win_iconv implementation
2008-04-03 Matthias ClasenBug 448943 – g_timeout_add_seconds() problems
2008-04-03 Matthias ClasenAdd credits
2008-04-03 Matthias ClasenCorrect an example
2008-04-03 Matthias ClasenFix the docs
2008-04-03 Matthias ClasenFix the docs
2008-04-02 Tor LillqvistBug 524314 - g_convert() on Win32 implicitly converts...
2008-04-01 Petr Kovářcs.po: Updated Czech translation.
2008-03-31 Alexander LarssonDon't leak parent.
2008-03-31 A. WaltonAlways return a GFileType enum value (#520715).
2008-03-31 Alexander LarssonFix typo in changelog
2008-03-31 Alexander LarssonRead readdir() info chunks (of 1000) and sort the chunk...
2008-03-31 Tor LillqvistImprove fix for #525192 below: Use SleepEx() so that...
2008-03-31 Alexander LarssonClarify docs for g_memory_output_stream_get_size. Add
2008-03-31 Tor LillqvistFix Cygwin breakage. Patch by Lieven van der Heide.
2008-03-31 10:39:17 Tim... reapply inlining fix from r6333 to fix: Bug 522292...
2008-03-31 Tor LillqvistBug 525192 - 100% CPU if run main loop with no IO sources
2008-03-31 Matthias ClasenAdd g_file_query_file_type convenience function to...
2008-03-31 Matthias ClasenDon't use ARG_MAX. (#522335, patch by Sebastian Dröge)
2008-03-31 Matthias ClasenAdd macros wrapping the gcc alloc_size function attribu...
2008-03-31 Matthias ClasenSimple fixes to help building GLib on embedded systems...
2008-03-31 Matthias ClasenFix the build with -DG_DISABLE_ASSERT. (#525060, Arfrev...
2008-03-31 Matthias ClasenReplace occurrances of G_GNUC_PRETTY_FUNCTION by G_STRF...
2008-03-31 Matthias ClasenFix some documentation typos. (#524950, Rob Bradford)
2008-03-31 Matthias ClasenFix a doc typo. (#524742, Hiroyuki Ikezoe)
2008-03-28 A. WaltonAdds GIO_EXTRA_MODULES environment variable support...
2008-03-28 Alexander LarssonFix up last commit.
2008-03-28 Alexander LarssonFix ChangeLog entry
2008-03-28 Alexander LarssonFallback to g_file_query_info for source size if
2008-03-28 Alexander LarssonReuse old string instead of adding new one.
2008-03-28 Lin Mastill copyright issue. I hate copyright.
2008-03-27 Alexander LarssonReturn G_IO_ERROR_IS_DIRECTORY, not G_IO_ERROR_WOULD_ME...
2008-03-27 Lin MaUpdated copyright.
2008-03-23 Nguyễn Thái... Update Vietnamese translation
2008-03-22 Claudio SaavedraBug 523877 – gbookmarkfile: avoid using g_string_append...
2008-03-22 Emmanuele BassiBug 518160 - replace two g_strdup_printf calls in GBook...
2008-03-21 Matej UrbančičUpdated Slovenian translation
2008-03-20 Alexander LarssonFinal fixes for struct statfs.f_fstypename checks ...
2008-03-20 Priit LaesTranslation updated by Ivar Smolin
2008-03-20 Lin MaRemoved a bad formatted msg.
2008-03-20 Lin MaFixed FEN does not emit attribute changed events when...
2008-03-20 Tor LillqvistBug 523298 - win_iconv can't convert from UTF-8 to...
2008-03-19 Matthias ClasenDoc additions
2008-03-19 Matthias ClasenDocument GVFS_DISABLE_FUSE
2008-03-19 Sebastien Bacherconsider nfs4 mounts as G_UNIX_MOUNT_TYPE_NFS (Closes...
2008-03-19 Alexander LarssonBump block side for copy to 64k to minimize overhead...
2008-03-18 Sebastian DrögeBug 522292 - Gives warnings in glib/gutils.h with GCC...
2008-03-18 Laurent DhimaUpdated Translation
2008-03-18 Simos XenitellisUpdated Greek translation by Giannis Katsampiris
2008-03-18 Laurent DhimaUpdated Translation
2008-03-17 Yang ZhangUpdated zh_CN translation from manphiz
2008-03-16 Tor LillqvistDon't bother defining Autoconf variables for glib.def...
2008-03-16 Tor LillqvistMake libgio-2.0.la depend on gio.def on Windows.
2008-03-16 Gabor KelemenTranslation updated
2008-03-15 Yuri KozlovUpdated Russian translation.
2008-03-15 Marcel TelkaUpdated Slovak translation.
2008-03-15 Matthias ClasenMake up an ending for this sentence.
2008-03-14 Michael Natterermake it possible to disable single-file includes by...
2008-03-14 David ZeuthenAdd g_unix_mount_monitor_set_rate_limit() function...
2008-03-14 Alexander LarssonAvoid redudant tests (#521851) Patch from Josselin...
2008-03-14 Alexander LarssonFix C89 issue (#521672) Patch from Jens Granseuer
2008-03-14 Alexander LarssonShut down fam (including removing fam GSource) when...
2008-03-14 Alexander LarssonFix up FEN ifdefs
2008-03-14 Alexander LarssonUse right define name for f_fstypename member check
2008-03-14 Alexander LarssonAdded. Added. Added. Added. Added. Added. Added. Added...
2008-03-13 Tor LillqvistAdd lib/gio-2.0.lib and lib/gio-2.0.def.
2008-03-13 Tor LillqvistActually use the gio.def file when linking the library...
2008-03-13 Tomas BzatekInclude live-g-file in standard set of tests, making...
2008-03-12 Tor LillqvistExpand gio/win32/Makefile.
2008-03-12 Tor LillqvistIntroduce a macro GLocalFileStat that is the normal...
2008-03-12 Benjamin Otteg_file_contains_file() doesn't exist anymore
2008-03-12 Benjamin Ottetrim whitespace so gtk-doc groks the function name
2008-03-12 Matthias ClasenBump version
2008-03-12 Matthias ClasenRotate ChangeLog
2008-03-12 Sebastian DrögeBug 316221 - G_LOCK warns about breaking strict-aliasin...
2008-03-12 Wouter BolsterleeUpdated Dutch translation by Wouter Bolsterlee.
2008-03-12 Tor LillqvistImplement as empty, returning FALSE, on Win32.
2008-03-12 Ignacio Casal... Updated Galician Translation.
2008-03-12 Jonh Wendell... minor update in pt_BR
2008-03-12 Tor LillqvistBug 520914 - win_iconv doesn't support UCS-2
2008-03-11 Daniel Nylandersv.po: Updated Swedish translation
2008-03-11 Gil Forcada... Updated Catalan translation
2008-03-11 Philip WithnallUpdated British English translation.
2008-03-11 Baris Cicekupdated Turkish translation
2008-03-11 Murray CummingBug 521591 – g_markup_parse_context_parse() creates...
2008-03-11 Alexander LarssonCorrectly implement can_trash by actually looking for...
2008-03-11 Inaki Larranaga... Updated Basque translation.
2008-03-11 Takeshi AIHANAUpdated Japanese translation.
2008-03-11 Timo JyrinkiFix 3 fuzzies and 3 untranslated strings.
2008-03-11 Gintautas MiliauskasUpdated Lithuanian translation.
2008-03-11 Duarte LoretoUpdated Portuguese translation.
2008-03-11 Jorge Gonzalez... Updated Spanish translation
2008-03-11 Matthias Clasen2.16.1 GLIB_2_16_1
2008-03-11 Matthias ClasenUpdates
2008-03-11 Matthias ClasenUpdate to 7.6, for real
2008-03-11 Matthias ClasenBump version
2008-03-11 Matthias ClasenUpdates
2008-03-11 Alexander LarssonFix crashes in new constructor and properties code
next