summaryrefslogtreecommitdiff
path: root/src/util/ParseFile.c
Commit message (Expand)AuthorAge
* (1) Fix compilation issues on Pandorasbrandt2013-02-26
* Change the parameter parser to Pirahasbrandt2013-02-25
* ParseFile.c: Change semantics of call to fread so that error check makes sensehinder2012-11-20
* Check file size while readingeschnett2012-11-19
* allow ${parfile} in parameter files to allow ${parfile}/subdirknarf2012-10-24
* Add missing #includeeschnett2012-04-16
* Simplify two routines in ParseFile.ceschnett2012-04-13
* Accept comments in multi-line strings in parameter fileseschnett2011-07-02
* from Ian Hinder:knarf2011-01-06
* The function can get confused with detecting the end of the bufferschnetter2010-01-18
* Use size_t instead of char as index variable into the parse bufferschnetter2009-11-11
* This patch improves the parser used by Cactus to prepocess parameterknarf2009-09-25
* Make the parameter file parser preserve newlines in multi-line string parametertradke2006-08-31
* Correct typographical error in warning messageschnetter2006-03-21
* As discussed in today's Cactus call, applying patches from 14 Febswhite2006-03-02
* Don't highlight parameter parser warning messages about newlines in quotedtradke2005-08-04
* Revert accidental changes from the last commit.schnetter2004-12-28
* Rename "round" to "myround". Otherwise, the function "round" has theschnetter2004-12-28
* Patch from Yaakoub to support parameter files with <CR><LF> at ends of lines.goodale2004-05-10
* When stripping the directory part off the parameter file name, do notschnetter2004-02-06
* Putting semicolons at the end of the CCTK_FILEVERSIONs.goodale2002-11-12
* Fixed parsing of undocumented $PARFILE variable.tradke2002-05-13
* The callback routine, CCTKi_SetParameter(), passed to the ParseFile() routinetradke2002-01-02
* Fixes for Cactus/833,828,825allen2001-12-04
* Increased parse buffer size to 8 kB. Also allocate buffers dynamicallytradke2001-09-07
* Making rcsid strings constant - PR 669.goodale2001-05-10
* Changing the name of a shadowed local variableallen2001-02-24
* Fix to CCTK_ParameterFilename, and freeing some memory I'd missed whenallen2001-02-11
* Replacing hard-coded (and wrong) filename with __FILE__ macro in errorgoodale2001-01-14
* grdoc, style-guidelines, ...goodale2000-10-05
* Fixed $PARAMETER_FILE to strip off directory in par fileallen2000-10-03
* (Nasty) little hack to add the old Cactus 3 nameofparfile functionality ...allen2000-06-29
* Removing rcsid warningsallen2000-04-17
* Fixing debug statements so that the file parser reports the line in the origi...allen2000-03-09
* Removed tabs from files.goodale1999-11-24
* Now a "!" starts a directive in the parameter files, for now this isallen1999-09-25
* If there is no = before the end of the line discards the tokensgoodale1999-07-07
* Routine to parse a parameter file and pass the resulting tokens togoodale1999-01-12