]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2011-07-27 Kristaps DzonsonsClean up roff_getstrn() function.
2011-07-27 Kristaps DzonsonsSimply word allocation in libmdoc and libman.
2011-07-27 Kristaps DzonsonsDisable in-line eqn processing for a bit.
2011-07-27 Kristaps DzonsonsMove mandoc_hyph() into roff_parsetext() as a single...
2011-07-27 Kristaps DzonsonsFirst, roff_res() has no need to invoke ROFF_RERUN...
2011-07-27 Kristaps DzonsonsUpdate mandoc_hyph() to the extent that numbers on...
2011-07-26 Kristaps DzonsonsUse correct column of warning messages and make sure...
2011-07-26 Kristaps DzonsonsMove checking of escapes into roff.c, where we're alrea...
2011-07-25 Kristaps DzonsonsImplement the first steps of equation parsing from...
2011-07-24 Kristaps DzonsonsSlip in a typo. VERSION_1_11_5
2011-07-24 Kristaps DzonsonsWe're officially no longer UNIX-specific; make this...
2011-07-24 Kristaps DzonsonsScary-looking but otherwise harmless changes allow...
2011-07-24 Kristaps DzonsonsTuned the initial eqn output, making it completely...
2011-07-23 Kristaps DzonsonsFlip on equation printing for -T[x]html.
2011-07-23 Kristaps DzonsonsClarify what eqn actually is.
2011-07-23 Kristaps DzonsonsNote GNU extensions in eqn.7. Also add `col' and ...
2011-07-23 Kristaps DzonsonsAdd support for tdefine and ndefine. Consolidate some...
2011-07-23 Kristaps DzonsonsRaise a warning when text follows the `EN'.
2011-07-23 Kristaps DzonsonsAdd `fat' font. This pretty much brings us in line...
2011-07-23 Kristaps DzonsonsIgnore `back', `fwd', `up', `down', `mark', and `lineup'.
2011-07-23 Kristaps DzonsonsAdd matrix support. Also remove "above" notion, as...
2011-07-23 Kristaps DzonsonsThe circumflex is also a special space character.
2011-07-22 Kristaps DzonsonsCheck for and throw away `gfont' eqn macros.
2011-07-22 Kristaps DzonsonsAdd support for `gsize' eqn token (introduced in second...
2011-07-22 Kristaps DzonsonsAdd all rendered symbols used by eqn. I use the Second...
2011-07-22 Kristaps DzonsonsAdd support for 1/2, 1/4, and 3/4 (needed by eqn).
2011-07-22 Kristaps DzonsonsClearer documentation of grammar in eqn.7 and addition...
2011-07-22 Kristaps DzonsonsSupport translating Greek characters in eqn.
2011-07-22 Kristaps DzonsonsFix left/right nesting in eqn.
2011-07-22 Kristaps DzonsonsAdd character output (-Tpdf, -Tps, -Tascii) for equatio...
2011-07-22 Kristaps DzonsonsProtect macro expansion.
2011-07-22 Kristaps DzonsonsUse a macro instead of doing a string-fragment compare...
2011-07-22 Kristaps DzonsonsGive lists their own eqn function.
2011-07-22 Kristaps DzonsonsAccomodate for hard-spaces with tildes. For now, consi...
2011-07-21 Kristaps DzonsonsFix eqn handling of PILE clauses (multiple ABOVE statem...
2011-07-21 Kristaps DzonsonsComplete eqn.7 parsing. Features all productions from...
2011-07-21 Kristaps DzonsonsSupport `size' constructs in eqn.7. Generalise mandoc_...
2011-07-21 Kristaps DzonsonsFull support for eqn positionals (above, over, sup...
2011-07-21 Kristaps DzonsonsAdd eqn subexpression fonts.
2011-07-21 Kristaps DzonsonsAdd support for markers. These decorate the last box...
2011-07-21 Kristaps DzonsonsDocument `{, }' subexpressions in eqn.7.
2011-07-21 Kristaps DzonsonsSupport nested `{, }' subexpressions in eqn. Document...
2011-07-21 Kristaps DzonsonsMake `undef' not expand its argument before undefining...
2011-07-21 Kristaps DzonsonsFlip eqn into using parsed nodes. I've temporarily...
2011-07-21 Kristaps DzonsonsFinish the eqn syntactic parser. This correctly parses...
2011-07-18 Kristaps DzonsonsForgot to add these bits to the last commit.
2011-07-18 Kristaps DzonsonsNote that equation definitions are nestable.
2011-07-18 Kristaps DzonsonsDefinitions in eqn.7 are actually recursive. Do this...
2011-07-18 Kristaps DzonsonsClarify up `Rv' and `Ex' documentation.
2011-07-18 Kristaps DzonsonsFollow-up: forgot to remove useless regset structs.
2011-07-18 Kristaps DzonsonsMake `struct roff' be passed into libmdoc and libman...
2011-07-17 Kristaps DzonsonsFix copyright email.
2011-07-17 Kristaps DzonsonsRemove unused function.
2011-07-17 Kristaps DzonsonsFix lost allocation.
2011-07-17 Kristaps DzonsonsRemember to NULL-ify new keys/vals.
2011-07-17 Kristaps DzonsonsProvide implementations of `define', `set', and `unset'.
2011-07-17 Kristaps DzonsonsWarn if equation `define' key is quoted (groff-ism).
2011-07-17 Kristaps DzonsonsAdd initial `define' support for eqn(7).
2011-07-17 Kristaps DzonsonsRemove prototype since moved into mandoc.h.
2011-07-15 Ingo Schwarzeimprove documentation of .Bl -column .It Ta
2011-07-15 Kristaps DzonsonsBig step forward in bringing mandocdb in line with...
2011-07-15 Kristaps DzonsonsFirst step of making mandocdb a true makewhatis/mandb...
2011-07-15 Kristaps DzonsonsExpose mandoc_strdup() to the outside world.
2011-07-15 Kristaps DzonsonsMove parts of mandocdb that "do stuff" to the databases...
2011-07-14 Kristaps DzonsonsApparently these weren't removed properly...
2011-07-14 Ingo Schwarzemove mandocdb(1) to mandocdb(8)
2011-07-14 Kristaps DzonsonsRename makewhatis [back] into mandocdb. This is to...
2011-07-12 Kristaps DzonsonsHave equation be allocated with mparse. Will be needed...
2011-07-12 Kristaps DzonsonsRe-ordered logic in makewhatis to iterate over the...
2011-07-12 Kristaps DzonsonsSmall HTML compatibility fix. VERSION_1_11_4
2011-07-12 Kristaps DzonsonsFixed some uninitialised values found during lint check.
2011-07-12 Kristaps DzonsonsNote version 1.11.4 bits. Here we go!
2011-07-11 Kristaps DzonsonsFairly straightforward patch adding basic update (...
2011-07-11 Kristaps DzonsonsUse mandoc.1's error codes (we use them internally).
2011-07-11 Kristaps DzonsonsNote we're no longer using temporary files.
2011-07-11 Kristaps DzonsonsDon't use a temporary buffer (unless people yell to...
2011-07-11 Kristaps DzonsonsBe more specific about `Dv', `Er', and `Ev'.
2011-07-11 Kristaps DzonsonsMake sure constants in mandoc.3 use the `Dv' macro.
2011-07-10 Kristaps DzonsonsHave descriptions for -man documents in makewhatis...
2011-07-09 Kristaps DzonsonsSpaces must be preserved in -T[x]html literal mode.
2011-07-08 Kristaps DzonsonsClarify the role of `RS' in man(7) and also fix a bogus...
2011-07-08 Kristaps DzonsonsMake sure that `br' and `sp' don't emit space before...
2011-07-08 Kristaps DzonsonsFix two issues: the first, where a `.\}' wasn't being...
2011-07-07 Kristaps DzonsonsFix handling of the `\c' escape in -T[x]html.
2011-07-07 Kristaps DzonsonsConsiderably fix up -man -T[x]html's handling of verbat...
2011-07-07 Kristaps DzonsonsClean up how -man -T[x]html handles TP, IP, and HP...
2011-07-07 Kristaps DzonsonsSimplify chars.c---there's really no need for extra...
2011-07-07 Kristaps DzonsonsNote the strange `if'+newline issue raised by schwarze@.
2011-07-07 Kristaps DzonsonsFix a bug in the -man parser where deleting nodes ...
2011-07-04 Kristaps DzonsonsInstall sources with mode 0644. Noted by Jack Nagel...
2011-07-04 Kristaps DzonsonsThe bufcat() function in -T[x]html was eating one byte...
2011-07-03 Kristaps DzonsonsFix a TODO noted by schwarze@, originally by Christian...
2011-07-03 Ingo Schwarzetwo new bugs reported by naddy@:
2011-07-03 Kristaps DzonsonsWe obviously need man.h and mdoc.h installed as mention...
2011-07-01 Kristaps DzonsonsAdded `Er' in ERRORS scan to makewhatis.
2011-07-01 Kristaps DzonsonsAdded search for `Ev' environment variables in ENVIRONM...
2011-07-01 Kristaps DzonsonsAllow `Nd' scarfed data to allow for non-text nodes...
2011-07-01 Kristaps DzonsonsAdd some notes to index.sgml. This does not signal...
2011-07-01 Kristaps DzonsonsMake scan for text tokens in a line recursive. This...
2011-07-01 Kristaps DzonsonsAdd path reference (`Pa' in FILES section).
next