summaryrefslogtreecommitdiffstats
path: root/runtime/ctok.c
Commit message (Collapse)AuthorAgeFilesLines
* going forward in moving string-handling functions to new interface...Rainer Gerhards2009-06-171-8/+9
|
* done various optimizations to the stringbuf and its usersRainer Gerhards2009-06-161-2/+2
|
* initial implementation of RainerScript functions & strlen()Rainer Gerhards2009-03-101-4/+13
| | | | | | | | | | - 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
* reduced number of compile warnings in -pedantic gcc modeRainer Gerhards2008-06-271-2/+2
|
* misc small changes: corrected version, removed some debug output,Rainer Gerhards2008-06-271-2/+1
| | | | | | ..., restructured makefile, added some troubleshooting to test case (program rscript-parse.c has problem due to different structure alignment, where I do not yet know the reason)
* begun building a testbenchRainer Gerhards2008-06-131-1/+4
|
* fixed syntax error (typo in var name) and cleaupRainer Gerhards2008-06-101-6/+4
|
* Merge branch 'beta'Rainer Gerhards2008-05-021-1/+1
| | | | | | | | | | Conflicts: plugins/imklog/linux.c runtime/cfsysline.c runtime/ctok.c runtime/linkedlist.c runtime/sysvar.c
* added missing copyright statementsRainer Gerhards2008-04-241-0/+2
| | | | (thanks to Michael Biebl for noticing)
* moved runtime files into their own directoryRainer Gerhards2008-04-161-0/+591