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