summaryrefslogtreecommitdiff
path: root/usr.bin/less/lglob.h
AgeCommit message (Collapse)Author
2003-04-22Tell glob() to do tilde and brace expansion too.Todd C. Miller
2003-04-14less uses the "lessecho" command to do globbing on systems thatTodd C. Miller
don't have libc glob routines. We have glob(3) but for some reason, less only uses this on DOS w/ djgppc. I have pared down lglob.h to just have the glob(3) bits and to include glob.h itself. This removes the need for lessecho on OpenBSD.
2003-04-13Stock less-390 with some unneeded DOS/Windoze files removedTodd C. Miller