summaryrefslogtreecommitdiff
path: root/src/util/Misc.c
Commit message (Expand)AuthorAge
* Correct typoeschnett2012-10-18
* have CCTK_RegexMatch return a distinct error code if patterns is invalidrhaas2012-06-05
* 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
* Untabifying.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
* Use int instead of size_t for string length. All other flesh routinesschnetter2004-12-30
* Revert accidental changes from the last commit.schnetter2004-12-28
* Rename "round" to "myround". Otherwise, the function "round" has theschnetter2004-12-28
* Add a C version of the function CCTK_FortranString. Useschnetter2004-04-12
* for the functionjthorn2004-01-16
* Renamed routine CCTK_NULLPointer() into CCTK_NullPointer().tradke2003-02-12
* Added C wrapper for fortran function CCTK_NULLPointer() which takes notradke2003-02-12
* Make sure that strncpy'ed strings are properly NUL-terminated.tradke2003-02-11
* Implemented fortran wrapper functiontradke2002-12-11
* Putting semicolons at the end of the CCTK_FILEVERSIONs.goodale2002-11-12
* Replaced HUGE_VAL by DBL_MAX which should be used as the maximum floating-pointtradke2002-04-11
* Use HUGE_VAL instead of FLT_MAX for the maximum possible value for doubles.tradke2002-04-11
* Removed warning from CCTK_SetBoolean, this should be caught in anyallen2001-12-04
* Fixed semantics for the fortran wrappers CCTK_FortranString() and CCTK_Parame...tradke2001-11-06
* Fixed compiler warnings.tradke2001-05-19
* Compiler warningsallen2001-05-10
* Making rcsid strings constant - PR 669.goodale2001-05-10
* Cactus/460allen2000-10-07
* grdoc, style-guidelines, ...goodale2000-10-05
* CCTK_NullTerminateString now removes the blanks at the end of a string.allen2000-10-04
* Fixing memory leak.goodale2000-05-12
* CCTK_mkdir is now replaced byallen2000-05-10
* Moved the util string functions to one place.goodale2000-05-02
* Removing rcsid warningsallen2000-04-17
* Added back the line to in CCTK_FortranString which does agoodale2000-04-04
* GRDOC and bugfix for CCTK_Strdup.goodale2000-03-31
* Removing compiler warningsallen2000-03-30
* CCTK_Strduplanfer2000-03-28
* Removing compiler warningallen2000-03-23
* Untabified. A few format changes to get closer to standard.goodale2000-03-07
* A little bit of tidying.goodale2000-03-06
* Updating GNU files to glibc 2.1.2.goodale2000-02-15
* Untabified.goodale2000-01-27
* Capitalising include file namesallen2000-01-16
* config.h -> cctk_config.hallen2000-01-13
* Fix for negative parameters from Eric Schnetterallen1999-12-16
* Removed tabs from files.goodale1999-11-24
* CCTK_FortranString has to return the lenght of the string as CCTK_INT, not in...lanfer1999-11-09
* Changing various things pointed to by compiling with -Wall.goodale1999-11-03
* Fortran string stuff on the T3E. Have introducedgoodale1999-10-22
* Added CCTK_FortranString which turns a C string into a fortran stringallen1999-10-14
* Renamed LOGICAL in ccl files to BOOLEANallen1999-09-21
* Null Terminate String now gives a warning if the length of the stringallen1999-09-11