Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2009-05-28 | 1 | -0/+1 |
|\ | | | | | | | | | Conflicts: tests/Makefile.am | ||||
| * | Fix compiler warnings | Michael Biebl | 2009-05-12 | 1 | -0/+1 |
| | | | | | | | | Include <string.h> for memcpy and strlen. | ||||
* | | bugfix: removed (newly introduced) memory leaks | Rainer Gerhards | 2009-03-13 | 1 | -0/+1 |
| | | |||||
* | | initial implementation of RainerScript functions & strlen() | Rainer Gerhards | 2009-03-10 | 1 | -0/+28 |
|/ | | | | | | | | | | - implemented function support in RainerScript. That means the engine parses and compile functions, as well as executes a few build-in ones. Dynamic loading and registration of functions is not yet supported - but we now have a good foundation to do that later on. NOTE: nested function calls are not yet supported due to a design issue with the function call VM instruction set design. - implemented the strlen() RainerScript function | ||||
* | cleanup of debugging messages (removed no longer needed ones) | Rainer Gerhards | 2008-07-14 | 1 | -3/+0 |
| | |||||
* | moved runtime files into their own directory | Rainer Gerhards | 2008-04-16 | 1 | -0/+528 |