commit 9d54f806e5668dfb6c7077db8ebf6abe23ba5320 Author: Allison Ryan Lortie AuthorDate: Tue Feb 16 06:35:12 2016 -0500 Commit: Allison Ryan Lortie CommitDate: Tue Feb 16 06:35:12 2016 -0500 GLib 2.47.6 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 5918f9609e38d97c6cd67129bfc4729cc2bb88e3 Author: Matthias Clasen AuthorDate: Mon Feb 15 15:53:06 2016 -0500 Commit: Matthias Clasen CommitDate: Mon Feb 15 15:53:06 2016 -0500 Updates NEWS | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) commit 3f29f7272c1776997c013b78600700ffab3d7738 Author: Chao-Hsiung Liao AuthorDate: Sat Feb 13 06:37:02 2016 +0000 Commit: GNOME Translation Robot CommitDate: Sat Feb 13 06:37:02 2016 +0000 Updated Chinese (Taiwan) translation po/zh_TW.po | 469 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 242 insertions(+), 227 deletions(-) commit 4a213a2fed57159a1689b0be9c120eba98287131 Author: Anders Jonsson AuthorDate: Fri Feb 12 22:26:43 2016 +0000 Commit: GNOME Translation Robot CommitDate: Fri Feb 12 22:26:43 2016 +0000 Updated Swedish translation po/sv.po | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) commit 1964a8726b06237f751b2aa8b2a3fcd2ce555c44 Author: Emmanuele Bassi AuthorDate: Wed Feb 10 22:37:41 2016 +0000 Commit: Emmanuele Bassi CommitDate: Wed Feb 10 22:37:41 2016 +0000 macros: Fix Clang attribute detection For attributes we have to use __has_attribute(). https://bugzilla.gnome.org/show_bug.cgi?id=761843 glib/gmacros.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit c7f540b9e98bca42fc2207c16425ac326edf8ab3 Author: Rafael Fontenelle AuthorDate: Wed Feb 10 17:31:53 2016 +0000 Commit: GNOME Translation Robot CommitDate: Wed Feb 10 17:31:53 2016 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) commit 0817af40e8c74c721c30f6ef482b1f53d12044c7 Author: coypu AuthorDate: Mon Feb 8 00:06:06 2016 +0200 Commit: Colin Walters CommitDate: Mon Feb 8 10:26:58 2016 +0100 gdate: Suppress string format literal warning Newer versions of GCC emit an error here, but we know it's safe. https://bugzilla.gnome.org/761550 glib/gdate.c | 3 +++ 1 file changed, 3 insertions(+) commit ac84fbfca370539094a99a3471c9d489d003ba90 Author: Piotr Drąg AuthorDate: Sat Feb 6 15:43:33 2016 +0100 Commit: Piotr Drąg CommitDate: Sat Feb 6 15:43:33 2016 +0100 Updated Polish translation po/pl.po | 481 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 249 insertions(+), 232 deletions(-) commit 30ff647a7cb8323ac96614a8f65900efb6092292 Author: Dušan Kazik AuthorDate: Sat Feb 6 14:18:18 2016 +0000 Commit: GNOME Translation Robot CommitDate: Sat Feb 6 14:18:18 2016 +0000 Updated Slovak translation po/sk.po | 1216 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 788 insertions(+), 428 deletions(-) commit 19fd89f8db75928038929f9ea6d918c5f5deb1a5 Author: Ignacio Casal Quinteiro AuthorDate: Fri Feb 5 12:05:02 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Fri Feb 5 12:05:02 2016 +0100 registrybackend: avoid adding a new child when we return the root gio/gregistrysettingsbackend.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) commit 63b0f1087d4e4d209b5db53c6abf18dc1fdcf9a2 Author: Ignacio Casal Quinteiro AuthorDate: Fri Feb 5 11:38:05 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Fri Feb 5 11:39:30 2016 +0100 registrybackend: another cleanup creating a registry cache item gio/gregistrysettingsbackend.c | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) commit c73e9fc36acbbd9f37bf23af913631d23fcbbe7e Author: Ignacio Casal Quinteiro AuthorDate: Fri Feb 5 11:14:24 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Fri Feb 5 11:14:24 2016 +0100 registrybackend: use registry_cache_add_item instead of creating manually gio/gregistrysettingsbackend.c | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) commit bd3dd1cd48bdc5c46598a6ef5649c55557cb276a Author: Ignacio Casal Quinteiro AuthorDate: Mon Feb 1 17:17:47 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Fri Feb 5 10:44:45 2016 +0100 registrybackend: get whether a key is writable or not gio/gregistrysettingsbackend.c | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) commit 604ca891769c664273beb519f315c6c327f48478 Author: Руслан Ижбулатов AuthorDate: Fri Feb 5 09:40:30 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Fri Feb 5 09:40:30 2016 +0100 registrybackend: do convert values to UTF-16 Perform conversion before writing a value out of the cache into the registry, and convert back when reading a value into the cache out of the registry. The registry holds UTF-8 strings. gio/gregistrysettingsbackend.c | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) commit c4d943186e2709a975c574dfb396b911ca988a55 Author: Руслан Ижбулатов AuthorDate: Fri Feb 5 09:39:21 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Fri Feb 5 09:39:21 2016 +0100 registrybackend: fix memory leak gio/gregistrysettingsbackend.c | 4 ++++ 1 file changed, 4 insertions(+) commit b8fc289e8fa126fec89d5b753bb05f80a75d57d9 Author: Ignacio Casal Quinteiro AuthorDate: Thu Feb 4 12:44:11 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Thu Feb 4 12:44:11 2016 +0100 registrybackend: remove useless include gio/gregistrysettingsbackend.c | 1 - 1 file changed, 1 deletion(-) commit 74442a0b8c59adf110b9072ac50955f45f59130c Author: Ignacio Casal Quinteiro AuthorDate: Thu Feb 4 11:16:45 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Thu Feb 4 11:16:45 2016 +0100 registrybackend: do not leak self if there are no items gio/gregistrysettingsbackend.c | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) commit dc97bb9b9b0ee0e0566d6a9752e06694f8e4985b Author: Ignacio Casal Quinteiro AuthorDate: Tue Feb 2 13:12:22 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Thu Feb 4 11:02:46 2016 +0100 registrybackend: handle readability of the keys If a key is removed or it cannot be read anymore we should notify the backend about it so it fallbacks to the default value. gio/gregistrysettingsbackend.c | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) commit 05dd91a0b6cc8d036d1ef2c0ad457c966223989e Author: Ignacio Casal Quinteiro AuthorDate: Thu Feb 4 08:39:24 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Thu Feb 4 08:59:59 2016 +0100 registrybackend: use unicode calls intead of the ansi ones https://bugzilla.gnome.org/show_bug.cgi?id=761504 gio/gregistrysettingsbackend.c | 107 ++++++++++++++++++++++++++++++----------- 1 file changed, 79 insertions(+), 28 deletions(-) commit 7161d709555c655827118c02b58b2f6f376883da Author: Ignacio Casal Quinteiro AuthorDate: Thu Feb 4 07:55:25 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Thu Feb 4 07:55:25 2016 +0100 registrybackend: remove useless get_permission override The base class does the same gio/gregistrysettingsbackend.c | 8 -------- 1 file changed, 8 deletions(-) commit 259a61ed2d71d517d538b74d0ce9814bd1e09168 Author: Ignacio Casal Quinteiro AuthorDate: Wed Feb 3 19:19:50 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Wed Feb 3 19:19:50 2016 +0100 registrybackend: pass the event to the cache update This way the registry cache has more control to specify what has changed. gio/gregistrysettingsbackend.c | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) commit e3189527dc1ae5da614c5f4693d1240395e093b8 Author: Rico Tzschichholz AuthorDate: Wed Feb 3 18:12:04 2016 +0100 Commit: Rico Tzschichholz CommitDate: Wed Feb 3 18:13:49 2016 +0100 gio/gobject: Various introspection fixes gio/gdbusaddress.c | 4 ++-- gobject/gclosure.c | 2 +- gobject/gsignal.c | 2 +- gobject/gvaluetypes.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) commit c7ea434e2ce4e12a7d92dfbdff2b1e4002d78975 Author: Ignacio Casal Quinteiro AuthorDate: Wed Feb 3 13:07:52 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Wed Feb 3 13:10:09 2016 +0100 registrybackend: properly propagate the partial key name gio/gregistrysettingsbackend.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) commit 7522d5c9828da1dea86cc9878cd08c485290949f Author: Matej Urbančič AuthorDate: Tue Feb 2 17:50:11 2016 +0100 Commit: Matej Urbančič CommitDate: Tue Feb 2 17:50:11 2016 +0100 Updated Slovenian translation po/sl.po | 345 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 181 insertions(+), 164 deletions(-) commit 927a4ed2f435cc7561b489807706f5f6da0fba23 Author: Rico Tzschichholz AuthorDate: Tue Feb 2 11:13:08 2016 +0100 Commit: Rico Tzschichholz CommitDate: Tue Feb 2 17:38:05 2016 +0100 gstring: Explictly annotate return-values with (transfer none/full) https://bugzilla.gnome.org/show_bug.cgi?id=744570 glib/gstring.c | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) commit f1a5e394b05e6f69a3926df960c623c57494a4e2 Author: Ignacio Casal Quinteiro AuthorDate: Tue Feb 2 14:48:22 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Tue Feb 2 14:48:22 2016 +0100 registrybackend: rename touched flag to readable This is a flag used to understand if a key exists on the registry and if it is readable. It makes more sense to rename it as readable since anyway a key that does not exists anymore is a key that is not readable. gio/gregistrysettingsbackend.c | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) commit 5cc997f7c4d521bf824855c3a63b568186cbeb52 Author: Ignacio Casal Quinteiro AuthorDate: Tue Feb 2 09:15:10 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Tue Feb 2 11:08:50 2016 +0100 registrybackend: close the key only if successfully opened gio/gregistrysettingsbackend.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit bf3f827ca1805519405904b4b929348510aa5b61 Author: Ignacio Casal Quinteiro AuthorDate: Tue Feb 2 08:25:29 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Tue Feb 2 11:08:42 2016 +0100 registrybackend: use ptr_array_new_with_free_func gio/gregistrysettingsbackend.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) commit 9098a7f9271492d1e1c359fdfec25da804f5bda2 Author: Ignacio Casal Quinteiro AuthorDate: Mon Feb 1 17:17:35 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Tue Feb 2 11:04:56 2016 +0100 registrybackend: minor style cleanup gio/gregistrysettingsbackend.c | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) commit d268d9f86ad39328a20567ffa8b6e1cc7e1d0205 Author: Rico Tzschichholz AuthorDate: Mon Nov 23 11:16:29 2015 +0100 Commit: Rico Tzschichholz CommitDate: Tue Feb 2 10:15:04 2016 +0100 socket: Fix annotation of g_socket_receive_message https://bugzilla.gnome.org/show_bug.cgi?id=761337 gio/gsocket.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit ec173eb654cf054198dd4b21d87f1c750e5c3c98 Author: Rico Tzschichholz AuthorDate: Sat Jan 30 20:57:44 2016 +0100 Commit: Rico Tzschichholz CommitDate: Tue Feb 2 10:11:08 2016 +0100 application: Fix annoation of g_application_add_option_group https://bugzilla.gnome.org/show_bug.cgi?id=761337 gio/gapplication.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 169cfb250f2571624c57d074b829ca4005509ee6 Author: Ignacio Casal Quinteiro AuthorDate: Mon Feb 1 14:25:05 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Mon Feb 1 14:25:05 2016 +0100 registrybackend: avoid signed/unsigned comparison warnings gio/gregistrysettingsbackend.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) commit b0776ddd1850f5ca91fe50c11311fe5c9c90cf53 Author: Ignacio Casal Quinteiro AuthorDate: Mon Feb 1 14:24:46 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Mon Feb 1 14:24:46 2016 +0100 registrybackend: use G_DECLARE_FINAL_TYPE gio/gregistrysettingsbackend.c | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) commit 2d7cac366db997e67b7cdfb0538f6454538e0dce Author: Alexander Shopov AuthorDate: Mon Feb 1 06:20:03 2016 +0200 Commit: Alexander Shopov CommitDate: Mon Feb 1 06:21:09 2016 +0200 Updated Bulgarian translation po/bg.po | 1128 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 574 insertions(+), 554 deletions(-) commit 9183960df2ea975dc77595f7b408bf1d9254cd64 Author: Daniel Mustieles AuthorDate: Sun Jan 31 22:25:10 2016 +0100 Commit: Daniel Mustieles CommitDate: Sun Jan 31 22:25:10 2016 +0100 Updated Spanish translation po/es.po | 109 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 57 insertions(+), 52 deletions(-) commit c5931d1a16454eb0783d616ded6f33877b1e537f Author: Hashem Nasarat AuthorDate: Sun Jan 31 12:51:21 2016 -0500 Commit: Hashem Nasarat CommitDate: Sun Jan 31 12:54:28 2016 -0500 docs: fix grammar in Writing GLib Applications/Threads docs/reference/glib/programming.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 95dd373024901afdf31c020a2cc7966032b18866 Author: Sébastien Wilmet AuthorDate: Wed Apr 15 14:28:05 2015 +0200 Commit: Sébastien Wilmet CommitDate: Thu Jan 28 20:31:53 2016 +0100 docs: better documentation for g_file_info_copy_into() The documentation of g_file_info_copy_into() was misleading. The attributes are not just copied, @dest_info is also cleared at the beginning. So any previously set attributes in @dest_info are lost. There was a bug in gedit about this function, where some metadata were not saved. So it might make sense to change the implementation to not clear @dest_info, and copy one by one the attributes from @src_info to @dest_info. https://bugzilla.gnome.org/show_bug.cgi?id=747927 gio/gfileinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit f14052461b47653213cbcbbca8eaba16ee38ca32 Author: Sébastien Wilmet AuthorDate: Wed Apr 15 15:00:18 2015 +0200 Commit: Sébastien Wilmet CommitDate: Thu Jan 28 18:49:28 2016 +0100 docs: GRegex: @start_position is in bytes The start_position arguments are passed to pcre_exec() as the startoffset, which is in bytes (not characters). I had recently a doubt about this, so it's better to document it. https://bugzilla.gnome.org/show_bug.cgi?id=747927 glib/gregex.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit a4ed89bf75190631087596be22f9eb10dc6e53ef Author: Sébastien Wilmet AuthorDate: Wed Apr 15 14:53:16 2015 +0200 Commit: Sébastien Wilmet CommitDate: Thu Jan 28 18:49:28 2016 +0100 docs: improve doc of g_file_info_list_attributes() The name_space can be NULL. https://bugzilla.gnome.org/show_bug.cgi?id=747927 gio/gfileinfo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit dfd74a271db84726e114b1b891d6d39bd9925f5b Author: Chun-wei Fan AuthorDate: Thu Jan 28 15:55:11 2016 +0800 Commit: Chun-wei Fan CommitDate: Thu Jan 28 15:55:11 2016 +0800 gwin32.c: Avoid a GCC warning Add a pair of braces to make things more clear, to avoid a warning when -Wparentheses is used. Reported by Ignacio Casel Quinteiro. glib/gwin32.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) commit 42699e37bea10fc51dd1a79888dfd8edae84c70a Author: Matthias Clasen AuthorDate: Wed Jan 27 21:05:31 2016 -0500 Commit: Matthias Clasen CommitDate: Wed Jan 27 21:05:31 2016 -0500 gio: Include filename in error message I'm tired of seeing 'No such file or directory' in the logs without a hint as to what is actually wrong. Including the filename here may help me tracking down a bug in the continuous infrastructure. gio/glocalfileenumerator.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) commit d20e88fd114afb5cce17699ac2afea440a30f87d Author: Chun-wei Fan AuthorDate: Tue Jan 26 23:23:42 2016 +0800 Commit: Chun-wei Fan CommitDate: Tue Jan 26 23:23:42 2016 +0800 gwinhttpfile.c: Fix build on Visual Studio Visual Studio, at least the older versions, cannot use L on macros which are defined as a constant string, plus the L must be applied to all string literals here. This does not look nice, but this is life... gio/win32/gwinhttpfile.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 56b0454ba560f693c96abe437952f19b372d90dc Author: Ignacio Casal Quinteiro AuthorDate: Tue Jan 26 15:41:08 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Tue Jan 26 15:41:08 2016 +0100 registrybackend: fix warning gio/gregistrysettingsbackend.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit b57eac68e5d27c44f1e2c1836d56bcd8d64b836d Author: Ignacio Casal Quinteiro AuthorDate: Tue Jan 26 15:22:48 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Tue Jan 26 15:22:48 2016 +0100 registrybackend: fix double-free error gio/gregistrysettingsbackend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit df1ffe7e27927606cfefc94cdbb28fb660411749 Author: Ignacio Casal Quinteiro AuthorDate: Tue Jan 26 14:35:31 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Tue Jan 26 14:35:31 2016 +0100 registrybackend: remove :( from messages gio/gregistrysettingsbackend.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 0200e4036c162476089c9359dd97d1c25b372840 Author: Ignacio Casal Quinteiro AuthorDate: Tue Jan 26 13:26:41 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Tue Jan 26 13:26:41 2016 +0100 registrybackend: simplify g_message_win32_error gio/gregistrysettingsbackend.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) commit bc85dee6b3f403f94b742461427903069aa00621 Author: Ignacio Casal Quinteiro AuthorDate: Tue Jan 26 13:19:56 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Tue Jan 26 13:19:56 2016 +0100 registrybackend: do not accept 0 as a windows error We might end up removing from the error stack the wrong error and this might be missleading gio/gregistrysettingsbackend.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) commit bad7e4a1149b9bad2385fe1818040f55f3e385c5 Author: Ignacio Casal Quinteiro AuthorDate: Tue Jan 26 13:15:51 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Tue Jan 26 13:15:51 2016 +0100 registrybackend: do not leak the watch data in case of failure gio/gregistrysettingsbackend.c | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) commit 9e805ffd4381cded7a53e29dc66d4a4b6d2b152d Author: Ignacio Casal Quinteiro AuthorDate: Tue Jan 26 10:57:44 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Tue Jan 26 12:55:55 2016 +0100 winiconv: update to upstream version To update this code you need to fetch the last version of the code from: https://github.com/win-iconv/win-iconv Then you need to ensure 3 things: - the line ends are in unix format - some of the methods do not expose a const on the prototype refer to the commit b8c13a01b6bd5601eb3519dd3b20daed4bbc2e72 on how to fix it - fix one uninitialized variable if not yet fixed upstream refer to 7e0cb48dee9a8ecd87d403b7941ad3209eee658c https://bugzilla.gnome.org/show_bug.cgi?id=761126 glib/win_iconv.c | 616 +++++++++++++++++++++++++++++++++---------------------- 1 file changed, 371 insertions(+), 245 deletions(-) commit 31aab1bd429605a54d3763e3bd0c96b8da45fe38 Author: Ignacio Casal Quinteiro AuthorDate: Tue Jan 26 12:53:56 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Tue Jan 26 12:53:56 2016 +0100 registrybackend: do not leak key and event if it cannot add the watch gio/gregistrysettingsbackend.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit a92d97ff1f61cf84289b1be2891c45cdf47298ed Author: Ignacio Casal Quinteiro AuthorDate: Tue Jan 26 12:21:48 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Tue Jan 26 12:21:48 2016 +0100 registrybackend: more style fixes This is the never ending story gio/gregistrysettingsbackend.c | 137 +++++++++++++++++++++-------------------- 1 file changed, 71 insertions(+), 66 deletions(-) commit 1b5b0eff9a9d058d6db88109c524c352e118d98f Author: Ignacio Casal Quinteiro AuthorDate: Tue Jan 26 12:02:18 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Tue Jan 26 12:02:18 2016 +0100 registrybackend: fix possible crash if cache_node is NULL gio/gregistrysettingsbackend.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit 67f6ede3e5cd5a99bb5d3c09df82224a67f2df66 Author: Ignacio Casal Quinteiro AuthorDate: Tue Jan 26 11:46:37 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Tue Jan 26 11:46:51 2016 +0100 registrybackend: remove space before ++ gio/gregistrysettingsbackend.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) commit 8f7aa273dea5d127249cb76d2f8a2ccc43802d28 Author: Ignacio Casal Quinteiro AuthorDate: Tue Jan 26 11:42:05 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Tue Jan 26 11:42:33 2016 +0100 registrybackend: fix possible mem leak If the parameters do not validate we would leak the memory. gio/gregistrysettingsbackend.c | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) commit 305a9b12c974fa963f19fba42efeaeaabf7f5aae Author: Ignacio Casal Quinteiro AuthorDate: Tue Jan 26 10:13:02 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Tue Jan 26 10:13:02 2016 +0100 winhttpfile: use glib format string macro Like this we avoid some downstream patching for msys2 gio/win32/gwinhttpfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a89629db1db6893a20cc52dbe85d2e89a4ba285f Author: Ignacio Casal Quinteiro AuthorDate: Tue Jan 26 10:10:39 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Tue Jan 26 10:10:39 2016 +0100 registrybackend: use the glib format string macro gio/gregistrysettingsbackend.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit a159bc939d6068c16b5096a4085b7b669cc5ca40 Author: Ignacio Casal Quinteiro AuthorDate: Tue Jan 26 09:00:35 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Tue Jan 26 09:00:35 2016 +0100 registrybackend: more cleanups gio/gregistrysettingsbackend.c | 75 +++++++++++++++++++++++++----------------- 1 file changed, 45 insertions(+), 30 deletions(-) commit 7256f2289a844ad7a4ec09e73eaaad47df601431 Author: Ignacio Casal Quinteiro AuthorDate: Mon Jan 25 16:12:59 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Mon Jan 25 16:12:59 2016 +0100 registrybackend: more cleanups gio/gregistrysettingsbackend.c | 138 +++++++++++++++++++++++------------------ 1 file changed, 78 insertions(+), 60 deletions(-) commit a5e819c4c3eee7a27e162d2277cfed7e5feb2195 Author: Ignacio Casal Quinteiro AuthorDate: Mon Jan 25 16:01:45 2016 +0100 Commit: Ignacio Casal Quinteiro CommitDate: Mon Jan 25 16:02:03 2016 +0100 registrybackend: style fixes gio/gregistrysettingsbackend.c | 425 ++++++++++++++++++++--------------------- 1 file changed, 210 insertions(+), 215 deletions(-) commit 3a201128c2775f49bb1c211059c2c0ae7c320a00 Author: Balázs Meskó AuthorDate: Mon Jan 25 11:58:07 2016 +0000 Commit: GNOME Translation Robot CommitDate: Mon Jan 25 11:58:07 2016 +0000 Updated Hungarian translation po/hu.po | 156 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 80 insertions(+), 76 deletions(-) commit 192781d4b5250b678c3ea6f28af878e9817f46c9 Author: Sebastian Geiger AuthorDate: Sun Jan 24 18:53:59 2016 +0100 Commit: Sebastian Geiger CommitDate: Sun Jan 24 22:04:33 2016 +0100 gregex: improve documentation for g_regex_new glib/gregex.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 8c263008bbd9c1ce221276229e548d7b15dcb0d0 Author: Philip Withnall AuthorDate: Mon Jan 11 14:23:45 2016 +0000 Commit: Philip Withnall CommitDate: Sun Jan 24 14:44:44 2016 +0000 build: Calculate ABS_GLIB_RUNTIME_LIBDIR at build time Rather than calculating it at configure time. This means it can expand $libdir properly, and use the Make $(realpath) function rather than invoking the non-portable `readlink -f`. This fixes problems where `readlink` would be called on an invalid path (due to a variable not being expanded) and would evaluate to "", which would then cause things to be installed in the wrong place. https://bugzilla.gnome.org/show_bug.cgi?id=744772 configure.ac | 4 ---- gio/Makefile.am | 6 ++++++ glib/Makefile.am | 13 +++++++++++++ gobject/Makefile.am | 14 ++++++++++++++ 4 files changed, 33 insertions(+), 4 deletions(-) commit 57f9c590f94bd74d1b3b72656fd1cc1c76000980 Author: Chun-wei Fan AuthorDate: Tue Jan 19 13:03:41 2016 +0800 Commit: Chun-wei Fan CommitDate: Wed Jan 20 17:20:27 2016 +0800 Visual Studio builds: Include pcre_version.c in build ... for builds using the PCRE bundled with the GLib sources, so that pcre_version() will also be defined, and be exported so that the regex test program will properly link when the bundled PCRE sources are used. This is a follow-up commit to 476f30a. build/win32/vs10/glib-build-defines.props | 6 +++++- build/win32/vs10/glib.vcxproj.filtersin | 3 +++ build/win32/vs10/glib.vcxprojin | 14 ++++++++++++++ build/win32/vs9/glib-build-defines.vsprops | 4 ++++ build/win32/vs9/glib.vcprojin | 10 ++++++++++ 5 files changed, 36 insertions(+), 1 deletion(-) commit 3c0cddfe80990a653ff7b38e1701d3950df642b6 Author: Philip Withnall AuthorDate: Tue Jan 19 17:02:03 2016 +0000 Commit: Philip Withnall CommitDate: Tue Jan 19 17:10:40 2016 +0000 gdbusobjectmanagerserver: Clarify recommended ObjectManager paths Otherwise people might try to export the object manager at ‘/’, which doesn’t work. And I have no intention of making it work. https://bugzilla.gnome.org/show_bug.cgi?id=760852 gio/gdbusobjectmanagerserver.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) commit 1725580f2653290c889140b1366103134acb79ad Author: Philip Withnall AuthorDate: Tue Jan 19 17:01:14 2016 +0000 Commit: Philip Withnall CommitDate: Tue Jan 19 17:01:14 2016 +0000 gdbusobjectmanagerserver: Convert a DocBook link to Markdown gio/gdbusobjectmanagerserver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)