- 09 Jun, 2020 1 commit
-
-
Steve Langasek authored
-
- 08 Jun, 2020 5 commits
-
-
Jonas Smedegaard authored
-
Jonas Smedegaard authored
-
Jonas Smedegaard authored
-
Jonas Smedegaard authored
-
Jonas Smedegaard authored
simplifiy build; use debhelper compatibility level 12 (not 9); build-depend on debhelper-compat (not autoconf automake cdbs debhelper dh-autoreconf libtool)
-
- 09 May, 2020 4 commits
-
-
Anthony Fok authored
-
Anthony Fok authored
- Organize debian/control fields; - Remove "Suggests: libsass-doc" which has never been packaged for Debian. - [Not applied]: Bump debhelper compatibility level to 13: * Cannot yet use debhelper-compat due to CDBS bug #946677; * Cannot yet use debhelper >= 11 due to CDBS bug #885407.
-
Anthony Fok authored
Update to upstream version '3.6.4' with Debian dir c11609dc4610c6a20dbb2af1fb917a89fdbf0709
-
Anthony Fok authored
-
- 01 May, 2020 11 commits
-
-
Marcel Greter authored
Fix some null pointer access crashes
-
Marcel Greter authored
Ensure correct output order of compound selectors
-
Marcel Greter authored
Fix abspath handling on windows without directory
-
Marcel Greter authored
Add back C-API getters for plugin paths
-
Marcel Greter authored
Fix an interesting memory handling edge case
-
Marcel Greter authored
-
Marcel Greter authored
Fixes https://github.com/sass/libsass/issues/3078 It seems the ternary is returning the type of the second argument. This means that the first one was first upgraded to a shared object, and once assigned to a normal pointer, it got prematurely collected.
-
Marcel Greter authored
They are probably not really useful, but we already have them documented in the context API documentation.
-
Marcel Greter authored
-
Marcel Greter authored
Fixes https://github.com/sass/libsass/issues/3084
-
- 11 Apr, 2020 1 commit
-
-
Marcel Greter authored
Add new libsass spec repository to CI test
-
- 22 Mar, 2020 1 commit
-
-
- 28 Feb, 2020 4 commits
-
-
Anthony Fok authored
-
Anthony Fok authored
-
Anthony Fok authored
Update to upstream version '3.6.3' with Debian dir 5f5c44189612c1f25de743e9f8699bf9e5bc6e04
-
Anthony Fok authored
-
- 19 Feb, 2020 2 commits
-
-
Tim Martin authored
* Change "sanctioned" to "approved" Clarify the meaning of the list in the Readme.md. * Change "Approved" to "Supported" Suggestion from #3011. There are other options in the comments still. I'm not really sure how to come to consensus in an open source project on a qualitative change like this.
-
Marcel Greter authored
-
- 13 Feb, 2020 1 commit
-
-
Bjørn Erik Pedersen authored
To make this project "go gettable". Clses #3055
-
- 12 Feb, 2020 3 commits
-
-
Michael Mifsud authored
-
Michael Mifsud authored
-
Michael Mifsud authored
-
- 11 Feb, 2020 1 commit
-
-
Michael Mifsud authored
Fixes #3056
-
- 17 Jan, 2020 1 commit
-
-
Marcel Greter authored
Handle loaded source code as shared objects
-
- 14 Jan, 2020 1 commit
-
-
Michael Mifsud authored
Reported in https://oss-fuzz.com/testcase-detail/5739632306421760
-
- 13 Dec, 2019 1 commit
-
-
Marcel Greter authored
Fix parent resolving for selector schema and real parents
-
- 12 Dec, 2019 1 commit
-
-
Marcel Greter authored
When only one complex selector had a real parent reference we wrongly marked the whole selector list as chrooted. Fixes https://github.com/sass/libsass/issues/3046
-
- 15 Nov, 2019 2 commits
-
-
Marcel Greter authored
Makes them survive our context more easily. This enables use to safe and cheaply pass them to error handlers.
-
Marcel Greter authored
-