summaryrefslogtreecommitdiffstats
path: root/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Another fix for insertion from Balazs Kezes. On insertion, size the linenicm2014-12-011-4/+5
* An internal function called xrealloc() is actually a fail-hardderaadt2014-12-0120-81/+70
* Check ZOOMED flag on window.nicm2014-12-011-3/+3
* more opportunity to use reallocarray(); ok ottoderaadt2014-12-014-11/+11
* header cleanup:schwarze2014-12-0114-37/+48
* update currency exchange rates;jmc2014-12-011-41/+41
* three trivial reallocarray() usesderaadt2014-12-011-4/+4
* sed has a xreallocarray(), but two n*s cases were not replacedderaadt2014-12-011-7/+7
* trivial reallocarray() usederaadt2014-12-011-5/+5
* use reallocarray()deraadt2014-12-013-5/+15
* The header libmandoc.h is part of the internal parser interface,schwarze2014-12-011-2/+1
* Fix %c for floating values that become 0 when coerced to int.millert2014-12-011-2/+2
* Use warnc() to use the correct errno value for FTS_DNR, FTS_NS andmillert2014-12-011-2/+2
* delete three standard abbreviations that areschwarze2014-11-301-4/+1
* Remove dead code, from Thomas Adam.nicm2014-11-302-35/+2
* Multiple fixes with respect to .Pf:schwarze2014-11-307-17/+32
* warn about attempts to call non-callable macros;schwarze2014-11-303-11/+21
* Reduce code duplication by reusing the same argument parserschwarze2014-11-291-19/+21
* Provide a helper function macro_or_word() and use it to prune theschwarze2014-11-293-131/+71
* Fold the loop around mdoc_argv() into the function itself,schwarze2014-11-283-127/+85
* Add some missing OpenBSD RCS markersschwarze2014-11-2817-19/+27
* AT&T is unlikely to release an new version of Research UNIX any time soon.schwarze2014-11-282-43/+17
* Retire support for CSRG supplementary document titles. These areschwarze2014-11-285-85/+7
* Drop useless architecture table. Validating architecture namesschwarze2014-11-286-167/+12
* Remove bulky, irrelevant library description string tablesschwarze2014-11-285-170/+6
* mop up and #ifdef turd deraadt@ stepped intoschwarze2014-11-281-9/+3
* Be more careful about meta->name. For weird input, it can be NULL.schwarze2014-11-281-7/+11
* consistency in calling usage, from Fritjof Bornebuschotto2014-11-281-2/+2
* Simplify by making the eqn and tbl steering functions void;schwarze2014-11-284-45/+28
* Simplify by making many functions in the man(7) parser void,schwarze2014-11-286-289/+186
* Simplify by making the mdoc parser callbacks void, and some cleanup;schwarze2014-11-283-218/+140
* Simplify the code by making various mdoc parser helper functions void.schwarze2014-11-284-434/+271
* Simplify code by making mdoc validation handlers void.schwarze2014-11-284-417/+288
* Downgrade .Bd -file from FATAL to ERROR.schwarze2014-11-273-6/+6
* Multiple fixes with respect to .Eo:schwarze2014-11-274-26/+62
* Fix the obsolete .Db (toggle debug mode) macro to ignore its argumentsschwarze2014-11-274-37/+31
* remove unneccessary inclusion protection; ok schwarzederaadt2014-11-2714-72/+14
* All cpus -> N Cpusespie2014-11-271-2/+2
* Make makewhatis(8) understand .so links to .gz pages.schwarze2014-11-273-30/+28
* Let mparse_readfd() use mparse_open() and mparse_wait()schwarze2014-11-261-23/+43
* Simplify the mparse_open()/mparse_wait() interface.schwarze2014-11-264-26/+21
* remove an unreachable warning about .Sm argumentsschwarze2014-11-261-3/+1
* The .Sm macro accepts at most one argument;schwarze2014-11-261-2/+2
* Prefer setvbuf() to setlinebuf() for portability; ok deraadt@millert2014-11-2614-30/+30
* Make option string/struct const (since it is...). I've had thismillert2014-11-261-4/+4
* init array field in the proper place, see regress test t27;otto2014-11-261-4/+4
* Properly validate line ranges supplied in diff file to prevent overflows.tobias2014-11-261-4/+27
* Make the code sipler and more robust by always assigning a valueschwarze2014-11-261-13/+6
* fix (disabled) build of man.cgischwarze2014-11-251-2/+2
* Introduce strtolinenum to properly check line numbers while parsing:tobias2014-11-252-33/+51