aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/expressions.h
AgeCommit message (Expand)AuthorFilesLines
2015-03-17fixed invalid memory accesses in the expression stack and reworked expression...Robin Haberkorn1-37/+64
2015-03-16added EL command for setting/getting the EOL modeRobin Haberkorn1-0/+12
2015-02-23implemented to undo stack memory limitingRobin Haberkorn1-2/+2
2015-02-11updated copyright to 2015Robin Haberkorn1-1/+1
2014-11-14added ^# (XOR) operatorRobin Haberkorn1-1/+2
2014-11-11refactored SciTECO runtime errors: moved from parser.cpp to error.cppRobin Haberkorn1-2/+2
2014-11-11added all of SciTECO's declarations to the "SciTECO" namespaceRobin Haberkorn1-0/+4
2014-02-15updated Copyright to year 2014Robin Haberkorn1-1/+1
2014-02-15report stack overflows as errors & fixed ValueStack dtorRobin Haberkorn1-1/+5
2013-03-17^E\ string building character to format numberRobin Haberkorn1-0/+2
2013-02-22use typedef for SciTECO integers and make it configurable at configure timeRobin Haberkorn1-7/+7
2013-01-19updated copyright (2012-2013)Robin Haberkorn1-1/+1
2012-12-04added copyright notice to every source fileRobin Haberkorn1-0/+17
2012-12-04autoconf preparation: move everything into src/ subdirRobin Haberkorn1-0/+194