summaryrefslogtreecommitdiff
path: root/src/util/File.c
Commit message (Expand)AuthorAge
* Fix return code of CCTK_CreateDirectory() if it already exists.tradke2006-05-08
* Putting semicolons at the end of the CCTK_FILEVERSIONs.goodale2002-11-12
* Added missing include.tradke2002-01-18
* Check for a race condition in case CCTK_CreateDirectory() is called for thetradke2002-01-17
* 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
* Fixing some compiler warnings.goodale2001-06-25
* Making rcsid strings constant - PR 669.goodale2001-05-10
* grdoc, coding guidelines, removing obsolete code.goodale2000-11-13
* Removed deprecated CCTK_mkdirallen2000-09-21
* Fixed couple of bugs I just commitedallen2000-05-10
* Switched the arguments for CCTK_CreateDirectory so that the string is lastallen2000-05-10
* CCTK_mkdir is now replaced byallen2000-05-10
* Changing macro name to keep solaris compiler happy.goodale2000-05-08
* Added CCTK_MkDirs to make a directory and all necessary parents.goodale2000-05-02
* Check with stat(2) if the directory to be created already exists.tradke2000-04-28
* Removing rcsid warningsallen2000-04-17
* A little bit of tidying.goodale2000-03-06
* char -> const charallen2000-02-03
* Removed tabs from files.goodale1999-11-24
* Various things pointed out by running Insure on the code.goodale1999-10-26
* added default return value for CCTK_mkdir (purify complaint)lanfer1999-10-24
* Only try and create each directory name onceallen1999-10-18
* Fortran binding for CCTK_mkdirallen1999-10-14
* Added headersallen1999-09-15
* Undo using MKDIRFLAGS until it also works under NT.tradke1999-09-13
* Use also MKDIRFLAGS when creating directories.tradke1999-09-13
* Removed MKDIRFLAGS from directory creation command. Default will beallen1999-09-07
* Routine to create new directories CCTK_mkdirallen1999-09-07