2014-11-28 |
Ingo Schwarze | Simplify by making the mdoc parser callbacks void,... |
blob | commitdiff | raw |
2014-11-28 |
Ingo Schwarze | Simplify the code by making various mdoc parser helper... |
blob | commitdiff | raw | diff to current |
2014-11-28 |
Ingo Schwarze | Simplify code by making mdoc validation handlers void. |
blob | commitdiff | raw | diff to current |
2014-11-17 |
Ingo Schwarze | Multiple fixes with respect to in-line macros: |
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-07-30 |
Ingo Schwarze | garbage collect three unused global flags; no functiona... |
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-07-02 |
Ingo Schwarze | Implement the obsolete macros .En .Es .Fr .Ot for backw... |
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-01-05 |
Ingo Schwarze | Add an option -Q (quick) to mandocdb(8) |
blob | commitdiff | raw | diff to current |
2013-10-21 |
Ingo Schwarze | There are three kinds of input lines: text lines, macro... |
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-18 |
Ingo Schwarze | Fix handling of paragraph macros inside lists: |
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-09-18 |
Ingo Schwarze | forgotten Copyright bumps; no code change |
blob | commitdiff | raw | diff to current |
2011-07-18 |
Kristaps Dzonsons | Follow-up: forgot to remove useless regset structs. |
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-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-03-22 |
Kristaps Dzonsons | libmdoc.h and libman.h were including mdoc.h and man... |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Kristaps Dzonsons | mdoc_argn_free is only used local to mdoc_argv.c, so... |
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-20 |
Kristaps Dzonsons | Consolidate messages. Have all parse-time messages... |
blob | commitdiff | raw | diff to current |
2011-03-17 |
Kristaps Dzonsons | Clean-up in libmdoc: fix last checks for mdoc_*msg... |
blob | commitdiff | raw | diff to current |
2011-03-17 |
Kristaps Dzonsons | Kill off some unused function prototypes. |
blob | commitdiff | raw | diff to current |
2011-03-17 |
Kristaps Dzonsons | Move mdoc_str2sec() into mdoc_validate.c as a2sec(... |
blob | commitdiff | raw | diff to current |
2011-03-17 |
Kristaps Dzonsons | Move mdoc_isdelim() into mandoc.h as mandoc_isdelim... |
blob | commitdiff | raw | diff to current |
2011-03-17 |
Kristaps Dzonsons | Make args_checkpunct() use mdoc_isdelim() instead of... |
blob | commitdiff | raw | diff to current |
2010-11-30 |
Kristaps Dzonsons | mdoc_action.c is no more. Attic it and remove it from... |
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-13 |
Ingo Schwarze | correct lots of copyright notices; |
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-01 |
Ingo Schwarze | In the mdoc(7) parser, inspect roff registers early... |
blob | commitdiff | raw | diff to current |
2010-06-29 |
Ingo Schwarze | Support for badly nested blocks, written around the... |
blob | commitdiff | raw | diff to current |
2010-06-27 |
Kristaps Dzonsons | Following clue-stick applied by schwarze@, back out... |
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 | Mechanical diff allowing the const struct regset to... |
blob | commitdiff | raw | diff to current |
2010-06-26 |
Kristaps Dzonsons | Churn-ish check-in getting mdoc_parseln() and man_parse... |
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-03 |
Kristaps Dzonsons | Consolidated list processing to a single loop in mdoc_v... |
blob | commitdiff | raw | diff to current |
2010-05-31 |
Kristaps Dzonsons | Add ability to interpret initial free-form lines as... |
blob | commitdiff | raw | diff to current |
2010-05-24 |
Ingo Schwarze | remove unused enum merr; |
blob | commitdiff | raw | diff to current |
2010-05-17 |
Kristaps Dzonsons | Increase performance by stashing the list type in struc... |
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-15 |
Kristaps Dzonsons | LIBRARY can also occur in section 9. |
blob | commitdiff | raw | diff to current |
2010-05-15 |
Ingo Schwarze | Distinguish OPEN, MIDDLE and CLOSE delimiters (using... |
blob | commitdiff | raw | diff to current |
2010-05-15 |
Kristaps Dzonsons | More `Bl -column' dancing: It children also inherit... |
blob | commitdiff | raw | diff to current |
2010-05-14 |
Kristaps Dzonsons | Backed out check for `Ex' manual sec (ok schwarze@... |
blob | commitdiff | raw | diff to current |
2010-05-14 |
Kristaps Dzonsons | Proper handling of quoted tab-separated column lists. |
blob | commitdiff | raw | diff to current |
2010-05-13 |
Kristaps Dzonsons | Fixed bug in -Thtml -mdoc where `Lb' would line-break... |
blob | commitdiff | raw | diff to current |
2010-05-12 |
Kristaps Dzonsons | mdoc_atosec -> mdoc_str2sec (consistent with str2 being... |
blob | commitdiff | raw | diff to current |
2010-05-09 |
Kristaps Dzonsons | Introduce ARGS_PEND for `It -column' end-of-line specia... |
blob | commitdiff | raw | diff to current |
2010-05-08 |
Kristaps Dzonsons | Lint fixes (type-safety for enums via -cefuh). |
blob | commitdiff | raw | diff to current |
2010-05-07 |
Kristaps Dzonsons | Initial ARGS_PPHRASE (partial phrase) framework. |
blob | commitdiff | raw | diff to current |
2010-05-07 |
Kristaps Dzonsons | enum-ised mdoc_argv() return (better return-value safety). |
blob | commitdiff | raw | diff to current |
2010-05-07 |
Kristaps Dzonsons | margerr -> margserr (getting ready for margverr). |
blob | commitdiff | raw | diff to current |
2010-05-07 |
Kristaps Dzonsons | Wrangle mdoc_args() and mdoc_zargs() to use enum return... |
blob | commitdiff | raw | diff to current |
2010-04-08 |
Kristaps Dzonsons | Sync'd mdoc.c's function names with man.c. |
blob | commitdiff | raw | diff to current |
2010-04-06 |
Kristaps Dzonsons | Migrating mdoc_node_free() and mdoc_node_freelist(... |
blob | commitdiff | raw | diff to current |
2010-04-03 |
Kristaps Dzonsons | Merged Ingo Schwarze's patch (plus documentation) for... |
blob | commitdiff | raw | diff to current |
2010-03-31 |
Kristaps Dzonsons | Macro types enum-ated (enum mdoct) (for easier debuggin... |
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-15 |
Kristaps Dzonsons | Added warning about specifying list arguments before... |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Kristaps Dzonsons | Added EBADCHILD error (bad child of parent context). |
blob | commitdiff | raw | diff to current |
2009-09-16 |
Kristaps Dzonsons | Lookup hashes are now static tables, ordered first... |
blob | commitdiff | raw | diff to current |
2009-08-20 |
Kristaps Dzonsons | Documented ARGS_ handling in args(). |
blob | commitdiff | raw | diff to current |
2009-08-20 |
Kristaps Dzonsons | Delimiter whitespace is correctly flagged (required... |
blob | commitdiff | raw | diff to current |
2009-08-19 |
Kristaps Dzonsons | In-line documentation of mdoc_macro file. |
blob | commitdiff | raw | diff to current |
2009-08-18 |
Kristaps Dzonsons | libmdoc accepts whitespace following control character. VERSION_1_9_0 |
blob | commitdiff | raw | diff to current |
2009-07-29 |
Kristaps Dzonsons | Moved CALLABLE check to lookup_raw(). |
blob | commitdiff | raw | diff to current |
2009-07-20 |
Kristaps Dzonsons | Replaced ugly TABSEP handling with simpler routine. |
blob | commitdiff | raw | diff to current |
2009-07-19 |
Kristaps Dzonsons | Fixed and cleaned up "phrase" handling (`Bl -column... |
blob | commitdiff | raw | diff to current |
2009-07-17 |
Kristaps Dzonsons | Removed EARGVPARM (superfluous, overly error-generating). |
blob | commitdiff | raw | diff to current |
2009-07-12 |
Kristaps Dzonsons | Replacement of `Lb' in mdoc_action.c. |
blob | commitdiff | raw | diff to current |
2009-07-12 |
Kristaps Dzonsons | Moved mdoc_a2st() out of mdoc.h -> libmdoc.h (replaceme... |
blob | commitdiff | raw | diff to current |
2009-07-12 |
Kristaps Dzonsons | Moved mdoc_a2att() into libmdoc (replacement happens... |
blob | commitdiff | raw | diff to current |
2009-07-12 |
Kristaps Dzonsons | Fixed mdoc_nwarn/mdoc_nerr considering themselves err... |
blob | commitdiff | raw | diff to current |
2009-07-07 |
Kristaps Dzonsons | Tabularised error-code lookup in mdoc.c. |
blob | commitdiff | raw | diff to current |
2009-07-06 |
Kristaps Dzonsons | Consolidated all err/warnings into mdoc.c via libmdoc.h. |
blob | commitdiff | raw | diff to current |
2009-07-06 |
Kristaps Dzonsons | Initial removal of enum mdoc_warn from mdoc warnings... |
blob | commitdiff | raw | diff to current |
2009-06-17 |
Kristaps Dzonsons | Section orders are more elegantly handled (MDOC_PBODY... |
blob | commitdiff | raw | diff to current |
2009-06-15 |
Kristaps Dzonsons | Deprecated mdoc_msg (not being used anywhere). |
blob | commitdiff | raw | diff to current |
2009-06-15 |
Kristaps Dzonsons | Removed mdoc_nwarn (not being used anywhere). |
blob | commitdiff | raw | diff to current |
2009-06-15 |
Kristaps Dzonsons | mdoc error/warn macros replaced with real functions... |
blob | commitdiff | raw | diff to current |
2009-06-10 |
Kristaps Dzonsons | Fixed license email address. |
blob | commitdiff | raw | diff to current |
2009-04-12 |
Kristaps Dzonsons | Using proper license template (const). |
blob | commitdiff | raw | diff to current |
2009-04-12 |
Kristaps Dzonsons | Made \(ss render as "ss", documented under COMPATIBILIT... |
blob | commitdiff | raw | diff to current |
2009-04-02 |
Kristaps Dzonsons | mdoc_tokhash -> hash |
blob | commitdiff | raw | diff to current |
2009-03-31 |
Kristaps Dzonsons | General clean-ups. |
blob | commitdiff | raw | diff to current |
2009-03-23 |
Kristaps Dzonsons | -man linked to mandoc in documentation. |
blob | commitdiff | raw | diff to current |
2009-03-23 |
Kristaps Dzonsons | First addition of -man macro support. |
blob | commitdiff | raw | diff to current |
|