2010-12-01 |
Kristaps Dzonsons | Merge OpenBSD's `so' handling (plus some documentation... |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Kristaps Dzonsons | Make sure that the manual section defaults to `1' if... |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Kristaps Dzonsons | Fix a subtle error in the new main.c where the parse... |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Kristaps Dzonsons | Merge restructuring of main.c code. This provided... |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Kristaps Dzonsons | Fixed a goddamn subtle error causing MDOC_LITERAL to... |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Kristaps Dzonsons | Re-ordering of roff requests as per OpenBSD. |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Kristaps Dzonsons | Low-hanging fruit: add OpenBSD's `ad', `hy', `ne',... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Ingo Schwarze | Restore the Id tag that i clobbered in my previous... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Ingo Schwarze | Merge OpenBSD mdoc.7 rev. 1.56 and 1.57: |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Kristaps Dzonsons | Kill man_action.c. |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Kristaps Dzonsons | Move all man_action.c routines into man_validate.c |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Kristaps Dzonsons | Simplify the many if ( ! mdoc_nmsg()) return(0) etc... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Kristaps Dzonsons | mdoc_action.c is no more. Attic it and remove it from... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Kristaps Dzonsons | Moved all prologue actions from mdoc_action.c into... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Kristaps Dzonsons | Move post_bl() and subfunctions from mdoc_action.c... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Kristaps Dzonsons | Move -column list validation and normal-formisation... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Kristaps Dzonsons | Migrate `Nm' and `Pa' handling from mdoc_action.c into... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Kristaps Dzonsons | Remove left-over rsord[] in mdoc_actions.c. |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Kristaps Dzonsons | Move `Lb' handling from mdoc_action.c into mdoc_validate.c. |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Kristaps Dzonsons | Move `At' handling from mdoc_action.c into mdoc_validate.c. |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Kristaps Dzonsons | Move `Sh' validation from mdoc_action.c. into mdoc_vali... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Kristaps Dzonsons | Clarifying role of pre_pp (now pre_par), which was... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Kristaps Dzonsons | Note that `Rv' and `Ex' have different values if a... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Kristaps Dzonsons | Move `Mt', `Ar', and `Li' handling from mdoc_action... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Kristaps Dzonsons | Migrate action for `Rs' into mdoc_validate.c. |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Ingo Schwarze | new: parametric .de, and header lines of excessive... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Ingo Schwarze | a bunch of small issues collected during p2k10 |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Ingo Schwarze | Referring to terms explained in other manuals, always... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Ingo Schwarze | Remove a left-over ".Xr groff 1"; patch from jmc@. |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Ingo Schwarze | When mentioning a function documented elsewhere, .Xr... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Ingo Schwarze | let .Bsx print just "BSD/OS" like in modern groff |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Ingo Schwarze | new: escape sequence handling |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Ingo Schwarze | two new TODOs based on submissions by Ulrich Spoerlein |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Ingo Schwarze | dream about .de support, |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Kristaps Dzonsons | Use proper error for `An' multiple arguments. |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Kristaps Dzonsons | Quiesce Linux header-inclusion warnings. |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Kristaps Dzonsons | Initial commit of cleaned-up validation code for -mdoc... |
commit | commitdiff | tree | snapshot |
2010-10-10 |
Kristaps Dzonsons | `Sm' no longer produces a linebreak when used in `Bd'. |
commit | commitdiff | tree | snapshot |
2010-10-10 |
Kristaps Dzonsons | Cleaned up library manuals: removed old escapes, added... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Kristaps Dzonsons | Revert merging of {mdoc,man}.h -> mandoc.h. |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Ingo Schwarze | style cleanup, no functional change: |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Kristaps Dzonsons | Unify mdoc and man enums and structs into mandoc.h... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Ingo Schwarze | * need a space before .No even if it starts with a... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Kristaps Dzonsons | Fix small regression where `Op' had an extra space... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Ingo Schwarze | Merge from OpenBSD right after 1.10.6; now back to... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Kristaps Dzonsons | Added TODO for more `Pp' warnings. |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Ingo Schwarze | A minor issue with \& between .Pp found while merging... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Kristaps Dzonsons | Prepping for version. VERSION_1_10_6 |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Kristaps Dzonsons | Consider both `Lp' and `Pp' when stripping prior paragr... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Kristaps Dzonsons | Suppress whitespace following Pp, Lp, sp, and the other... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Kristaps Dzonsons | Remove finished TODO. |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Kristaps Dzonsons | Ignore double-`Pp' and `Pp' before `Bd' and `Bl' (unles... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Kristaps Dzonsons | Added MIPS64. From a patch by Jason McIntyre. |
commit | commitdiff | tree | snapshot |
2010-09-26 |
Ingo Schwarze | sync to OpenBSD: |
commit | commitdiff | tree | snapshot |
2010-09-26 |
Ingo Schwarze | If an explicit scope is still open at the end of an... |
commit | commitdiff | tree | snapshot |
2010-09-26 |
Ingo Schwarze | sync to OpenBSD: |
commit | commitdiff | tree | snapshot |
2010-09-26 |
Kristaps Dzonsons | Consolidated all -T[x]html punctuation macros into... |
commit | commitdiff | tree | snapshot |
2010-09-26 |
Kristaps Dzonsons | Linted function arguments. |
commit | commitdiff | tree | snapshot |
2010-09-26 |
Kristaps Dzonsons | Big clean-up consolidating all punctuation opening... |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Kristaps Dzonsons | Remove fixed TODO and add a new one. |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Kristaps Dzonsons | A `%T' invoked outside of `Rs' should not produce trail... |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Kristaps Dzonsons | Add `Rs' vertical-space in -T[x]html "SEE ALSO" section... |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Kristaps Dzonsons | Removed TODO that was fixed by parsing escapes in offse... |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Ingo Schwarze | When the HEAD of an .Nm block in the SYNOPSIS might... |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Ingo Schwarze | Count trailing escaped blanks correctly; |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Ingo Schwarze | enclosures sometimes cause bogus end-of-sentence |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Kristaps Dzonsons | Allow string lengths to account for escapes. Now all... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Kristaps Dzonsons | Remove last pod2man escapes. These render ok, although... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Ingo Schwarze | Prevent .Lp from looping endlessly on punctuation. |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Kristaps Dzonsons | Prevent `Pp' from looping endlessly on punctuation... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Kristaps Dzonsons | Found nit in -T[x]html. |
commit | commitdiff | tree | snapshot |
2010-09-04 |
Kristaps Dzonsons | Churny commit to quiet lint. No functional changes. |
commit | commitdiff | tree | snapshot |
2010-09-04 |
Kristaps Dzonsons | Properly handle -mdoc %A in all outputs. This has... |
commit | commitdiff | tree | snapshot |
2010-09-04 |
Kristaps Dzonsons | Removed 'br\} comment from TODO. This was fixed a... |
commit | commitdiff | tree | snapshot |
2010-09-04 |
Kristaps Dzonsons | Fix premature return from sub-conditional roff statemen... |
commit | commitdiff | tree | snapshot |
2010-09-04 |
Kristaps Dzonsons | Clarified EXIT STATUS sections. Discussed among schwar... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Kristaps Dzonsons | Remove the pod2man table entries. They can now be... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Kristaps Dzonsons | Allow `.xx\}' where xx is a macro (e.g., `.br\}') to... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Kristaps Dzonsons | Remove overstrike `\o'. This isn't the best solution... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Kristaps Dzonsons | Made -mdoc `Pp', `Lp', and `br' not FATAL when having... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Kristaps Dzonsons | Move mdoc/man template "The next is for" into the secti... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
Kristaps Dzonsons | "sys/param.h is for kernel interface programs. |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Kristaps Dzonsons | Fixed HISTORY to note mdoc's rewrite in groff-1.17... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Kristaps Dzonsons | Handle nested, recursive mathematical subexpressions... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Kristaps Dzonsons | Strip out `\k' escape. |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Kristaps Dzonsons | Stripping out of `\w' groff escape. Yet another for... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Kristaps Dzonsons | Have the `ds' processor strip out `\\' as stipulated... |
commit | commitdiff | tree | snapshot |
2010-08-24 |
Kristaps Dzonsons | Strip out the `\z' escape. This is the first recursive... |
commit | commitdiff | tree | snapshot |
2010-08-22 |
Kristaps Dzonsons | Add a short HISTORY section to mdoc.7. Facts provided... |
commit | commitdiff | tree | snapshot |
2010-08-22 |
Kristaps Dzonsons | Sort COMPATIBILITY in mdoc(7) (from schwarze@). |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Ingo Schwarze | Backout previous. |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Ingo Schwarze | Centralize handling of literal tabs in term_flushln... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Ingo Schwarze | When a column contains trailing spaces, calculate the... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Ingo Schwarze | .Bl -column phrases ignore spacing rules for trailing... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Ingo Schwarze | fix previous: when bailing out due to -Wstop, |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Kristaps Dzonsons | Fixed Makefile auto-generation of manuals not to use... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Ingo Schwarze | Implement a simple, consistent user interface for error... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Kristaps Dzonsons | Updated hypermail link to summary.html. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Kristaps Dzonsons | Added mail archive periodically generated by hypermail. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Kristaps Dzonsons | Migrate `Xr groff 1' -> GNU troff. I no longer assume... |
commit | commitdiff | tree | snapshot |
next |