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
/
Makefile
Age
Commit message (
Expand
)
Author
2009-07-26
Remove the need for -Wno-pointer-sign. Does not change the output .o file.
dholland
2008-08-29
Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f...
gmcgarry
2008-07-12
Add test for HAVE_PCC with HAVE_GCC which turn off compiler warning flags.
gmcgarry
2006-05-11
sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.
mrg
2000-06-23
Add MK... variables to enable/disable various aspects of building
thorpej
2000-06-16
libcrypt can now always decrypt, so always -DDES, and eliminate the
thorpej
1999-07-20
optionally include CRYPTOPATH Makefile.frag files.
mrg
1999-07-12
Use bsd.crypto.mk.
thorpej
1997-10-10
CFLAGS->CPPFLAGS
christos
1997-08-03
kill extra space
mikel
1997-07-20
Remove WARNS=1 from all the subdirectory Makefiles, and add it to Makefile.inc
christos
1997-07-20
Avoid the last warnings and add WARNS=1
christos
1995-03-21
convert to new RCS id conventions.
cgd
1994-03-23
Renamed insque
alm
1994-02-20
the insque and remque in libcompat don't seem to work (!)
cgd
1994-02-20
insque is in libcompat
alm
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-11
Use new POSIX.2 compatible regex routines in C library instead of -lgnuregex.
jtc
1993-10-28
don't hard-link to 'red' -- that's not a standard BSD thang. If people
cgd
1993-10-07
always include libcrypt
cgd
1993-08-30
Repeating a search requires only `/' (or `?'), not `//' (or `??')
alm
1993-08-02
Add RCS identifiers, remove some completely useless RCS logs and patchkit
mycroft
1993-07-28
incorporate changes from 0-9-base to 0-9-ALPHA
cgd
1993-07-02
fixed undo within a global command (would corrupt the buffer)
alm
1993-06-16
fixed regex initialization
alm
1993-05-27
Added a restricted mode in the form of a new command: red
alm
1993-05-08
added support for lines of arbitrary length
alm
1993-05-01
Use global value of CFLAGS for optimization.
mycroft
1993-04-28
rearranged headers to compile cleanly
alm
1993-04-23
added man page (draft)
alm
1993-04-16
Removed getrange() hack from undo()
alm
1993-04-15
added an efficient and relatively clean move (`m' command)
alm
1993-04-14
implemented line marks as pointers
alm
1993-04-10
updated to alm's ed-0.2
cgd
1993-04-08
added ed, from Andrew Moore, alm@netcom.com
cgd