summaryrefslogtreecommitdiff
path: root/src/util
Commit message (Expand)AuthorAge
* Remove unused and broken BinaryTree implementationeschnett2012-06-15
* have CCTK_RegexMatch return a distinct error code if patterns is invalidrhaas2012-06-05
* expand expression language, add error checking, and more documentationrhaas2012-04-19
* Add missing #includeeschnett2012-04-16
* Simplify two routines in ParseFile.ceschnett2012-04-13
* Allow arithmetic expression in ParameterSetrhaas2012-04-11
* Make table printing functions publicly accessibleeschnett2011-11-09
* 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
* Modify the behaviour of mixed C/Fortran string comparisons, so that itschnetter2009-12-05
* 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
* bugfix in {integer,real} parameter range checking routines for the casetradke2008-09-15
* Cactus has currently an error in its parameter checking. Itschnetter2008-06-17
* Fixing Network.c for Cray XT4 Compute Node Linux Compatibility.jshalf2007-10-26
* Correct logic errors in CCTK_TimerPrintDataI:schnetter2006-12-19
* Correct off-by-one error when checking for a legal timer number inschnetter2006-12-18
* Fixed formatting for the %g format conversion for small numbers.goodale2006-11-14
* Make the parameter file parser preserve newlines in multi-line string parametertradke2006-08-31
* Add new flesh API functions CCTK_CompileDateTime() and Util_CurrentDateTime()tradke2006-07-28
* Fix return code of CCTK_CreateDirectory() if it already exists.tradke2006-05-08
* Correct typographical error in warning messageschnetter2006-03-21
* As discussed in today's Cactus call, applying patches from 14 Febswhite2006-03-02
* Fix for the erroneuously lablelled memory corruption. It seems what was just ...yye002006-01-10
* minor fix for complex numbersyye002006-01-06
* Patch from Erik Schnetter to track the capacity of the list andgoodale2005-12-13
* Untabifying.goodale2005-10-03
* Renaming min macro to MIN to avoid a conflict on windows.goodale2005-10-03
* Print run time warnings while setting parameters with CCTK_WARNschnetter2005-09-26
* Ensure that the step size for integer parameter ranges is alwaysschnetter2005-09-04
* Add Cactus variable type CCTK_POINTER_TO_CONSTschnetter2005-08-25
* Don't highlight parameter parser warning messages about newlines in quotedtradke2005-08-04
* 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
* Fixed gcc compiler warnings about local variables named after global symbolstradke2005-04-05
* Rename pow10 to mypow10 because pow10 is defined on some systems in <math.h>schnetter2005-03-24
* Declare variables at the beginning of a function block.tradke2005-03-21
* update header comment description of where more docs can be foundjthorn2005-03-18
* move some debug printf() calls closer to the start of their functionsjthorn2005-03-18
* split Table.c test driver out into a separate thorn (CactusTest/TestTable)jthorn2005-03-18
* * untabifyjthorn2005-03-17
* Make CCTK_BYTE and CCTK_CHAR be distinct types. CCTK_BYTE is for gridschnetter2005-01-29
* The Fortran wrappers for Util_Table{Get,Set}Char are broken; removeschnetter2005-01-27
* Use int instead of size_t for string length. All other flesh routinesschnetter2004-12-30
* fix wrong function name in grdoc commentjthorn2004-12-28
* Revert another accidental change.schnetter2004-12-28
* Revert accidental changes from the last commit.schnetter2004-12-28
* Rename "round" to "myround". Otherwise, the function "round" has theschnetter2004-12-28