Menu

Tools Commit Log


Commit Date  
[r2941] by plombo

Fix a potential segfault in tracecalloc() if tracemalloc() returns a NULL pointer.

2010-11-29 03:50:54 Tree
[r2940] by plombo

Several preprocessor changes:
* Document the script filename in all pp_parser errors.
* Finish the README.
* Fix lexing of foreign/non-standard characters.
* Remove the compiled GNU/Linux binary of pp_test.

2010-11-29 00:57:03 Tree
[r2939] by plombo

Wii video: remove bogus threading optimization. There's no measurable difference in performance, and the code is much neater now, although it still needs some cleanup in places.

2010-11-27 00:37:46 Tree
[r2938] by plombo

Fix by DavidC99 for pp_lexer in the new preprocessor. This should fix its handling of escape sequences inside strings.

2010-11-25 01:51:16 Tree
[r2937] by plombo

Log 'file not found' errors for the #include directive.

2010-11-23 01:01:37 Tree
[r2936] by plombo

Added a brand-new C preprocessor for use in the script engine!

What's supported:
* #include directives, e.g. '#include "data/scripts/foobar.c"' (like before, but less buggy)
* simple #define directives, e.g. '#define MYNUMBER 7' or '#define my_xdir getentityproperty(self, "xdir")'

What's not supported (yet):
* Function-style defines, e.g. '#define rem(x,y) (x % y)'
* Conditional directives (#if, #ifdef, #ifndef, #elif, #else, #endif)
* Any other C preprocessor directives such as #pragma, #warning, #error, etc.

2010-11-21 20:50:13 Tree
[r2935] by plombo

tracelib: added tracecalloc() function and hopefully fixed tracerealloc()

2010-11-21 07:55:51 Tree
[r2934] by plombo

Added a tracerealloc() function to tracelib that wraps around realloc() in the standard C library.

2010-11-21 07:34:52 Tree
[r2933] by plombo

Bazaar revision numbers can now be used as the build number when the 'svn-revno' property is not available.

2010-11-21 02:44:54 Tree
[r2932] by plombo

Fixed build numbers for bzr-svn. The Bazaar version control system should now work as a complete alternative to SVN through the bzr-svn plugin.

2010-11-21 02:13:34 Tree
Older >
MongoDB Logo MongoDB