- 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
-
- 24 Jul, 2003 1 commit
-
-
rswindell authored
-
- 03 Jul, 2003 1 commit
-
-
rswindell authored
Created IS_PATH_DELIM() macro (stole websrvr.c->is_slash macro). Defines BSD _PATH_TMP and _PATH_DEVNULL macros for all platforms.
-
- 17 May, 2003 1 commit
-
-
rswindell authored
(truncates the slash before calling stat).
-
- 23 Apr, 2003 3 commits
- 27 Mar, 2003 1 commit
-
-
deuce authored
-
- 20 Mar, 2003 3 commits
- 13 Feb, 2003 2 commits
- 29 Oct, 2002 1 commit
-
-
rswindell authored
-
- 13 Sep, 2002 1 commit
-
-
rswindell authored
-
- 24 Aug, 2002 1 commit
-
-
rswindell authored
-
- 25 Jul, 2002 1 commit
-
-
rswindell authored
using sprintf instead.
-
- 21 Jul, 2002 2 commits