2010-06-25 |
Kristaps Dzonsons | Initial chunks for variable-width fonts. Pushes all... |
blob | commitdiff | raw |
2010-06-19 |
Kristaps Dzonsons | Churn as I finish email address migration kth.se -... |
blob | commitdiff | raw | diff to current |
2010-06-13 |
Kristaps Dzonsons | Remove arg_getattrs(), as we only have arg_getattr... |
blob | commitdiff | raw | diff to current |
2010-06-13 |
Kristaps Dzonsons | Switch on cached -width usage in front-ends. |
blob | commitdiff | raw | diff to current |
2010-06-13 |
Kristaps Dzonsons | Allow -width for lists to be cached in mdoc_bl. This... |
blob | commitdiff | raw | diff to current |
2010-06-12 |
Kristaps Dzonsons | Cached `Bl -offset' into mdoc_bl. Removed erroneous... |
blob | commitdiff | raw | diff to current |
2010-06-12 |
Kristaps Dzonsons | Reverted to mdoc_term.c 1.149 (`It' does not inherit... |
blob | commitdiff | raw | diff to current |
2010-06-12 |
Kristaps Dzonsons | Moved `Bl -compact' into cached data. This allowed... |
blob | commitdiff | raw | diff to current |
2010-06-12 |
Kristaps Dzonsons | `Bl' is now using a struct instead of a single enum... |
blob | commitdiff | raw | diff to current |
2010-06-12 |
Kristaps Dzonsons | Cache all of `Bd's resolved arguments into mdoc_bd... |
blob | commitdiff | raw | diff to current |
2010-06-12 |
Kristaps Dzonsons | Added enum mdoc_disp (similar to enum mdoc_list). ... |
blob | commitdiff | raw | diff to current |
2010-06-10 |
Ingo Schwarze | Fix a regression that crept in in man_term.c 1.73 and... |
blob | commitdiff | raw | diff to current |
2010-06-09 |
Kristaps Dzonsons | Have the standard manpage header and footer print on... |
blob | commitdiff | raw | diff to current |
2010-06-07 |
Kristaps Dzonsons | First check-in of PostScript output. This does not... |
blob | commitdiff | raw | diff to current |
2010-06-07 |
Kristaps Dzonsons | Normalise SYNOPSIS behaviour after I gave up on followi... |
blob | commitdiff | raw | diff to current |
2010-06-06 |
Ingo Schwarze | Merge a fix to avoid a regression in OpenBSD: |
blob | commitdiff | raw | diff to current |
2010-06-06 |
Kristaps Dzonsons | Fixed -Tascii and -Thtml rendering of `Ft' and `Fo'. |
blob | commitdiff | raw | diff to current |
2010-06-04 |
Kristaps Dzonsons | Fix following the first: `Ft' is given special treatmen... |
blob | commitdiff | raw | diff to current |
2010-06-04 |
Kristaps Dzonsons | Fixed `Fn' newline behaviour and added some regression... |
blob | commitdiff | raw | diff to current |
2010-06-04 |
Kristaps Dzonsons | Documented `In' in full. |
blob | commitdiff | raw | diff to current |
2010-06-04 |
Kristaps Dzonsons | Fixed `Fd' to format in the right way. Found when... |
blob | commitdiff | raw | diff to current |
2010-06-01 |
Kristaps Dzonsons | De Morgan's law not being applied properly. Noted... |
blob | commitdiff | raw | diff to current |
2010-05-31 |
Kristaps Dzonsons | Remove enum mdocargerr from phrase() (unused). |
blob | commitdiff | raw | diff to current |
2010-05-30 |
Kristaps Dzonsons | Migrate `Bl -column' phrases to be MDOC_BODY instead... |
blob | commitdiff | raw | diff to current |
2010-05-29 |
Kristaps Dzonsons | Moved printing of empty word [back] into mdoc_action... |
blob | commitdiff | raw | diff to current |
2010-05-29 |
Kristaps Dzonsons | Commit of patch floated on discuss@ a few days ago... |
blob | commitdiff | raw | diff to current |
2010-05-26 |
Kristaps Dzonsons | Documented `Ud'. |
blob | commitdiff | raw | diff to current |
2010-05-24 |
Ingo Schwarze | sync to OpenBSD: |
blob | commitdiff | raw | diff to current |
2010-05-24 |
Ingo Schwarze | Handle literal tab characters both in literal context... |
blob | commitdiff | raw | diff to current |
2010-05-24 |
Ingo Schwarze | fix an obvious typo in print_bvspace(): |
blob | commitdiff | raw | diff to current |
2010-05-22 |
Joerg Sonnenberger | Fix 1.125: Add missing return in termp_nm_pre. |
blob | commitdiff | raw | diff to current |
2010-05-17 |
Kristaps Dzonsons | Increase performance by stashing the list type in struc... |
blob | commitdiff | raw | diff to current |
2010-05-17 |
Kristaps Dzonsons | Enable the unified error/warning enumeration in mandoc... |
blob | commitdiff | raw | diff to current |
2010-05-15 |
Kristaps Dzonsons | LIBRARY can also occur in section 9. |
blob | commitdiff | raw | diff to current |
2010-05-15 |
Joerg Sonnenberger | Make the output width an option for ascii_alloc and... |
blob | commitdiff | raw | diff to current |
2010-05-13 |
Kristaps Dzonsons | Fixed bug in -Thtml -mdoc where `Lb' would line-break... |
blob | commitdiff | raw | diff to current |
2010-05-12 |
Kristaps Dzonsons | Tiny EOS patch. Back-end cues front-end through flag... |
blob | commitdiff | raw | diff to current |
2010-05-10 |
Kristaps Dzonsons | -man also now has unbound margins for literal context. |
blob | commitdiff | raw | diff to current |
2010-05-09 |
Kristaps Dzonsons | Setting maxmargin, too (for completion). |
blob | commitdiff | raw | diff to current |
2010-05-09 |
Kristaps Dzonsons | Allow literal contexts to have unbound line lengths... |
blob | commitdiff | raw | diff to current |
2010-04-08 |
Kristaps Dzonsons | Fixed %T: it now correctly underlines, instead of quoti... |
blob | commitdiff | raw | diff to current |
2010-04-06 |
Kristaps Dzonsons | Allow `Bd' to accept (warn about then ignore) in-line... |
blob | commitdiff | raw | diff to current |
2010-04-06 |
Kristaps Dzonsons | Let `Bl' accept arguments on the head line with a warni... |
blob | commitdiff | raw | diff to current |
2010-04-06 |
Kristaps Dzonsons | `Fl' now correctly suppresses the trailing space if... |
blob | commitdiff | raw | diff to current |
2010-04-03 |
Kristaps Dzonsons | Merged patch by Ingo Schwarze allowing `Xr' to pass... |
blob | commitdiff | raw | diff to current |
2010-03-29 |
Kristaps Dzonsons | Integrate Ingo Schwarze's patch for mdoc_iscdelim(... |
blob | commitdiff | raw | diff to current |
2010-03-23 |
Kristaps Dzonsons | Fixed two very subtle bugs in retaining overstep and... |
blob | commitdiff | raw | diff to current |
2010-01-30 |
Kristaps Dzonsons | Fix in handling Vt in SYNOPSIS with trailing punctuatio... |
blob | commitdiff | raw | diff to current |
2010-01-01 |
Kristaps Dzonsons | Fix of subtle, but significant, resetting of tags when... VERSION_1_9_15-pre2 |
blob | commitdiff | raw | diff to current |
2010-01-01 |
Kristaps Dzonsons | More in-code documentation and clarity re-arrangements. |
blob | commitdiff | raw | diff to current |
2010-01-01 |
Kristaps Dzonsons | Big check-in of compatibility layer. This should work... |
blob | commitdiff | raw | diff to current |
2010-01-01 |
Kristaps Dzonsons | Correct handling of arbitrary column lengths, which... |
blob | commitdiff | raw | diff to current |
2010-01-01 |
Kristaps Dzonsons | Cleaned-up column handling to be char-compatible with... |
blob | commitdiff | raw | diff to current |
2010-01-01 |
Kristaps Dzonsons | Documented `Fl' in mdoc.7. |
blob | commitdiff | raw | diff to current |
2010-01-01 |
Kristaps Dzonsons | `Fl' has each argument be in a separate scope (thanks... |
blob | commitdiff | raw | diff to current |
2009-11-12 |
Kristaps Dzonsons | Basically re-wrote -Tascii font handling: instead of... |
blob | commitdiff | raw | diff to current |
2009-11-10 |
Kristaps Dzonsons | Disable metafonts when printing document footer. |
blob | commitdiff | raw | diff to current |
2009-10-31 |
Kristaps Dzonsons | Patch on DragonFly BSD syntax (thanks Sascha Wildner). |
blob | commitdiff | raw | diff to current |
2009-10-30 |
Kristaps Dzonsons | More lint fixes. |
blob | commitdiff | raw | diff to current |
2009-10-27 |
Kristaps Dzonsons | Removed dynamic allocations of header/footer data. |
blob | commitdiff | raw | diff to current |
2009-10-27 |
Kristaps Dzonsons | bzero() -> memset() (noted by Joerg Sonnenberger). |
blob | commitdiff | raw | diff to current |
2009-10-26 |
Kristaps Dzonsons | Full `%U' support. |
blob | commitdiff | raw | diff to current |
2009-10-24 |
Kristaps Dzonsons | Added `%U' to -mdoc (doesn't render in a nice way yet). |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Kristaps Dzonsons | Fixed maddening mismatch between groff and strftime... |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Kristaps Dzonsons | More fixes to scaling-width multipliers (which, just... |
blob | commitdiff | raw | diff to current |
2009-10-18 |
Kristaps Dzonsons | Made sure devices and formats recognise that -man and... |
blob | commitdiff | raw | diff to current |
2009-10-18 |
Kristaps Dzonsons | Arbitrary horizontal and vertical scaling widths now... |
blob | commitdiff | raw | diff to current |
2009-10-15 |
Kristaps Dzonsons | Added support for `Bd -centered', which appears in... |
blob | commitdiff | raw | diff to current |
2009-10-13 |
Kristaps Dzonsons | Moved output definitions into main.h. |
blob | commitdiff | raw | diff to current |
2009-10-10 |
Kristaps Dzonsons | Fix hang lists in -Tascii -Tmdoc, which seem to have... |
blob | commitdiff | raw | diff to current |
2009-10-07 |
Kristaps Dzonsons | `Bd' literals in -Tascii -mdoc were losing the first... |
blob | commitdiff | raw | diff to current |
2009-10-03 |
Kristaps Dzonsons | `Fn' does not print empty ftype span. |
blob | commitdiff | raw | diff to current |
2009-09-26 |
Kristaps Dzonsons | Fixed `Bd' prior vertical space (was ignoring -compact). |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Kristaps Dzonsons | -Tascii correctly prints `%T' in `Rs' with quotes. |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Kristaps Dzonsons | Added EBADCHILD error (bad child of parent context). |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Kristaps Dzonsons | Fix in -Tascii where `Lb' causes line-break in any... |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Kristaps Dzonsons | Sync'd example style-sheet to be more like OpenBSD... |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Kristaps Dzonsons | Added Bf, Pf, etc. to -Thtml. |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Kristaps Dzonsons | Many more macros added to -Thtml. |
blob | commitdiff | raw | diff to current |
2009-09-22 |
Kristaps Dzonsons | Fix segfault in -Thtml column lists. |
blob | commitdiff | raw | diff to current |
2009-09-21 |
Kristaps Dzonsons | Fix height of hard-breaks in -Thtml. |
blob | commitdiff | raw | diff to current |
2009-09-21 |
Kristaps Dzonsons | Consolidation of Pp/sp/br/Lp stuff. |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Kristaps Dzonsons | Headers and footers in -Thtml. Various minor additions. |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Kristaps Dzonsons | Bl -column in place for -Thtml. |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Kristaps Dzonsons | Some extra html tags and near-complete Bl: -tag is... |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Kristaps Dzonsons | Considerable, wide-ranging improvements to the -Thtml... |
blob | commitdiff | raw | diff to current |
2009-09-17 |
Kristaps Dzonsons | Hang lists in html (the hard one first). |
blob | commitdiff | raw | diff to current |
2009-09-16 |
Kristaps Dzonsons | Made tree/term/out() functions return void. |
blob | commitdiff | raw | diff to current |
2009-09-15 |
Kristaps Dzonsons | Removed TERMP_BOLD, TERMP_UNDER, TERMP_STYLE in favour... |
blob | commitdiff | raw | diff to current |
2009-08-20 |
Kristaps Dzonsons | Updated manual structure in mdoc.7. |
blob | commitdiff | raw | diff to current |
2009-08-19 |
Kristaps Dzonsons | More already-fixed FIXMEs. |
blob | commitdiff | raw | diff to current |
2009-08-10 |
Kristaps Dzonsons | Moved indentation size into *term.c files. |
blob | commitdiff | raw | diff to current |
2009-07-29 |
Kristaps Dzonsons | Fixed groff-compat where two `Sh' calls, with the first... |
blob | commitdiff | raw | diff to current |
2009-07-29 |
Kristaps Dzonsons | Moved CALLABLE check to lookup_raw(). |
blob | commitdiff | raw | diff to current |
2009-07-25 |
Kristaps Dzonsons | Patches and results of LLVM static analysis (thanks... |
blob | commitdiff | raw | diff to current |
2009-07-24 |
Kristaps Dzonsons | Fixed DIAGNOSTIC display (leading double-space only... |
blob | commitdiff | raw | diff to current |
2009-07-24 |
Kristaps Dzonsons | Full support for `An -split/-nosplit'. Compat documented. |
blob | commitdiff | raw | diff to current |
2009-07-24 |
Kristaps Dzonsons | `Bd' printing simplified (now that literal text is... |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Kristaps Dzonsons | Ugly fix for `Bl' or `Bd' causing badness when nested... |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Kristaps Dzonsons | Bl -column now accepts columns = (1 + stated columns... |
blob | commitdiff | raw | diff to current |
next |