| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Consolidate messages. Have all parse-time messages (in libmdoc, | Kristaps Dzonsons | 2011-03-20 | 23 | -225/+225 |
* | Change around include ordering for compilation on OpenBSD. | Kristaps Dzonsons | 2011-03-20 | 1 | -1/+1 |
* | Split the document parsing sequence out of main.c and into read.c, | Kristaps Dzonsons | 2011-03-20 | 4 | -608/+709 |
* | Bumped internal version. There will be no formal release with this: it | Kristaps Dzonsons | 2011-03-20 | 1 | -2/+2 |
* | .RS w/o line args is not seriousVERSION.1.10.10 | Ingo Schwarze | 2011-03-19 | 1 | -0/+4 |
* | Note the development status of eqn.7 and tbl.7. | Kristaps Dzonsons | 2011-03-17 | 2 | -0/+20 |
* | "Reserved Characters" isn't correct since `\.' and `\*(Ba' aren't | Kristaps Dzonsons | 2011-03-17 | 1 | -9/+12 |
* | Note that mdoc_valids[] is static. | Kristaps Dzonsons | 2011-03-17 | 1 | -1/+1 |
* | mandocmsg finally has no return value. | Kristaps Dzonsons | 2011-03-17 | 2 | -6/+4 |
* | Clean-up in libman: make all calls to man_*msg not check return value. | Kristaps Dzonsons | 2011-03-17 | 4 | -18/+16 |
* | Clean-up in libmdoc: fix last checks for mdoc_*msg return value, then | Kristaps Dzonsons | 2011-03-17 | 4 | -20/+18 |
* | Clean-up in mdoc_argv.c args_checkpunct(). | Kristaps Dzonsons | 2011-03-17 | 1 | -27/+21 |
* | Clean-up in mdoc_argv.c: make CPP-defines into an enum, document, make | Kristaps Dzonsons | 2011-03-17 | 1 | -33/+17 |
* | Clean up mdoc_pmsg invocations to make them not check the return value. | Kristaps Dzonsons | 2011-03-17 | 1 | -13/+6 |
* | Kill off some unused function prototypes. | Kristaps Dzonsons | 2011-03-17 | 1 | -3/+0 |
* | Kill off mdoc_strings.c, which is now empty. Byeeeeeeeee! | Kristaps Dzonsons | 2011-03-17 | 2 | -37/+3 |
* | Move mdoc_macro2len() into mdoc_validate.c as macro2len(), as that's the | Kristaps Dzonsons | 2011-03-17 | 2 | -95/+96 |
* | Move mdoc_str2sec() into mdoc_validate.c as a2sec(), as that's the only | Kristaps Dzonsons | 2011-03-17 | 3 | -40/+38 |
* | Tiny optimisation in mandoc_isdelim() check. | Kristaps Dzonsons | 2011-03-17 | 1 | -2/+2 |
* | Move mdoc_isdelim() into mandoc.h as mandoc_isdelim(). This allows the | Kristaps Dzonsons | 2011-03-17 | 9 | -150/+88 |
* | Move mandoc_{realloc,malloc,calloc} out of libmandoc.h and into mandoc.h | Kristaps Dzonsons | 2011-03-17 | 8 | -53/+15 |
* | Make args_checkpunct() use mdoc_isdelim() instead of mdoc_iscdelim(), | Kristaps Dzonsons | 2011-03-17 | 3 | -59/+61 |
* | Move check for closing punctuation into its own function. This will | Kristaps Dzonsons | 2011-03-17 | 1 | -24/+41 |
* | o diaeresis is 246 (U+00F6) | Ingo Schwarze | 2011-03-16 | 1 | -1/+1 |
* | Instead of a series of hard-coded strcmps, make argv_a2arg() iterate | Kristaps Dzonsons | 2011-03-16 | 1 | -73/+42 |
* | Push exit_status into struct curparse alongside file_status. | Kristaps Dzonsons | 2011-03-16 | 1 | -6/+7 |
* | Make lint shut up a little bit. | Kristaps Dzonsons | 2011-03-15 | 10 | -14/+18 |
* | Remove duplicate UNCONST definition. | Kristaps Dzonsons | 2011-03-15 | 1 | -1/+0 |
* | Clean-up: make file_status global be local to curparse. "I agree with | Kristaps Dzonsons | 2011-03-15 | 1 | -28/+27 |
* | Plug memory leak of normalised-date field. | Kristaps Dzonsons | 2011-03-15 | 1 | -0/+2 |
* | my $buf = "string"; return $string; is cool in Perl, but not in C; | Ingo Schwarze | 2011-03-15 | 1 | -16/+22 |
* | Do not leak information about the software used | Ingo Schwarze | 2011-03-07 | 1 | -2/+0 |
* | Clean up date handling, | Ingo Schwarze | 2011-03-07 | 17 | -179/+153 |
* | date handling needs cleanup | Ingo Schwarze | 2011-02-27 | 1 | -1/+9 |
* | Allow compilation with pcc, which has interesting/broken handling of -W | Kristaps Dzonsons | 2011-02-24 | 1 | -4/+4 |
* | Clean up the COMPATIBILITY section; | Ingo Schwarze | 2011-02-09 | 1 | -22/+30 |
* | Add stub for eqn.7 manual and flip it on. Also note COMPATIBILITY issue | Kristaps Dzonsons | 2011-02-09 | 7 | -14/+114 |
* | EQN blocks are now printed in all modes. This is simply a printing of | Kristaps Dzonsons | 2011-02-09 | 6 | -8/+31 |
* | Consolidate "rc" value in main.c around addspan, addeqn, and parseln. | Kristaps Dzonsons | 2011-02-09 | 1 | -13/+13 |
* | Allow -man to process EQN as well. Also fix a segfault in missing case | Kristaps Dzonsons | 2011-02-09 | 8 | -3/+41 |
* | Allow EQN data to be pushed down into libmdoc via mdoc_addeqn(). Only | Kristaps Dzonsons | 2011-02-09 | 10 | -6/+46 |
* | Put tbl_alloc function right into the addspan() one, as this is the only | Kristaps Dzonsons | 2011-02-08 | 2 | -38/+17 |
* | The macro .Ns has no effect at the beginning of an input line; | Ingo Schwarze | 2011-02-07 | 2 | -9/+11 |
* | Fix a regression caused by mdoc_term.c 1.214 / mdoc_html.c 1.148: | Ingo Schwarze | 2011-02-06 | 2 | -3/+7 |
* | Some pre-handlers produce output, so reorder the code to set up | Ingo Schwarze | 2011-02-06 | 1 | -20/+25 |
* | Use tbl_span line number for warnings/errors. | Kristaps Dzonsons | 2011-02-06 | 2 | -3/+2 |
* | Let the line-number of a tbl_span be remembered. | Kristaps Dzonsons | 2011-02-06 | 5 | -16/+15 |
* | Add initial libmdoc and libman top-most machinery for accepting TBL | Kristaps Dzonsons | 2011-02-06 | 9 | -1/+29 |
* | Add initial EQN support to mandoc. This parses, then throws away, data | Kristaps Dzonsons | 2011-02-06 | 7 | -12/+175 |
* | TODO note on that `.TS', `.TE' etc. aren't real roff macros and troff | Kristaps Dzonsons | 2011-02-03 | 1 | -0/+6 |