https://github.com/GNOME/glib

sort by:
Revision Author Date Message Commit Date
ee90280 Updated Dzongkha Translation svn path=/branches/glib-2-16/; revision=7712 01 December 2008, 04:31:37 UTC
52d624d Bump version svn path=/branches/glib-2-16/; revision=7477 12 September 2008, 22:43:49 UTC
234bd72 2.16.6 svn path=/branches/glib-2-16/; revision=7475 12 September 2008, 22:37:52 UTC
e74712d Fix pltcheck svn path=/branches/glib-2-16/; revision=7474 12 September 2008, 18:58:08 UTC
af75b59 Updates svn path=/branches/glib-2-16/; revision=7473 12 September 2008, 01:42:05 UTC
93f8788 Fix the build svn path=/branches/glib-2-16/; revision=7470 11 September 2008, 19:27:36 UTC
13cd3a4 Use non-blocking pipe for mount helper I/O. Fixes #550647. * gunixmount.c (eject_unmount_read_error), (eject_unmount_do): * gunixvolume.c (eject_mount_read_error), (eject_mount_do): Use non-blocking pipe for mount helper I/O. Fixes #550647. svn path=/branches/glib-2-16/; revision=7469 11 September 2008, 19:21:25 UTC
327d4e7 Bug 551149 – xdgmime mem leak * xdgmime/xdgmime.c (xdg_mime_init_from_directory): Plug a memory leak. Patch by Christian Persch svn path=/branches/glib-2-16/; revision=7468 11 September 2008, 19:19:40 UTC
bf271c2 Add zfs to ignore_fs array in guess_system_internal: Fix for #542156. * gunixmounts.c: Add zfs to ignore_fs array in guess_system_internal: Fix for #542156. svn path=/branches/glib-2-16/; revision=7467 11 September 2008, 19:14:49 UTC
62b4259 Bug 547080 – g_file_copy leaks expected errors * gfile.c: (g_file_copy): Clear G_IO_ERROR_NOT_SUPPORTED errors before trying the next fallback routine. svn path=/branches/glib-2-16/; revision=7466 11 September 2008, 19:07:35 UTC
45151f5 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=/branches/glib-2-16/; revision=7465 11 September 2008, 19:05:47 UTC
c0c69ec Bug 546079 – leak in xdgmime * xdgmime/xdgmime.c (xdg_mime_shutdown): Fix memory leak. svn path=/branches/glib-2-16/; revision=7464 11 September 2008, 19:02:23 UTC
73ea169 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=/branches/glib-2-16/; revision=7463 11 September 2008, 19:00:18 UTC
5a7af0f 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=/branches/glib-2-16/; revision=7462 11 September 2008, 18:57:25 UTC
c0b0dbe Bug 544140 - fam-helper 64-bit issue? * fam/fam-helper.c: Added missing include so compiler doesn't complain. svn path=/branches/glib-2-16/; revision=7461 11 September 2008, 18:55:15 UTC
66aaaf4 Bug 548321 – <string.h> is not included in gi18n-lib.h * glib/gi18n.h: * glib/gi18n-lib.h: Include string.h, since strlen is used in the macros. Pointed out by Ignacio Casal Quinteiro svn path=/branches/glib-2-16/; revision=7460 11 September 2008, 18:47:50 UTC
3590eb7 Change libselinux detection to not link libglib against it. svn path=/branches/glib-2-16/; revision=7459 11 September 2008, 18:44:56 UTC
6cbdc20 Accept lesser mmaps svn path=/branches/glib-2-16/; revision=7458 11 September 2008, 17:21:30 UTC
17c718d svn path=/branches/glib-2-16/; revision=7457 svn path=/branches/glib-2-16/; revision=7457 11 September 2008, 17:19:41 UTC
26e312f Fix detection of struct statfs fields. svn path=/branches/glib-2-16/; revision=7456 11 September 2008, 17:10:58 UTC
83eca28 Relax the attributes checking of the GBookmarkFile parser for the 2008-08-31 Emmanuele Bassi <ebassi@gnome.org> * glib/gbookmarkfile.c: (parse_bookmark_element), (parse_application_element), (parse_mime_type_element), (parse_icon_element): Relax the attributes checking of the GBookmarkFile parser for the attributes that the desktop bookmark file specification defines and controls. (See bug 550096) svn path=/branches/glib-2-16/; revision=7417 31 August 2008, 19:47:38 UTC
4ba8781 Merge r7323 from trunk 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=/branches/glib-2-16/; revision=7324 08 August 2008, 09:33:59 UTC
0adb625 Bump version svn path=/branches/glib-2-16/; revision=7219 20 July 2008, 03:41:52 UTC
8d0cba5 2.16.5 svn path=/branches/glib-2-16/; revision=7217 20 July 2008, 03:40:06 UTC
a670fe2 Fix the build svn path=/branches/glib-2-16/; revision=7216 20 July 2008, 03:10:56 UTC
14d1b6e Updates svn path=/branches/glib-2-16/; revision=7215 20 July 2008, 02:59:00 UTC
9cf8319 543504 – crash in Epiphany Web Browser: Opening local file * gappinfo.c: * gasyncresult.c: * gdesktopappinfo.c: * gdrive.c: * gfile.c: * gicon.c: * gloadableicon.c: * gmount.c: * gseekable.c: * gvolume.c: Register types thread-safely. Patch by Christian Persch svn path=/branches/glib-2-16/; revision=7214 20 July 2008, 02:52:44 UTC
4e9d167 Bug 543040 – async reading on dummy file will crash on GIO_USE_VFS=local Bug 543040 – async reading on dummy file will crash on GIO_USE_VFS=local * gfile.c (open_read_async_thread): Cope with read_fn being NULL. Reported by Lin Ma. svn path=/branches/glib-2-16/; revision=7213 20 July 2008, 02:49:45 UTC
a5ccc1f Bug 540616 – mem leak in filechooser button * gunixvolumemonitor.c (get_mount_for_mount_path): Free the mount entry. Reported by Chrisitan Persch svn path=/branches/glib-2-16/; revision=7212 20 July 2008, 02:47:15 UTC
3362be9 Set a sane default recursion limit of 8192 instead of 1000000. Patch by * glib/pcre/Makefile.am: Set a sane default recursion limit of 8192 instead of 1000000. Patch by Mart Raudsepp. svn path=/branches/glib-2-16/; revision=7211 20 July 2008, 02:41:36 UTC
91b142c Workaround AC_C_BIGENDIAN breakage in autoconf 2.61. svn path=/branches/glib-2-16/; revision=7210 20 July 2008, 02:36:20 UTC
0a7c39f Updated Traditional Chinese translation(Hong Kong). Updated Traditional 2008-07-13 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_HK.po: Updated Traditional Chinese translation(Hong Kong). * zh_TW.po: Updated Traditional Chinese translation(Taiwan). svn path=/branches/glib-2-16/; revision=7177 13 July 2008, 08:20:59 UTC
e676414 Merge from trunk: 2008-07-11 Tor Lillqvist <tml@novell.com> Merge from trunk: * glib-zip.in: Include also lib/gio-2.0.{lib,def} in the developer zipfile. svn path=/branches/glib-2-16/; revision=7176 11 July 2008, 07:17:58 UTC
fa1b036 Bump version svn path=/branches/glib-2-16/; revision=7134 02 July 2008, 02:11:51 UTC
c5e15e6 2.16.4 svn path=/branches/glib-2-16/; revision=7132 02 July 2008, 02:10:00 UTC
19b8def Add bug references svn path=/branches/glib-2-16/; revision=7128 01 July 2008, 13:38:36 UTC
e8d75f8 Bug 459905 – Bug in wcwidth data Bug 534085 – g_unichar_iswide_cjk() 2008-05-20 Behdad Esfahbod <behdad@gnome.org> Bug 459905 – Bug in wcwidth data Bug 534085 – g_unichar_iswide_cjk() has a totally wrong table * glib/guniprop.c (g_unichar_iswide), (g_unichar_iswide_cjk): Regenrate wide and wide_cjk tables from Unicode 5.1.0 data directly. Not using Markus Kuhn's tables anymore. svn path=/branches/glib-2-16/; revision=7126 01 July 2008, 04:55:10 UTC
e3233aa Updates svn path=/branches/glib-2-16/; revision=7125 01 July 2008, 04:42:06 UTC
7bdd7be Apply fix for CVE-2008-2371 to fix a heap-based buffer overflow. * glib/pcre/pcre_compile.c: Apply fix for CVE-2008-2371 to fix a heap-based buffer overflow. svn path=/branches/glib-2-16/; revision=7124 01 July 2008, 03:29:08 UTC
9f08c18 Update to PCRE 7.7 svn path=/branches/glib-2-16/; revision=7122 01 July 2008, 03:23:36 UTC
cc76a63 Bug 537392 – Additional colon in xattr name 2008-06-10 Matthias Clasen <mclasen@redhat.com> Bug 537392 – Additional colon in xattr name * glocalfileinfo.c (set_xattr): Skip the second colon of the prefix, too. Reported by Alessandro Morandi svn path=/branches/glib-2-16/; revision=7121 01 July 2008, 02:49:59 UTC
67012be Bug 536641 – Filesystem querying in gio does not list AFS and autofs file systems * glocalfile.c (get_fs_type): Add afs and autofs. Patch by Danny Baumann. svn path=/branches/glib-2-16/; revision=7120 01 July 2008, 02:43:12 UTC
c800a9a Bug 528600 – g_dummy_file_get_parent("scheme://example.com/") * gdummyfile.c (g_dummy_file_get_parent): Return NULL if there is no parent. (Owen Taylor, patch by Christian Neumair) svn path=/branches/glib-2-16/; revision=7119 01 July 2008, 02:39:26 UTC
e34b0b5 do not leak the output stream. * gfile.c (g_file_replace_contents): do not leak the output stream. svn path=/branches/glib-2-16/; revision=7118 01 July 2008, 02:37:29 UTC
8af6c32 Bug 530196 – _g_local_file_has_trash_dir() doesn't handle st_dev == 0 * glocalfile.c (_g_local_file_has_trash_dir): Handle the case that st_dev might be zero. svn path=/branches/glib-2-16/; revision=7117 01 July 2008, 02:32:12 UTC
faf349a Bug 538119 – glib's mainloop leaks a pipe to sub-processes * glib/gmain.c (g_main_context_init_pipe): Don't leak the pipes to child processes. Patch by Thiago Macieira. svn path=/branches/glib-2-16/; revision=7116 30 June 2008, 22:45:33 UTC
695a864 Bug 502511 – g_assert_cmphex prints invalid message * glib/gtestutils.c (g_assertion_message_cmpnum): Actually print hex numbers in hex. Pointed out by Tor Lillqvist svn path=/branches/glib-2-16/; revision=7115 30 June 2008, 22:40:13 UTC
281f4c5 Bug 314453 – Nautilus crashes in Solaris when browsing the attached file * glib/gunicollate.c (g_utf8_collate_key): Handle strfxrm returning -1 a little better. Problem pointed out by Takao Fujiwara svn path=/branches/glib-2-16/; revision=7114 30 June 2008, 22:37:45 UTC
3602dcc Bug 529321 – make check fails in glib/pcre * glib/pcre/Makefile.am: include Makefile.decl to fix 'make check'. Patch by Hiroyuki Ikezoe svn path=/branches/glib-2-16/; revision=7113 30 June 2008, 22:25:21 UTC
ed3b351 Bug 536158 – also bump GHashTable version when a node is removed via g_hash_table_iter_remove()/g_hash_table_iter_steal() * glib/ghash.c (iter_remove_or_steal): Bump the hash table version. Patch by Jean-Yves Lefort svn path=/branches/glib-2-16/; revision=7112 30 June 2008, 22:19:07 UTC
1f2eb23 Apply type casts needed for proper compilation on 64-bit platforms. * glib/gslice.h (g_slice_copy): Apply type casts needed for proper compilation on 64-bit platforms. svn path=/branches/glib-2-16/; revision=7111 30 June 2008, 22:13:45 UTC
041dd6b Bug 540423 – unrecoverable error after g_seekable_truncate(seekable, 0, 2008-06-29 Matthias Clasen <mclasen@redhat.com> Bug 540423 – unrecoverable error after g_seekable_truncate(seekable, 0, ...) * gmemoryoutputstream.c (array_resize): Handle truncation to zero correctly. Reported by Akira Tagoh svn path=/branches/glib-2-16/; revision=7107 30 June 2008, 03:48:35 UTC
c69e10f Fix a doc problem svn path=/branches/glib-2-16/; revision=7105 30 June 2008, 03:06:56 UTC
408471e Bug 316221 - G_LOCK warns about breaking strict-aliasing rules * configure.in: * glib/gthread.h: Revert previous patch as it doesn't improve the situation and results in other warnings. svn path=/branches/glib-2-16/; revision=7063 20 June 2008, 11:28:11 UTC
0f1bae7 Bug 539074 - Cannot get exit status with g_spawn_command_line_sync() 2008-06-19 Tor Lillqvist <tml@novell.com> Bug 539074 - Cannot get exit status with g_spawn_command_line_sync() * glib/gspawn-win32-helper.c (main): Write also the exit status of the spawned process to the error report pipe. Patch by Hiroyuki Ikezoe. svn path=/branches/glib-2-16/; revision=7061 19 June 2008, 07:15:25 UTC
9aa9ad2 fixed race condition where references to partially initialized classes * gtype.c (g_type_class_ref): fixed race condition where references to partially initialized classes could be handed out. svn path=/branches/glib-2-16/; revision=7054 17 June 2008, 02:58:11 UTC
698bee8 Cosmetics. svn path=/branches/glib-2-16/; revision=6974 09 June 2008, 03:49:34 UTC
4f3922f Define X_OK if not defined (MSVC). 2008-06-07 Tor Lillqvist <tml@novell.com> * glib/gstdio.c (g_access): Define X_OK if not defined (MSVC). svn path=/branches/glib-2-16/; revision=6971 07 June 2008, 04:05:03 UTC
81aac64 Updated German translation 2008-05-31 Philipp Kerling <k.philipp@gmail.com> * de.po: Updated German translation svn path=/branches/glib-2-16/; revision=6966 31 May 2008, 08:29:07 UTC
663fe68 Mask out X_OK to avoid problem on Vista. X_OK was just ignored by access() 2008-05-30 Tor Lillqvist <tml@novell.com> * glib/gstdio.c (g_access) [Win32]: Mask out X_OK to avoid problem on Vista. X_OK was just ignored by access() in earlier Microsoft C libraries. (Which is fine as executability has little meaning on Windows.) The one on Vista returns an error if X_OK is passed. svn path=/branches/glib-2-16/; revision=6962 29 May 2008, 23:06:41 UTC
1077f0a wint_t is short on Windows, and gcc warns: "wint_t is promoted to int when 2008-05-29 Tor Lillqvist <tml@novell.com> * glib/gnulib/printf-args.c (printf_fetchargs): wint_t is short on Windows, and gcc warns: "wint_t is promoted to int when passed through ... (so you should pass int not wint_t to va_arg)." And indeed g_print("%C", L'a') crashes. So do as gcc says then. svn path=/branches/glib-2-16/; revision=6958 29 May 2008, 02:50:51 UTC
b833579 Fixup Tor's "build" svn:external commit. The svn:external was not actually 2008-05-17 Wouter Bolsterlee <wbolster@svn.gnome.org> * build: Fixup Tor's "build" svn:external commit. The svn:external was not actually removed, so this caused errors when updating. svn path=/branches/glib-2-16/; revision=6904 17 May 2008, 18:00:28 UTC
6ae9347 Don't include the "build" module with svn:externals any longer. Instead 2008-05-17 Tor Lillqvist <tml@novell.com> * build: Don't include the "build" module with svn:externals any longer. Instead add the still relevant directories and files from it for real here in GLib. svn path=/branches/glib-2-16/; revision=6896 17 May 2008, 01:47:29 UTC
b0cc5a4 Merged from trunk: 2008-05-14 Michael Natterer <mitch@imendio.com> Merged from trunk: * glib/gatomic.c: #include "config.h" before using G_ATOMIC_ARM. svn path=/branches/glib-2-16/; revision=6890 14 May 2008, 12:08:51 UTC
ea6d8aa A URI scheme must start with a letter, even if later more characters are 2008-05-13 Bastien Nocera <hadess@hadess.net> * gfile.c (has_valid_scheme): A URI scheme must start with a letter, even if later more characters are allowed (#532852) svn path=/branches/glib-2-16/; revision=6886 13 May 2008, 12:42:28 UTC
ac25ffa Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> 2008-05-09 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> svn path=/branches/glib-2-16/; revision=6881 09 May 2008, 19:56:17 UTC
451558c Avoid displaying mounts in a subdirectory not accessible to the user 2008-04-28 David Zeuthen <davidz@redhat.com> * gunixmounts.c (g_unix_mount_guess_should_display): Avoid displaying mounts in a subdirectory not accessible to the user (#526320). svn path=/branches/glib-2-16/; revision=6873 28 April 2008, 22:41:15 UTC
e053bb6 Bug 528752 - Win32 build and SSL not working 2008-04-21 Tor Lillqvist <tml@novell.com> Bug 528752 - Win32 build and SSL not working This bug report against libsoup points out an issue with the use of bitfields in the GIOChannel struct that should really be taken care of here in GLib. * configure.in: Add Autoconf variable GLIB_EXTRA_CFLAGS which will contain the -mms-bitfields flag on Windows. * glib-2.0.pc.in: Add it to Cflags. svn path=/branches/glib-2-16/; revision=6867 21 April 2008, 12:11:05 UTC
ffb22c6 Rework the timestamp checking code to protect against duplicate 2008-04-16 Matthias Clasen <mclasen@redhat.com> * xdgmime/xdgmime.c: Rework the timestamp checking code to protect against duplicate directories in XDG_DATA_DIRS. Fixes fd.o bug 12513, reported by Joe Shaw. svn path=/branches/glib-2-16/; revision=6860 16 April 2008, 22:00:30 UTC
7ab2e4a Partically revert the last commit after realizing that 2008-04-16 Matthias Clasen <mclasen@redhat.com> Partically revert the last commit after realizing that xdg_mime_media_type_equal doesn't have to init at all. * xdgmime/xdgmime.h: * xdgmime/xdgmime.c: Get rid of _xdg_mime_media_type_equal * xdgmime/xdgmimecache.c: Use xdg_mime_media_type_equal svn path=/branches/glib-2-16/; revision=6858 16 April 2008, 17:16:12 UTC
7352003 Use _-prefixed versions here, too. 2008-04-16 Matthias Clasen <mclasen@redhat.com> * xdgmime/xdgmime.c: Use _-prefixed versions here, too. svn path=/branches/glib-2-16/; revision=6856 16 April 2008, 17:07:40 UTC
8906af7 Avoid possible memory corruption in xdgmime, fd.o bug 12512, reported by 2008-04-16 Matthias Clasen <mclasen@redhat.com> Avoid possible memory corruption in xdgmime, fd.o bug 12512, reported by Joe Shaw and Federico Mena Quintero. * xdgmime/xdgmime.c(_xdg_mime_media_type_equal): Implement. (xdg_mime_media_type_equal): Turn into a wrapper around the _-prefixed version. * xdgmime/xdgmimecache.c: Use the _-prefixed versions of comparison functions throughout. svn path=/branches/glib-2-16/; revision=6855 16 April 2008, 16:56:38 UTC
6a1256c tolerate an empty TryExec= line without failing; nautilus used to create 2008-04-16 Michael Meeks <michael.meeks@novell.com> * gdesktopappinfo.c (g_desktop_app_info_new_from_filename): tolerate an empty TryExec= line without failing; nautilus used to create launchers with these in previous versions. Fixes #528433 svn path=/branches/glib-2-16/; revision=6852 16 April 2008, 16:47:41 UTC
0c7c9f0 configure.in glibconfig.h.win32.in Revert my changes for static build for 2008-04-11 Tor Lillqvist <tml@novell.com> * configure.in * glibconfig.h.win32.in * glib/gutils.c: Revert my changes for static build for Win32 from 2008-04-03--04. They were not complete and it's not apropriate to do changes like that in the stable branch anyway. I will continue that effort in trunk. svn path=/branches/glib-2-16/; revision=6849 11 April 2008, 15:28:53 UTC
7faf009 Don't leak apps_by_name in GBookmarkFile metadata items 2008-04-09 Federico Mena Quintero <federico@novell.com> Merged from trunk: * glib/gbookmarkfile.c (bookmark_metadata_free): Don't leak the apps_by_name hash table if the applications list is empty. Signed-off-by: Federico Mena Quintero <federico@gnu.org> svn path=/branches/glib-2-16/; revision=6847 09 April 2008, 20:22:12 UTC
d386e07 In g_app_info_create_from_commandline set comment after name. Fixes 2008-04-09 Padraig O'Briain <padraig.obriain@sun.com> * gdesktopappinfo.c: In g_app_info_create_from_commandline set comment after name. Fixes #527132. svn path=/branches/glib-2-16/; revision=6845 09 April 2008, 15:00:08 UTC
60916ca Doc update 2008-04-08 Tomas Bzatek <tbzatek@redhat.com> * gfile.c: (g_file_replace): Doc update svn path=/branches/glib-2-16/; revision=6842 08 April 2008, 15:59:47 UTC
2754f7c Bump version svn path=/branches/glib-2-16/; revision=6840 08 April 2008, 04:59:38 UTC
0c88157 2.16.3 svn path=/branches/glib-2-16/; revision=6838 08 April 2008, 04:55:38 UTC
09dcadd Update svn path=/branches/glib-2-16/; revision=6837 08 April 2008, 04:26:43 UTC
165adcb Updates svn path=/branches/glib-2-16/; revision=6836 08 April 2008, 03:39:05 UTC
4602983 Bug 491554 – Update to Unicode 5.1.0 2008-04-07 Matthias Clasen <mclasen@redhat.com> Bug 491554 – Update to Unicode 5.1.0 * glib/gunichartables.h: * glib/gunicode.h: * glib/gunibreak.h: * glib/gmirroringtable.h: * glib/gscripttable.h: * glib/gen-script-table.pl: Update to Unicode 5.1.0. Patch by Behdad Esfahbod svn path=/branches/glib-2-16/; revision=6835 08 April 2008, 03:03:47 UTC
3186f52 Bug 526619 – make test-report crash * glib/gtester.c: Allocate enough space for argv. Patch by Hiroyuki Ikezoe svn path=/branches/glib-2-16/; revision=6833 08 April 2008, 02:23:49 UTC
118e24c Bug 526796 – Wrong order of arguments in g_file_copy's fallback 2008-04-07 Matthias Clasen <mclasen@redhat.com> Bug 526796 – Wrong order of arguments in g_file_copy's fallback * gfile.c (file_copy_fallback): Fix the argument order. Patch by Christian Kellner. svn path=/branches/glib-2-16/; revision=6831 08 April 2008, 02:04:34 UTC
5be1985 Credits update according to #522335#c6. svn path=/branches/glib-2-16/; revision=6828 07 April 2008, 08:37:16 UTC
f17611f Make the fix for bug 448943 work. 2008-04-04 Matthias Clasen <mclasen@redhat.com> * glib/gmain.c: Make the fix for bug 448943 work. svn path=/branches/glib-2-16/; revision=6827 04 April 2008, 13:07:09 UTC
1916e11 Don't list the user directory as a mount, fix potential issue when other 2008-04-04 Sebastien Bacher <seb128@ubuntu.com> * gunixmounts.c: (g_unix_mount_guess_should_display): Don't list the user directory as a mount, fix potential issue when other users have a similar naming and don't special case the gvfs mounts there since that's not required (#525866) svn path=/branches/glib-2-16/; revision=6824 04 April 2008, 07:33:42 UTC
ab526ed Make sure we don't build both shared and static at the same time on 2008-04-04 Tor Lillqvist <tml@novell.com> * configure.in: Make sure we don't build both shared and static at the same time on Windows. Put a #define for GLIB_STATIC_COMPILATION into glibconfig.h in the static case, so that the use of variables from libglib gets the GLIB_VAR macro in gtypes.h automatically correct. This means that a shared and static build of GLib can't be installed in the same prefix on Windows, which sucks a bit. But with variables in the GLib API, there isn't much we can do otherwise. The alternative would be to force the developer who compiles against a statically built GLib to use -DGLIB_STATIC_COMPILATION. * glibconfig.h.win32.in: Define GLIB_STATIC_COMPILATION here also, if needed. svn path=/branches/glib-2-16/; revision=6823 03 April 2008, 22:46:26 UTC
a9a06b7 Don't enforce shared library build only on Windows. It might well make 2008-04-03 Tor Lillqvist <tml@novell.com> * configure.in: Don't enforce shared library build only on Windows. It might well make sense to build static libraries in some use cases. * glib/gutils.c: Don't compile the DllMain if building libglib statically. Also in that case don't return NULL from _glib_get_installation_directory(), but return the installation directory of the program's .exe file. svn path=/branches/glib-2-16/; revision=6819 03 April 2008, 20:19:07 UTC
b6b9e91 Bug 525972 - UCS-4 not in the new win_iconv implementation 2008-04-03 Tor Lillqvist <tml@novell.com> Bug 525972 - UCS-4 not in the new win_iconv implementation * glib/win_iconv.c: Add UCS-4. Also add spelling of UCS-2 without the hyphen. svn path=/branches/glib-2-16/; revision=6817 03 April 2008, 15:01:35 UTC
2e33dc0 Bug 448943 – g_timeout_add_seconds() problems 2008-04-03 Matthias Clasen <mclasen@redhat.com> Bug 448943 – g_timeout_add_seconds() problems * glib/gmain.c (g_timeout_set_expiration): Prevent expiration time going negative. Reported by Cody Russell, analyzed by Olivier Crete, patch by Sjoerd Simons. svn path=/branches/glib-2-16/; revision=6815 03 April 2008, 04:53:46 UTC
7325c24 Bug 524314 - g_convert() on Win32 implicitly converts full width 2008-04-02 Tor Lillqvist <tml@novell.com> Bug 524314 - g_convert() on Win32 implicitly converts full width alphanumerics into half width * glib/win_iconv.c: Update from Yukihiro Nakadaira. Use WC_NO_BEST_FIT_CHARS flag for WideCharToMultiByte() unless the //translit flag was suffixed to the codeset name. * glib/gconvert.c: Include win_iconv.c earlier so that its definition of WINVER before it includes <windows.h> is used. svn path=/branches/glib-2-16/; revision=6809 02 April 2008, 02:48:21 UTC
384b1ba cs.po: Updated Czech translation. svn path=/branches/glib-2-16/; revision=6807 01 April 2008, 23:54:41 UTC
9300855 Bump version svn path=/branches/glib-2-16/; revision=6805 31 March 2008, 22:13:02 UTC
8b04a7f 2.16.2 svn path=/branches/glib-2-16/; revision=6803 31 March 2008, 22:11:19 UTC
351ca87 Don't leak parent. (From trunk) 2008-03-31 Alexander Larsson <alexl@redhat.com> * glocalfile.c (get_parent): Don't leak parent. (From trunk) svn path=/branches/glib-2-16/; revision=6802 31 March 2008, 20:05:56 UTC
66e0758 More updates svn path=/branches/glib-2-16/; revision=6800 31 March 2008, 19:49:16 UTC
08b47d5 Read readdir() info in chunks (of 1000) and sort the chunks by inode 2008-03-31 Alexander Larsson <alexl@redhat.com> * glocalfileenumerator.c: Read readdir() info in chunks (of 1000) and sort the chunks by inode before stat:ing. This is a 20% performance increase in testing gvfs-ls on /usr/bin with cold cache. (From trunk) svn path=/branches/glib-2-16/; revision=6798 31 March 2008, 19:21:32 UTC
b22b86b Improve fix for #525192 below: Use SleepEx() so that the sleep is 2008-03-31 Tor Lillqvist <tml@novell.com> * glib/gmain.c (g_poll): Improve fix for #525192 below: Use SleepEx() so that the sleep is alertable. Thanks to John Ehresman. svn path=/branches/glib-2-16/; revision=6795 31 March 2008, 18:07:15 UTC
49bf006 Update docs for g_memory_output_stream_get_size. 2008-03-31 Alexander Larsson <alexl@redhat.com> * gmemoryoutputstream.c: Update docs for g_memory_output_stream_get_size. svn path=/branches/glib-2-16/; revision=6793 31 March 2008, 13:53:27 UTC
back to top