- 24 Feb, 2008 1 commit
-
-
rswindell authored
-
- 12 Aug, 2007 1 commit
-
-
deuce authored
Fixes incorrect FALSE in the case of wildmatch("ttest.txt","*test.txt",x) Reported by Cyan.
-
- 24 Aug, 2006 4 commits
-
-
deuce authored
DIE DIE DIE!
-
deuce authored
-
deuce authored
DigitalMan hath spoken.
-
deuce authored
Make removecase() handle dirs as well as files through the use of a new static delfiles_and_or_dirs() function which is basically delfiles() with an option to remove() dirs too. delfiles() simply calls this function now.
-
- 23 Aug, 2006 3 commits
- 04 Jun, 2006 1 commit
-
-
rswindell authored
e.g. kilobytes) of the disk (not just the "free space").
-
- 12 May, 2006 1 commit
-
-
rswindell authored
-
- 20 Apr, 2006 1 commit
-
-
deuce authored
-
- 07 Apr, 2006 2 commits
-
-
deuce authored
-
deuce authored
on the passed path... For fexist() simply return TRUE if access()!=-1 && !isdir() For fexistcase() *try* the access()/isdir() method first, then do the full search. Should make a reasonable difference. Profileing suggests that iniFileName() is quite slow due to the fexistcase() calls. As the general case is that the passed path is correct, this should speed up most calls to fexist*().
-
- 08 Feb, 2006 2 commits
- 17 Nov, 2005 2 commits
- 28 Sep, 2005 2 commits
- 05 Sep, 2005 1 commit
-
-
deuce authored
Consider doing the same for all .h files. Consider the meaning of sanity.
-
- 30 Aug, 2005 1 commit
-
-
deuce authored
present.
-
- 22 Jun, 2005 1 commit
-
-
rswindell authored
-
- 14 Jun, 2005 1 commit
-
-
deuce authored
-
- 03 Jun, 2005 1 commit
-
-
deuce authored
-
- 20 Apr, 2005 1 commit
-
-
rswindell authored
-
- 19 Apr, 2005 1 commit
-
-
rswindell authored
over-write backslash with forwardslash (rather than just appending it, creating and invalid path string).
-
- 18 Apr, 2005 1 commit
-
-
deuce authored
(* or ?) chars are present. Doing so prevents re-writing of the path parameter, so behaviour is different between the two. This would break something like: int munlink(char *glob) { char this[MAX_PATH+1]; strcpy(this,glob); while(fexistcase(this)) { unlink(this); strcpy(this,glob); } } Does Synchronet rely on the old behaviour anywhere?
-
- 01 Apr, 2005 1 commit
-
-
deuce authored
delimiter everywhere in the world.
-
- 25 Mar, 2005 1 commit
-
-
deuce authored
-
- 28 Oct, 2004 1 commit
-
-
rswindell authored
filename is an absolute (no relative directories at all), or is a full (rooted) path.
-
- 22 Jul, 2004 1 commit
-
-
rswindell authored
it doesn't return directory entries beginning with a period (e.g. '.' and '..') unless the GLOB_PERIOD flag is specified.
-
- 20 Jul, 2004 1 commit
-
-
rswindell authored
-
- 03 Jun, 2004 1 commit
-
-
rswindell authored
-
- 23 Mar, 2004 1 commit
-
-
deuce authored
-
- 11 Feb, 2004 1 commit
-
-
rswindell authored
filename) if passed a path that included both foward and back-slashes.
-
- 18 Oct, 2003 1 commit
-
-
rswindell authored
included in directory and '.' included in extensions.
-
- 08 Sep, 2003 1 commit
-
-
rswindell authored
path/filename (or NULL if no extension exists).
-
- 22 Aug, 2003 1 commit
-
-
rswindell authored
long filenames) on Win32.
-
- 30 Jul, 2003 1 commit
-
-
rswindell authored
-