2011-07-21 |
Kristaps Dzonsons | Support `size' constructs in eqn.7. Generalise mandoc_... |
blob | commitdiff | raw |
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 |
2010-05-16 |
Kristaps Dzonsons | Support for the general case of `if', which will boil... |
blob | commitdiff | raw | diff to current |
2010-05-16 |
Kristaps Dzonsons | Allow roff_parseln() to be re-run. |
blob | commitdiff | raw | diff to current |
2010-05-15 |
Kristaps Dzonsons | Backed-out warning messages (lots). |
blob | commitdiff | raw | diff to current |
2010-05-15 |
Kristaps Dzonsons | The `am', `ami', `de', and holy `dei' are all being... |
blob | commitdiff | raw | diff to current |
2010-05-15 |
Kristaps Dzonsons | The `ig' now supports `ig end-macro'. |
blob | commitdiff | raw | diff to current |
2010-05-15 |
Kristaps Dzonsons | Pull `ig' out of -man and leave it the roff preparser. |
blob | commitdiff | raw | diff to current |
2010-05-15 |
Kristaps Dzonsons | Magic fix for bogus manuals making -man puke: I don... |
blob | commitdiff | raw | diff to current |
2010-05-15 |
Kristaps Dzonsons | Segfault fix and letting warnings slip through for... |
blob | commitdiff | raw | diff to current |
2010-05-15 |
Kristaps Dzonsons | Add mandoc.h, which will eventually replace compilers... |
blob | commitdiff | raw | diff to current |
2010-05-15 |
Kristaps Dzonsons | Initial roff shim skeleton in place. |
blob | commitdiff | raw | diff to current |
2008-12-15 |
Kristaps Dzonsons | More file pruning. |
blob | commitdiff | raw |
2008-12-12 |
Kristaps Dzonsons | *** empty log message *** |
blob | commitdiff | raw | diff to current |
2008-12-10 |
Kristaps Dzonsons | Ready for looking over by people. |
blob | commitdiff | raw | diff to current |
2008-12-10 |
Kristaps Dzonsons | Sx to Sh anchors work. |
blob | commitdiff | raw | diff to current |
2008-12-10 |
Kristaps Dzonsons | Put prelude checking into asec. |
blob | commitdiff | raw | diff to current |
2008-12-10 |
Kristaps Dzonsons | Linted on NetBSD side. |
blob | commitdiff | raw | diff to current |
2008-12-10 |
Kristaps Dzonsons | Versioning up. |
blob | commitdiff | raw | diff to current |
2008-12-10 |
Kristaps Dzonsons | *** empty log message *** |
blob | commitdiff | raw | diff to current |
2008-12-10 |
Kristaps Dzonsons | *** empty log message *** |
blob | commitdiff | raw | diff to current |
2008-12-09 |
Kristaps Dzonsons | *** empty log message *** |
blob | commitdiff | raw | diff to current |
2008-12-09 |
Kristaps Dzonsons | Considerable clean-ups. |
blob | commitdiff | raw | diff to current |
2008-12-09 |
Kristaps Dzonsons | *** empty log message *** |
blob | commitdiff | raw | diff to current |
2008-12-08 |
Kristaps Dzonsons | *** empty log message *** |
blob | commitdiff | raw | diff to current |
2008-12-08 |
Kristaps Dzonsons | *** empty log message *** |
blob | commitdiff | raw | diff to current |
2008-12-08 |
Kristaps Dzonsons | Added warnings for using macros in the wrong sections. |
blob | commitdiff | raw | diff to current |
2008-12-07 |
Kristaps Dzonsons | *** empty log message *** |
blob | commitdiff | raw | diff to current |
next |