]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
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).
2011-06-30 Kristaps DzonsonsOuch: predefined strings moved into roff.c weren't...
2011-06-29 Kristaps DzonsonsFirst fix how `sp 1' doesn't imply `1v' (it now does...
2011-06-25 Kristaps DzonsonsAdd cross-reference records to makewhatis.
2011-06-22 Kristaps DzonsonsAdd more documentation for libmandoc.
2011-06-22 Kristaps DzonsonsClean up makewhatis.c a little bit and add verbosity...
2011-06-22 Kristaps DzonsonsMake sure hash is initialised to NULL and remove an...
2011-06-22 Kristaps DzonsonsTry again to get the transfer from hash to btree workin...
2011-06-21 Kristaps DzonsonsFix broken transfer from hashtable to btree for makewha...
2011-06-21 Kristaps DzonsonsNote mandoc-cgi -> mandoc-tools.
2011-06-21 Kristaps DzonsonsLet descriptions (bit-mask 0x100) also be mined for...
2011-06-21 Kristaps DzonsonsHave descriptions also use struct buf. This completes...
2011-06-21 Kristaps DzonsonsDon't let empty strings into the makewhatis keyword...
2011-06-21 Kristaps DzonsonsMake sure makewhatis.1 is documenting the correct bit...
2011-06-21 Kristaps DzonsonsBig change to makewhatis: use an in-memory hashtable...
2011-06-18 Kristaps DzonsonsMake -T[x]html in -man also be aware of the vertical...
2011-06-18 Kristaps DzonsonsFix two TODOs with one check-in. Both of these relate...
2011-06-18 Kristaps DzonsonsAllow RS/RE blocks to nest. This requires first the...
2011-06-18 Kristaps DzonsonsAdd back in a check that the leading `-' exists for...
2011-06-18 Kristaps DzonsonsClean-up: remove a function only called once.
2011-06-18 Kristaps DzonsonsFix an assertion failure raised by the following intere...
2011-06-16 Kristaps DzonsonsHave -T[x]html print out the link target for `Lk' if...
2011-06-12 Joerg SonnenbergerAdd note about crash on invalid found in the NetBSD...
2011-06-11 Ingo Schwarze.Nm in-line/block issues reported by uqs@
2011-05-30 Kristaps DzonsonsFix some bad bits in the mandoc manual: `Xr' instead...
2011-05-26 Kristaps DzonsonsRemove untrue CAVEAT in makewhatis.1.
2011-05-26 Kristaps DzonsonsVersion 1.11.3. Here we go! VERSION_1_11_3
2011-05-26 Kristaps DzonsonsSome small lint checks in preconv. Also add it to...
2011-05-26 Kristaps DzonsonsOpenBSD needs sys/types for mmap... oops...
2011-05-26 Kristaps DzonsonsAt least in theory, this patch lets us compile on Windo...
2011-05-26 Kristaps DzonsonsMore updates to www. A version's on its way...
2011-05-26 Kristaps DzonsonsHave preconv install with mandoc.
2011-05-26 Kristaps DzonsonsSlightly clean up verbiage in coding tags.
2011-05-26 Kristaps Dzonsonspreconv is now on encoding-recognition parity with...
2011-05-26 Kristaps DzonsonsThe \*q predef certainly doesn't map to \"! Fix this.
2011-05-26 Kristaps DzonsonsAdd notes about preconv.1 in the www and change some...
2011-05-26 Kristaps DzonsonsSignificantly improve preconv. Allow it to recode...
2011-05-26 Kristaps DzonsonsIf a predefined string is missing, emit a warning and...
2011-05-26 Kristaps DzonsonsNoticed that our skeleton mdoc.7 had lower-case `Dt...
2011-05-26 Kristaps DzonsonsIt's annoying that we don't have preconv, so throw...
2011-05-24 Kristaps DzonsonsDocument that spec2cp never returns 0.
2011-05-24 Kristaps DzonsonsUse the correct Unicode value for the zero-width space...
2011-05-24 Kristaps DzonsonsRemove all references to ESCAPE_PREDEF, which is now...
2011-05-24 Kristaps DzonsonsRemove predefined strings from the chars.in file, as...
2011-05-24 Kristaps DzonsonsMost important move in getting predefined strings entir...
2011-05-24 Kristaps DzonsonsHave conditional closure for both text and macro lines...
2011-05-24 Kristaps DzonsonsFix a TODO to the effect that `.if n \{\ foo .br \...
2011-05-21 Ingo Schwarzenested .RS/.RE is becoming more important
2011-05-21 Ingo Schwarzeremove a sentence which isn;t true;
2011-05-20 Kristaps DzonsonsTurn on -Tutf8 in the frontend. Here we go!
2011-05-20 Kristaps DzonsonsFlip on -Tutf8 backend support. This forces the UTF...
2011-05-20 Kristaps DzonsonsAllow non-ASCII terminal encodings to accept unicode...
2011-05-19 Kristaps DzonsonsSome release notes (this isn't signalling an impending...
2011-05-19 Kristaps DzonsonsIt seems that __STDC_ISO_10646__ isn't defined even...
2011-05-18 Kristaps DzonsonsMake any un-recognised font be considered a call for...
next