summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/chars.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* In terminal output, unify handling of Unicode and numbered characterschwarze2014-10-291-6/+4
* Make the character table available to libroff so it can check theschwarze2014-10-281-2/+2
* Tighten Unicode escape name parsing.schwarze2014-10-281-9/+4
* Fix a regression in term.c rev. 1.89 reported by bentley@:schwarze2014-10-271-2/+2
* In -Tascii mode, provide approximations even for some Unicode escapeschwarze2014-10-261-1/+14
* Improve -Tascii output for Unicode escape sequences: For the first 512schwarze2014-10-261-16/+7
* Security fix:schwarze2014-07-231-2/+13
* KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,schwarze2014-04-201-9/+10
* The files mandoc.c and mandoc.h contained both specialised low-levelschwarze2014-03-211-1/+2
* Implement the \: (optional line break) escape sequence,schwarze2014-01-221-2/+2
* Improve handling of the roff(7) "\t" escape sequence:schwarze2013-06-201-2/+2
* Even though the size of a pointer should not depend on the type of theschwarze2013-05-181-2/+2
* mark some arguments "const" that will not be changed; from kristaps@schwarze2011-11-121-7/+10
* sync to version 1.11.5:schwarze2011-09-181-4/+4
* simplify: there's really no need for extra code to reorderschwarze2011-07-081-61/+8
* Fix two regressions introduced in 1.11.3:schwarze2011-05-291-3/+5
* Merge release 1.11.3, almost all code by kristaps@:schwarze2011-05-291-85/+44
* Merge version 1.11.1:schwarze2011-04-241-3/+3
* Merge version 1.10.10:schwarze2011-04-211-12/+3
* Implement the \N'number' (numbered character) roff escape sequence.schwarze2011-01-301-1/+23
* Merge kristaps@' cleaner tbl integration, removing mine;schwarze2011-01-041-12/+12
* remove remaining pod2man escapes, mandoc now uses the standard preamble;schwarze2010-09-201-4/+4
* Parse and ignore the \k, \o, \w, and \z roff escapes, and recursivelyschwarze2010-09-131-2/+2
* Implement a simple, consistent user interface for error handling.schwarze2010-08-201-3/+3
* Remove the standard pod2man \*(C+ pre-predefined string ("C++").schwarze2010-08-181-2/+2
* Merge bsd.lv version 1.10.5: last larger batch of bug fixes before release.schwarze2010-07-311-10/+9
* Sync to bsd.lv; in particular, pull in lots of bug fixes.schwarze2010-07-251-28/+69
* Merge bsd.lv version 1.10.1 (to be released soon).schwarze2010-06-061-2/+2
* When a word does not fully fit onto the output line, but it containsschwarze2010-05-261-1/+2
* merge 1.9.17, keeping local patchesschwarze2010-03-261-2/+2
* sync to release 1.9.15:schwarze2010-02-181-14/+2
* sync to 1.9.14: rewrite escape sequence handling:schwarze2009-12-241-4/+5
* sync to 1.9.12, mostly portability and refactoring:schwarze2009-12-221-7/+12
* sync to 1.9.6: here is the sync of special characters to new groffschwarze2009-10-191-2/+2
* sync to 1.9.5: partial rewrite of special character and predefined stringschwarze2009-10-191-0/+204