summaryrefslogtreecommitdiff
path: root/openbsd-compat/glob.c
Commit message (Expand)AuthorAgeFilesLines
* - (djm) Fix a few warnings the above turned upDamien Miller2001-06-271-2/+2
* - Sync with OpenBSD glob.c, strlcat.c and vis.c changesDamien Miller2001-04-141-31/+34
* - (djm) Another openbsd-compat/glob.c syncDamien Miller2001-03-301-29/+56
* - (djm) Sync openbsd-compat/glob.cDamien Miller2001-03-281-44/+37
* add get_arg_max(). Use sysconf() if ARG_MAX is not defined.Tim Rice2001-03-191-1/+13
* - (bal) glob.c update to set gl_pathv to NULL (OpenBSD CVS).Ben Lindstrom2001-03-191-2/+5
* - (bal) glob.c update to added GLOB_LIMITS.Ben Lindstrom2001-03-191-22/+38
* - Check for gl_matchc support in glob_t and fall back to theBen Lindstrom2001-03-171-2/+4
* - (djm) Add replacement glob() from OpenBSD libc if the system glob isDamien Miller2001-03-141-0/+859