Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Renamed some files that were giving SUP trouble. | alm | 1993-08-27 | 13 | -1/+46 |
| | |||||
* | Only a single slash (/) is now necessary to repeat a search as per Theo's | alm | 1993-08-27 | 1 | -5/+2 |
| | | | | | | | | | | | request. So the command: /pattern/;/ finds the second line containing "pattern" after the current line. Caveat: The commands `st' and `sr' are now both legal and have very different meanings. This is because ed(1) extends POSIX to include the old Berkeley syntax s[rgp]*. (So should two slashes still be required in the case of the substitute command, as SunOS ed does?) | ||||
* | 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. | ||||
* | Nullify pattern after failed regcomp | alm | 1993-08-16 | 1 | -1/+2 |
| | |||||
* | added (unsiged) cast to avoid int overflow | alm | 1993-08-09 | 4 | -10/+2 |
| | | | | removed REGEX directive | ||||
* | 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. | ||||
* | Remove -I${.CURDIR}, as we now use system's regex.h | conklin | 1993-08-02 | 1 | -1/+1 |
| | |||||
* | Use ./foo.sh, so scripts work if . is not in $PATH. | conklin | 1993-08-02 | 1 | -2/+2 |
| | |||||
* | Use system's posix compliant regex library (GNU regex for now). | conklin | 1993-08-02 | 1 | -3/+5 |
| | |||||
* | 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. | ||||
* | Libcrypt upgrade | nate | 1993-07-20 | 1 | -1/+8 |
| | |||||
* | Consolidate mark code - no functional changes or fixes. | alm | 1993-07-02 | 2 | -2/+41 |
| | |||||
* | fixed undo within a global command (would corrupt the buffer) | alm | 1993-06-26 | 11 | -17/+76 |
| | | | | | changed move within a global to behave as in SunOS added a couple error messages | ||||
* | added POSIX regex to expr | alm | 1993-06-19 | 2 | -66/+46 |
| | |||||
*-. | This commit was generated by cvs2svn to compensate for changes in r16, | alm | 1993-06-18 | 148 | -0/+2811 |
|\ \ | | | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| | * | POSIX ed version 0.6 by Andrew Moore (alm@netcom.com). | alm | 1993-06-18 | 2 | -0/+0 |
| | | |||||
| * | POSIX ed version 0.6 by Andrew Moore (alm@netcom.com). | alm | 1993-06-18 | 146 | -0/+2811 |
|/ | |||||
* | Initial import, 0.1 + pk 0.2.4-B1 | rgrimes | 1993-06-12 | 2 | -0/+614 |