1
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
May 08, 2023 — May 08, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
functionality++; efficiency--; // got nested selector group combinations working More... about 12 years ago
Trying to get nested selector groups to expand properly. More... about 12 years ago
Handling empty rules (i.e., extra semicolons, but it's subtle). More... about 12 years ago
Gah, finally got parsing of comma-separated groups of simple selectors working. More... about 12 years ago
More thorough parsing. More... about 12 years ago
Improving the node struct, and working on new parsing functionaity. More... about 12 years ago
Forgot to comment out some stuff. More... about 12 years ago
Workin' on the node struct. More... about 12 years ago
Huge test file. More... about 12 years ago
Sharing vectors instead of copying them. This program now leaks memory, BTW. More... about 12 years ago
Adding a new (passing) test case to check comment preservation and removal. More... about 12 years ago
Adding crappy command-line options so that I can check multiple output styles without recompiling. Make sure you get the command-line options right or there will be segfaults. More... about 12 years ago
Cleaning up and correcting the nested-style emitter. Now handles arbitrarily nested rule-less rulesets. New spec test added and passed. More... about 12 years ago
Getting arbitrarily nested empty rule-less blocks emitting correctly in expanded-style mode. More... about 12 years ago
Getting the nested-style emitter working on basic cases. Still buggy on multiply nested empty rulesets. More... about 12 years ago
Moving the parsing functions into their own file. Also adding emitter drivers to the Document class. More... about 12 years ago
Whoops, shouldn't have been unquoting strings stored in variables. More... about 12 years ago
Implementing string unquoting. More... about 12 years ago
Cleaning up the token object. More... about 12 years ago
Merge branch 'master' of github.com:hcatlin/libsass More... about 12 years ago
match sass output style More... about 12 years ago
Check results against sass command. More... about 12 years ago
Move read me and license out of the source More... about 12 years ago
More advanced variable test More... about 12 years ago
Fixed the emission of empty expansions. More... about 12 years ago
make sure to strip! More... about 12 years ago
make clean More... about 12 years ago
who likes a makefile? i do! More... about 12 years ago
bstr is for suckers More... about 12 years ago
bstr is for suckers More... about 12 years ago