summaryrefslogtreecommitdiffstats
path: root/vmop.c
Commit message (Expand)AuthorAgeFilesLines
* bugfix: memory leaks in script engineRainer Gerhards2008-04-031-0/+6
* - added "debug" command to debug environment settingsRainer Gerhards2008-02-291-2/+2
* changed obj base object's calling interface to use the new obj_if_tRainer Gerhards2008-02-291-1/+1
* added string concatenation operator & to RainerScriptRainer Gerhards2008-02-251-0/+3
* - modified parser and tokenizer to support slight ABNF modifications fromRainer Gerhards2008-02-211-1/+4
* first steps in implementing object interfaces (stage work for later dynamicRainer Gerhards2008-02-211-2/+5
* first steps in implementing object interfaces (stage work for later dynamicRainer Gerhards2008-02-211-3/+34
* cleanup for 3.11.4v3-11-4Rainer Gerhards2008-02-211-1/+1
* begun expr compile process, first steps doneRainer Gerhards2008-02-201-2/+85
* used new classes in expr.cRainer Gerhards2008-02-201-0/+8
* added vmop class (stage for expression execution)Rainer Gerhards2008-02-201-0/+97