summaryrefslogtreecommitdiffstats
path: root/libmandoc.h
Commit message (Expand)AuthorAgeFilesLines
* add a style message about overlong text lines,Ingo Schwarze2021-06-271-1/+1
* Remove some stray argument names from function prototypes,Ingo Schwarze2020-04-031-3/+6
* Align to the new, sane behaviour of the groff_mdoc(7) .Dd macro:Ingo Schwarze2020-01-191-2/+3
* Rename mandoc_getarg() to roff_getarg() and pass it the roff parserIngo Schwarze2018-12-211-1/+1
* Cleanup, no functional change:Ingo Schwarze2018-12-141-5/+3
* Major cleanup; may imply minor changes in edge cases of error reporting.Ingo Schwarze2018-12-141-5/+0
* Rudimentary implementation of the roff(7) .while request.Ingo Schwarze2018-08-241-11/+22
* The upcoming .while request will have to re-execute roff(7) linesIngo Schwarze2018-08-231-2/+3
* Implement the roff(7) .shift and .return requests,Ingo Schwarze2018-08-231-1/+4
* When accessing an undefined number register, define it to be zero, likeIngo Schwarze2018-04-091-1/+1
* Simplify by creating struct roff_node syntax tree nodes for tbl(7)Ingo Schwarze2017-07-081-5/+1
* 1. Eliminate struct eqn, instead use the existing membersIngo Schwarze2017-07-081-3/+0
* Style message about legacy man(7) date format in mdoc(7) documentsIngo Schwarze2017-06-111-1/+1
* Parser unification: use nice ohashes for all three request and macro tables;Ingo Schwarze2017-04-291-2/+0
* preconv_encode() can take a const input buffer;Ingo Schwarze2017-02-181-1/+1
* Be consistent in protecting __attribute__ attributes with __;Ingo Schwarze2017-02-171-1/+1
* Use __attribute__((__format__ throughout.Ingo Schwarze2016-07-191-4/+2
* update developer documentationIngo Schwarze2016-07-071-1/+0
* In private header files, __BEGIN_DECLS and __END_DECLS are pointless.Ingo Schwarze2015-11-071-3/+0
* Major character table cleanup:Ingo Schwarze2015-10-131-2/+1
* Unify some node handling functions that use TOKEN_NONE.Ingo Schwarze2015-04-191-4/+0
* Unify node handling functions:Ingo Schwarze2015-04-191-2/+0
* Unify {mdoc,man}_{alloc,reset,free}() into roff_man_{alloc,reset,free}().Ingo Schwarze2015-04-181-8/+7
* Move mdoc_hash_init() and man_hash_init() to libmandoc.hIngo Schwarze2015-04-181-0/+2
* Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze2015-04-181-19/+18
* Fatal errors no longer exist.Ingo Schwarze2015-01-151-2/+2
* downgrade ".so with absolute path" from FATAL to ERROR;Ingo Schwarze2015-01-141-2/+1
* mdoc(7) already uses the mandoc(1) -Ios argument in the footer lineIngo Schwarze2014-12-281-1/+2
* ISO C99 explicitly forbids forward references to enum types (6.7.2.3.3.);Ingo Schwarze2014-12-211-1/+0
* header cleanup:Ingo Schwarze2014-12-011-0/+5
* remove unneccessary inclusion protection; patch from deraadt@Ingo Schwarze2014-12-011-4/+0
* Simplify by making the eqn and tbl steering functions void;Ingo Schwarze2014-11-281-4/+4
* Use struct buf in libroff, it is very natural thereIngo Schwarze2014-11-011-2/+1
* Refactor, no functional change: Remove the parse point from struct buf.Ingo Schwarze2014-11-011-3/+3
* Make the character table available to libroff so it can check theIngo Schwarze2014-10-281-1/+1
* integrate preconv(1) into mandoc(1);Ingo Schwarze2014-10-251-0/+9
* Implement in-line equations, much needed by Xenocara manuals.Ingo Schwarze2014-10-161-6/+0
* Move main format autodetection from the parser dispatcher to theIngo Schwarze2014-09-061-0/+1
* mark defos as const; nobody needs to change it,Ingo Schwarze2014-07-091-1/+2
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-10/+10
* Generalize the mparse_alloc() and roff_alloc() functions by givingIngo Schwarze2014-03-191-2/+2
* Another 25% speedup for mandocdb(8) -Q mode, found with gprof(1).Ingo Schwarze2014-01-061-1/+1
* Add an option -Q (quick) to mandocdb(8)Ingo Schwarze2014-01-051-2/+2
* Tag functions with format strings as arguments as printf-like.Joerg Sonnenberger2014-01-051-0/+3
* Simplify: Remove an unused argument from the mandoc_eos() function.Ingo Schwarze2013-12-311-1/+1
* The "value" argument to the roff(7) .nr requests ends right beforeIngo Schwarze2013-12-151-1/+1
* Expand references to number registers in exactly the same way asIngo Schwarze2013-10-051-2/+2
* Support setting arbitrary roff(7) number registers,Ingo Schwarze2013-10-051-8/+3
* In groff, trying to redefine standard man(7) macros before .TH has no effect;Ingo Schwarze2012-11-191-2/+2
* Add `cc' support.Kristaps Dzonsons2012-06-121-1/+2