index
:
openssh.git
master
sid
ssh_8.3
v7.9
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
openbsd-compat
/
glob.c
Age
Commit message (
Collapse
)
Author
2003-08-25
- (bal) openbsd-compat/ OpenBSD updates. Mostly licensing, ansifications
Ben Lindstrom
and minor fixes.
2003-06-03
- (djm) Sync openbsd-compat with OpenBSD CVS.
Damien Miller
- No more 4-term BSD licenses in our tree
2002-09-11
- (djm) Sync openbsd-compat with OpenBSD -current
Damien Miller
2002-07-04
- (bal) glob.c defines TILDE and AIX also defines it. #undef it first.
Ben Lindstrom
bug #265
2001-06-27
- (djm) Fix a few warnings the above turned up
Damien Miller
2001-04-14
- Sync with OpenBSD glob.c, strlcat.c and vis.c changes
Damien Miller
2001-03-30
- (djm) Another openbsd-compat/glob.c sync
Damien Miller
2001-03-28
- (djm) Sync openbsd-compat/glob.c
Damien Miller
2001-03-19
add get_arg_max(). Use sysconf() if ARG_MAX is not defined.
Tim Rice
2001-03-19
- (bal) glob.c update to set gl_pathv to NULL (OpenBSD CVS).
Ben Lindstrom
2001-03-19
- (bal) glob.c update to added GLOB_LIMITS.
Ben Lindstrom
2001-03-17
- Check for gl_matchc support in glob_t and fall back to the
Ben Lindstrom
openbsd-compat/glob.[ch] support if it does not exist.
2001-03-14
- (djm) Add replacement glob() from OpenBSD libc if the system glob is
Damien Miller
missing or lacks the GLOB_ALTDIRFUNC extension - (djm) Remove -I$(srcdir)/openbsd-compat from CFLAGS, refer to headers relatively. Avoids conflict between glob.h and /usr/include/glob.h