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 |
2009-07-04 |
Kristaps Dzonsons | Fixed -offset left (schwarze@openbsd.org). |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Kristaps Dzonsons | Noted secret -width indent/indent-two arguments to... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Kristaps Dzonsons | Removed WDEPCOL (schwarze@openbsd.org). |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Kristaps Dzonsons | Moved escape validation into libmandoc.h/mandoc.c ... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Kristaps Dzonsons | man.7/mdoc.7 properly reflect escape-character handling. |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Kristaps Dzonsons | Minor www fixes. |
commit | commitdiff | tree | snapshot |
2009-06-27 |
Kristaps Dzonsons | Removed escape-deprecation note (better solution in... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Kristaps Dzonsons | Added note about whitespace being stripped from mdoc... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Kristaps Dzonsons | Spell-checks in manuals. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Kristaps Dzonsons | Makefile properly generates MD5 sums. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Kristaps Dzonsons | Language clarification in mandoc.1 (schwarze@openbsd... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Kristaps Dzonsons | Fixed STRUCTURE repeat (schwarze@openbsd.org). |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Kristaps Dzonsons | Fixed STRUCTURE/SYNTAX section data. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Kristaps Dzonsons | Updating web-page to be a bit more compact. |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Kristaps Dzonsons | Lint fixes. VERSION_1_7_20 |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Kristaps Dzonsons | libman documents require `TH' and at least one node. |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Kristaps Dzonsons | Noted .Cd tabs-ok issue (will fix later). |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Kristaps Dzonsons | Added -split and -nosplit "I-Don't-Like" note to mdoc... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Kristaps Dzonsons | Added "Spacing" part of "Punctuation and Spacing" in... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Kristaps Dzonsons | Reverted max column width 80 -> 78 (schwarze@openbsd... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Kristaps Dzonsons | Added nchild decrement in libman (not used, but better... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Kristaps Dzonsons | Fixed libman .br to be a newline, not a .PP alias. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Kristaps Dzonsons | Moved all formatted libman warn/error into man.c/libman.h. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Kristaps Dzonsons | Added -fno-ign-chars support to libman. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Kristaps Dzonsons | mandoc.1 reflects actual use of -f option (schwarze... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Kristaps Dzonsons | Bumped version. VERSION_1_7_19 |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Kristaps Dzonsons | Removed superfluous FIXMEs (fixed already). |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Kristaps Dzonsons | Special characters, e.g. \(ae, are now correctly render... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Kristaps Dzonsons | Put $VFLAGS back into $LINTFLAGS (broke on NetBSD). |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Kristaps Dzonsons | Clean-up. |
commit | commitdiff | tree | snapshot |
next |