2018-12-31 |
Ingo Schwarze | Cleanup, minus 15 LOC, no functional change: |
blob | commitdiff | raw |
2018-12-30 |
Ingo Schwarze | Cleanup, no functional change: |
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-04 |
Ingo Schwarze | Clean up the validation of .Pp, .PP, .sp, and .br.... |
blob | commitdiff | raw | diff to current |
2018-08-17 |
Ingo Schwarze | Remove more pointer arithmetic passing via regions... |
blob | commitdiff | raw | diff to current |
2017-05-30 |
Ingo Schwarze | Macro argument quoting does not prevent recognition... |
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-04-24 |
Ingo Schwarze | Continue parser unification: |
blob | commitdiff | raw | diff to current |
2017-02-16 |
Ingo Schwarze | Remove the ENDBODY_NOSPACE flag, simplifying the code. |
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-20 |
Ingo Schwarze | In order to become able to generate syntax tree nodes... |
blob | commitdiff | raw | diff to current |
2015-10-17 |
Ingo Schwarze | Very tricky diff to fix macro interpretation and spacin... |
blob | commitdiff | raw | diff to current |
2015-04-23 |
Ingo Schwarze | Get rid of two empty wrapper functions. No functional... |
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-04-02 |
Ingo Schwarze | Third step towards parser unification: |
blob | commitdiff | raw | diff to current |
2015-04-02 |
Ingo Schwarze | Second step towards parser unification: |
blob | commitdiff | raw | diff to current |
2015-02-02 |
Ingo Schwarze | Get rid of all calls to rew_sub() in blk_exp_close... |
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-29 |
Ingo Schwarze | Provide a helper function macro_or_word() and use it... |
blob | commitdiff | raw | diff to current |
2014-11-28 |
Ingo Schwarze | Fold the loop around mdoc_argv() into the function... |
blob | commitdiff | raw | diff to current |
2014-11-28 |
Ingo Schwarze | Retire support for CSRG supplementary document titles... |
blob | commitdiff | raw | diff to current |
2014-11-28 |
Ingo Schwarze | Simplify by making the mdoc parser callbacks void,... |
blob | commitdiff | raw | diff to current |
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 |
next |