summaryrefslogtreecommitdiff
path: root/lib/sbin/parameter_parser.pl
Commit message (Expand)AuthorAge
* 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
* Added specification for steerable parameters in param.cclallen2000-02-01
* Changed to use Perl5 stuff...goodale1999-10-24
* Fixed so that LOGICAL parameters still work, as well as the new BOOLEANallen1999-09-23
* Cool addition to checkout script that tells you which thorns areallen1999-09-21
* Runtest now:allen1999-09-21
* New schedule stuff.goodale1999-09-19
* Commented out some old unused parameter stuff.goodale1999-09-13
* Changed to allow line-continuation in ccl files.goodale1999-09-10
* New parameter stuff.goodale1999-08-26
* Some checking that if you have a string parameter the default valueallen1999-07-21
* Fixed syntax error which meant that a case likegoodale1999-07-12
* New names for parameter groups:allen1999-07-04
* Added all datatypes to parsers (but they don't work with pugh yet).allen1999-07-01
* Put in & necessary for perl 4goodale1999-05-03
* Implement our own version of chomp since it is perl5allen1999-04-26
* After rewritting read_file to only cut off the last character if itallen1999-04-26