change the replacement algoricthm to only replace when:
[unix-history] / usr / src / usr.bin / sed / process.c
1994-04-21 Keith Bosticchange the replacement algoricthm to only replace when:
1994-04-21 Keith BosticThe `D' command in sed was leaving junk at the end...
1994-04-16 Keith Bosticupdate copyright notice
1994-02-17 Keith Bosticsed -e 's/$/ \\/g' /etc/passwd loops forever
1993-06-07 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-05-19 Elan AmirStrnchr() -> memchr().
1993-04-15 Chris Torekfix REs over completely empty spaces
1993-04-14 Elan Amirmake sed work on 8-bit objects
1993-01-28 Elan AmirInitial version that will work with binary files.
1993-01-16 Elan AmirFixed bug in cspace -- precdence of == is less that...
1993-01-07 Keith Bostic"echo '1+1' | sed -f /usr/src/usr.bin/sed/math.sed...
1992-12-03 Keith Bosticbranch should succeed if any substitution has succeeded...
1992-11-02 Keith Bosticunneeded set
1992-08-31 Keith Bosticdon't access entries multiple times; from Diomidis
1992-08-30 Keith Bosticre_off is a size_t, cspace is an external function
1992-08-29 Keith BosticMUST copy data from stdio buffer, change interface...
1992-08-28 Keith Bosticlet's not be tricky...
1992-08-28 Keith Bosticfix the process linkages, but was that fd's got closed...
1992-08-28 Keith Bosticdon't close fd's twice.
1992-08-25 Keith Bosticmake empty RE's work, some minor cleanups, too
1992-08-25 Keith Bosticfix the 'd' and 'D' flags for the new "pd" variable
1992-08-24 Keith Bosticdate and time created 92/08/23 18:26:16 by bostic