commit 956078a3cf703b3de5117659a50fae1bc00e8c20 Author: Руслан Ижбулатов Date: Sat Oct 31 22:47:43 2015 +0000 Fix unused status variable in main() https://bugzilla.gnome.org/show_bug.cgi?id=710076 csslint/csslint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f09307d1d467e0c25bd6f00bd689fdd5b858a360 Author: Руслан Ижбулатов Date: Sat Oct 31 22:45:46 2015 +0000 Fix unused status variable in evaluate_selectors() * Add an end label to go to on error * Clean up xml_doc at the end * Fix a miscleaning of xpath_object * Unref sheets after they are given to a cascade * Return status at the end https://bugzilla.gnome.org/show_bug.cgi?id=710076 csslint/csslint.c | 40 ++++++++++++++++++++++++++++++++-------- 1 file changed, 32 insertions(+), 8 deletions(-) commit d03fa2148fe0af4ebd96f1fa74772054197aaa02 Author: Руслан Ижбулатов Date: Sat Oct 31 22:45:09 2015 +0000 Fix unused status variable in set_prop_position_from_value() * Return status https://bugzilla.gnome.org/show_bug.cgi?id=710076 src/cr-style.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6bb010a2d6ca81f2c86b2e6990c44a844819b8f8 Author: Руслан Ижбулатов Date: Sat Oct 31 22:44:07 2015 +0000 Fix unused status variable in cr_utils_utf8_to_ucs1() * Don't set status to CR_OK, it's initialized to that value * Return status https://bugzilla.gnome.org/show_bug.cgi?id=710076 src/cr-utils.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) commit ac8029a5fe0bf9df81ea6965ac056aa81fa4885d Author: Руслан Ижбулатов Date: Sat Oct 31 22:42:18 2015 +0000 Fix unused status variable in cr_utils_ucs1_to_utf8() * Return status instead (initialized to CR_OK) instead of an explicit CR_OK * Remove redundant check for *a_in_len < 1 (equivalent to *a_in_len == 0) and remove now-unused end label https://bugzilla.gnome.org/show_bug.cgi?id=710076 src/cr-utils.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) commit bc9b2c339e1181f8c69a2f74a93876932e352d6d Author: Руслан Ижбулатов Date: Tue Aug 5 08:30:59 2014 +0000 Fix cr_tknzr_consume_chars() to set *a_nb_char before returning https://bugzilla.gnome.org/show_bug.cgi?id=710076 src/cr-tknzr.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) commit 5fd302372e568810ff6eda6a6babbe04543a2116 Author: Руслан Ижбулатов Date: Tue Aug 5 08:28:07 2014 +0000 Fix cr_input_consume_white_spaces to behave as documented https://bugzilla.gnome.org/show_bug.cgi?id=710076 src/cr-input.c | 2 ++ 1 file changed, 2 insertions(+) commit 0ab22e823daa1b5a3fbaa0552874cfe33bbf15f5 Author: Руслан Ижбулатов Date: Tue Aug 5 08:22:06 2014 +0000 Fix improper use of g_ascii_strup() https://bugzilla.gnome.org/show_bug.cgi?id=710076 src/cr-enc-handler.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit 3f94a4f5902e5e342ed77de6739934d49e97f937 Author: Руслан Ижбулатов Date: Tue Aug 5 08:20:57 2014 +0000 Derive pointer to have appropriate type https://bugzilla.gnome.org/show_bug.cgi?id=710076 src/cr-enc-handler.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit e1facb1e7e8a0568774a1630c1a8621679635ef5 Author: Markus Engel Date: Mon Mar 24 20:29:00 2014 +0000 Fix typos https://bugzilla.gnome.org/show_bug.cgi?id=726993 src/cr-style.c | 2 +- src/cr-tknzr.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 15a8885758a5e6b4d7d03d7cacd89a212bbf9847 Author: Boris Egorov Date: Thu Mar 19 23:42:34 2015 +0600 Fix typo in logical condition TYPE_SELECTOR equals to 2, so condition (cur_sel->type_mask | TYPE_SELECTOR) will always be true. We should increase c only if we encounter a selector. Issue detected by Cppcheck and MSVS (see https://bugzilla.gnome.org/show_bug.cgi?id=507484) Signed-off-by: Boris Egorov src/cr-simple-sel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b6fe636277bff9f21b6e3f2c640a17114f9e723f Author: Ignacio Casal Quinteiro Date: Sat Oct 31 12:01:52 2015 +0100 Post release version bump configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 464576a12964ab23278caf91c404b560a074bc40 Author: Ignacio Casal Quinteiro Date: Sat Oct 31 11:57:00 2015 +0100 Release 0.6.9 NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)