2003-12-10 08:21:43 by grant beattie | Files touched by this commit (1) |
Log message: bump version for glob() fix. |
2003-12-10 08:21:20 by grant beattie | Files touched by this commit (6) |
Log message: always use local glob() as some glob() implementations have security issues. suggested by lukem. |
2003-12-08 16:28:54 by grant beattie | Files touched by this commit (1) |
Log message: shut up another escaping warning from gawk. |
2003-12-08 15:54:24 by grant beattie | Files touched by this commit (1) |
Log message: fix last; it's not 20031211 yet. |
2003-12-08 15:53:09 by grant beattie | Files touched by this commit (1) |
Log message: bump version for glob.[ch] fix. |
2003-12-08 15:52:03 by grant beattie | Files touched by this commit (4) |
Log message: always use local glob.[ch] if GLOB_NOMATCH or GLOB_ABORTED aren't defined. |
2003-12-08 14:39:11 by grant beattie | Files touched by this commit (1) |
Log message: kill some superfluous escaping to shut up warnings from gawk. |
2003-12-05 16:47:36 by Eric Haszlakiewicz | Files touched by this commit (1) |
Log message: Updated version that works on AIX. |
2003-12-05 16:43:10 by Eric Haszlakiewicz | Files touched by this commit (4) |
Log message: Check for setenv and unsetenv independantly since setenv presence doesn't always imply unsetenv. |
2003-12-05 16:42:13 by Eric Haszlakiewicz | Files touched by this commit (1) |
Log message: AIX needs getopt_long. |