openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
L
libsass
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 20, 2024 — Aug 20, 2025
Showing page 119 of 140
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Getting the @warn directive to work properly again.
Aaron Leung
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.
Aaron Leung
More...
almost 13 years ago
Implementing the 'index' built-in.
Aaron Leung
More...
almost 13 years ago
Cloning the evauated bits of function bodies; otherwise they might get mutated in place.
Aaron Leung
More...
almost 13 years ago
Working on an elusive evaluation bug.
Aaron Leung
More...
almost 13 years ago
Evaluating numeric constants as soon as possible (i.e., at parse time). Should prevent subtle eval bugs later on.
Aaron Leung
More...
almost 13 years ago
Overloading the 'compact' function so that it behaves correctly with odd combinations of arguments.
Aaron Leung
More...
almost 13 years ago
Changing a comment.
Aaron Leung
More...
almost 13 years ago
Un-jankifying image-url.
Aaron Leung
More...
almost 13 years ago
Factoring out all the string constants into their own module.
Aaron Leung
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.
Aaron Leung
More...
almost 13 years ago
Overhauled the implementation of arithmetic. Much less janky now.
Aaron Leung
More...
almost 13 years ago
Still working on arithmetic.
Aaron Leung
More...
almost 13 years ago
Redoing the arithmetic. Should fix some erroneous behavior on complex expressions in weird contexts.
Aaron Leung
More...
almost 13 years ago
Adding some extra meta-info to the nodes for control directives.
Aaron Leung
More...
almost 13 years ago
Implemented the 'scale-color' built-in. Slight rounding discrepancies compared to Ruby Sass.
Aaron Leung
More...
almost 13 years ago
Making 'image-url' work for more dynamic arguments.
Aaron Leung
More...
almost 13 years ago
updating the boolean functions
Aaron Leung
More...
almost 13 years ago
Updating the 'comparable' built-in.
Aaron Leung
More...
almost 13 years ago
Converting 'unit' builtin.
Aaron Leung
More...
almost 13 years ago
Converting the 'nth' builtin to the new arg-checking system.
Aaron Leung
More...
almost 13 years ago
Making the 'url' css function take more dynamic arguments.
Aaron Leung
More...
almost 13 years ago
Allowing 'url' to take variables.
Aaron Leung
More...
almost 13 years ago
Updating the 'compact' built-in so that it works correctly with the newer definition style.
Aaron Leung
More...
almost 13 years ago
Merge branch 'master' into arg_checking
Aaron Leung
More...
almost 13 years ago
Preventing a potential nil/random pointer dereference. It's kind of a big deal.
Aaron Leung
More...
almost 13 years ago
Converting the numeric functions.
Aaron Leung
More...
almost 13 years ago
Converting the quote and unquote built-ins.
Aaron Leung
More...
almost 13 years ago
Converting the opacity functions to the new arg-checking interface.
Aaron Leung
More...
almost 13 years ago
Converting more functions to the new arg-checking system.
Aaron Leung
More...
almost 13 years ago
←
1
2
…
115
116
117
118
119
120
121
122
123
…
139
140
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree