0
I Use This!
Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 6 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of github.com:hcatlin/libsass More... about 12 years ago
FIRST BUILD More... about 12 years ago
move out of the src folder More... about 12 years ago
broken More... about 12 years ago
Tweaking the scanning definitions to match the W3C spec. More... about 12 years ago
Making this fit the naming scheem. More... about 12 years ago
Adding another matcher and moving a few things around. More... about 12 years ago
Updating the test for context objects. More... about 12 years ago
Testing and debugging the context initialization functions. More... about 12 years ago
Adding a function to free contexts. More... about 12 years ago
Renaming these files for no particular reason. More... about 12 years ago
Getting started on the Sass context objects. More... about 12 years ago
Forgot the close the file. More... about 12 years ago
Cleaning up some stuff. More... about 12 years ago
Making a 'read-entire-file-into-a-string' function. Reads the whole thing in one chunk (uses fseek/ftell to compute the length), and seems to handle unicode just fine. More... about 12 years ago
Pulling stuff out and simplifying. More... about 12 years ago
Workin on Sass/CSS-specific lexical patterns. Also tweaking the primitive stuff as necessary. More... about 12 years ago
Damn typos in my macros. More... about 12 years ago
Trying to get things to link. Not succeeding. More... about 12 years ago
Starting work on the Sass/CSS-specific lexical patterns. More... about 12 years ago
Adding a negative lookahead. More... about 12 years ago
Don't need string.h More... about 12 years ago
Don't need these. Supplanted by text/. More... about 12 years ago
Matcher for optionally-signed ints. I think this wraps up the primitive stuff that's common to most/all languages. More... about 12 years ago
Some more helpers. More... about 12 years ago
Another combinator, matcher for identifiers. More... about 12 years ago
More prefix matcher combinators (well, to the extent that's possible without closures), and less ad-hoc testing. More... about 12 years ago
Need to change the API slightly to return char *s instead of ints. More... about 12 years ago
Fixing a bug in my usage of va_args. More... about 12 years ago
Stubs for basic utilities that I'll need. More... about 12 years ago