| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Erwin ran an exp-run with libcompat and <regexp.h> removed. It turns out
the regexp library is almost entirely unused. In fact, it looks like it
is sometimes used by accident. Because these function names clash with
libc's <regex.h>, some application use both <regex.h> and libcompat,
which means they link against the wrong regex library.
This commit removes the regexp library and reimplements re_comp() and
re_exec() using <regex.h>. It seems the grammar of the regular
expressions accepted by these functions is similar to POSIX EREs.
After this commit, 1 low-profile port will be broken, but the maintainer
already has a patch for it sitting in his mailbox.
Notes:
svn path=/head/; revision=205146
|
|
|
|
| |
Notes:
svn path=/head/; revision=92913
|
|
|
|
| |
Notes:
svn path=/head/; revision=24640
|
|
|
|
| |
Notes:
svn path=/head/; revision=19278
|
|
|
|
| |
Notes:
svn path=/head/; revision=17553
|
|
|
|
|
|
|
| |
8bit cleanup
Notes:
svn path=/head/; revision=17536
|
|
|
|
| |
Notes:
svn path=/head/; revision=8870
|
|
Notes:
svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573
|