summaryrefslogtreecommitdiffstats
path: root/runtime/vm.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v4-stable' into v4-betaRainer Gerhards2010-02-041-0/+3
|\
| * bugfix: several smaller bugs resolved after flexelint reviewvarmojfekoj2010-02-041-0/+3
| | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* | going forward in moving string-handling functions to new interface...Rainer Gerhards2009-06-171-5/+7
|/
* done various optimizations to the stringbuf and its usersRainer Gerhards2009-06-161-1/+1
|
* Fix compiler warningsMichael Biebl2009-05-191-0/+1
| | | | | | include <string.h> for memcpy and strlen. Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* improved internal handling of RainerScript functionsRainer Gerhards2009-04-061-13/+239
| | | | | | | - building the necessary plumbing to support more functions with decent runtime performance. This is also necessary towards the long-term goal of loadable library modules. - added new RainerScript function "tolower"
* bugfix: removed (newly introduced) memory leaksRainer Gerhards2009-03-131-0/+1
|
* initial implementation of RainerScript functions & strlen()Rainer Gerhards2009-03-101-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 Gerhards2008-07-141-3/+0
|
* moved runtime files into their own directoryRainer Gerhards2008-04-161-0/+528