summaryrefslogtreecommitdiff
path: root/bin/ed
AgeCommit message (Expand)Author
1995-04-23clean up RCS Ids slightly, etc.cgd
1995-03-21convert to new RCS id conventions.cgd
1995-03-01Clean up deleted files.mycroft
1995-01-15Stay on the correct line at the end of a substitute command. From Andrew Moore.mycroft
1994-12-23be careful with pointer types.cgd
1994-03-23Renamed insquealm
1994-03-23Use umask 077 to open buffer filealm
1994-02-20the insque and remque in libcompat don't seem to work (!)cgd
1994-02-20insque is in libcompatalm
1994-02-20Clean up deleted files.mycroft
1994-02-20`s3' applies the last substitution to the 3rd (or nth) match.alm
1994-02-20Clean up deleted files.mycroft
1994-02-20`s3' applies the last substitution to the 3rd (or nth) match.alm
1994-01-11Fix spelling errors.jtc
1993-12-28Changed to use make's new .OBJDIRdavidb
1993-12-10comment out references to red; we don't install itcgd
1993-12-10use ./ before invoked programs. this makefile should really be made ro-safecgd
1993-12-04delete definition of sys_errlist; our headers supply itcgd
1993-12-01__386BSD__ ==> __NetBSD__pk
1993-11-23Added a line-addressing test so this isn't overlooked again.alm
1993-11-12Clean up deleted files.mycroft
1993-11-12rename !* -> bang* and \n* -> nl*alm
1993-11-12fix line addressing so that 1,2, == 2,2 (as per SunOS ed) not 1,2alm
1993-11-11Use new POSIX.2 compatible regex routines in C library instead of -lgnuregex.jtc
1993-10-28don't hard-link to 'red' -- that's not a standard BSD thang. If peoplecgd
1993-10-07always include libcryptcgd
1993-08-30Repeating a search requires only `/' (or `?'), not `//' (or `??')alm
1993-08-02Make paths explicit to handle case where . is not in PATH.jtc
1993-08-02Add RCS identifiers, remove some completely useless RCS logs and patchkitmycroft
1993-08-02Makefilemycroft
1993-08-01Add RCS identifiers.mycroft
1993-07-28incorporate changes from 0-9-base to 0-9-ALPHAcgd
1993-07-02corrected return typealm
1993-07-02Clean up deleted files.mycroft
1993-07-02fixed undo within a global command (would corrupt the buffer)alm
1993-06-16fixed regex initializationalm
1993-05-27Added more tests...alm
1993-05-27Added a restricted mode in the form of a new command: redalm
1993-05-20fixed regex bug s/[[:digit:][]// incorrectly reported unbalanced bracketsalm
1993-05-12Fixed regex bug: a character class of the form [IC[],alm
1993-05-08added support for lines of arbitrary lengthalm
1993-05-01Use global value of CFLAGS for optimization.mycroft
1993-04-28386BSD -> NetBSDcgd
1993-04-28rearranged headers to compile cleanlyalm
1993-04-23added more testsalm
1993-04-23Clean up deleted files.mycroft
1993-04-23added man page (draft)alm
1993-04-16Removed getrange() hack from undo()alm
1993-04-15added an efficient and relatively clean move (`m' command)alm
1993-04-14cleaned up docsalm