2009-07-21 |
Kristaps Dzonsons | Fixed transcription error of define values (bah). |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Kristaps Dzonsons | Fixed `Bl -column' undocumented no-vspace rule to only... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Kristaps Dzonsons | Re-fixed `-diag' (accidentally broke in last checkin). |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Kristaps Dzonsons | Removed `Pa' underline formatting (no groff does this). |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Kristaps Dzonsons | Bringing spacing more in line with groff, patches from... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Kristaps Dzonsons | Right-most column now fills to the right margin (undocu... |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Kristaps Dzonsons | FreeBSD includes fix (uqs@sporlein.net). |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Kristaps Dzonsons | Removed historical ports (they're just cluttering the... |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Kristaps Dzonsons | Version. VERSION_1_8_2 |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Kristaps Dzonsons | Fixed zero-length width string causing assertion (defau... |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Kristaps Dzonsons | Undocumented behaviour in groff: `Bl -column' implies... |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Kristaps Dzonsons | More cleanups for TABSEP handling. |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Kristaps Dzonsons | Replaced ugly TABSEP handling with simpler routine. |
commit | commitdiff | tree | snapshot |
2009-07-20 |
Kristaps Dzonsons | Removed trailing whitespace in manuals. |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Kristaps Dzonsons | Fixed and cleaned up "phrase" handling (`Bl -column... |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Kristaps Dzonsons | Fixed broken `make www' dep. VERSION_1_8_1 |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Kristaps Dzonsons | Version. |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Kristaps Dzonsons | Made `Cd' parseable (too many SYNOPSIS sections do... |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Kristaps Dzonsons | Removed unused TERMP_LITERAL. |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Kristaps Dzonsons | ChangeLog xsl reflects symbolic tag. |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Kristaps Dzonsons | Removed some finished FIXMEs in mdoc.3. |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Kristaps Dzonsons | Explicit-close macros now only warn when encountering... |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Kristaps Dzonsons | Removed superfluous NOSPACE in bd post. |
commit | commitdiff | tree | snapshot |
2009-07-19 |
Kristaps Dzonsons | termpair flags unset before post, after body (suggested... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Kristaps Dzonsons | More clarity fixes in mdoc.7. |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Kristaps Dzonsons | Made unterminated quoted literals be a warning, like... |
commit | commitdiff | tree | snapshot |
2009-07-18 |
Kristaps Dzonsons | Considerably revamped argument-parsing for correct... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Kristaps Dzonsons | Better doc of whitespace handling in mdoc.7. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Kristaps Dzonsons | Removed automatic port generation, as the downstream... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Kristaps Dzonsons | `sp' documented: validates & produces correct output. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Kristaps Dzonsons | Lint-check (removed unused variable). |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Kristaps Dzonsons | Removed EARGVPARM (superfluous, overly error-generating). |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Kristaps Dzonsons | Documented `br' macro in mdoc.7. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Kristaps Dzonsons | Fixed hash assertion. |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Kristaps Dzonsons | Added `br' and `sp' macros (requested by joerg@netbsd... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Kristaps Dzonsons | Hash now accepts `br'. This needs work (way to sparse). |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Kristaps Dzonsons | Small clarity updates (section names, contents). |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Kristaps Dzonsons | Proper html showing of ChangeLog. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Kristaps Dzonsons | Added Linux compat (strlcpy). |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Kristaps Dzonsons | Added changelog xsl. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Kristaps Dzonsons | Using xsl for html changelog. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Kristaps Dzonsons | Off-by-one space fixed for `Bl -diag'. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Kristaps Dzonsons | Subtle fixes correcting vis count with erroneously... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Kristaps Dzonsons | Fix in nospace following close-delimiter. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Kristaps Dzonsons | Removed assertion (disregarded blank literal lines). |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Kristaps Dzonsons | Removed term.c break-up of tokens (happens in libmdoc). |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Kristaps Dzonsons | libmdoc now breaks up free-form lines into tokens prior... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Kristaps Dzonsons | args() should return ARGS_ERROR, not 0. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Kristaps Dzonsons | Fix to presentation date (Ulrich Sporlein) |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Kristaps Dzonsons | Using \(en for OpenBSD `Nd' (compromise with jmc@openbs... VERSION_1_8_0 |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Kristaps Dzonsons | Minor version bumped: -hang lists were the last major... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Kristaps Dzonsons | Ceremonial removal of "-hang lists not supported".... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Kristaps Dzonsons | Consolidated some sections. Much more readable. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Kristaps Dzonsons | Small changes, reducing verbosity. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Kristaps Dzonsons | Cleaned up arg_width and arg_column functions. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Kristaps Dzonsons | Removed unnecessary save/restore of style around list... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Kristaps Dzonsons | Support for TERMP_HANG in flushln(): -hang lists. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Kristaps Dzonsons | Renamed TERMP_NONOSPACE -> TERMP_DANGLE. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Kristaps Dzonsons | Err/warn fix (schwarze@openbsd.org). |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Kristaps Dzonsons | Replacement of `Lb' in mdoc_action.c. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Kristaps Dzonsons | Moved mdoc_a2st() out of mdoc.h -> libmdoc.h (replaceme... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Kristaps Dzonsons | Moved mdoc_a2att() into libmdoc (replacement happens... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Kristaps Dzonsons | Removed superfluous FIXMEs in mdoc_term.c. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Kristaps Dzonsons | Fixed `Fo' superfluous space before `('. Noted groff... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Kristaps Dzonsons | `Vt' macro behaves [more] properly when in the SYNOPSIS... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Kristaps Dzonsons | Replaced ugly macro function declarations in mdoc_term... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Kristaps Dzonsons | Removed rmargin from termpair (right in print_node()). |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Kristaps Dzonsons | Removed offset from termpair (much simpler & cleaner). |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Kristaps Dzonsons | Removed ambiguous TERMPAIR_SETFLAG from mdoc_term.c... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Kristaps Dzonsons | GNU/Linux also uses \- for Nd (ew). |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Kristaps Dzonsons | Consolidated Bx/Ox/Nx/etc. into one function. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Kristaps Dzonsons | Check for NAME sanity fixed (last named section ->... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Kristaps Dzonsons | Added back in MDOC_TEXT stipulation in NAME check ... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Kristaps Dzonsons | `Nd' is now a BFI (was an ELEM). Noted by joerg@netbsd... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Kristaps Dzonsons | mdoc.7 using -offset indent instead of -offset XXXX... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Kristaps Dzonsons | Fix for u_char, FreeBSD 7.2 (uqs@spoerlein.net). |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Kristaps Dzonsons | Version. VERSION_1_7_24 |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Kristaps Dzonsons | Fixed mdoc_nwarn/mdoc_nerr considering themselves err... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Kristaps Dzonsons | Noted dissent with \- for OpenBSD. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Kristaps Dzonsons | Added \(hy symbol. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Kristaps Dzonsons | Removed long-fixed FIXME note. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Kristaps Dzonsons | Added `.St -p1003.1i-95' (joerg@netbsd.org). |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Kristaps Dzonsons | Made `In' handling work in new-groff style (see mdoc... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Kristaps Dzonsons | Small clean-ups in error message usage. VERSION_1_7_23 |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Kristaps Dzonsons | Tabularised error strings in libman. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Kristaps Dzonsons | Tabularised error-code lookup in mdoc.c. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Kristaps Dzonsons | Cleaned out duplicate {mdoc,man}warn in main.c. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Kristaps Dzonsons | Consolidated all err/warnings into mdoc.c via libmdoc.h. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Kristaps Dzonsons | Consolidated pwarn->perr in mdoc_argv. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Kristaps Dzonsons | Consolidated mdoc_action pwarn->perr. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Kristaps Dzonsons | Fix in MDOC_IGN_CHARS ref. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Kristaps Dzonsons | Consolidated mdoc_validate.c pwarn into perr (slowly... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Kristaps Dzonsons | Backed -Wcompat,syntax out of front-end. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Kristaps Dzonsons | Initial removal of enum mdoc_warn from mdoc warnings... |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Kristaps Dzonsons | Fixed man.3 mdoc.3 const-nesses. |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Kristaps Dzonsons | Version. VERSION_1_7_22 |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Kristaps Dzonsons | Backed out "-width indent" and "-width indent-two"... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Kristaps Dzonsons | Version up. VERSION_1_7_21 |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Kristaps Dzonsons | suboptarg is not portable to Linux (fixed). |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Kristaps Dzonsons | Fixed -offset indent-two (schwarze@openbsd.org). |
commit | commitdiff | tree | snapshot |
next |