2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 18, 2024 — Aug 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixing some more quoting/unquoting stuff. More... about 13 years ago
Making sure to evaluate a functions args even if it's just being passed through. More... about 13 years ago
Fixing some quoting/unquoting and equality stuff. More... about 13 years ago
Fixed an elusive evaluation/expansion bug. More... about 13 years ago
Emitting block directives correctly (semantic-wise, anyway). Output of closing braces is a bit off. More... about 13 years ago
Better emission of block directives. More... about 13 years ago
More robustly trimming trailing whitespace off of the output. More... about 13 years ago
Okay, NOW properly handling terminal line comments at the top level. More... about 13 years ago
Working on the emitter for arbitrary directives. More... about 13 years ago
Parsing and evaluating arbitrary directives. More... about 13 years ago
Fixing a parser bug that was causing an infinite loop on malformed inputs. More... about 13 years ago
Bugfix so the parser can handle an arbitrary number of terminal line comments. More... about 13 years ago
Merge pull request #20 from jbussdieker/master
hcatlin
as Hampton Catlin
More... about 13 years ago
Add autotools config More... about 13 years ago
Also allowing files to be imported without an extension. I.e., users can say "@import 'foo'" when the file is named "foo.scss". More... about 13 years ago
Allowing the Document constructor to read partials (i.e., the user can say "@import 'partial.scss';" when the file is named "_partial.scss". More... about 13 years ago
Making sure to free the error message string if it gets allocated. More... about 13 years ago
Fixing the Makefile so it can build a shared library on OS X. More... about 13 years ago
Fixing discrepancies in the output for concatenated strings inside of identifier schemata. More... about 13 years ago
Fixing the concatenated string emitter. More... about 13 years ago
Working on string concatenation. Still need to tweak the emitter. More... about 13 years ago
Simplifying the @warn emitter. More... about 13 years ago
Removing a log line. More... about 13 years ago
Implemented the @warn directive. A bit glitchy if you try to pass it a list with arithmetic expressions and interpolants, but it generally works without barfing. More... about 13 years ago
Slight correction to the printing/condensation of dashes. More... about 13 years ago
Implemented the 'compact' function for Bourbon's sake. More... about 13 years ago
Even more correct implementation of 'append'. More... about 13 years ago
Correct implementation of built-in 'append'. More... about 13 years ago
Merge branch 'master' of https://github.com/hcatlin/libsass More... about 13 years ago
Adding the 'append' builtin function because Bourbon needs it. Currently implemented in terms of 'join'; will need to rewrite. More... about 13 years ago