summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/mdoc.c
AgeCommit message (Expand)Author
2010-05-08merge bsd.lv rev 1.123:Ingo Schwarze
2010-05-08handle text lines beginning with \." as comments, like groff does,Ingo Schwarze
2010-05-04end-of-sentence markers at the end of .Fn argument listsIngo Schwarze
2010-04-27Fix a subtle bug noticed by naddy@ in pftop(8), thanks!Ingo Schwarze
2010-04-22Fix a segfault reported by nicm@, introduced in rev. 1.38.Ingo Schwarze
2010-04-07Merge the good parts of 1.9.23,Ingo Schwarze
2010-04-04When the prologue lacks required information, do not error out,Ingo Schwarze
2010-04-03* outside literal context in mdoc(7), handle blank lines like .PpIngo Schwarze
2010-04-02merge 1.9.22, keeping local patchesIngo Schwarze
2010-03-25fix a stupid out-of-bounds read access introduced in the previousIngo Schwarze
2010-03-02Proper inter-sentence spacing for mdoc(7).Ingo Schwarze
2010-02-18sync to release 1.9.15:Ingo Schwarze
2010-01-02complete the sync to 1.9.15-pre2: mostly minor fixesIngo Schwarze
2009-12-22sync to 1.9.12, mostly portability and refactoring:Ingo Schwarze
2009-10-27sync to 1.9.11: adapt printing of dates to groff conventions,Ingo Schwarze
2009-10-21sync to 1.9.9, featuring:Ingo Schwarze
2009-10-19sync to 1.9.6: multiple improvements to references (.Rs)Ingo Schwarze
2009-10-19sync to 1.9.6: u_char lives in <sys/types.h>Ingo Schwarze
2009-09-21sync to 1.9.5: lookup hashes are now static tablesIngo Schwarze
2009-09-18sync to 1.9.2: non-printable characters in macro names are errors;Ingo Schwarze
2009-08-22sync to 1.9.1: set mdoc_next flags in mdoc_*_alloc routines, where they belongIngo Schwarze
2009-08-22sync to 1.9.0: polishing the core code of mdoc macro handlingIngo Schwarze
2009-08-22sync to 1.8.5: Error string is now file:line:col: message.Ingo Schwarze
2009-07-26sync to 1.8.1: rewrite quoted literal handling correctly,Ingo Schwarze
2009-07-26sync to 1.8.1: removed excessively verbose EARGVPARM warningIngo Schwarze
2009-07-26sync to 1.8.1: support .br and .spIngo Schwarze
2009-07-26sync to 1.8.1: libmdoc now breaks up free-form lines into tokens;Ingo Schwarze
2009-07-18sync to 1.8.0: move mdoc_a2att, mdoc_a2st, and mdoc_a2lib to libmdocIngo Schwarze
2009-07-12sync to 1.7.23: pass warning code to mdoc_pwarn() instead of warning messageIngo Schwarze
2009-07-12sync to 1.7.23: pass error code to mdoc_perr() instead of error stringIngo Schwarze
2009-07-12sync to 1.7.23: pass error code to mdoc_nerr() instead of error stringIngo Schwarze
2009-07-12sync to 1.7.23: unify the various "enum merr" into libman.h and libmdoc.h,Ingo Schwarze
2009-07-12sync to 1.7.23: third step to get rid of enum mdoc_warn:Ingo Schwarze
2009-07-12sync to 1.7.23: second step to get rid of enum mdoc_warn:Ingo Schwarze
2009-07-12sync to 1.7.23: first step to get rid of enum mdoc_warn:Ingo Schwarze
2009-06-23sync to 1.7.20: like for the -man case, add an nchild counter to the -mdocIngo Schwarze
2009-06-19sync to 1.7.19: more elegant section handlingIngo Schwarze
2009-06-18sync to 1.7.19: comment cleanup; no functional changeIngo Schwarze
2009-06-18sync to 1.7.19: improved comment handlingIngo Schwarze
2009-06-18complete sync to 1.7.17: garbage collect unused functionsIngo Schwarze
2009-06-15bring back miod@'s "real functions" patch (rev. 1.2)Ingo Schwarze
2009-06-15sync to 1.7.16:Ingo Schwarze
2009-06-14sync to 1.7.16: comments, whitespace and spelling fixes; no functional changeIngo Schwarze
2009-04-15Replace variadic macros with real functions, so that this compiles onMiod Vallat
2009-04-06Initial check-in of mandoc for formatting manuals. ok deraadt@kristaps