summaryrefslogtreecommitdiff
path: root/src/util
Commit message (Expand)AuthorAge
...
* 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
* Added Fortran bindings for timers, and two subroutinesrideout2001-12-11
* Forgot the 'return' statement in my last commit.tradke2001-12-04
* Added return statement to prevent compiler warning 'function should return a ...tradke2001-12-04
* Fixes for Cactus/833,828,825allen2001-12-04
* Removed warning from CCTK_SetBoolean, this should be caught in anyallen2001-12-04
* Fixed compiler warnings for variables with 'const' qualifiers.tradke2001-12-03
* Fixed Util_SplitFilename() to allocate both the dir and basename string.tradke2001-12-03
* Undefine strdup before it is redefined. Fixes a gcc warning.tradke2001-11-27
* Undefine CCODE before it is redefined. Fixes a gcc warning.tradke2001-11-27
* Stuff for utility table routines, implemented by Jonathon Thornburg.goodale2001-11-13
* Latest changes:goodale2001-11-07
* Fixed semantics for the fortran wrappers CCTK_FortranString() and CCTK_Parame...tradke2001-11-06
* Moved verification out of evalaution and into parsing stage to speed upgoodale2001-11-06
* Adding a const qualifier to the 'cGH *' argument of some flesh routinestradke2001-11-05