aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/expressions.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-03-02use g_assert_not_reached() instead of g_assert(false): works around Clang++ w...Robin Haberkorn1-1/+1
2015-02-11updated copyright to 2015Robin Haberkorn1-1/+1
2014-11-14added ^# (XOR) operatorRobin Haberkorn1-0/+3
2014-11-14fixed number formatting for radix > 10Robin Haberkorn1-1/+1
2014-11-11refactored SciTECO runtime errors: moved from parser.cpp to error.cppRobin Haberkorn1-5/+5
2014-11-11added all of SciTECO's declarations to the "SciTECO" namespaceRobin Haberkorn1-0/+4
2014-11-09prevent assertions when pushing operators without corresponding operandsRobin Haberkorn1-4/+14
2014-08-02ensure that expressions.eval(true) pops the brace "operator"Robin Haberkorn1-3/+2
2014-02-15updated Copyright to year 2014Robin Haberkorn1-1/+1
2014-02-15catch division by zero errorsRobin Haberkorn1-8/+29
2013-03-17^E\ string building character to format numberRobin Haberkorn1-0/+21
2013-02-22use typedef for SciTECO integers and make it configurable at configure timeRobin Haberkorn1-11/+11
2013-01-19updated copyright (2012-2013)Robin Haberkorn1-1/+1
2012-12-04added copyright notice to every source fileRobin Haberkorn1-0/+17
2012-12-04first working version of autotools based build-systemRobin Haberkorn1-0/+4
2012-12-04autoconf preparation: move everything into src/ subdirRobin Haberkorn1-0/+201