aboutsummaryrefslogtreecommitdiff
path: root/bin/ed
Commit message (Expand)AuthorAgeFilesLines
* ed(1): Allow the omission of one address in (.,.) and (.;.) address rangesPedro F. Giffuni2017-07-031-2/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Remove bdes(1)Allan Jude2017-02-061-5/+1
* Revert crap accidentally committedBaptiste Daroussin2017-01-281-1/+1
* Revert r312923 a better approach will be taken laterBaptiste Daroussin2017-01-281-1/+1
* ed(1): drop redundant parenthesis.Pedro F. Giffuni2016-12-141-2/+2
* ed(1): Simplify some checks.Pedro F. Giffuni2016-12-121-5/+5
* ed(1): Prevent possible overflows during allocation.Pedro F. Giffuni2016-12-123-4/+4
* Use .At macro instead of specifying AT&T UNIX literaly.Sevan Janiyan2016-10-021-2/+2
* Close the input FILE * in read_file() and the output FILE * in write_file()Don Lewis2016-05-251-9/+18
* ed(1): simplify by using arc4random_buf().Pedro F. Giffuni2016-05-211-4/+1
* ed(1): Cleanups for the DES mode.Pedro F. Giffuni2016-05-201-2/+2
* ed(1): switch two statements so we check the index before dereferencing.Pedro F. Giffuni2016-04-261-1/+1
* Explicitly add unmarked bin/ binaries to the runtime package.Glen Barber2016-02-091-0/+1
* ed(1): Prevent possible string overflowsPedro F. Giffuni2015-12-181-4/+4
* ed(1): Prevent possible string overflowsPedro F. Giffuni2015-12-181-4/+6
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-273-5/+4
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-191-1/+1
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-191-3/+1
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-0/+1
| * | | Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \ \
| * \ \ \ Merge from headSimon J. Gerraty2013-09-052-3/+3
| |\ \ \ \
| * \ \ \ \ sync from headSimon J. Gerraty2013-04-121-3/+1
| |\ \ \ \ \
| * | | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | | Sync from headSimon J. Gerraty2012-11-049-63/+51
| |\ \ \ \ \ \
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | | | | | | mdoc: escape ReBaptiste Daroussin2015-04-261-1/+1
* | | | | | | | ed(1): Fix [-Werror=logical-not-parentheses]Eitan Adler2015-04-201-1/+1
* | | | | | | | bin/ed: use correct type in multiplicationEitan Adler2015-04-181-1/+1
* | | | | | | | Convert bin/ to LIBADD, reduce overlinking allow to build all components asBaptiste Daroussin2014-11-251-2/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Always check the limits of array index variables before using them.Pedro F. Giffuni2014-08-211-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | When building picobsd, define WITHOUT_OPENSSL and WITHOUT_KERBEROS andWarner Losh2014-06-061-3/+1
| |_|_|_|/ |/| | | |
* | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|_|/ |/| | |
* | | | Fix a -Wunsequenced warning.Tim Kientzle2013-06-291-1/+1
* | | | mdoc sweep.Joel Dahl2013-05-121-2/+2
| |_|/ |/| |
* | | Fix compiling ed w/ WITHOUT_ED_CRYPTO... These variables aren'tJohn-Mark Gurney2013-03-231-3/+1
| |/ |/|
* | More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-194-15/+6
* | Fix warnings found by -Wmising-variable-declarations.Ed Schouten2012-10-197-48/+45
|/
* Add build option MK_ED_CRYPTO to control whether ed(1) is to have theMarcel Moolenaar2012-05-191-3/+3
* Fix some obtuse fprintf tricks in bin/ed.Dimitry Andric2011-12-162-18/+20
* Fix memory leaks in error cases.Christian Brueffer2011-08-271-0/+3
* Fix some typos under bin/Ulrich Spörlein2011-05-221-2/+2
* Fix typos.Rebecca Cran2011-02-121-2/+2
* ed(1): make WARNS=6 cleanUlrich Spörlein2010-03-042-7/+1
* Move WARNS as ed(1) also is only WARNS = 2 clean in the !DES case.Marius Strobl2007-12-091-1/+1
* Don't include encryption features of ed(1) when building for theKen Smith2007-07-021-0/+2
* while(0); -> while (0) in multiline macroWarner Losh2006-08-171-1/+1