2015-02-06 |
Ingo Schwarze | better error reporting regarding .OP .RS .UR .TH arguments |
blob | commitdiff | raw |
2015-02-06 |
Ingo Schwarze | better diagnostics about excess arguments to .PD .ft .sp |
blob | commitdiff | raw | diff to current |
2015-02-06 |
Ingo Schwarze | better error reporting for .br .fi .nf with arguments |
blob | commitdiff | raw | diff to current |
2015-02-06 |
Ingo Schwarze | Delete the legacy generic warning type MANDOCERR_ARGCWARN, |
blob | commitdiff | raw | diff to current |
2015-01-24 |
Ingo Schwarze | Strangely, ignoring the roff(7) .na request was impleme... |
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-11-28 |
Ingo Schwarze | Simplify by making many functions in the man(7) parser... |
blob | commitdiff | raw | diff to current |
2014-08-10 |
Ingo Schwarze | Get rid of HAVE_CONFIG_H, it is always defined; idea... |
blob | commitdiff | raw | diff to current |
2014-08-06 |
Ingo Schwarze | Bring the handling of defective prologues even closer... |
blob | commitdiff | raw | diff to current |
2014-08-01 |
Ingo Schwarze | Simplify man(7) validation: |
blob | commitdiff | raw | diff to current |
2014-08-01 |
Ingo Schwarze | demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg... |
blob | commitdiff | raw | diff to current |
2014-08-01 |
Ingo Schwarze | mention requests and macros in more messages |
blob | commitdiff | raw | diff to current |
2014-07-30 |
Ingo Schwarze | Improve handling of next-line scope broken by end of... |
blob | commitdiff | raw | diff to current |
2014-07-07 |
Ingo Schwarze | Clean up ERROR messages related to document structure... |
blob | commitdiff | raw | diff to current |
2014-07-06 |
Ingo Schwarze | Clean up messages related to plain text and to escape... |
blob | commitdiff | raw | diff to current |
2014-07-05 |
Ingo Schwarze | Cleanup with respect to bad macro arguments. |
blob | commitdiff | raw | diff to current |
2014-07-04 |
Ingo Schwarze | Clean up messages regarding excess arguments: |
blob | commitdiff | raw | diff to current |
2014-07-02 |
Ingo Schwarze | Clean up warnings related to macros and nesting. |
blob | commitdiff | raw | diff to current |
2014-07-02 |
Ingo Schwarze | Improve "skipping paragraph macro" messages, |
blob | commitdiff | raw | diff to current |
2014-07-01 |
Ingo Schwarze | Clean up the warnings related to document structure. |
blob | commitdiff | raw | diff to current |
2014-06-20 |
Ingo Schwarze | As suggested by jmc@, only include line and column... |
blob | commitdiff | raw | diff to current |
2014-06-20 |
Ingo Schwarze | Start systematic improvements of error reporting. |
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-30 |
Ingo Schwarze | Implement the roff(7) .ll (line length) request. |
blob | commitdiff | raw | diff to current |
2014-03-23 |
Ingo Schwarze | The files mandoc.c and mandoc.h contained both speciali... |
blob | commitdiff | raw | diff to current |
2014-01-06 |
Ingo Schwarze | Another 18% speedup for mandocdb(8) -Q, found by gprof(1). |
blob | commitdiff | raw | diff to current |
2013-12-31 |
Ingo Schwarze | remove assignments that will be overwritten right after... |
blob | commitdiff | raw | diff to current |
2013-10-17 |
Ingo Schwarze | Implement the .UR/.UE block (uniform resource identifie... |
blob | commitdiff | raw | diff to current |
2012-11-17 |
Ingo Schwarze | Cleanup naming of local variables to make the code... |
blob | commitdiff | raw | diff to current |
2012-07-29 |
Ingo Schwarze | Implement .PD for -Tascii. |
blob | commitdiff | raw | diff to current |
2012-07-18 |
Ingo Schwarze | Drop empty .IP such that is does not cause additional... |
blob | commitdiff | raw | diff to current |
2012-07-18 |
Ingo Schwarze | Drop .sp and .br right after .SH and .SS. |
blob | commitdiff | raw | diff to current |
2012-06-02 |
Ingo Schwarze | Minimal implementation of .EX and .EE for GNU compatibi... |
blob | commitdiff | raw | diff to current |
2012-01-03 |
Kristaps Dzonsons | Add support for `OP', one of the extended man macros... |
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-11-07 |
Ingo Schwarze | When the HEAD scope of .TP is broken by another block... |
blob | commitdiff | raw | diff to current |
2011-11-03 |
Ingo Schwarze | When .TH sets no data, leave the date field in the... |
blob | commitdiff | raw | diff to current |
2011-10-16 |
Ingo Schwarze | Remove a bunch of useless assignments, |
blob | commitdiff | raw | diff to current |
2011-09-06 |
Kristaps Dzonsons | Revert removal of tab warning, suggested by schwarze@. |
blob | commitdiff | raw | diff to current |
2011-09-04 |
Kristaps Dzonsons | Remove check for tab. man(7) says tab is Ok. |
blob | commitdiff | raw | diff to current |
2011-09-04 |
Kristaps Dzonsons | Teach -man that a literal context should be closed... |
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-24 |
Kristaps Dzonsons | Scary-looking but otherwise harmless changes allow... |
blob | commitdiff | raw | diff to current |
2011-07-08 |
Kristaps Dzonsons | Make sure that `br' and `sp' don't emit space before... |
blob | commitdiff | raw | diff to current |
2011-04-13 |
Kristaps Dzonsons | Remove the warning for empty bodies of `Sh', `Ss',... |
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-22 |
Kristaps Dzonsons | Make empty sections and parts (SH, SS, RS) only produce... |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Kristaps Dzonsons | libmdoc.h and libman.h were including mdoc.h and man... |
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 | Clean-up in libman: make all calls to man_*msg not... |
blob | commitdiff | raw | diff to current |
2011-03-07 |
Ingo Schwarze | Clean up date handling, |
blob | commitdiff | raw | diff to current |
2011-02-09 |
Kristaps Dzonsons | Allow -man to process EQN as well. Also fix a segfault... |
blob | commitdiff | raw | diff to current |
2011-02-06 |
Kristaps Dzonsons | Add initial libmdoc and libman top-most machinery for... |
blob | commitdiff | raw | diff to current |
2011-01-17 |
Ingo Schwarze | Refrain from throwing fatal errors for |
blob | commitdiff | raw | diff to current |
2011-01-12 |
Kristaps Dzonsons | Downgrade -man message of ignored empty paragraph to... |
blob | commitdiff | raw | diff to current |
2011-01-12 |
Kristaps Dzonsons | Make out-of-context `fi' invocations not cause an error... |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Kristaps Dzonsons | Add -man support for tables. Like -mdoc, this consists... |
blob | commitdiff | raw | diff to current |
2010-12-08 |
Kristaps Dzonsons | Remove `i' and `r' macro handlers. These macros, origi... |
blob | commitdiff | raw | diff to current |
2010-12-06 |
Kristaps Dzonsons | Add support for `ft' macro found in groff(7). Based... |
blob | commitdiff | raw | diff to current |
2010-12-06 |
Kristaps Dzonsons | Make return(man_nmsg(...)) by a simple declaration. |
blob | commitdiff | raw | diff to current |
2010-12-06 |
Kristaps Dzonsons | Allow HP/IP/etc. to have no arguments, as they're optio... |
blob | commitdiff | raw | diff to current |
2010-12-05 |
Kristaps Dzonsons | Remove `Sp', `Vb', and `Ve' (as per schwarze@'s changes... |
blob | commitdiff | raw | diff to current |
2010-11-30 |
Kristaps Dzonsons | Move all man_action.c routines into man_validate.c |
blob | commitdiff | raw | diff to current |
2010-10-11 |
Kristaps Dzonsons | Quiesce Linux header-inclusion warnings. |
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-31 |
Ingo Schwarze | Sync to OpenBSD: add missing Copyright years. |
blob | commitdiff | raw | diff to current |
2010-07-22 |
Kristaps Dzonsons | Added `in' macro support for -man -Tascii. This is... |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Kristaps Dzonsons | Strip non-graphable input characters from input. The... |
blob | commitdiff | raw | diff to current |
2010-06-28 |
Kristaps Dzonsons | Notes: this must be done later. \b in the input will... |
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 | Smarten BADCHAR check to allow ASCII_HYPH. |
blob | commitdiff | raw | diff to current |
2010-05-17 |
Kristaps Dzonsons | Enable the unified error/warning enumeration in mandoc... |
blob | commitdiff | raw | diff to current |
2010-05-17 |
Joerg Sonnenberger | Add support for .AT. Properly implement .UC. Add regres... |
blob | commitdiff | raw | diff to current |
2010-05-15 |
Kristaps Dzonsons | Remove `am', `ami', `de', `dei', and `.' from -man... |
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 | Removed restriction on integer manual sections in ... |
blob | commitdiff | raw | diff to current |
2010-05-14 |
Kristaps Dzonsons | Pulled back in mysterious lost le1 <-> eq0 for Sp macro. |
blob | commitdiff | raw | diff to current |
2010-05-09 |
Kristaps Dzonsons | Remove -fno-ign-chars as well-argued by Ingo Schwarze... |
blob | commitdiff | raw | diff to current |
2010-04-03 |
Kristaps Dzonsons | Modified version of Ingo Schwarze's patch so that ... |
blob | commitdiff | raw | diff to current |
2010-03-29 |
Kristaps Dzonsons | Final (?) fix to issue pointed out by Sascha Wildner... |
blob | commitdiff | raw | diff to current |
2010-03-27 |
Kristaps Dzonsons | Fixed re-adjustment of scope in exiting roff instructio... |
blob | commitdiff | raw | diff to current |
2010-03-24 |
Kristaps Dzonsons | Using man_node_delete() instead of man_node_free()... |
blob | commitdiff | raw | diff to current |
2010-03-23 |
Kristaps Dzonsons | Support for pod2man standard header macros (Vb, Ve... |
blob | commitdiff | raw | diff to current |
2010-03-22 |
Kristaps Dzonsons | Accomodate (libman) for next-line macros followed by... |
blob | commitdiff | raw | diff to current |
2010-01-01 |
Kristaps Dzonsons | Big check-in of compatibility layer. This should work... |
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-24 |
Kristaps Dzonsons | Added `PD' to -man (doesn't do anything, yet). |
blob | commitdiff | raw | diff to current |
2009-10-18 |
Kristaps Dzonsons | Removed number-check for `sp' in -Tman, as nroff accept... |
blob | commitdiff | raw | diff to current |
2009-08-22 |
Kristaps Dzonsons | Added `UC' libman macro (has no effect). |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Kristaps Dzonsons | `RS' warns if empty body. |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Kristaps Dzonsons | Open explicit scope on libman exit now only generates... |
blob | commitdiff | raw | diff to current |
2009-08-20 |
Kristaps Dzonsons | Added `DT' macro (pointed out by joerg@netbsd.org). |
blob | commitdiff | raw | diff to current |
2009-08-19 |
Kristaps Dzonsons | libman checks for open explicit scopes on exit. |
blob | commitdiff | raw | diff to current |
2009-08-19 |
Kristaps Dzonsons | Added RS/RE macro pair (had to adjust closing rules... |
blob | commitdiff | raw | diff to current |
2009-08-18 |
Kristaps Dzonsons | Fixed missing check for open ELINE scope in BLINE macro. |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Kristaps Dzonsons | Significant overhaul in libman. Macros are now block... |
blob | commitdiff | raw | diff to current |
2009-07-24 |
Kristaps Dzonsons | Added `sp' support to libman. |
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 |
2009-06-22 |
Kristaps Dzonsons | libman documents require `TH' and at least one node. |
blob | commitdiff | raw | diff to current |
next |