summaryrefslogtreecommitdiff
path: root/openbsd-compat/glob.c
Commit message (Expand)AuthorAgeFilesLines
* - (djm) Annotate OpenBSD-derived files in openbsd-compat/ with originaldjm2003-11-241-0/+2
* - (bal) openbsd-compat/ OpenBSD updates. Mostly licensing, ansificationsmouring2003-08-251-3/+3
* - (djm) Sync openbsd-compat with OpenBSD CVS.djm2003-06-031-6/+2
* - (djm) Sync openbsd-compat with OpenBSD -currentdjm2002-09-111-22/+22
* - (bal) glob.c defines TILDE and AIX also defines it. #undef it first.mouring2002-07-041-0/+1
* - (djm) Fix a few warnings the above turned updjm2001-06-271-2/+2
* - Sync with OpenBSD glob.c, strlcat.c and vis.c changesdjm2001-04-131-31/+34
* - (djm) Another openbsd-compat/glob.c syncdjm2001-03-301-29/+56
* - (djm) Sync openbsd-compat/glob.cdjm2001-03-281-44/+37
* add get_arg_max(). Use sysconf() if ARG_MAX is not defined.tim2001-03-201-1/+13
* - (bal) glob.c update to set gl_pathv to NULL (OpenBSD CVS).mouring2001-03-191-2/+5
* - (bal) glob.c update to added GLOB_LIMITS.mouring2001-03-191-22/+38
* - Check for gl_matchc support in glob_t and fall back to themouring2001-03-171-2/+4
* - (djm) Add replacement glob() from OpenBSD libc if the system glob isdjm2001-03-141-0/+859