| History log of /src/bin/ed/POSIX |
| Revision | | Date | Author | Comments |
| 1.11 |
| 20-May-2022 |
andvar | fix some misspellings and remove trailing whitespaces.
|
| 1.10 |
| 18-Nov-1999 |
kristerw | branches: 1.10.104; Spelling ("occurences" -> "occurrences")
|
| 1.9 |
| 21-Mar-1995 |
cgd | branches: 1.9.12; convert to new RCS id conventions.
|
| 1.8 |
| 20-Feb-1994 |
alm | `s3' applies the last substitution to the 3rd (or nth) match. Split up the code to several files.
|
| 1.7 |
| 23-Nov-1993 |
alm | Added a line-addressing test so this isn't overlooked again. Added BACKWARDS directive to Makefile for compatibility. Completely changed the name space as per FSF's request. Fixed a line-addressing bug introduced by previous `fix', i.e., space preceding a digit acts a plus (+) operator, as in `1 1' == `2', and a plus operator by itself acts as +1, but a space by itself should not equal a plus operator, i.e., `1 ' != `1+' == `2'.
|
| 1.6 |
| 12-Nov-1993 |
alm | fix line addressing so that 1,2, == 2,2 (as per SunOS ed) not 1,2 add global-active routines to replace some bad hacks remove obsolescent Addison-Wesley copyrights
|
| 1.5 |
| 02-Jul-1993 |
alm | fixed undo within a global command (would corrupt the buffer)
|
| 1.4 |
| 16-Jun-1993 |
alm | fixed regex initialization added more support for BACKWARDS option
|
| 1.3 |
| 27-May-1993 |
alm | Added a restricted mode in the form of a new command: red
|
| 1.2 |
| 08-May-1993 |
alm | added support for lines of arbitrary length added support for 8-bit data, including NULs
|
| 1.1 |
| 23-Apr-1993 |
alm | added man page (draft) fixed `!' command final code cleanup
|
| 1.9.12.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.10.104.2 |
| 21-Apr-2020 |
martin | Ooops, restore accidently removed files from merge mishap
|
| 1.10.104.1 |
| 21-Apr-2020 |
martin | Sync with HEAD
|