0
I Use This!
Low Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 2 hours ago.
Jul 21, 2024 — Jul 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Finally figured out a decent method of resolving calls to built-in overloaded functions. More... about 13 years ago
Fully evaluating the object of a @return directive. More... about 13 years ago
Search through include paths when looking for imports. More... about 13 years ago
Fix imports of files with names the same as a directory. More... about 13 years ago
Changed spacing in Document::emit_css in response to @QuLogic More... about 13 years ago
Fixed spacing of previous commit. More... about 13 years ago
Fix bug in loop in Document::emit_css when size_t is unsigned. More... about 13 years ago
Trying to tweak list evaluation. More... about 13 years ago
More work on function call resolution. More... about 13 years ago
Improving the function call resolver so that it works with more complex real-world usages. More... about 13 years ago
Allowing interpolants in function names. More... about 13 years ago
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 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