2010-07-27 |
Kristaps Dzonsons | Fix how `Bd -unfilled' and `Bd -literal' break lines... |
blob | commitdiff | raw |
2010-07-23 |
Kristaps Dzonsons | Add support for `Sm' in -T[x]html -mdoc. |
blob | commitdiff | raw | diff to current |
2010-07-19 |
Kristaps Dzonsons | Remove some FIXMEs: `Ms' accepts arbitrary text, so... |
blob | commitdiff | raw | diff to current |
2010-07-19 |
Kristaps Dzonsons | Fix spurrious newline emitted by `Pp' when specified... |
blob | commitdiff | raw | diff to current |
2010-07-13 |
Ingo Schwarze | correct lots of copyright notices; |
blob | commitdiff | raw | diff to current |
2010-07-07 |
Kristaps Dzonsons | Re-constitution of `ds' symbol processing. First,... |
blob | commitdiff | raw | diff to current |
2010-07-06 |
Kristaps Dzonsons | Give -T[x]html `Bk -words' capability. |
blob | commitdiff | raw | diff to current |
2010-07-04 |
Kristaps Dzonsons | Cache column sizes and char pointer into mdoc_bl. ... |
blob | commitdiff | raw | diff to current |
2010-07-02 |
Kristaps Dzonsons | Stash `Bf' parameters into struct mdoc_bf. |
blob | commitdiff | raw | diff to current |
2010-07-02 |
Kristaps Dzonsons | Implemented -Thtml bits for handling `Nm' blocks. |
blob | commitdiff | raw | diff to current |
2010-07-01 |
Kristaps Dzonsons | Make struct_bl and struct_bd into pointers. This remov... |
blob | commitdiff | raw | diff to current |
2010-07-01 |
Kristaps Dzonsons | More reality-checks for the p->end type. |
blob | commitdiff | raw | diff to current |
2010-06-29 |
Ingo Schwarze | Support for badly nested blocks, written around the... |
blob | commitdiff | raw | diff to current |
2010-06-27 |
Kristaps Dzonsons | Following clue-stick applied by schwarze@, back out... |
blob | commitdiff | raw | diff to current |
2010-06-26 |
Kristaps Dzonsons | Churn-ish check-in getting mdoc_parseln() and man_parse... |
blob | commitdiff | raw | diff to current |
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 | Switch on cached -width usage in front-ends. |
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 | 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-07 |
Kristaps Dzonsons | Normalise SYNOPSIS behaviour after I gave up on followi... |
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-03 |
Kristaps Dzonsons | Consolidated list processing to a single loop in mdoc_v... |
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-24 |
Kristaps Dzonsons | Fix segfault in mixing old enum types for -Thtml -mdoc. |
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-17 |
Kristaps Dzonsons | Documented ie/el. |
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-13 |
Kristaps Dzonsons | Fixed bug in -Thtml -mdoc where `Lb' would line-break... |
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-07 |
Kristaps Dzonsons | Bug in printing of reserved words with form \*[xxx... |
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-05 |
Kristaps Dzonsons | Fix in `Mt' mailto from a patch by Tim van der Molen. |
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-01-30 |
Kristaps Dzonsons | Fix in handling Vt in SYNOPSIS with trailing punctuatio... |
blob | commitdiff | raw | diff to current |
2010-01-29 |
Kristaps Dzonsons | Fixed Makefile for `make lint' dep. on config.h |
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 | 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-12-02 |
Kristaps Dzonsons | Fixed handling of exampledir (pointed out by Ulrich... |
blob | commitdiff | raw | diff to current |
2009-11-16 |
Kristaps Dzonsons | Enabled -Thtml -mdoc to work with \f (see compat notes... |
blob | commitdiff | raw | diff to current |
2009-11-14 |
Kristaps Dzonsons | Removed superfluous HTML_NEWLINE. |
blob | commitdiff | raw | diff to current |
2009-10-31 |
Kristaps Dzonsons | Fixed -Thtml printing of -ohang lists (-mdoc). |
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-31 |
Kristaps Dzonsons | Using perror() instead of fprintf for failure from... |
blob | commitdiff | raw | diff to current |
2009-10-30 |
Kristaps Dzonsons | More lint fixes. |
blob | commitdiff | raw | diff to current |
2009-10-28 |
Kristaps Dzonsons | Fixed `sp', `br', `Pp', etc. so as not to have an empty... |
blob | commitdiff | raw | diff to current |
2009-10-28 |
Kristaps Dzonsons | Fixed un-reset buffer in `.In', -Thtml, -mdoc. |
blob | commitdiff | raw | diff to current |
2009-10-27 |
Kristaps Dzonsons | Added "summary" tag to tables in order to silence HTML... |
blob | commitdiff | raw | diff to current |
2009-10-26 |
Kristaps Dzonsons | Portability: replaced queue macros in html.c (Joerg... |
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-20 |
Kristaps Dzonsons | More updates to mdoc.7. |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Kristaps Dzonsons | Continued work on mdoc.7. |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Kristaps Dzonsons | Fixed -mdoc -Thtml with -item lists not to default... |
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 | Added horizontal scaling units to -Tman -Tascii. |
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 | `Cd' in -Thtml -mdoc correctly breaks lines. |
blob | commitdiff | raw | diff to current |
2009-10-08 |
Kristaps Dzonsons | Consolidated some -man -Tascii functions. |
blob | commitdiff | raw | diff to current |
2009-10-07 |
Kristaps Dzonsons | Lint-ified. |
blob | commitdiff | raw | diff to current |
2009-10-07 |
Kristaps Dzonsons | Lint-ified. |
blob | commitdiff | raw | diff to current |
2009-10-07 |
Kristaps Dzonsons | Made default string units (-Thtml -mdoc) to use `m... |
blob | commitdiff | raw | diff to current |
2009-10-07 |
Kristaps Dzonsons | Additions to -Tman -Thtml: all structural components... |
blob | commitdiff | raw | diff to current |
2009-10-04 |
Kristaps Dzonsons | Structural components of -man -Thtml in place (note... |
blob | commitdiff | raw | diff to current |
2009-10-04 |
Kristaps Dzonsons | Section/subsection anchor names (<a name=xxx>) replaced... |
blob | commitdiff | raw | diff to current |
2009-10-03 |
Kristaps Dzonsons | Added initial -man framework for -Thtml. |
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-10-03 |
Kristaps Dzonsons | Fixed mandoc.1 examples (new -Thtml options). |
blob | commitdiff | raw | diff to current |
2009-10-03 |
Kristaps Dzonsons | Added the -oincludes=FMT option. |
blob | commitdiff | raw | diff to current |
2009-10-03 |
Kristaps Dzonsons | Element tag buffer is now part of struct html. |
blob | commitdiff | raw | diff to current |
2009-09-26 |
Kristaps Dzonsons | SYNOPSIS functions in -Thtml text-indent and group... |
blob | commitdiff | raw | diff to current |
2009-09-26 |
Kristaps Dzonsons | Fixed -Thtml handling of -compact lists. |
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-25 |
Kristaps Dzonsons | Lint check (noop). |
blob | commitdiff | raw | diff to current |
2009-09-25 |
Kristaps Dzonsons | Changed -Thtml document header to be 10/80/10 with... |
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 | Lint-fixes (noop). |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Kristaps Dzonsons | Proper handling of `Rs' blocks in -Thtml. |
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 | A few more macros in -Thtml. |
blob | commitdiff | raw | diff to current |
2009-09-21 |
Kristaps Dzonsons | Split html.c into html.h, mdoc_html.c, man_html.c. |
blob | commitdiff | raw | diff to current |
|