summaryrefslogtreecommitdiff
path: root/src/util
Commit message (Expand)AuthorAge
* 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
* From Jonathan Thornburg:allen2002-05-09
* CCTK_FN_POINTER -> CCTK_FPOINTERallen2002-04-28
* 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
* [[from Jonathan Thornburg]]rideout2002-04-03
* Made it so that netdb.h and winsock2.h are never both included. This waskcamarda2002-02-22
* [[from Jonathan Thornburg]]tradke2002-02-04
* Optimized version of Util_StrCmpi() which doesn't need to call strlen().tradke2002-01-28
* Makefile for standalone test of Table Utilities archived on Maintainer weballen2002-01-25
* The 'h' in $Header$ must be capitalized to be parsed by cvs.rideout2002-01-21