summaryrefslogtreecommitdiff
path: root/bin/ed/ed.h
AgeCommit message (Expand)Author
2011-08-29Use __deadjoerg
2009-07-26sprinkle static in this filedholland
2005-06-26sprinkle a little const, and now everything compiles with WARNS=3christos
2005-02-17Kill __P(), use ANSI function declarations.xtraeme
2003-04-17clear errno before strtol() if we're going to test it for ERANGE afterwardslukem
2002-05-25__STDC__ is always defined on NetBSD.wiz
2002-01-23Add a -E flag to ed(1) and sed(1) so that they can use extendedatatat
2001-01-07remove redundant declaration of errmsgchristos
2000-04-04Back out the incorrect change in revision 1.11 of main.c, and actuallythorpej
1998-11-04fix sys_errlist define to work with solarischristos
1998-10-13Apple like limits.h, too.wsanchez
1997-07-20- Use __RCSID() and __COPYRIGHT().thorpej
1995-03-21convert to new RCS id conventions.cgd
1994-12-23be careful with pointer types.cgd
1994-03-23Renamed insquealm
1994-02-20`s3' applies the last substitution to the 3rd (or nth) match.alm
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-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-02corrected return typealm
1993-07-02fixed undo within a global command (would corrupt the buffer)alm
1993-06-16fixed regex initializationalm
1993-05-27Added a restricted mode in the form of a new command: redalm
1993-05-08added support for lines of arbitrary lengthalm
1993-04-28386BSD -> NetBSDcgd
1993-04-28rearranged headers to compile cleanlyalm
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-14implemented line marks as pointersalm
1993-04-10updated to alm's ed-0.2cgd
1993-04-08added ed, from Andrew Moore, alm@netcom.comcgd