| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve messages related to the roff(7) .so request. | Ingo Schwarze | 2014-06-25 | 1 | -1/+6 |
* | Reduce the verbosity of error messages caused by open(2) failures. | Ingo Schwarze | 2014-06-21 | 1 | -1/+1 |
* | As suggested by jmc@, only include line and column numbers into messages | Ingo Schwarze | 2014-06-20 | 1 | -2/+3 |
* | Start systematic improvements of error reporting. | Ingo Schwarze | 2014-06-20 | 1 | -1/+1 |
* | in debug messages, truncating strings of excessive lengths is actually | Ingo Schwarze | 2014-04-20 | 1 | -1/+1 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -49/+48 |
* | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze | 2014-03-23 | 1 | -0/+1 |
* | Without the MPARSE_SO option, if the file contains nothing but a | Ingo Schwarze | 2014-03-19 | 1 | -2/+19 |
* | Generalize the mparse_alloc() and roff_alloc() functions by giving | Ingo Schwarze | 2014-03-19 | 1 | -18/+16 |
* | Another 25% speedup for mandocdb(8) -Q mode, found with gprof(1). | Ingo Schwarze | 2014-01-06 | 1 | -1/+1 |
* | Joerg Sonnenberger contributed copyrightable amounts of text to | Ingo Schwarze | 2014-01-06 | 1 | -0/+1 |
* | Add an option -Q (quick) to mandocdb(8) | Ingo Schwarze | 2014-01-05 | 1 | -8/+10 |
* | Since the functions in read.c are part of the mandoc(3) library, | Ingo Schwarze | 2014-01-02 | 1 | -16/+40 |
* | One of the WARNING messages has to use the word "section" twice in two | Ingo Schwarze | 2013-09-16 | 1 | -1/+1 |
* | Rudimentary implementation of the .it request (input line trap). | Ingo Schwarze | 2013-07-13 | 1 | -0/+1 |
* | Sync to OpenBSD, no functional change: | Ingo Schwarze | 2013-06-02 | 1 | -6/+3 |
* | This file contains too much complexity. | Ingo Schwarze | 2013-06-01 | 1 | -18/+17 |
* | Reject non-printable characters found in the input stream even when | Ingo Schwarze | 2013-05-30 | 1 | -8/+23 |
* | Do not crash on stray .Ta macros found outside column lists. | Ingo Schwarze | 2012-11-19 | 1 | -1/+2 |
* | In groff, trying to redefine standard man(7) macros before .TH has no effect; | Ingo Schwarze | 2012-11-19 | 1 | -1/+1 |
* | Warn about unknown volume or arch in Dt macro arguments; | Ingo Schwarze | 2012-11-16 | 1 | -0/+1 |
* | Fix handling of paragraph macros inside lists: | Ingo Schwarze | 2012-07-18 | 1 | -0/+1 |
* | The post_nm() validation function crashed when the first .Nm child node | Ingo Schwarze | 2012-07-12 | 1 | -1/+1 |
* | Support -Ios='OpenBSD 5.1' to override uname(3) as the source of the | Ingo Schwarze | 2012-05-27 | 1 | -3/+8 |
* | Add mparse_readmem, which allows application to run the parser directly | Joerg Sonnenberger | 2012-02-16 | 1 | -41/+53 |
* | Don't silently skip non-ASCII characters, but replace them with ``?''. | Joerg Sonnenberger | 2012-02-05 | 1 | -4/+7 |
* | When the HEAD scope of .TP is broken by another block macro, | Ingo Schwarze | 2011-11-07 | 1 | -1/+0 |
* | Critical fix in the new -Tman lookaside buffer code. Gah..VERSION.1.12.0 | Kristaps Dzonsons | 2011-10-08 | 1 | -1/+2 |
* | If -Tman is specified and input is -man, echo the preprocessed (`so' | Kristaps Dzonsons | 2011-10-06 | 1 | -0/+49 |
* | Add support for tdefine and ndefine. Consolidate some error messages. Add | Kristaps Dzonsons | 2011-07-23 | 1 | -1/+0 |
* | Add support for `gsize' eqn token (introduced in second-edition troff). | Kristaps Dzonsons | 2011-07-22 | 1 | -1/+0 |
* | Complete eqn.7 parsing. Features all productions from the original 1975 | Kristaps Dzonsons | 2011-07-21 | 1 | -0/+3 |
* | Support nested `{, }' subexpressions in eqn. Document in code. | Kristaps Dzonsons | 2011-07-21 | 1 | -0/+2 |
* | Forgot to add these bits to the last commit. | Kristaps Dzonsons | 2011-07-18 | 1 | -0/+1 |
* | Make `struct roff' be passed into libmdoc and libman upon creation. | Kristaps Dzonsons | 2011-07-18 | 1 | -8/+5 |
* | Provide implementations of `define', `set', and `unset'. | Kristaps Dzonsons | 2011-07-17 | 1 | -0/+3 |
* | Warn if equation `define' key is quoted (groff-ism). | Kristaps Dzonsons | 2011-07-17 | 1 | -0/+3 |
* | At least in theory, this patch lets us compile on Windows (which does | Kristaps Dzonsons | 2011-05-26 | 1 | -3/+9 |
* | No code change: fixing spelling errors. From a patch by uqs@. Thanks! | Kristaps Dzonsons | 2011-04-30 | 1 | -1/+1 |
* | Ignore \# lines alongside \". From groff(7): | Kristaps Dzonsons | 2011-04-11 | 1 | -1/+1 |
* | Remove a2roffdeco() and mandoc_special() functions and replace them with | Kristaps Dzonsons | 2011-04-09 | 1 | -1/+1 |
* | Add config.h Glue for OpenIndiana (and older OpenSolaris) to build. | Kristaps Dzonsons | 2011-04-04 | 1 | -0/+4 |
* | If wlevel in mparse_alloc() is greater than MANDOCLEVEL_FATAL, we'll | Kristaps Dzonsons | 2011-04-03 | 1 | -0/+2 |
* | Allow mparse_result() pointers to be NULL. | Kristaps Dzonsons | 2011-04-03 | 1 | -2/+4 |
* | Allow a NULL mmsg passed to libmandoc. | Kristaps Dzonsons | 2011-03-31 | 1 | -1/+2 |
* | Put mandocerrs and mandoclevels arrays into libmandoc with accessors | Kristaps Dzonsons | 2011-03-28 | 1 | -0/+131 |
* | Add a FATAL error for when no manual type was assigned (you can repeat | Kristaps Dzonsons | 2011-03-22 | 1 | -7/+2 |
* | Step 2: blow away roff.h, as all of its functions have been moved into | Kristaps Dzonsons | 2011-03-22 | 1 | -1/+0 |
* | Let read.c worry about the currently-open file instead of having this | Kristaps Dzonsons | 2011-03-20 | 1 | -12/+1 |
* | Consolidate messages. Have all parse-time messages (in libmdoc, | Kristaps Dzonsons | 2011-03-20 | 1 | -26/+61 |