2012-11-19 |
Ingo Schwarze | In groff, trying to redefine standard man(7) macros... |
blob | commitdiff | raw |
2012-06-12 |
Kristaps Dzonsons | Add `cc' support. |
blob | commitdiff | raw | diff to current |
2012-05-31 |
Ingo Schwarze | Fix blank line handling in .if. |
blob | commitdiff | raw | diff to current |
2011-10-24 |
Ingo Schwarze | Handle infinite recursion the same way as groff: |
blob | commitdiff | raw | diff to current |
2011-09-19 |
Ingo Schwarze | Breaking the line at a hyphen is only allowed if the... |
blob | commitdiff | raw | diff to current |
2011-09-18 |
Ingo Schwarze | Fix another regression introduced in 1.11.7: |
blob | commitdiff | raw | diff to current |
2011-09-18 |
Ingo Schwarze | forgotten Copyright bumps; no code change |
blob | commitdiff | raw | diff to current |
2011-08-16 |
Kristaps Dzonsons | Lint check. |
blob | commitdiff | raw | diff to current |
2011-07-29 |
Kristaps Dzonsons | Use a character-table for quick per-character substitut... |
blob | commitdiff | raw | diff to current |
2011-07-29 |
Kristaps Dzonsons | Renamed roffstr as roffkv (key-value) and split out... |
blob | commitdiff | raw | diff to current |
2011-07-28 |
Kristaps Dzonsons | Fix border condition in `tr' grokking arguments. |
blob | commitdiff | raw | diff to current |
2011-07-28 |
Kristaps Dzonsons | An implementation of `tr'. This routes allocations... |
blob | commitdiff | raw | diff to current |
2011-07-27 |
Kristaps Dzonsons | Correctly set valsz this time. |
blob | commitdiff | raw | diff to current |
2011-07-27 |
Kristaps Dzonsons | Have roffstr keep track of string lengths. |
blob | commitdiff | raw | diff to current |
2011-07-27 |
Kristaps Dzonsons | Fix a memory-offset bug that was hell tracking down. |
blob | commitdiff | raw | diff to current |
2011-07-27 |
Kristaps Dzonsons | Rename some terms (incremental part of a larger set... |
blob | commitdiff | raw | diff to current |
2011-07-27 |
Kristaps Dzonsons | Fix hyphen-replacement loop. |
blob | commitdiff | raw | diff to current |
2011-07-27 |
Kristaps Dzonsons | Critical fix to avoid looping forever. |
blob | commitdiff | raw | diff to current |
2011-07-27 |
Kristaps Dzonsons | Clean up roff_getstrn() function. |
blob | commitdiff | raw | diff to current |
2011-07-27 |
Kristaps Dzonsons | Disable in-line eqn processing for a bit. |
blob | commitdiff | raw | diff to current |
2011-07-27 |
Kristaps Dzonsons | Move mandoc_hyph() into roff_parsetext() as a single... |
blob | commitdiff | raw | diff to current |
2011-07-27 |
Kristaps Dzonsons | First, roff_res() has no need to invoke ROFF_RERUN... |
blob | commitdiff | raw | diff to current |
2011-07-26 |
Kristaps Dzonsons | Use correct column of warning messages and make sure... |
blob | commitdiff | raw | diff to current |
2011-07-26 |
Kristaps Dzonsons | Move checking of escapes into roff.c, where we're alrea... |
blob | commitdiff | raw | diff to current |
2011-07-25 |
Kristaps Dzonsons | Implement the first steps of equation parsing from... |
blob | commitdiff | raw | diff to current |
2011-07-23 |
Kristaps Dzonsons | Add support for tdefine and ndefine. Consolidate some... |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Kristaps Dzonsons | Support `size' constructs in eqn.7. Generalise mandoc_... |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Kristaps Dzonsons | Finish the eqn syntactic parser. This correctly parses... |
blob | commitdiff | raw | diff to current |
2011-07-18 |
Kristaps Dzonsons | Make `struct roff' be passed into libmdoc and libman... |
blob | commitdiff | raw | diff to current |
2011-07-17 |
Kristaps Dzonsons | Add initial `define' support for eqn(7). |
blob | commitdiff | raw | diff to current |
2011-07-12 |
Kristaps Dzonsons | Have equation be allocated with mparse. Will be needed... |
blob | commitdiff | raw | diff to current |
2011-07-08 |
Kristaps Dzonsons | Fix two issues: the first, where a `.\}' wasn't being... |
blob | commitdiff | raw | diff to current |
2011-06-30 |
Kristaps Dzonsons | Ouch: predefined strings moved into roff.c weren't... |
blob | commitdiff | raw | diff to current |
2011-05-26 |
Kristaps Dzonsons | If a predefined string is missing, emit a warning and... |
blob | commitdiff | raw | diff to current |
2011-05-24 |
Kristaps Dzonsons | Most important move in getting predefined strings entir... |
blob | commitdiff | raw | diff to current |
2011-05-24 |
Kristaps Dzonsons | Have conditional closure for both text and macro lines... |
blob | commitdiff | raw | diff to current |
2011-05-24 |
Kristaps Dzonsons | Fix a TODO to the effect that `.if n \{\ foo .br \... |
blob | commitdiff | raw | diff to current |
2011-05-14 |
Kristaps Dzonsons | Move roff.c's strtol into libmandoc.h for use by other... |
blob | commitdiff | raw | diff to current |
2011-04-24 |
Ingo Schwarze | User defined macros may invoke high-level macros. |
blob | commitdiff | raw | diff to current |
2011-04-19 |
Kristaps Dzonsons | Clean up parsing of delimiters in -mdoc. First, remove... |
blob | commitdiff | raw | diff to current |
2011-04-17 |
Kristaps Dzonsons | Get mdoc_argv.c ready to use [some of] mandoc_getarg... |
blob | commitdiff | raw | diff to current |
2011-04-13 |
Kristaps Dzonsons | Check in fix to roff conditional if/else stack running... |
blob | commitdiff | raw | diff to current |
2011-04-13 |
Kristaps Dzonsons | Back out commit to roff.c that needs to go in on its... |
blob | commitdiff | raw | diff to current |
2011-04-13 |
Kristaps Dzonsons | Remove TODO from prior commit of lifting warnings from... |
blob | commitdiff | raw | diff to current |
2011-04-05 |
Ingo Schwarze | On .de macro lines, after the macro name, space and... |
blob | commitdiff | raw | diff to current |
2011-03-29 |
Kristaps Dzonsons | Carefully let mandoc_getcontrol() handle libroff's... |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Kristaps Dzonsons | Step 2: blow away roff.h, as all of its functions have... |
blob | commitdiff | raw | diff to current |
2011-03-20 |
Kristaps Dzonsons | Consolidate messages. Have all parse-time messages... |
blob | commitdiff | raw | diff to current |
2011-03-15 |
Kristaps Dzonsons | Make lint shut up a little bit. |
blob | commitdiff | raw | diff to current |
2011-02-09 |
Kristaps Dzonsons | Allow EQN data to be pushed down into libmdoc via mdoc_... |
blob | commitdiff | raw | diff to current |
2011-02-06 |
Kristaps Dzonsons | Add initial EQN support to mandoc. This parses, then... |
blob | commitdiff | raw | diff to current |
2011-01-25 |
Ingo Schwarze | Ignore .ns (no-space mode), .ps (change point size... |
blob | commitdiff | raw | diff to current |
2011-01-22 |
Ingo Schwarze | When finding the roff .it request (line trap), |
blob | commitdiff | raw | diff to current |
2011-01-16 |
Ingo Schwarze | Implement the roff .rm request (remove macro). |
blob | commitdiff | raw | diff to current |
2011-01-11 |
Ingo Schwarze | Refactoring in preparation for .rm support: |
blob | commitdiff | raw | diff to current |
2011-01-03 |
Ingo Schwarze | Calling a macro with fewer arguments than it is defined... |
blob | commitdiff | raw | diff to current |
2011-01-03 |
Ingo Schwarze | Unify roff macro argument parsing (in roff.c, roff_user... |
blob | commitdiff | raw | diff to current |
2011-01-02 |
Kristaps Dzonsons | Churn to get parts of 'struct tbl' visible from mandoc... |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Kristaps Dzonsons | More checks for proper table exit. |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Kristaps Dzonsons | Raise an error if a table is closed without data. |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Kristaps Dzonsons | Add documentation bits for libroff's new roff_span(). |
blob | commitdiff | raw | diff to current |
2010-12-31 |
Kristaps Dzonsons | Expose the parsed table API to the world and add access... |
blob | commitdiff | raw | diff to current |
2010-12-31 |
Kristaps Dzonsons | Put parsed tables into a queue that's cleared at the... |
blob | commitdiff | raw | diff to current |
2010-12-29 |
Kristaps Dzonsons | Add handling for `T&', which restarts a table except... |
blob | commitdiff | raw | diff to current |
2010-12-29 |
Kristaps Dzonsons | Significant update to options handling, which now depar... |
blob | commitdiff | raw | diff to current |
2010-12-28 |
Kristaps Dzonsons | Temporarily remove check for r->tbl at end of parse... |
blob | commitdiff | raw | diff to current |
2010-12-28 |
Kristaps Dzonsons | Initial tbl framework. Parse point is in libroff,... |
blob | commitdiff | raw | diff to current |
2010-12-21 |
Ingo Schwarze | Sync to OpenBSD: |
blob | commitdiff | raw | diff to current |
2010-12-06 |
Kristaps Dzonsons | Track down a bug of empty `de XX' macros causing uncert... |
blob | commitdiff | raw | diff to current |
2010-12-02 |
Kristaps Dzonsons | Merge schwarze@'s changes to allow for user-defined... |
blob | commitdiff | raw | diff to current |
2010-12-01 |
Kristaps Dzonsons | Merge OpenBSD's `so' handling (plus some documentation... |
blob | commitdiff | raw | diff to current |
2010-12-01 |
Kristaps Dzonsons | Re-ordering of roff requests as per OpenBSD. |
blob | commitdiff | raw | diff to current |
2010-12-01 |
Kristaps Dzonsons | Low-hanging fruit: add OpenBSD's `ad', `hy', `ne',... |
blob | commitdiff | raw | diff to current |
2010-09-04 |
Kristaps Dzonsons | Churny commit to quiet lint. No functional changes. |
blob | commitdiff | raw | diff to current |
2010-09-04 |
Kristaps Dzonsons | Fix premature return from sub-conditional roff statemen... |
blob | commitdiff | raw | diff to current |
2010-08-29 |
Kristaps Dzonsons | Allow `.xx\}' where xx is a macro (e.g., `.br\}') to... |
blob | commitdiff | raw | diff to current |
2010-08-24 |
Kristaps Dzonsons | Have the `ds' processor strip out `\\' as stipulated... |
blob | commitdiff | raw | diff to current |
2010-08-20 |
Ingo Schwarze | Implement a simple, consistent user interface for error... |
blob | commitdiff | raw | diff to current |
2010-07-27 |
Kristaps Dzonsons | No-op to shut up lint. |
blob | commitdiff | raw | diff to current |
2010-07-27 |
Kristaps Dzonsons | Fix `ds' handling. This was stripping characters from... |
blob | commitdiff | raw | diff to current |
2010-07-21 |
Kristaps Dzonsons | Lint-fixes (NetBSD). |
blob | commitdiff | raw | diff to current |
2010-07-07 |
Kristaps Dzonsons | Re-constitution of `ds' symbol processing. First,... |
blob | commitdiff | raw | diff to current |
2010-07-04 |
Ingo Schwarze | Assert my copyright, making it explicit that i'm granti... |
blob | commitdiff | raw | diff to current |
2010-07-03 |
Ingo Schwarze | Rudimentary implementation of user-defined strings; |
blob | commitdiff | raw | diff to current |
2010-06-27 |
Kristaps Dzonsons | Allow registers to be unset. Implement and document... |
blob | commitdiff | raw | diff to current |
2010-06-27 |
Kristaps Dzonsons | Downstream maintainers: this removes UGLY! I don't... |
blob | commitdiff | raw | diff to current |
2010-06-26 |
Kristaps Dzonsons | First step of adding register support. This is inspire... |
blob | commitdiff | raw | diff to current |
2010-06-10 |
Kristaps Dzonsons | Fix adding some minimal intelligence to conditional... |
blob | commitdiff | raw | diff to current |
2010-06-09 |
Kristaps Dzonsons | Make "sub" for conditionals run roffnode_cleanscope... |
blob | commitdiff | raw | diff to current |
2010-06-01 |
Kristaps Dzonsons | Fixed condition of `\}' closing a conditional at the... |
blob | commitdiff | raw | diff to current |
2010-05-29 |
Kristaps Dzonsons | Give libroff an extremely simple table-lookup instead... |
blob | commitdiff | raw | diff to current |
2010-05-24 |
Ingo Schwarze | recognize ".if n" as true; |
blob | commitdiff | raw | diff to current |
2010-05-24 |
Ingo Schwarze | provide stubs to ignore .ds, .rm and .tr, |
blob | commitdiff | raw | diff to current |
2010-05-17 |
Kristaps Dzonsons | Full support for ie/el. This completes the initial... |
blob | commitdiff | raw | diff to current |
2010-05-17 |
Kristaps Dzonsons | Oops: forgot to make roff_cblock() understand the new... |
blob | commitdiff | raw | diff to current |
2010-05-17 |
Kristaps Dzonsons | libroff now intelligently throws away `am', `ami',... |
blob | commitdiff | raw | diff to current |
2010-05-17 |
Kristaps Dzonsons | libroff now is aware of which sub-nodes should be inter... |
blob | commitdiff | raw | diff to current |
2010-05-16 |
Kristaps Dzonsons | `ig' support in all its glory. Try |
blob | commitdiff | raw | diff to current |
2010-05-16 |
Kristaps Dzonsons | Regression tests in place for `.if' in libroff. |
blob | commitdiff | raw | diff to current |
2010-05-16 |
Kristaps Dzonsons | Re-admit the simple case of `.ig' that works with groff... |
blob | commitdiff | raw | diff to current |
next |