What was this for… shrug. |
|
More...
|
over 13 years ago
|
moving files into a src folder |
|
More...
|
over 13 years ago
|
Merge branch 'master' of github.com:hcatlin/libsass |
|
More...
|
over 13 years ago
|
Still working on interpolation. Don't try it yet. |
|
More...
|
over 13 years ago
|
Working on embedded interpolant parsing. |
|
More...
|
over 13 years ago
|
Adding missing declarations and fixing mis-named stuff. |
|
More...
|
over 13 years ago
|
Fixing the memory-leak test. No leaks. |
|
More...
|
over 13 years ago
|
printing memory usage |
|
More...
|
over 13 years ago
|
Foundations of value schemas (i.e., embedded interpolants). |
|
More...
|
over 13 years ago
|
Keeping track of object destructions. |
|
More...
|
over 13 years ago
|
Keeping track of the filename when parsing interpolants. |
|
More...
|
over 13 years ago
|
Bam, interpolation on the right-hand-side of style rules. |
|
More...
|
over 13 years ago
|
Test to see whether or not there are memory leaks. |
|
More...
|
over 13 years ago
|
Bam, all allocations are deallocated. |
|
More...
|
over 13 years ago
|
Keeping a registry of allocations. |
|
More...
|
over 13 years ago
|
Fixed a bug in the implementation of "comparable". |
|
More...
|
over 13 years ago
|
Wrapping up type-checking for built-in functions. |
|
More...
|
over 13 years ago
|
Type checking for the numeric functions. |
|
More...
|
over 13 years ago
|
More type-checking for built-ins. |
|
More...
|
over 13 years ago
|
Adding type checking to built-in functions. About halfway through. |
|
More...
|
over 13 years ago
|
Checking for calls to nonexistent functions. |
|
More...
|
over 13 years ago
|
Checking for unbound variable references. |
|
More...
|
over 13 years ago
|
Checking that the right number of arguments are passed. |
|
More...
|
over 13 years ago
|
Checking validity of keyword args. |
|
More...
|
over 13 years ago
|
Checking for invalid inputs in color arithmetic. |
|
More...
|
over 13 years ago
|
Error handling in comparison operators. |
|
More...
|
over 13 years ago
|
Putting code in place for reporting file names in post-parsing errors, and also string concatenation. |
|
More...
|
over 13 years ago
|
Storing the error status and message into the interface struct. |
|
More...
|
over 13 years ago
|
Catching allocation exceptions. |
|
More...
|
over 13 years ago
|
Catching file I/O errors. |
|
More...
|
over 13 years ago
|