2009-09-22 |
Kristaps Dzonsons | Many more characters for HMTL (mostly Greek). |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Kristaps Dzonsons | A few more macros in -Thtml. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Kristaps Dzonsons | Added chars.h to HEADS. VERSION_1_9_5 |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Kristaps Dzonsons | Added html.h to headers that should be distributed. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Kristaps Dzonsons | Wrong stylesheet in xsl. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Kristaps Dzonsons | Version: 1.9.5. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Kristaps Dzonsons | Split html.c into html.h, mdoc_html.c, man_html.c. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Kristaps Dzonsons | Removed man handling in -Thtml (for now). |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Kristaps Dzonsons | Fix height of hard-breaks in -Thtml. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Kristaps Dzonsons | Consolidation of Pp/sp/br/Lp stuff. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Kristaps Dzonsons | Fix in outopts processing. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Kristaps Dzonsons | Fixed body/divbody structure of html pages. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Kristaps Dzonsons | getsubopt() is in unistd.h, not stdlib.h (error in... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Kristaps Dzonsons | Lint pass (OpenBSD-alpha). Noops. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Kristaps Dzonsons | Removed new-born out.{h,c} (not a good idea). |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Kristaps Dzonsons | Added example stylesheet. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Kristaps Dzonsons | Tentative addition of front-end utility functions ... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Kristaps Dzonsons | Using inline-blocks for header and footer (works much... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Kristaps Dzonsons | Headers and footers in -Thtml. Various minor additions. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Kristaps Dzonsons | Bl -column in place for -Thtml. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Kristaps Dzonsons | Some extra html tags and near-complete Bl: -tag is... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Kristaps Dzonsons | Fixed memory leak on close. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Kristaps Dzonsons | Considerable, wide-ranging improvements to the -Thtml... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Kristaps Dzonsons | Consider html fixes, most importantly -tag and -hang... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Kristaps Dzonsons | Hang lists in html (the hard one first). |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Kristaps Dzonsons | More html. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Kristaps Dzonsons | ascii_xxx -> chars_xxx (intended to hold more than... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Kristaps Dzonsons | More updates to html.c. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Kristaps Dzonsons | Lintifications. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Kristaps Dzonsons | Put closedelim and opendelim right in term_word() ... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Kristaps Dzonsons | Lookup hashes are now static tables, ordered first... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Kristaps Dzonsons | Made tree/term/out() functions return void. |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Kristaps Dzonsons | Removed TERMP_BOLD, TERMP_UNDER, TERMP_STYLE in favour... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Kristaps Dzonsons | Version: 1.9.2. VERSION_1_9_2 |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Kristaps Dzonsons | Typo fix (jmc@openbsd.org). |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Kristaps Dzonsons | Added `UC' libman macro (has no effect). |
commit | commitdiff | tree | snapshot |
2009-08-22 |
Kristaps Dzonsons | Added check for graphable characters in initial-line... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Kristaps Dzonsons | Fix of MAN_NEXT when removing next-line dupes. VERSION_1_9_1 |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Kristaps Dzonsons | Removed superfluous XXX. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Kristaps Dzonsons | `RS' warns if empty body. |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Kristaps Dzonsons | Fixed next-line scoping of `.HP nnn' (has both next... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Kristaps Dzonsons | Fixed `nf' behaviour (had broken with de-chunking). |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Kristaps Dzonsons | Open explicit scope on libman exit now only generates... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Kristaps Dzonsons | FreeBSD fix (uqs@spoerlein.net). |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Kristaps Dzonsons | Fixed next-line scope error in libman block macros. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Kristaps Dzonsons | Fixed (not documented anywhere of course) that `SH... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Kristaps Dzonsons | Synchronised man.7, mdoc.7, mdoc.template manual structure. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Kristaps Dzonsons | Updated manual structure in mdoc.7. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Kristaps Dzonsons | Small cleanup in mandoc.1. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Kristaps Dzonsons | Documented omission of `na' and `Dt'. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Kristaps Dzonsons | Added `DT' macro (pointed out by joerg@netbsd.org). |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Kristaps Dzonsons | Fix to libmdoc passing over delimiters. |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Kristaps Dzonsons | Documented ARGS_ handling in args(). |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Kristaps Dzonsons | Delimiter whitespace is correctly flagged (required... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Kristaps Dzonsons | More already-fixed FIXMEs. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Kristaps Dzonsons | Removed already-fixed FIXME. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Kristaps Dzonsons | In-line documentation of mdoc_macro file. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Kristaps Dzonsons | libman checks for open explicit scopes on exit. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Kristaps Dzonsons | Linux compat fix. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Kristaps Dzonsons | Moved MDOC_NEXT_SIBLING into mdoc_word (libmdoc). |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Kristaps Dzonsons | `RS' blocks correctly formatting in output device. |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Kristaps Dzonsons | Added RS/RE macro pair (had to adjust closing rules... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Kristaps Dzonsons | libmdoc accepts whitespace following control character. VERSION_1_9_0 |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Kristaps Dzonsons | Fixed missing check for open ELINE scope in BLINE macro. |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Kristaps Dzonsons | Small updates to man.7 (next-line break-exclusions... |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Kristaps Dzonsons | Updated libman AST documentation. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Kristaps Dzonsons | `IP' and `TP' correctly handle width arguments. |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Kristaps Dzonsons | Finished correct `IP' handling. |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Kristaps Dzonsons | Added proper `TP' support. |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Kristaps Dzonsons | Added full `HP' libman macro support. |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Kristaps Dzonsons | Significant overhaul in libman. Macros are now block... |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Kristaps Dzonsons | Noted areas that need work in libmdoc. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Kristaps Dzonsons | Moved indentation size into *term.c files. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Kristaps Dzonsons | Fixed groff-compat where two `Sh' calls, with the first... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Kristaps Dzonsons | Documented behaviour of interpreting parsable/callable... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Kristaps Dzonsons | Columns with `Bl -column' correctly check for CALLABLE... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Kristaps Dzonsons | Moved CALLABLE check to lookup_raw(). |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Kristaps Dzonsons | Documented trademark and restricted mark (oops). VERSION_1_8_5 |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Kristaps Dzonsons | Quick-fix in mandoc_char.7 trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Kristaps Dzonsons | Version: 1.8.5. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Kristaps Dzonsons | Added Greek characters to ascii.in (from groff_char.7). |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Kristaps Dzonsons | Fix in newline. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Kristaps Dzonsons | Fixed \(bq. |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Kristaps Dzonsons | main.c using fprintf instead of warnx for parse errors... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Kristaps Dzonsons | Re-ordered ascii.in looking for dupes. |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Kristaps Dzonsons | Clarified special chars/predefined chars in mandoc_char.7. |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Kristaps Dzonsons | Correct handling of \*(xx, \*[xxx], \*x versus \x,... |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Kristaps Dzonsons | Fixed \% special char (via groff.7). |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Kristaps Dzonsons | Removed POSIX.1 COMPATIBILITY note in mdoc.7. |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Kristaps Dzonsons | POSIX -> POSIX.1 change (submitted by uqs@sporlein... |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Kristaps Dzonsons | Version. VERSION_1_8_4 |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Kristaps Dzonsons | Made out-of-order prologue macros not cause an error. |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Kristaps Dzonsons | Noted POSIX/POSIX.1 disparity (found by uqs@sporlein... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Kristaps Dzonsons | Patches and results of LLVM static analysis (thanks... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Kristaps Dzonsons | Added `sp' support to libman. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Kristaps Dzonsons | Added -fign-errors for VERY fast checking of many manua... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Kristaps Dzonsons | Added `St -ieee1275-94'. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Kristaps Dzonsons | Added `St -isoC'. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Kristaps Dzonsons | Added `St -xns5.2'. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Kristaps Dzonsons | Fixed DIAGNOSTIC display (leading double-space only... |
commit | commitdiff | tree | snapshot |
next |