~reviczky/inkscape/+git/libcroco:readme-rename-follow-up

Last commit made on 2022-03-29
Get this branch:
git clone -b readme-rename-follow-up https://git.launchpad.net/~reviczky/inkscape/+git/libcroco

Branch merges

Branch information

Name:
readme-rename-follow-up
Repository:
lp:~reviczky/inkscape/+git/libcroco

Recent commits

60b67ca... by Thomas Holder <email address hidden>

Adjust for renamed README.md

6ff3fea... by Thomas Holder <email address hidden>

Update README and convert to markdown

6c88169... by Seiya Nakata <email address hidden>

Fix crash when parsing invalid CSS rule with pseudo class

Clear the pointer `pseudo` to avoid double free after the referenced object is owned by `add_sel`.
Fixes https://gitlab.com/inkscape/inkscape/-/issues/3358

f1a4231... by Thomas Holder <email address hidden>

Fix and test for cr_selector_parse_from_buf

Previously, `cr_selector_parse_from_buf` could only parse selectors
which were followed by a '{' token.

83c53ca... by Thomas Holder <email address hidden>

Merge branch 'fix-parser-leak' into 'master'

See merge request inkscape/libcroco!4

74fbb2a... by Mike Kowalski

fix parser leak

5d49aef... by Thomas Holder <email address hidden>

Remove unused buf_size variable

68ddeaf... by Thomas Holder <email address hidden>

Merge branch 'Werror' into 'master'

GNU ISO C90 compliance, CI with -Werror

See merge request inkscape/libcroco!3

dd843b7... by Thomas Holder <email address hidden>

GNU ISO C90 compliance

1fd3a01... by Thomas Holder <email address hidden>

Fix compiler warning: -Wincompatible-pointer-types