summaryrefslogtreecommitdiff
path: root/src/util
Commit message (Expand)AuthorAge
* Added missing includes and fixed a couple of 'cast from const pointer' warnings.tradke2001-10-30
* Fixing memory allocation error.goodale2001-10-25
* Print out times with the same formatallen2001-10-20
* Adding expression parser.goodale2001-10-13
* Start of putting the expression parser into the flesh available routines.goodale2001-10-13
* Increased parse buffer size to 8 kB. Also allocate buffers dynamicallytradke2001-09-07
* Removed extraneous semicolon to get rid of compiler warning.tradke2001-09-01
* Get rid of the prefix when creating named timers so that the othertradke2001-08-27
* Don't print any warning or info messages in CCTK_CreateDirectory().tradke2001-08-27
* Return +1 in CCTK_CreateDirectory() if dir already exists, and negativetradke2001-08-27
* Make the name for named Cactus timers unique by prepending the timer number.tradke2001-07-12
* Added two new timer routines:tradke2001-07-12
* CCTK_TimerRegister -> CCTK_ClockRegisterallen2001-07-10
* Util_GetHandleName() should return the name as a 'const char *'.tradke2001-07-03
* Fixing some compiler warnings.goodale2001-06-25
* Fixed type conversions for gcc 3.0 .goodale2001-06-23
* Adding key to argument lists of functions called during a traversal of the tree.goodale2001-06-04
* Added Util_asprintf,Util_asnprintf,Util_snprintf,Util_vsnprintf.goodale2001-05-24
* Added Util_asprintf,Util_asnprintf,Util_snprintf,Util_vsnprintf.goodale2001-05-24
* Stuff for sorted fixed-length lists of strings.goodale2001-05-21
* Stuff for sorted fixed-length lists of strings.goodale2001-05-21
* Fixed compiler warnings.tradke2001-05-19
* Compiler warningsallen2001-05-10
* Making rcsid strings constant - PR 669.goodale2001-05-10
* Fixed bug in CCTKi_Realloc().tradke2001-03-30
* Changing the name of a shadowed local variableallen2001-02-24
* Fix to CCTK_ParameterFilename, and freeing some memory I'd missed whenallen2001-02-11
* The terminating NUL character was set one bytes too far into the hoststring.tradke2001-01-22
* Removing extraneous include introduced by my last commit.goodale2001-01-19
* Include util_Network.h for consistency.goodale2001-01-19
* Add Network.c .goodale2001-01-19
* Add in winsock header file necessary for Windows.goodale2001-01-19
* Added separate source file plus header for network related utility routines.tradke2001-01-19
* Replacing hard-coded (and wrong) filename with __FILE__ macro in errorgoodale2001-01-14
* Lots more grdoc.goodale2000-11-13
* grdoc, coding guidelines, removing obsolete code.goodale2000-11-13
* Lots more grdoc.goodale2000-11-13
* Cactus/460allen2000-10-07
* Fixed bug in Util_SplitFilename.allen2000-10-05
* grdoc, style-guidelines, ...goodale2000-10-05
* CCTK_NullTerminateString now removes the blanks at the end of a string.allen2000-10-04
* Added Util_SplitFilename which provides the directory and filename from a ful...allen2000-10-03
* Fixed $PARAMETER_FILE to strip off directory in par fileallen2000-10-03
* Removed deprecated CCTK_mkdirallen2000-09-21
* Added CCTK_CurrentTime and CCTK_CurrentDateallen2000-09-19
* Added extra argument to Util_HashDestroy so a function which destroysgoodale2000-09-14
* Added a 'volatile' qualifier to all variables which hold the result of atradke2000-09-12
* Removing compiler warnings and tidyingallen2000-07-15
* New arguments for CCTK_Abortallen2000-07-14
* adding CCTK_VWarns, fixed a bug in reallocation countlanfer2000-07-06