Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'v3-stable' into v4-stable | Rainer Gerhards | 2010-12-16 | 1 | -2/+2 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | improved some code based on clang static analyzer results | Rainer Gerhards | 2010-12-16 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'v3-stable' into v4-stable | Rainer Gerhards | 2010-03-01 | 1 | -7/+30 |
|\| | | | | | | | | | Conflicts: runtime/ctok.c | ||||
| * | bugfix: comment char ('#') in literal terminated script parsing | Rainer Gerhards | 2010-03-01 | 1 | -7/+30 |
| | | | | | | | | | | ...and thus could not be used. but tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=119 | ||||
* | | going forward in moving string-handling functions to new interface... | Rainer Gerhards | 2009-06-17 | 1 | -8/+9 |
| | | |||||
* | | done various optimizations to the stringbuf and its users | Rainer Gerhards | 2009-06-16 | 1 | -2/+2 |
| | | |||||
* | | initial implementation of RainerScript functions & strlen() | Rainer Gerhards | 2009-03-10 | 1 | -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 mode | Rainer Gerhards | 2008-06-27 | 1 | -2/+2 |
| | |||||
* | misc small changes: corrected version, removed some debug output, | Rainer Gerhards | 2008-06-27 | 1 | -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 testbench | Rainer Gerhards | 2008-06-13 | 1 | -1/+4 |
| | |||||
* | fixed syntax error (typo in var name) and cleaup | Rainer Gerhards | 2008-06-10 | 1 | -6/+4 |
| | |||||
* | Merge branch 'beta' | Rainer Gerhards | 2008-05-02 | 1 | -1/+1 |
| | | | | | | | | | | Conflicts: plugins/imklog/linux.c runtime/cfsysline.c runtime/ctok.c runtime/linkedlist.c runtime/sysvar.c | ||||
* | added missing copyright statements | Rainer Gerhards | 2008-04-24 | 1 | -0/+2 |
| | | | | (thanks to Michael Biebl for noticing) | ||||
* | moved runtime files into their own directory | Rainer Gerhards | 2008-04-16 | 1 | -0/+591 |