]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2009-11-01 Kristaps DzonsonsUsing putchar for single-character prints (noted by...
2009-11-01 Kristaps Dzonsonsprint_encode() using strcspn instead of looping/putchar...
2009-11-01 Kristaps DzonsonsReplaced putchar() loop with fwrite() (noted by Joerg...
2009-11-01 Kristaps DzonsonsMore libraries entered into lib.in (thanks Joerg Sonnen...
2009-10-31 Kristaps DzonsonsFinished section-by-section definitions in man.7 (will...
2009-10-31 Kristaps DzonsonsFixed -Thtml printing of -ohang lists (-mdoc).
2009-10-31 Kristaps DzonsonsPatch on DragonFly BSD syntax (thanks Sascha Wildner).
2009-10-31 Kristaps DzonsonsFixed in make dist (in version 1.9.12). VERSION_1_9_12
2009-10-31 Kristaps DzonsonsVersion: 1.9.12.
2009-10-31 Kristaps DzonsonsRemoved non-portable __progname (thanks Joerg Sonnenber...
2009-10-31 Kristaps DzonsonsUsing perror() instead of fprintf for failure from...
2009-10-30 Kristaps DzonsonsMore lint fixes.
2009-10-30 Kristaps DzonsonsLint fixes.
2009-10-30 Kristaps DzonsonsContinued safe handling of allocations.
2009-10-30 Kristaps Dzonsonslibmdoc and libman now using non-recoverable allocation...
2009-10-30 Kristaps DzonsonsAdded newline after block-level closing tags (suggested...
2009-10-29 Kristaps DzonsonsClean-ups in mdoc_action (using libmandoc.h functions).
2009-10-28 Kristaps DzonsonsSlow movement of internal allocations to fail completely.
2009-10-28 Kristaps DzonsonsUsing "--warn" for validate, plus some accessibility...
2009-10-28 Kristaps DzonsonsFixed `sp', `br', `Pp', etc. so as not to have an empty...
2009-10-28 Kristaps DzonsonsRemoved superfluous memset (thanks Joerg Sonnenberger).
2009-10-28 Kristaps DzonsonsFixed un-reset buffer in `.In', -Thtml, -mdoc.
2009-10-27 Kristaps DzonsonsRemoved dynamic allocations of header/footer data.
2009-10-27 Kristaps Dzonsonsbzero() -> memset() (noted by Joerg Sonnenberger).
2009-10-27 Kristaps DzonsonsMerged Ingo's comments on term_flushln() variable names.
2009-10-27 Kristaps DzonsonsAdded "summary" tag to tables in order to silence HTML...
2009-10-26 Kristaps DzonsonsAdded time.h to various files for FreeBSD compilation...
2009-10-26 Kristaps DzonsonsMerged patch to allow -fign-escape (thanks Joerg Sonnen...
2009-10-26 Kristaps DzonsonsFix to segfault in ordering Rs blocks (d'oh!). VERSION_1_9_11
2009-10-26 Kristaps DzonsonsLint fix. VERSION_1_9_10
2009-10-26 Kristaps DzonsonsVersion: 1.9.10.
2009-10-26 Kristaps DzonsonsAllowed -O to be invoked multiple times.
2009-10-26 Kristaps DzonsonsPortability: replaced queue macros in html.c (Joerg...
2009-10-26 Kristaps DzonsonsFixed overstep patch.
2009-10-26 Kristaps Dzonsons-man also prints unknown macro (noted by Joerg Sonnenbe...
2009-10-26 Kristaps DzonsonsChanged `-o' to `-O' for clarity. THIS BREAKS UTILITIE...
2009-10-26 Kristaps DzonsonsFull `%U' support.
2009-10-24 Kristaps DzonsonsRemoved need for superfluous `os' value in overstep...
2009-10-24 Kristaps DzonsonsAdded `%U' to -mdoc (doesn't render in a nice way yet).
2009-10-24 Kristaps DzonsonsAdded `PD' to -man (doesn't do anything, yet).
2009-10-22 Kristaps DzonsonsLinuxisms.
2009-10-22 Kristaps DzonsonsFixed maddening mismatch between groff and strftime...
2009-10-22 Kristaps DzonsonsFixed order of printing backspace-encoding for terms...
2009-10-22 Kristaps DzonsonsAdded ability to set OS name at compile-time with ...
2009-10-22 Kristaps DzonsonsTypo in mdoc.7 fixed (thanks to Joerg Sonnenberger).
2009-10-22 Kristaps DzonsonsFix adding -centred to `Bd' types (thanks to Joerg...
2009-10-22 Kristaps DzonsonsGroff-compatibility fix (Ds) (noted by Joerg Sonnenberger).
2009-10-22 Kristaps DzonsonsNoted downstream in NetBSD base. Many thanks to Joerg...
2009-10-21 Kristaps DzonsonsFixed strftime stray %d -> %e (pointed out by Ulrich...
2009-10-20 Kristaps DzonsonsTemporarily turned off validation (mandoc -Thtml needs... VERSION_1_9_9
2009-10-20 Kristaps DzonsonsVersion: 1.9.9.
2009-10-20 Kristaps DzonsonsAdded cvsweb. Whee!
2009-10-20 Kristaps DzonsonsMore updates to mdoc.7.
2009-10-19 Kristaps DzonsonsMore fixes to scaling-width multipliers (which, just...
2009-10-19 Kristaps DzonsonsContinued work on mdoc.7.
2009-10-19 Kristaps DzonsonsFixed -mdoc -Thtml with -item lists not to default...
2009-10-19 Kristaps DzonsonsFixed `-file' argument to `Bd', which is NOT a type...
2009-10-19 Kristaps DzonsonsMade man.7 use lots of Sx/Ss to link between macro...
2009-10-19 Kristaps DzonsonsBeginning of mdoc.7 full-reference in place.
2009-10-18 Kristaps DzonsonsLint fixes.
2009-10-18 Kristaps DzonsonsMade sure devices and formats recognise that -man and...
2009-10-18 Kristaps DzonsonsHad out.h roff-scale converters accept default unit...
2009-10-18 Kristaps DzonsonsFix in syntax of scaling widths in mdoc.7.
2009-10-18 Kristaps DzonsonsProperly documented scaling widths in man.7.
2009-10-18 Kristaps DzonsonsFixed typo in Makefile.
2009-10-18 Kristaps DzonsonsArbitrary horizontal and vertical scaling widths now...
2009-10-18 Kristaps DzonsonsRemoved restrictions on `sp' (maybe a warning, someday...
2009-10-18 Kristaps DzonsonsFitted -man -Tascii with scaling units (.5i, etc.).
2009-10-18 Kristaps DzonsonsRemoved number-check for `sp' in -Tman, as nroff accept...
2009-10-18 Kristaps DzonsonsAdded horizontal scaling units to -Tman -Tascii.
2009-10-18 Kristaps DzonsonsRe-added HTML changelog.
2009-10-17 Kristaps DzonsonsMakefile uses multiple deps for some rules (shorter...
2009-10-17 Kristaps DzonsonsFixed mandoc_char lists to have -column before other...
2009-10-15 Kristaps DzonsonsAdded warning about specifying list arguments before...
2009-10-15 Kristaps DzonsonsFix in mandoc.1 and mandoc_char.7 syntax (submitted...
2009-10-15 Kristaps DzonsonsAdded support for `Bd -centered', which appears in...
2009-10-13 Kristaps DzonsonsMoved output definitions into main.h.
2009-10-13 Kristaps DzonsonsClean up consts (noted by Joerg Sonnenberger and Ulrich...
2009-10-10 Kristaps DzonsonsVersion: 1.9.8. VERSION_1_9_8
2009-10-10 Kristaps DzonsonsFix hang lists in -Tascii -Tmdoc, which seem to have...
2009-10-10 Kristaps Dzonsons`Cd' in -Thtml -mdoc correctly breaks lines.
2009-10-09 Kristaps DzonsonsVersion up. VERSION_1_9_7
2009-10-09 Kristaps DzonsonsRS tags implemented for -Tman -Thtml.
2009-10-09 Kristaps DzonsonsScaling factor made floating point (as per groff.7...
2009-10-08 Kristaps DzonsonsConsolidated some -man -Tascii functions.
2009-10-07 Kristaps DzonsonsFixed side-effect of linting (oops).
2009-10-07 Kristaps DzonsonsLint-ified.
2009-10-07 Kristaps DzonsonsFixed superfluous function declaration (spotted by...
2009-10-07 Kristaps DzonsonsFix operator overloading (submitted by Ulrich Sporlein...
2009-10-07 Kristaps DzonsonsLint-ified.
2009-10-07 Kristaps DzonsonsMade default string units (-Thtml -mdoc) to use `m...
2009-10-07 Kristaps DzonsonsSet field widths n -> m.
2009-10-07 Kristaps DzonsonsAdditions to -Tman -Thtml: all structural components...
2009-10-07 Kristaps Dzonsons`Bd' literals in -Tascii -mdoc were losing the first...
2009-10-07 Kristaps DzonsonsHeader buffers in -man -Tascii are static.
2009-10-04 Kristaps DzonsonsStructural components of -man -Thtml in place (note...
2009-10-04 Kristaps DzonsonsInitial IP implementation in -Thtml -man.
2009-10-04 Kristaps DzonsonsSS, SH, PP, P, LP, br, sp tags in -man -Thtml.
2009-10-04 Kristaps DzonsonsExample style-sheet reflecting modified section/subsect...
2009-10-04 Kristaps DzonsonsSection/subsection anchor names (<a name=xxx>) replaced...
next