- 22 May, 2012 4 commits
-
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
- 21 May, 2012 1 commit
-
-
Aaron Leung authored
-
- 16 May, 2012 2 commits
-
-
Aaron Leung authored
-
Adding some flag-setting functionality to the Node_Impl methods so that its user doesn't have to do it explicitly.
Aaron Leung authored
-
- 15 May, 2012 2 commits
-
-
Aaron Leung authored
-
Aaron Leung authored
-
- 03 May, 2012 2 commits
-
-
Aaron Leung authored
-
Aaron Leung authored
-
- 02 May, 2012 10 commits
-
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
Aaron Leung authored
-
- 01 May, 2012 2 commits
-
-
Aaron Leung authored
-
Aaron Leung authored
-
- 30 Apr, 2012 1 commit
-
-
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 1 commit
-
-
Aaron Leung authored
-