Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added $Id$ | dg | 1994-09-24 | 2 | -1/+2 |
| | |||||
* | Explicitly include <sys/types.h> before including <regex.h>. This is | bde | 1994-09-05 | 1 | -0/+1 |
| | | | | | apparently required by POSIX. It will be required in practice when the bogus inclusion of <sys/types.h> is removed from <stdio.h>. | ||||
* | Fix gross spelling and typographical errors pointed out by Keith Bostic. | jkh | 1994-04-24 | 1 | -2/+2 |
| | |||||
* | Take -lgnuregex back out. Linking with it causes 'make install' to fail. | rich | 1994-02-03 | 1 | -2/+0 |
| | |||||
* | Document the new, less restrictive, behavior of the matching operator. | jtc | 1993-10-04 | 1 | -14/+15 |
| | |||||
* | Allow expressions like "expr 'ABC' : '^.*$' to work as is done in other | jtc | 1993-10-04 | 1 | -9/+3 |
| | | | | expr implementations. | ||||
* | Fix grammar to eliminate support for unary minus expressions -- they | jtc | 1993-09-14 | 1 | -9/+8 |
| | | | | | weren't supported, they aren't standard, and they caused expr to dump core. | ||||
* | 1003.2 requires that lexical comparisons be done in locale specific manner, | jtc | 1993-08-17 | 1 | -34/+29 |
| | | | | | | | so we have to use strcoll() instead of strcmp(). 1003.2 requires that a null string be returned if a string does not match a \( \) subexpression. Replaced fprintf/exit with calls to err and errx as appropriate. | ||||
* | Remove GNU regex.[ch] and use system's regex library. The library is still | conklin | 1993-08-02 | 1 | -2/+3 |
| | | | | | GNU regex for now, but will be replaced as soon as an alternative is made availiable. | ||||
* | install new manual page | conklin | 1993-07-21 | 1 | -1/+0 |
| | |||||
* | Update to my latest expr (fixes bugs with comparison and matching operators) | conklin | 1993-07-21 | 2 | -42/+138 |
| | | | | Add man page I wrote. | ||||
* | added POSIX regex to expr | alm | 1993-06-19 | 2 | -66/+46 |
| | |||||
* | Initial import, 0.1 + pk 0.2.4-B1 | rgrimes | 1993-06-12 | 2 | -0/+614 |