summaryrefslogtreecommitdiffstats
path: root/libc/misc/regex/regex.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix regex support to be compatible with 4.2 BSD regex library. This isEric Andersen2001-05-261-0/+1
| | | | the last bit that was needed to get util-linux to compile.
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-0/+3
| | | | | | | This required we use _LIBC instead of __LIBC__ to be consistent with glibc. This had some sideffects in sys/syscalls.h. While fixing things, I made everything use __set_errno() for (eventual) thread support. -Erik
* A smaller, kinder, gentler regexp implementation.Eric Andersen2000-10-201-0/+5725