| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a character-table for quick per-character substitution in `tr'. As | Kristaps Dzonsons | 2011-07-29 | 1 | -42/+71 |
* | Renamed roffstr as roffkv (key-value) and split out char/size_t into | Kristaps Dzonsons | 2011-07-29 | 1 | -43/+50 |
* | Fix border condition in `tr' grokking arguments. | Kristaps Dzonsons | 2011-07-28 | 1 | -1/+2 |
* | An implementation of `tr'. This routes allocations of TEXT nodes | Kristaps Dzonsons | 2011-07-28 | 1 | -21/+176 |
* | Correctly set valsz this time. | Kristaps Dzonsons | 2011-07-27 | 1 | -3/+3 |
* | Have roffstr keep track of string lengths. | Kristaps Dzonsons | 2011-07-27 | 1 | -2/+9 |
* | Fix a memory-offset bug that was hell tracking down. | Kristaps Dzonsons | 2011-07-27 | 1 | -1/+1 |
* | Rename some terms (incremental part of a larger set of check-ins). | Kristaps Dzonsons | 2011-07-27 | 1 | -18/+18 |
* | Fix hyphen-replacement loop. | Kristaps Dzonsons | 2011-07-27 | 1 | -3/+5 |
* | Critical fix to avoid looping forever. | Kristaps Dzonsons | 2011-07-27 | 1 | -1/+3 |
* | Clean up roff_getstrn() function. | Kristaps Dzonsons | 2011-07-27 | 1 | -4/+5 |
* | Disable in-line eqn processing for a bit. | Kristaps Dzonsons | 2011-07-27 | 1 | -2/+6 |
* | Move mandoc_hyph() into roff_parsetext() as a single conditional. While | Kristaps Dzonsons | 2011-07-27 | 1 | -20/+31 |
* | First, roff_res() has no need to invoke ROFF_RERUN: since it's executed | Kristaps Dzonsons | 2011-07-27 | 1 | -15/+46 |
* | Use correct column of warning messages and make sure this function is | Kristaps Dzonsons | 2011-07-26 | 1 | -10/+16 |
* | Move checking of escapes into roff.c, where we're already stepping | Kristaps Dzonsons | 2011-07-26 | 1 | -1/+13 |
* | Implement the first steps of equation parsing from within libmdoc. | Kristaps Dzonsons | 2011-07-25 | 1 | -12/+37 |
* | Add support for tdefine and ndefine. Consolidate some error messages. Add | Kristaps Dzonsons | 2011-07-23 | 1 | -1/+1 |
* | Support `size' constructs in eqn.7. Generalise mandoc_strontou to this | Kristaps Dzonsons | 2011-07-21 | 1 | -1/+1 |
* | Finish the eqn syntactic parser. This correctly parses terms and does | Kristaps Dzonsons | 2011-07-21 | 1 | -1/+1 |
* | Make `struct roff' be passed into libmdoc and libman upon creation. | Kristaps Dzonsons | 2011-07-18 | 1 | -8/+37 |
* | Add initial `define' support for eqn(7). | Kristaps Dzonsons | 2011-07-17 | 1 | -3/+3 |
* | Have equation be allocated with mparse. Will be needed for logging of | Kristaps Dzonsons | 2011-07-12 | 1 | -1/+1 |
* | Fix two issues: the first, where a `.\}' wasn't being interpreted as a | Kristaps Dzonsons | 2011-07-08 | 1 | -3/+25 |
* | Ouch: predefined strings moved into roff.c weren't being reinitalised | Kristaps Dzonsons | 2011-06-30 | 1 | -0/+4 |
* | If a predefined string is missing, emit a warning and make it an empty | Kristaps Dzonsons | 2011-05-26 | 1 | -5/+6 |
* | Most important move in getting predefined strings entirely contained | Kristaps Dzonsons | 2011-05-24 | 1 | -2/+21 |
* | Have conditional closure for both text and macro lines call through to | Kristaps Dzonsons | 2011-05-24 | 1 | -25/+11 |
* | Fix a TODO to the effect that `.if n \{\ foo .br \}' was failing due to | Kristaps Dzonsons | 2011-05-24 | 1 | -9/+23 |
* | Move roff.c's strtol into libmandoc.h for use by other parts of the code | Kristaps Dzonsons | 2011-05-14 | 1 | -27/+5 |
* | User defined macros may invoke high-level macros. | Ingo Schwarze | 2011-04-24 | 1 | -2/+1 |
* | Clean up parsing of delimiters in -mdoc. First, remove the "dowarn" | Kristaps Dzonsons | 2011-04-19 | 1 | -1/+1 |
* | Get mdoc_argv.c ready to use [some of] mandoc_getarg() by giving said | Kristaps Dzonsons | 2011-04-17 | 1 | -1/+1 |
* | Check in fix to roff conditional if/else stack running out of space. | Kristaps Dzonsons | 2011-04-13 | 1 | -33/+24 |
* | Back out commit to roff.c that needs to go in on its own. | Kristaps Dzonsons | 2011-04-13 | 1 | -24/+33 |
* | Remove TODO from prior commit of lifting warnings from `Sh', `Ss', `SH', | Kristaps Dzonsons | 2011-04-13 | 1 | -33/+24 |
* | On .de macro lines, after the macro name, space and tab are equivalent. | Ingo Schwarze | 2011-04-05 | 1 | -5/+3 |
* | Carefully let mandoc_getcontrol() handle libroff's detection of a macro | Kristaps Dzonsons | 2011-03-29 | 1 | -29/+21 |
* | Step 2: blow away roff.h, as all of its functions have been moved into | Kristaps Dzonsons | 2011-03-22 | 1 | -1/+0 |
* | Consolidate messages. Have all parse-time messages (in libmdoc, | Kristaps Dzonsons | 2011-03-20 | 1 | -30/+28 |
* | Make lint shut up a little bit. | Kristaps Dzonsons | 2011-03-15 | 1 | -4/+4 |
* | Allow EQN data to be pushed down into libmdoc via mdoc_addeqn(). Only | Kristaps Dzonsons | 2011-02-09 | 1 | -1/+1 |
* | Add initial EQN support to mandoc. This parses, then throws away, data | Kristaps Dzonsons | 2011-02-06 | 1 | -9/+72 |
* | Ignore .ns (no-space mode), .ps (change point size), .ta (tab control) | Ingo Schwarze | 2011-01-25 | 1 | -0/+6 |
* | When finding the roff .it request (line trap), | Ingo Schwarze | 2011-01-22 | 1 | -0/+5 |
* | Implement the roff .rm request (remove macro). | Ingo Schwarze | 2011-01-16 | 1 | -11/+18 |
* | Refactoring in preparation for .rm support: | Ingo Schwarze | 2011-01-11 | 1 | -38/+45 |
* | Calling a macro with fewer arguments than it is defined with is OK; | Ingo Schwarze | 2011-01-03 | 1 | -1/+1 |
* | Unify roff macro argument parsing (in roff.c, roff_userdef()) and man macro | Ingo Schwarze | 2011-01-03 | 1 | -43/+6 |
* | Churn to get parts of 'struct tbl' visible from mandoc.h: rename the | Kristaps Dzonsons | 2011-01-02 | 1 | -5/+5 |