2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Getting the @warn directive to work properly again. More... almost 13 years ago
Cloning the predicates and loop lists in the control directives inside the function evaluator. Necessary in case they get modified during the in-place evaluation. More... almost 13 years ago
Implementing the 'index' built-in. More... almost 13 years ago
Cloning the evauated bits of function bodies; otherwise they might get mutated in place. More... almost 13 years ago
Working on an elusive evaluation bug. More... almost 13 years ago
Evaluating numeric constants as soon as possible (i.e., at parse time). Should prevent subtle eval bugs later on. More... almost 13 years ago
Overloading the 'compact' function so that it behaves correctly with odd combinations of arguments. More... almost 13 years ago
Changing a comment. More... almost 13 years ago
Un-jankifying image-url. More... almost 13 years ago
Factoring out all the string constants into their own module. More... almost 13 years ago
Little tweaks. Some concatenations are still erroneously quoted, but that can be easily worked around for the time being with the 'unquote' built-in. More... almost 13 years ago
Overhauled the implementation of arithmetic. Much less janky now. More... almost 13 years ago
Still working on arithmetic. More... almost 13 years ago
Redoing the arithmetic. Should fix some erroneous behavior on complex expressions in weird contexts. More... almost 13 years ago
Adding some extra meta-info to the nodes for control directives. More... almost 13 years ago
Implemented the 'scale-color' built-in. Slight rounding discrepancies compared to Ruby Sass. More... almost 13 years ago
Making 'image-url' work for more dynamic arguments. More... almost 13 years ago
updating the boolean functions More... almost 13 years ago
Updating the 'comparable' built-in. More... almost 13 years ago
Converting 'unit' builtin. More... almost 13 years ago
Converting the 'nth' builtin to the new arg-checking system. More... almost 13 years ago
Making the 'url' css function take more dynamic arguments. More... almost 13 years ago
Allowing 'url' to take variables. More... almost 13 years ago
Updating the 'compact' built-in so that it works correctly with the newer definition style. More... almost 13 years ago
Merge branch 'master' into arg_checking More... almost 13 years ago
Preventing a potential nil/random pointer dereference. It's kind of a big deal. More... almost 13 years ago
Converting the numeric functions. More... almost 13 years ago
Converting the quote and unquote built-ins. More... almost 13 years ago
Converting the opacity functions to the new arg-checking interface. More... almost 13 years ago
Converting more functions to the new arg-checking system. More... almost 13 years ago