summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2013-11-11In the parser, when closing an explicit block that is not open,Ingo Schwarze
2013-11-10Ignore blank lines right after .SH and .SS.Ingo Schwarze
2013-11-10Support the alternative syntax \C'uXXXX' for Unicode characters.Ingo Schwarze
2013-10-22Parse and ignore .hw (hyphenation points in words); this is safe becauseIngo Schwarze
2013-10-21There are three kinds of input lines: text lines, macros takingIngo Schwarze
2013-10-17Implement the .UR/.UE block (uniform resource identifier) introduced in theIngo Schwarze
2013-10-14Parse and ignore the .fam (font family) request.Ingo Schwarze
2013-10-13add libppath; Thomas Klausner, NetBSD rev. 1.4, Aug 29, 2011Ingo Schwarze
2013-10-13add libefi and simplify some namesIngo Schwarze
2013-10-13sync SUSv2/SUSv3 entries with groffIngo Schwarze
2013-10-13more DragonFly libraries; Franco Fichtner <franco at lastsummer dot de>Ingo Schwarze
2013-10-07Printf size_t vars with %zu, not %ld;Ingo Schwarze
2013-10-07Yesterday, i released (portable) mandoc 1.12.2, so bump our VERSION, too.Ingo Schwarze
2013-10-06We don't do hyphenation, but we allow breaking the line at hyphens that areIngo Schwarze
2013-10-06If there is random stuff inside a .Bl block body before the first .It,Ingo Schwarze
2013-10-05Cleanup suggested by gcc-4.8.1, following hints by Christos Zoulas:Ingo Schwarze
2013-10-04Support simple numerical conditions.Ingo Schwarze
2013-10-03ROFFRULE_ALLOW = 0, ROFFRULE_DENY = 1 was confusing, so exchange theIngo Schwarze
2013-10-03Avoid code duplication in roff_parseln() as suggested byIngo Schwarze
2013-10-03Expand references to number registers in exactly the same way asIngo Schwarze
2013-10-03Support setting arbitrary roff(7) number registers,Ingo Schwarze
2013-10-03sync with NetBSDIngo Schwarze
2013-09-16One of the WARNING messages has to use the word "section" twice in twoIngo Schwarze
2013-09-15Use normal line macro recognition, do not attempt to roll your own.Ingo Schwarze
2013-09-15Block closing macros do not allocate a new node but finish an existingIngo Schwarze
2013-09-15For some mdoc(7) macros, it is (unfortunately) semantically significantIngo Schwarze
2013-09-04Beagle has been replaced by armv7.Patrick Wildt
2013-08-21Move the last column-counting members of struct termp (col and maxcols)Ingo Schwarze
2013-08-08Implement the roff(7) font-escape sequence \f(BI "bold+italic".Ingo Schwarze
2013-08-06Remove support for COMPILER_VERSION == gcc2.Miod Vallat
2013-08-05After a leading blank on an output line, the first word was counted twiceIngo Schwarze
2013-08-05Put .%C before .%D in .Rs outputIngo Schwarze
2013-07-13For citing the names and email addresses of authors,Ingo Schwarze
2013-07-13Rudimentary implementation of the .it request (input line trap).Ingo Schwarze
2013-07-12Simple partial sync to bsd.lv:Ingo Schwarze
2013-06-27Parse for the closing delimiter `\}' for conditionalsIngo Schwarze
2013-06-20Improve handling of the roff(7) "\t" escape sequence:Ingo Schwarze
2013-06-17Add .St values for POSIX 1003.1d, 1003.1j, and 1003.1qPhilip Guenther
2013-06-05Some places used PATH_MAX from <limits.h>, some MAXPATHLEN from <sys/param.h>.Ingo Schwarze
2013-06-02Let .Do .Dq .Ql .So .Sq generate the correct roff(7) character escapeIngo Schwarze
2013-06-02Sync with bsd.lv, reshuffling the code a bit among mparse_readfd() andIngo Schwarze
2013-06-01This file contains too much complexity.Ingo Schwarze
2013-06-01Use a standard locale name, "UTF-8" is an ugly non-standard aliasIngo Schwarze
2013-06-01If a table contained at least one complete lineIngo Schwarze
2013-05-31More cleanup: Consistently use the name "struct tbl_node *tbl"Ingo Schwarze
2013-05-31The name "struct tbl" was badly misleading for two reasons:Ingo Schwarze
2013-05-30Reject non-printable characters found in the input stream even whenIngo Schwarze
2013-05-29Trivial sync to bsd.lv:Ingo Schwarze
2013-05-29Simplify condition, avoid duplicate code; no functional change.Ingo Schwarze
2013-05-29In SYNOPSIS mode, .Ek doesn't end a keep.Ingo Schwarze