summaryrefslogtreecommitdiff
path: root/src/util
Commit message (Expand)AuthorAge
...
* Added support for 'g' format.goodale2004-12-20
* Added support for E format.goodale2004-12-20
* Fix bug which ate zeros after decimal places for output.goodale2004-12-20
* Undo my previous commit because it was GPL code.tradke2004-12-17
* New version of snprintf() and vsnprintf(). These are taken from the glib 1.2.8tradke2004-12-17
* Functions completing the Cactus Timer API.swhite2004-08-12
* Renamed local variable 'index' to 'idx' to get rid of gcc compiler warningstradke2004-06-21
* Patch from Yaakoub to support parameter files with <CR><LF> at ends of lines.goodale2004-05-10
* Don't do cache padding if cache size or cacheline size are unknown.tradke2004-05-07
* * introduce new #define UTIL_TABLE_FORTRAN_WRAPPERS to controljthorn2004-04-15
* drop -ansi -pedanticjthorn2004-04-15
* Add a function Util_StrMemCmpi that compares a C and a Fortran stringschnetter2004-04-12
* Add a C version of the function CCTK_FortranString. Useschnetter2004-04-12
* Remove empty filesschnetter2004-04-01
* Add CVS headerschnetter2004-04-01
* add comment explaining last commit :)jthorn2004-03-26
* Do not report an error when allocating 0-sized arrays on certainschnetter2004-03-26
* Use the correct macros to determine which CCTK_* types are defined.schnetter2004-03-08
* When stripping the directory part off the parameter file name, do notschnetter2004-02-06
* Fix typo in comment.schnetter2004-01-22
* for the functionjthorn2004-01-16
* Print long int value with %ld instead of converting it to intschnetter2004-01-16
* typo in commentrideout2004-01-07
* Allow comparison operators in accumulator expressions.schnetter2003-11-07
* Introduce the new Cactus variable type CCTK_INT1.schnetter2003-10-13
* Properly initialize an allocated cTimerData structure.tradke2003-09-30
* typo in commentrideout2003-08-22
* Removed flesh-internal routine STR_compi(). Instead, Util_StrCmpi() should betradke2003-08-22
* renamejthorn2003-07-20
* Fix a memory leak in Util_TableCreateFromString():jthorn2003-07-19
* add standalone-test-driver tests for Util_Table{Set,Get}Pointerjthorn2003-07-19
* put all Fortran-wrapper routines insidejthorn2003-07-19
* add EXTRA_CFLAGS to make changing command-line -Dxxx options easierjthorn2003-07-19
* add header comment explaining why all the complciated machinery is needed :)jthorn2003-07-19
* * allow C compiler and flags to be overridden from command linejthorn2003-07-19
* restore standalone-test Makefilejthorn2003-07-19
* Make it possible to use the string stuff in other standalone tests. Patchgoodale2003-05-09
* Added OpenBSD-ish Util_strlcpy and Util_strlcat functions submitted by Jonathongoodale2003-04-22
* 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
* Added fortran wrappers for most of the table API routines.tradke2003-01-20
* typo in grdocrideout2003-01-07
* Added fortran wrappers for Util_TableCreateFromString() and Util_TableDestroy().tradke2002-12-11
* Implemented fortran wrapper functiontradke2002-12-11
* Putting semicolons at the end of the CCTK_FILEVERSIONs.goodale2002-11-12
* Initialize all items in the StringList structure to NULL when a listallen2002-08-18
* Completed Util_TableSetFromString() to also parse string values and arrays.tradke2002-05-23
* Fixed grdoc.tradke2002-05-16
* Fixed parsing of undocumented $PARFILE variable.tradke2002-05-13