summaryrefslogtreecommitdiff
path: root/bin/ed/re.c
AgeCommit message (Expand)Author
2014-03-23sprintf considered harmfuldholland
2013-06-28Fix violations of the sequence point rule.joerg
2005-02-17Kill __P(), use ANSI function declarations.xtraeme
2002-12-06Avoid conflict with reserved identifier "exp".thorpej
2002-01-23Add a -E flag to ed(1) and sed(1) so that they can use extendedatatat
2000-04-04Back out the incorrect change in revision 1.11 of main.c, and actuallythorpej
1997-07-20- Use __RCSID() and __COPYRIGHT().thorpej
1995-03-21convert to new RCS id conventions.cgd
1994-02-20`s3' applies the last substitution to the 3rd (or nth) match.alm
1993-11-23Added a line-addressing test so this isn't overlooked again.alm
1993-11-12fix line addressing so that 1,2, == 2,2 (as per SunOS ed) not 1,2alm
1993-08-30Repeating a search requires only `/' (or `?'), not `//' (or `??')alm
1993-08-01Add RCS identifiers.mycroft
1993-07-02fixed undo within a global command (would corrupt the buffer)alm
1993-06-16fixed regex initializationalm
1993-05-12Fixed regex bug: a character class of the form [IC[],alm
1993-05-08added support for lines of arbitrary lengthalm
1993-04-23added man page (draft)alm
1993-04-14implemented line marks as pointersalm
1993-04-10updated to alm's ed-0.2cgd
1993-04-08added ed, from Andrew Moore, alm@netcom.comcgd