summaryrefslogtreecommitdiff
path: root/src/util
Commit message (Expand)AuthorAge
...
* 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
* File committed into wrong directory.rideout2002-01-21
* [[message actually from Jonathan Thornburg, checkin by David Rideoutrideout2002-01-21
* Added missing include.tradke2002-01-18
* Check for a race condition in case CCTK_CreateDirectory() is called for thetradke2002-01-17
* A revised version of the tables source code with auto-destroytradke2002-01-17
* Fixed a small bug. Completed grdoc.tradke2002-01-02
* The callback routine, CCTKi_SetParameter(), passed to the ParseFile() routinetradke2002-01-02
* Changed CCTK_TimerPrintData and CCTK_TimerPrintDataI to take two arguements,allen2001-12-29
* Renamed CCTK_DisplayTimerData() to CCTK_TimerPrintData() (along withrideout2001-12-17
* Added fortran wrapper protoypes.tradke2001-12-12
* Expanded a CCTK_WARN macro into CCTK_VWarn().tradke2001-12-11