index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
ed
/
cbc.c
Age
Commit message (
Expand
)
Author
2009-07-26
remove unused global variable
dholland
2009-07-26
sprinkle static in this file
dholland
2009-07-26
Remove the need for -Wno-pointer-sign. Does not change the output .o file.
dholland
2005-06-26
sprinkle a little const, and now everything compiles with WARNS=3
christos
2005-02-17
Kill __P(), use ANSI function declarations.
xtraeme
2003-10-19
Fix typos in comments. From Jared Yanovich via jmc@openbsd.
wiz
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2001-11-03
fix minor WARNS=2
lukem
1998-07-28
Delint.
mycroft
1998-02-03
change includes to fix compiler warning
perry
1997-07-20
- Use __RCSID() and __COPYRIGHT().
thorpej
1997-01-09
kill use of register
tls
1995-03-21
convert to new RCS id conventions.
cgd
1994-02-20
`s3' applies the last substitution to the 3rd (or nth) match.
alm
1993-11-23
Added a line-addressing test so this isn't overlooked again.
alm
1993-11-12
fix line addressing so that 1,2, == 2,2 (as per SunOS ed) not 1,2
alm
1993-08-01
Add RCS identifiers.
mycroft
1993-05-08
added support for lines of arbitrary length
alm
1993-04-15
added an efficient and relatively clean move (`m' command)
alm
1993-04-10
updated to alm's ed-0.2
cgd
1993-04-08
added ed, from Andrew Moore, alm@netcom.com
cgd