summaryrefslogtreecommitdiff
path: root/bin/ed
AgeCommit message (Expand)Author
2009-07-26remove unused global variabledholland
2009-07-26sprinkle static in this filedholland
2009-07-26Remove the need for -Wno-pointer-sign. Does not change the output .o file.dholland
2009-06-10Make sure that buffer is NULL terminated when input to strip_escapes() isginsbach
2009-06-10Fix potential buffer overflow in filename escape processingginsbach
2009-03-26Avoid .Xo/.Xc. Fix quoting of commands to give the intended effect.joerg
2008-08-29Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f...gmcgarry
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-07-12Add test for HAVE_PCC with HAVE_GCC which turn off compiler warning flags.gmcgarry
2007-03-17s/intialized/initialized/msaitoh
2006-10-15sprinkle volatilechristos
2006-06-11PR/33699: Kevin Massey: use strlcpy to prevent stack overflows.christos
2006-05-11sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.mrg
2006-03-17Handle asprintf returning NULL.rumble
2005-06-26sprinkle a little const, and now everything compiles with WARNS=3christos
2005-05-23Fixed another instance of isspace(char).rillig
2005-04-19Fixed wrong use of the <ctype.h> functions by adding an explicit conversionrillig
2005-02-17Kill __P(), use ANSI function declarations.xtraeme
2003-10-26use ${HOST_SH} instead of /bin/shlukem
2003-10-19Fix typos in comments. From Jared Yanovich via jmc@openbsd.wiz
2003-09-08Reinstate paragraph about -E, sort option descriptions, and bump date for -E ...wiz
2003-09-08Some more fixes: sort sections, escape some stuff for HTML output.wiz
2003-09-08Improved version of OpenBSD's mdoc'ed version of ed(1) (v1.42).wiz
2003-09-05plug memory leak. PR bin/22694itojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-01Some grammar and punctuation fixes from jmc@openbsd.wiz
2003-04-17clear errno before strtol() if we're going to test it for ERANGE afterwardslukem
2003-03-29occurences->occurrences, from Igor Sobrado in PR 19670perry
2002-12-06Avoid conflict with reserved identifier "exp".thorpej
2002-10-02additional and positive with two is. From Adrian Mrva.wiz
2002-09-25New policy: New sentences start on a new line.wiz
2002-05-25__STDC__ is always defined on NetBSD.wiz
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-01-23Add a -E flag to ed(1) and sed(1) so that they can use extendedatatat
2002-01-03Fix a typo, and improve grammar.wiz
2001-12-20Whitespace nits.wiz
2001-11-03fix minor WARNS=2lukem
2001-01-07remove redundant declaration of errmsgchristos
2000-11-07be consistent with man page xrefs (this is a pre mandoc man page)lukem
2000-06-23Add MK... variables to enable/disable various aspects of buildingthorpej
2000-06-16libcrypt can now always decrypt, so always -DDES, and eliminate thethorpej
2000-05-12mention use of TMPDIR fixed in previous commitchristos
2000-04-17Obey $TMPDIR for creating the scratch filechristos
2000-04-17make this compile without -DBACKWARDS [someone deleted an unused variablechristos
2000-04-04Back out the incorrect change in revision 1.11 of main.c, and actuallythorpej
2000-04-01Correct data type mismatch of "rows" with extern declaration. Possiblemjl
1999-11-18Spelling ("occurences" -> "occurrences")kristerw
1999-07-20optionally include CRYPTOPATH Makefile.frag files.mrg
1999-07-12Use bsd.crypto.mk.thorpej
1998-11-04- add termios.h for winsizechristos