summaryrefslogtreecommitdiff
path: root/lib/sbin/parameter_parser.pl
Commit message (Expand)AuthorAge
* simplify code by combining similar (debug) functionsknarf2009-09-11
* bugfix for comparing a parameter's default value against its allowed parametertradke2008-08-15
* Ensure that the default value for REAL parameters is really a realschnetter2008-01-25
* Correct the handling of spaces when parsing EXTENDS and USES statements.schnetter2008-01-25
* When parsing parameters, require that no other text comes beforeschnetter2008-01-25
* fix a regexp bug in the parsing of the upper bound for an open-intervaljthorn2005-09-06
* Also allow a single '*' as range specification for integer and real parameters.tradke2005-09-05
* Check that the ranges and default value for integer parameterstradke2005-09-02
* Undo previous patch:schnetter2005-06-03
* Do not require double quotes around the default for keyword values.schnetter2005-05-27
* Fixed bug from my previous commit which used the wrong logical expressiontradke2005-05-16
* Don't use keyword parameter ranges as regulare expressions but as ordinarytradke2005-05-16
* Fix for checking for empty patterns in regexps:tradke2005-05-16
* Do not use empty patterns in regexps in perl when checking the defaultschnetter2005-05-12
* Fixed two bugs in handling of invalid datatypes such CCTK_INT8, one of whichrideout2005-01-11
* Slightly more pedantic error message, plus better wording for whengoodale2004-08-18
* Make it an error to try to change the default when extending or sharing agoodale2004-08-17
* Output shared implementationsschnetter2004-01-11
* Allow comparison operators in accumulator expressions.schnetter2003-11-07
* Fix typo.schnetter2003-11-05
* Traverse all hashes alphabetically, so that all output files of theschnetter2003-10-07
* Removed all arrangement names from error messages since arrangement is notallen2003-07-12
* improved error messageallen2003-07-06
* Add check for multiple implementations on shares lineallen2003-07-05
* Support for exponential notation in parameter ranges, e.g. 1.6e-82, byrideout2003-04-28
* fix line breaks in warning message for missing range descriptionallen2003-01-04
* Allow white space between a parameter name and the parameter array size ifallen2002-12-31
* Improve error messagesallen2002-12-30
* Improve error messages for unknown linesallen2002-12-30
* Strip trailing spaces from parameter defaultsallen2002-05-23
* Added AS for parameters. You can now have one name for a parameter as seengoodale2002-05-20
* Added array parameters.goodale2002-05-20
* Added functions for checking an expression for the proposed accumulatorgoodale2002-05-17
* Allow '::' to be used in parameter range descriptions.tradke2002-05-02
* Fixed a bug from the last commit which caused the parameter options not betradke2002-03-12
* Fixed problem when last line of param.ccl is a "uses" or "extends" lineallen2002-02-24
* Adding missing values y,n,t,f,true and false to allowed values checked forgoodale2001-11-14
* Fixed small bug with parsing a missing default value for a parameterallen2001-10-24
* Untabified.goodale2001-10-14
* Adding a "help" argument to the CST_error call to start adding suggested caus...allen2001-08-19
* Strip spaces from numeric ranges.goodale2001-05-08
* Allowing ranges in a parameter range regex string.tradke2001-03-19
* Making sure there is at least one space between parameter type and name.goodale2001-03-17
* Check default parameter value lies in allowed ranges during CSTallen2000-12-17
* Remove necessity for description string when doing USES or EXTENDS.goodale2000-12-17
* Fixed it so USES no longer needs an empty {} block.goodale2000-12-17
* Removed ability to use deprecated LOGICAL.goodale2000-12-17
* Cactus/427allen2000-12-17
* Now if the :: delimiting a description of the range is missing, the rangegoodale2000-04-04
* Removed debug statementsallen2000-02-03