summaryrefslogtreecommitdiff
path: root/src/util/Expression.c
Commit message (Expand)AuthorAge
* Make data parameter of expression evaluation functions consthinder2012-11-30
* expand expression language, add error checking, and more documentationrhaas2012-04-19
* Allow arithmetic expression in ParameterSetrhaas2012-04-11
* Insert missing "do" statement (which did not make the code incorrectschnetter2005-07-16
* Change whitespace for the RESIZE_STACK, PUSHOP, and PUSHTOK macroschnetter2005-07-16
* Remove spurious (but harmless) break statement from PUSHTOK macro.schnetter2005-07-16
* Allow comparison operators in accumulator expressions.schnetter2003-11-07
* Putting semicolons at the end of the CCTK_FILEVERSIONs.goodale2002-11-12
* Fixed compiler warnings for variables with 'const' qualifiers.tradke2001-12-03
* Undefine strdup before it is redefined. Fixes a gcc warning.tradke2001-11-27
* Latest changes:goodale2001-11-07
* Moved verification out of evalaution and into parsing stage to speed upgoodale2001-11-06
* New improved, or at least more functional, expression parser and evaluator.goodale2001-11-04
* Fixing memory allocation error.goodale2001-10-25
* Start of putting the expression parser into the flesh available routines.goodale2001-10-13