2011-07-17 |
Kristaps Dzonsons | Remember to NULL-ify new keys/vals. |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Kristaps Dzonsons | Provide implementations of `define', `set', and `unset'. |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Kristaps Dzonsons | Warn if equation `define' key is quoted (groff-ism). |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Kristaps Dzonsons | Add initial `define' support for eqn(7). |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Kristaps Dzonsons | Remove prototype since moved into mandoc.h. |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Ingo Schwarze | improve documentation of .Bl -column .It Ta |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Kristaps Dzonsons | Big step forward in bringing mandocdb in line with... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Kristaps Dzonsons | First step of making mandocdb a true makewhatis/mandb... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Kristaps Dzonsons | Expose mandoc_strdup() to the outside world. |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Kristaps Dzonsons | Move parts of mandocdb that "do stuff" to the databases... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Kristaps Dzonsons | Apparently these weren't removed properly... |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Ingo Schwarze | move mandocdb(1) to mandocdb(8) |
commit | commitdiff | tree | snapshot |
2011-07-14 |
Kristaps Dzonsons | Rename makewhatis [back] into mandocdb. This is to... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Kristaps Dzonsons | Have equation be allocated with mparse. Will be needed... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Kristaps Dzonsons | Re-ordered logic in makewhatis to iterate over the... |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Kristaps Dzonsons | Small HTML compatibility fix. VERSION_1_11_4 |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Kristaps Dzonsons | Fixed some uninitialised values found during lint check. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Kristaps Dzonsons | Note version 1.11.4 bits. Here we go! |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Kristaps Dzonsons | Fairly straightforward patch adding basic update (... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Kristaps Dzonsons | Use mandoc.1's error codes (we use them internally). |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Kristaps Dzonsons | Note we're no longer using temporary files. |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Kristaps Dzonsons | Don't use a temporary buffer (unless people yell to... |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Kristaps Dzonsons | Be more specific about `Dv', `Er', and `Ev'. |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Kristaps Dzonsons | Make sure constants in mandoc.3 use the `Dv' macro. |
commit | commitdiff | tree | snapshot |
2011-07-10 |
Kristaps Dzonsons | Have descriptions for -man documents in makewhatis... |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Kristaps Dzonsons | Spaces must be preserved in -T[x]html literal mode. |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Kristaps Dzonsons | Clarify the role of `RS' in man(7) and also fix a bogus... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Kristaps Dzonsons | Make sure that `br' and `sp' don't emit space before... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Kristaps Dzonsons | Fix two issues: the first, where a `.\}' wasn't being... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Kristaps Dzonsons | Fix handling of the `\c' escape in -T[x]html. |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Kristaps Dzonsons | Considerably fix up -man -T[x]html's handling of verbat... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Kristaps Dzonsons | Clean up how -man -T[x]html handles TP, IP, and HP... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Kristaps Dzonsons | Simplify chars.c---there's really no need for extra... |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Kristaps Dzonsons | Note the strange `if'+newline issue raised by schwarze@. |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Kristaps Dzonsons | Fix a bug in the -man parser where deleting nodes ... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Kristaps Dzonsons | Install sources with mode 0644. Noted by Jack Nagel... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Kristaps Dzonsons | The bufcat() function in -T[x]html was eating one byte... |
commit | commitdiff | tree | snapshot |
2011-07-03 |
Kristaps Dzonsons | Fix a TODO noted by schwarze@, originally by Christian... |
commit | commitdiff | tree | snapshot |
2011-07-03 |
Ingo Schwarze | two new bugs reported by naddy@: |
commit | commitdiff | tree | snapshot |
2011-07-03 |
Kristaps Dzonsons | We obviously need man.h and mdoc.h installed as mention... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Kristaps Dzonsons | Added `Er' in ERRORS scan to makewhatis. |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Kristaps Dzonsons | Added search for `Ev' environment variables in ENVIRONM... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Kristaps Dzonsons | Allow `Nd' scarfed data to allow for non-text nodes... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Kristaps Dzonsons | Add some notes to index.sgml. This does not signal... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Kristaps Dzonsons | Make scan for text tokens in a line recursive. This... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Kristaps Dzonsons | Add path reference (`Pa' in FILES section). |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Kristaps Dzonsons | Ouch: predefined strings moved into roff.c weren't... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Kristaps Dzonsons | First fix how `sp 1' doesn't imply `1v' (it now does... |
commit | commitdiff | tree | snapshot |
2011-06-25 |
Kristaps Dzonsons | Add cross-reference records to makewhatis. |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Kristaps Dzonsons | Add more documentation for libmandoc. |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Kristaps Dzonsons | Clean up makewhatis.c a little bit and add verbosity... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Kristaps Dzonsons | Make sure hash is initialised to NULL and remove an... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Kristaps Dzonsons | Try again to get the transfer from hash to btree workin... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Kristaps Dzonsons | Fix broken transfer from hashtable to btree for makewha... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Kristaps Dzonsons | Note mandoc-cgi -> mandoc-tools. |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Kristaps Dzonsons | Let descriptions (bit-mask 0x100) also be mined for... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Kristaps Dzonsons | Have descriptions also use struct buf. This completes... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Kristaps Dzonsons | Don't let empty strings into the makewhatis keyword... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Kristaps Dzonsons | Make sure makewhatis.1 is documenting the correct bit... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Kristaps Dzonsons | Big change to makewhatis: use an in-memory hashtable... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Kristaps Dzonsons | Make -T[x]html in -man also be aware of the vertical... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Kristaps Dzonsons | Fix two TODOs with one check-in. Both of these relate... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Kristaps Dzonsons | Allow RS/RE blocks to nest. This requires first the... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Kristaps Dzonsons | Add back in a check that the leading `-' exists for... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Kristaps Dzonsons | Clean-up: remove a function only called once. |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Kristaps Dzonsons | Fix an assertion failure raised by the following intere... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Kristaps Dzonsons | Have -T[x]html print out the link target for `Lk' if... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Joerg Sonnenberger | Add note about crash on invalid found in the NetBSD... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Ingo Schwarze | .Nm in-line/block issues reported by uqs@ |
commit | commitdiff | tree | snapshot |
2011-05-30 |
Kristaps Dzonsons | Fix some bad bits in the mandoc manual: `Xr' instead... |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Kristaps Dzonsons | Remove untrue CAVEAT in makewhatis.1. |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Kristaps Dzonsons | Version 1.11.3. Here we go! VERSION_1_11_3 |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Kristaps Dzonsons | Some small lint checks in preconv. Also add it to... |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Kristaps Dzonsons | OpenBSD needs sys/types for mmap... oops... |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Kristaps Dzonsons | At least in theory, this patch lets us compile on Windo... |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Kristaps Dzonsons | More updates to www. A version's on its way... |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Kristaps Dzonsons | Have preconv install with mandoc. |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Kristaps Dzonsons | Slightly clean up verbiage in coding tags. |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Kristaps Dzonsons | preconv is now on encoding-recognition parity with... |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Kristaps Dzonsons | The \*q predef certainly doesn't map to \"! Fix this. |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Kristaps Dzonsons | Add notes about preconv.1 in the www and change some... |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Kristaps Dzonsons | Significantly improve preconv. Allow it to recode... |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Kristaps Dzonsons | If a predefined string is missing, emit a warning and... |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Kristaps Dzonsons | Noticed that our skeleton mdoc.7 had lower-case `Dt... |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Kristaps Dzonsons | It's annoying that we don't have preconv, so throw... |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Kristaps Dzonsons | Document that spec2cp never returns 0. |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Kristaps Dzonsons | Use the correct Unicode value for the zero-width space... |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Kristaps Dzonsons | Remove all references to ESCAPE_PREDEF, which is now... |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Kristaps Dzonsons | Remove predefined strings from the chars.in file, as... |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Kristaps Dzonsons | Most important move in getting predefined strings entir... |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Kristaps Dzonsons | Have conditional closure for both text and macro lines... |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Kristaps Dzonsons | Fix a TODO to the effect that `.if n \{\ foo .br \... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Ingo Schwarze | nested .RS/.RE is becoming more important |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Ingo Schwarze | remove a sentence which isn;t true; |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Kristaps Dzonsons | Turn on -Tutf8 in the frontend. Here we go! |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Kristaps Dzonsons | Flip on -Tutf8 backend support. This forces the UTF... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Kristaps Dzonsons | Allow non-ASCII terminal encodings to accept unicode... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Kristaps Dzonsons | Some release notes (this isn't signalling an impending... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Kristaps Dzonsons | It seems that __STDC_ISO_10646__ isn't defined even... |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Kristaps Dzonsons | Make any un-recognised font be considered a call for... |
commit | commitdiff | tree | snapshot |
next |