aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ed.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-29ed: handle Unicode beyond the BMP correctly in list mode.sean1-9/+32
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-4/+4
2019-12-10ed: formatting tweak (remove redundant tab). (#301)Marc Simpson1-1/+1
2019-12-08ed: replace magic number (077776, i.e. 32766) with NBLK-1. (#300)Marc Simpson1-1/+1
2017-09-01ed: allow larger temp filesRuss Cox1-1/+1
2010-01-12ed: new append from rob, avoids overflow in pointer arithmeticRuss Cox1-10/+14
2009-09-16ed: update to 32-bit RunesRuss Cox1-9/+9
2006-07-23better cleanup; use /var/tmprsc1-2/+2
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-1/+1
2005-07-13applersc1-1/+1
2005-05-07no wide character constants; sighrsc1-8/+8
2005-01-14stupid sunrsc1-1/+0
2005-01-13Many small edits.rsc1-1/+1
2004-04-20make things work on SunOSrsc1-1/+4
2004-03-26Bug fixes from Scott Schwartz.rsc1-0/+2
2003-11-23new utilities.rsc1-0/+1608