summaryrefslogtreecommitdiff
path: root/src/util
Commit message (Expand)AuthorAge
...
* Minor bug fix.goodale1999-09-14
* Undo using MKDIRFLAGS until it also works under NT.tradke1999-09-13
* Use also MKDIRFLAGS when creating directories.tradke1999-09-13
* Null Terminate String now gives a warning if the length of the stringallen1999-09-11
* Removed MKDIRFLAGS from directory creation command. Default will beallen1999-09-07
* Removed a new line in a print statementallen1999-09-07
* Routine to create new directories CCTK_mkdirallen1999-09-07
* Fixed a cut'n'paste bug.goodale1999-09-03
* New parameter stuff.goodale1999-08-26
* Added a find function.goodale1999-08-26
* Some tidying up - removing some redundant stuff added for WIN32.goodale1999-08-26
* New include file namesallen1999-07-30
* CCTK function name changesallen1999-07-26
* More names changesallen1999-07-25
* More subroutine name changesallen1999-07-24
* Changing some routine names.allen1999-07-24
* If there is no = before the end of the line discards the tokensgoodale1999-07-07
* Updated CCTK_SetLogical to use CCTK_INT.goodale1999-07-06
* Fix to SetDoubleInRange and SetIntInRange so compiling on the T3E works.allen1999-07-05
* Latest changes for the ActiveThorns.goodale1999-07-05
* Fixed bug in tree creation.goodale1999-07-04
* Stuff for the ActiveThorns parameter.goodale1999-07-04
* Need to include cctk.h to get CCTK_WARN macros.allen1999-07-03
* Changed CCTK_Warns t CCTK_WARN so that I can try and pass thorught theallen1999-07-03
* Added FMODIFIER to Fortran subroutine definitions.goodale1999-06-24
* Reinstating the #ifdefed out regular expression stuff now that the gnugoodale1999-06-07
* Commented out some Windows specific stuff, this should go into an ifdef at somegoodale1999-06-03
* More changes from Joan and his NT nightmares.jmasso1999-06-03
* Added the GNU extended regalar expression library sources. These files aregoodale1999-05-26
* Added a debugging statement for CCTK_NullTerminateStringallen1999-05-09
* New function to allocate memory for a Cactus timer.goodale1999-05-06
* Changed CCTK_WARN to CCTK_Warnallen1999-04-23
* CCTK_Warn gets extra argumentallen1999-04-22
* Added CCTK_StringInRegexList and CCTK_RegexMatch subroutines whichgoodale1999-04-16
* Fixed the CCTK_PrintString routine after Tom pointed out I was missing aallen1999-04-06
* Finished error checking in CCTK_Equalsallen1999-04-05
* Check that the first string isn't null in CCTK_Equalsallen1999-04-03
* Addedallen1999-04-02
* Testallen1999-02-28
* Changed first argument to fortran version of CCTK_Equals to be a char **goodale1999-02-20
* Added warning if a logical is not set in CCTK_SetLogicalallen1999-02-19
* Removed FortranString stuff which is now in a header fileallen1999-02-17
* Added Fortran interface for CCTK_Equals. Defined macros for usingallen1999-02-14
* Added a function CCTK_GetHandleName to get the name associated with a handle.goodale1999-02-03
* Changed char * to const char * in CCTK_NewHandle.goodale1999-02-02
* Finished and tested the handled data routines.goodale1999-02-02
* Started adding a generic handle storage suite. Basically nicking the stuffgoodale1999-02-01
* Added the getopts files.goodale1999-01-29
* getopt_long and getopt_long_onlygoodale1999-01-29
* GNU command line option parsing.goodale1999-01-29