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
/
main.c
Age
Commit message (
Expand
)
Author
2009-06-10
Make sure that buffer is NULL terminated when input to strip_escapes() is
ginsbach
2009-06-10
Fix potential buffer overflow in filename escape processing
ginsbach
2008-07-20
Remove the \n and tabs from the __COPYRIGHT() strings.
lukem
2006-10-15
sprinkle volatile
christos
2006-06-11
PR/33699: Kevin Massey: use strlcpy to prevent stack overflows.
christos
2005-06-26
sprinkle a little const, and now everything compiles with WARNS=3
christos
2005-05-23
Fixed another instance of isspace(char).
rillig
2005-04-19
Fixed wrong use of the <ctype.h> functions by adding an explicit conversion
rillig
2005-02-17
Kill __P(), use ANSI function declarations.
xtraeme
2002-01-23
Add a -E flag to ed(1) and sed(1) so that they can use extended
atatat
2000-04-04
Back out the incorrect change in revision 1.11 of main.c, and actually
thorpej
2000-04-01
Correct data type mismatch of "rows" with extern declaration. Possible
mjl
1998-11-04
- add termios.h for winsize
christos
1998-07-28
Be more retentive about use of NOTREACHED and noreturn.
mycroft
1998-07-28
Delint.
mycroft
1997-09-14
getopt returns -1 not EOF
lukem
1997-07-23
Fix paren typo so `ed' can edit files again.
augustss
1997-07-20
Avoid the last warnings and add WARNS=1
christos
1997-07-20
- Use __RCSID() and __COPYRIGHT().
thorpej
1995-03-21
convert to new RCS id conventions.
cgd
1994-12-23
be careful with pointer types.
cgd
1994-02-20
`s3' applies the last substitution to the 3rd (or nth) match.
alm