aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libmdoc.h
Commit message (Expand)AuthorAgeFilesLines
...
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-201-2/+1
* correct lots of copyright notices;Ingo Schwarze2010-07-131-2/+2
* Re-constitution of `ds' symbol processing. First, push theKristaps Dzonsons2010-07-071-2/+1
* In the mdoc(7) parser, inspect roff registers early such that all partsIngo Schwarze2010-07-011-1/+2
* Support for badly nested blocks, written around the time ofIngo Schwarze2010-06-291-1/+4
* Following clue-stick applied by schwarze@, back out const-ness of regsetKristaps Dzonsons2010-06-271-2/+2
* Downstream maintainers: this removes UGLY! I don't want divergingKristaps Dzonsons2010-06-271-8/+8
* Mechanical diff allowing the const struct regset to propogate throughKristaps Dzonsons2010-06-261-3/+8
* Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept aKristaps Dzonsons2010-06-261-1/+2
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-2/+2
* Consolidated list processing to a single loop in mdoc_validate.c. ThisKristaps Dzonsons2010-06-031-3/+2
* Add ability to interpret initial free-form lines as part of a `BlKristaps Dzonsons2010-05-311-1/+2
* remove unused enum merr;Ingo Schwarze2010-05-241-57/+1
* Increase performance by stashing the list type in struct mdoc_node.Kristaps Dzonsons2010-05-171-2/+2
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-15/+8
* LIBRARY can also occur in section 9.Kristaps Dzonsons2010-05-151-2/+2
* Distinguish OPEN, MIDDLE and CLOSE delimiters (using an enum).Ingo Schwarze2010-05-151-3/+10
* More `Bl -column' dancing: It children also inherit in-phrase flags (noted by...Kristaps Dzonsons2010-05-151-3/+3
* Backed out check for `Ex' manual sec (ok schwarze@, joerg@), in turn backing ...Kristaps Dzonsons2010-05-141-2/+1
* Proper handling of quoted tab-separated column lists.Kristaps Dzonsons2010-05-141-4/+6
* Fixed bug in -Thtml -mdoc where `Lb' would line-break in LIBRARY section.Kristaps Dzonsons2010-05-131-4/+5
* mdoc_atosec -> mdoc_str2sec (consistent with str2 being different from a2).Kristaps Dzonsons2010-05-121-2/+2
* Introduce ARGS_PEND for `It -column' end-of-line special casing.Kristaps Dzonsons2010-05-091-2/+3
* Lint fixes (type-safety for enums via -cefuh).Kristaps Dzonsons2010-05-081-3/+2
* Initial ARGS_PPHRASE (partial phrase) framework.Kristaps Dzonsons2010-05-071-2/+3
* enum-ised mdoc_argv() return (better return-value safety).Kristaps Dzonsons2010-05-071-6/+9
* margerr -> margserr (getting ready for margverr).Kristaps Dzonsons2010-05-071-4/+4
* Wrangle mdoc_args() and mdoc_zargs() to use enum return type.Kristaps Dzonsons2010-05-071-9/+13
* Sync'd mdoc.c's function names with man.c.Kristaps Dzonsons2010-04-081-1/+2
* Migrating mdoc_node_free() and mdoc_node_freelist() to use mdoc_node_delete()...Kristaps Dzonsons2010-04-061-3/+2
* Merged Ingo Schwarze's patch (plus documentation) for removing extraneous lis...Kristaps Dzonsons2010-04-031-1/+2
* Macro types enum-ated (enum mdoct) (for easier debugging in gdb of "tok" valu...Kristaps Dzonsons2010-03-311-11/+11
* libmdoc and libman now using non-recoverable allocations (simpler code).Kristaps Dzonsons2009-10-301-2/+1
* Added warning about specifying list arguments before type (suggested by Joerg...Kristaps Dzonsons2009-10-151-1/+2
* Added EBADCHILD error (bad child of parent context).Kristaps Dzonsons2009-09-241-1/+2
* Lookup hashes are now static tables, ordered first-level by second character,...Kristaps Dzonsons2009-09-161-5/+3
* Documented ARGS_ handling in args().Kristaps Dzonsons2009-08-201-4/+4
* Delimiter whitespace is correctly flagged (required some special handling).Kristaps Dzonsons2009-08-201-3/+5
* In-line documentation of mdoc_macro file.Kristaps Dzonsons2009-08-191-2/+2
* libmdoc accepts whitespace following control character.VERSION_1_9_0Kristaps Dzonsons2009-08-181-2/+1
* Moved CALLABLE check to lookup_raw().Kristaps Dzonsons2009-07-291-3/+1
* Replaced ugly TABSEP handling with simpler routine.Kristaps Dzonsons2009-07-201-2/+1
* Fixed and cleaned up "phrase" handling (`Bl -column' columns).Kristaps Dzonsons2009-07-191-1/+3
* Removed EARGVPARM (superfluous, overly error-generating).Kristaps Dzonsons2009-07-171-2/+1
* Replacement of `Lb' in mdoc_action.c.Kristaps Dzonsons2009-07-121-1/+3
* Moved mdoc_a2st() out of mdoc.h -> libmdoc.h (replacement in mdoc_action.c).Kristaps Dzonsons2009-07-121-1/+2
* Moved mdoc_a2att() into libmdoc (replacement happens in mdoc_action.c).Kristaps Dzonsons2009-07-121-1/+2
* Fixed mdoc_nwarn/mdoc_nerr considering themselves err/warn instead of warn/er...Kristaps Dzonsons2009-07-121-3/+3
* Tabularised error-code lookup in mdoc.c.Kristaps Dzonsons2009-07-071-9/+9
* Consolidated all err/warnings into mdoc.c via libmdoc.h.Kristaps Dzonsons2009-07-061-12/+71