2020-04-03 |
Ingo Schwarze | Remove some stray argument names from function prototypes, |
blob | commitdiff | raw |
2020-01-19 |
Ingo Schwarze | Align to the new, sane behaviour of the groff_mdoc... |
blob | commitdiff | raw | diff to current |
2018-12-21 |
Ingo Schwarze | Rename mandoc_getarg() to roff_getarg() and pass it... |
blob | commitdiff | raw | diff to current |
2018-12-14 |
Ingo Schwarze | Cleanup, no functional change: |
blob | commitdiff | raw | diff to current |
2018-12-14 |
Ingo Schwarze | Major cleanup; may imply minor changes in edge cases... |
blob | commitdiff | raw | diff to current |
2018-08-24 |
Ingo Schwarze | Rudimentary implementation of the roff(7) .while request. |
blob | commitdiff | raw | diff to current |
2018-08-23 |
Ingo Schwarze | The upcoming .while request will have to re-execute... |
blob | commitdiff | raw | diff to current |
2018-08-23 |
Ingo Schwarze | Implement the roff(7) .shift and .return requests, |
blob | commitdiff | raw | diff to current |
2018-04-09 |
Ingo Schwarze | When accessing an undefined number register, define... |
blob | commitdiff | raw | diff to current |
2017-07-08 |
Ingo Schwarze | Simplify by creating struct roff_node syntax tree nodes... |
blob | commitdiff | raw | diff to current |
2017-07-08 |
Ingo Schwarze | 1. Eliminate struct eqn, instead use the existing members |
blob | commitdiff | raw | diff to current |
2017-06-11 |
Ingo Schwarze | Style message about legacy man(7) date format in mdoc... |
blob | commitdiff | raw | diff to current |
2017-04-29 |
Ingo Schwarze | Parser unification: use nice ohashes for all three... |
blob | commitdiff | raw | diff to current |
2017-02-18 |
Ingo Schwarze | preconv_encode() can take a const input buffer; |
blob | commitdiff | raw | diff to current |
2017-02-17 |
Ingo Schwarze | Be consistent in protecting __attribute__ attributes... |
blob | commitdiff | raw | diff to current |
2016-07-19 |
Ingo Schwarze | Use __attribute__((__format__ throughout. |
blob | commitdiff | raw | diff to current |
2016-07-07 |
Ingo Schwarze | update developer documentation |
blob | commitdiff | raw | diff to current |
2015-11-07 |
Ingo Schwarze | In private header files, __BEGIN_DECLS and __END_DECLS... |
blob | commitdiff | raw | diff to current |
2015-10-13 |
Ingo Schwarze | Major character table cleanup: |
blob | commitdiff | raw | diff to current |
2015-04-19 |
Ingo Schwarze | Unify some node handling functions that use TOKEN_NONE. |
blob | commitdiff | raw | diff to current |
2015-04-19 |
Ingo Schwarze | Unify node handling functions: |
blob | commitdiff | raw | diff to current |
2015-04-18 |
Ingo Schwarze | Unify {mdoc,man}_{alloc,reset,free}() into roff_man_... |
blob | commitdiff | raw | diff to current |
2015-04-18 |
Ingo Schwarze | Move mdoc_hash_init() and man_hash_init() to libmandoc.h |
blob | commitdiff | raw | diff to current |
2015-04-18 |
Ingo Schwarze | Replace the structs mdoc and man by a unified struct... |
blob | commitdiff | raw | diff to current |
2015-01-15 |
Ingo Schwarze | Fatal errors no longer exist. |
blob | commitdiff | raw | diff to current |
2015-01-14 |
Ingo Schwarze | downgrade ".so with absolute path" from FATAL to ERROR; |
blob | commitdiff | raw | diff to current |
2014-12-28 |
Ingo Schwarze | mdoc(7) already uses the mandoc(1) -Ios argument in... |
blob | commitdiff | raw | diff to current |
2014-12-21 |
Ingo Schwarze | ISO C99 explicitly forbids forward references to enum... |
blob | commitdiff | raw | diff to current |
2014-12-01 |
Ingo Schwarze | header cleanup: |
blob | commitdiff | raw | diff to current |
2014-12-01 |
Ingo Schwarze | remove unneccessary inclusion protection; patch from... |
blob | commitdiff | raw | diff to current |
2014-11-28 |
Ingo Schwarze | Simplify by making the eqn and tbl steering functions... |
blob | commitdiff | raw | diff to current |
2014-11-01 |
Ingo Schwarze | Use struct buf in libroff, it is very natural there |
blob | commitdiff | raw | diff to current |
2014-11-01 |
Ingo Schwarze | Refactor, no functional change: Remove the parse point... |
blob | commitdiff | raw | diff to current |
2014-10-28 |
Ingo Schwarze | Make the character table available to libroff so it... |
blob | commitdiff | raw | diff to current |
2014-10-25 |
Ingo Schwarze | integrate preconv(1) into mandoc(1); |
blob | commitdiff | raw | diff to current |
2014-10-16 |
Ingo Schwarze | Implement in-line equations, much needed by Xenocara... |
blob | commitdiff | raw | diff to current |
2014-09-06 |
Ingo Schwarze | Move main format autodetection from the parser dispatch... |
blob | commitdiff | raw | diff to current |
2014-07-09 |
Ingo Schwarze | mark defos as const; nobody needs to change it, |
blob | commitdiff | raw | diff to current |
2014-04-20 |
Ingo Schwarze | KNF: case (FOO): -> case FOO:, remove /* LINTED ... |
blob | commitdiff | raw | diff to current |
2014-03-19 |
Ingo Schwarze | Generalize the mparse_alloc() and roff_alloc() function... |
blob | commitdiff | raw | diff to current |
2014-01-06 |
Ingo Schwarze | Another 25% speedup for mandocdb(8) -Q mode, found... |
blob | commitdiff | raw | diff to current |
2014-01-05 |
Ingo Schwarze | Add an option -Q (quick) to mandocdb(8) |
blob | commitdiff | raw | diff to current |
2014-01-05 |
Joerg Sonnenberger | Tag functions with format strings as arguments as print... |
blob | commitdiff | raw | diff to current |
2013-12-31 |
Ingo Schwarze | Simplify: Remove an unused argument from the mandoc_eos... |
blob | commitdiff | raw | diff to current |
2013-12-15 |
Ingo Schwarze | The "value" argument to the roff(7) .nr requests ends... |
blob | commitdiff | raw | diff to current |
2013-10-05 |
Ingo Schwarze | Expand references to number registers in exactly the... |
blob | commitdiff | raw | diff to current |
2013-10-05 |
Ingo Schwarze | Support setting arbitrary roff(7) number registers, |
blob | commitdiff | raw | diff to current |
2012-11-19 |
Ingo Schwarze | In groff, trying to redefine standard man(7) macros... |
blob | commitdiff | raw | diff to current |
2012-06-12 |
Kristaps Dzonsons | Add `cc' support. |
blob | commitdiff | raw | diff to current |
2012-05-27 |
Ingo Schwarze | Support -Ios='OpenBSD 5.1' to override uname(3) as... |
blob | commitdiff | raw | diff to current |
2011-12-02 |
Ingo Schwarze | In man(7), when no explicit volume name is given, use... |
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 | 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-25 |
Kristaps Dzonsons | Implement the first steps of equation parsing from... |
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-18 |
Kristaps Dzonsons | Make `struct roff' be passed into libmdoc and libman... |
blob | commitdiff | raw | diff to current |
2011-07-17 |
Kristaps Dzonsons | Remove prototype since moved into mandoc.h. |
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-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-09 |
Kristaps Dzonsons | Remove a2roffdeco() and mandoc_special() functions... |
blob | commitdiff | raw | diff to current |
2011-03-28 |
Kristaps Dzonsons | Have libman and libmdoc use mandoc_getcontrol() to... |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Kristaps Dzonsons | Move mandoc_isdelim() back into libmdoc.h. This fixes... |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Kristaps Dzonsons | Step 3: consolidate manuals. The parse functions in... |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Kristaps Dzonsons | Step 1 of restructuring: libmandoc.h. Move all compile... |
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-17 |
Kristaps Dzonsons | Move mandoc_{realloc,malloc,calloc} out of libmandoc... |
blob | commitdiff | raw | diff to current |
2011-03-07 |
Ingo Schwarze | Clean up date handling, |
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 |
2010-07-18 |
Ingo Schwarze | Text ending in a full stop, exclamation mark or questio... |
blob | commitdiff | raw | diff to current |
2010-06-19 |
Kristaps Dzonsons | Churn as I finish email address migration kth.se -... |
blob | commitdiff | raw | diff to current |
2010-06-09 |
Kristaps Dzonsons | Squash bug noted by Ulrich Spoerlein where "-" were... |
blob | commitdiff | raw | diff to current |
2010-05-25 |
Kristaps Dzonsons | Modified version of Ingo Schwarze's patch for hyphen... |
blob | commitdiff | raw | diff to current |
2010-05-12 |
Kristaps Dzonsons | Put the eos-checker into libmandoc.h. |
blob | commitdiff | raw | diff to current |
2009-11-02 |
Kristaps Dzonsons | Added mandoc_a2time() for proper date conversion. |
blob | commitdiff | raw | diff to current |
2009-10-30 |
Kristaps Dzonsons | libmdoc and libman now using non-recoverable allocation... |
blob | commitdiff | raw | diff to current |
2009-10-28 |
Kristaps Dzonsons | Slow movement of internal allocations to fail completely. |
blob | commitdiff | raw | diff to current |
2009-07-04 |
Kristaps Dzonsons | Moved escape validation into libmandoc.h/mandoc.c ... |
blob | commitdiff | raw | diff to current |
|