- 01 May, 2012 2 commits
-
-
Aaron Leung authored
-
Aaron Leung authored
-
- 28 Apr, 2012 3 commits
-
-
Hampton Catlin authored
-
Hampton Catlin authored
-
Aaron Leung authored
-
- 27 Apr, 2012 4 commits
-
-
Aaron Leung authored
-
Conflicts: document_parser.cpp
Aaron Leung authored -
Aaron Leung authored
-
Even less warnings
Aaron Leung authored
-
- 25 Apr, 2012 8 commits
-
-
malloc does not initialize the memory to zero, so sass_context *ctx = sass_new_context() will create a context with a random value in ctx->output_string. If sass_free_context(ctx) was called immediately thereafter, ctx->output_string would have a random value and the result of the free(ctx->output_string) would be undefined. In the worst case, this corrupts the heap and the process dies much much later. Also, free isn't delete and mustn't be called with a NULL pointer.
Lars Immisch authored -
One warning remains and should be taken care of properly. In any case: this patch should be reviewed carefully.
Lars Immisch authored -
- more signed/unsigned - unused variables - suggest braces around assignment
Lars Immisch authored -
Remove signed/unsigned warnings
Aaron Leung authored -
Lars Immisch authored
-
This commit wasn't tested (for a lack of tests) but was reviewed and should be safe.
Lars Immisch authored -
#define'd constants should not end with a semicolon.
Hampton Catlin authored -
Fix prototypes. C wants void (C++ doesn't need that).
Lars Immisch authored
-
- 24 Apr, 2012 6 commits
-
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
Fix mistaken url for the Sass home page.
Hampton Catlin authored -
Aaron Leung authored
-
Steven! Ragnarök authored
-
- 23 Apr, 2012 12 commits
-
-
Aaron Leung authored
-
Aaron Leung authored
-
Hampton Catlin authored
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
Hampton Catlin authored
-
Hampton Catlin authored
-
Hampton Catlin authored
-
- 22 Apr, 2012 5 commits
-
-
Hampton Catlin authored
-
Hampton Catlin authored
-
Aaron Leung authored
-
Hampton Catlin authored
-
Aaron Leung authored
-