aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_macro.c
Commit message (Expand)AuthorAgeFilesLines
...
* Obvious fix to last patch: have ARGS_PEND also be flagged for phrase()Kristaps Dzonsons2010-05-301-2/+4
* First in several iterative patches in getting complex -column listsKristaps Dzonsons2010-05-301-9/+13
* Commit of patch floated on discuss@ a few days ago: if an in_line scopeKristaps Dzonsons2010-05-291-12/+33
* Fixed `Lb' to be in_line (reported by Ulrich Spoerlein).Kristaps Dzonsons2010-05-261-2/+2
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-15/+19
* Distinguish OPEN, MIDDLE and CLOSE delimiters (using an enum).Ingo Schwarze2010-05-151-11/+13
* More EOS: append_delims() fitted with EOS detection, so ANY macro with append...Kristaps Dzonsons2010-05-151-7/+22
* More `Bl -column' dancing: It children also inherit in-phrase flags (noted by...Kristaps Dzonsons2010-05-151-23/+15
* Block-implicit macros now up-propogate end-of-sentence spacing. NOTE: GROFF ...Kristaps Dzonsons2010-05-141-1/+21
* Removed remaining "1 == ppos" invocations.Kristaps Dzonsons2010-05-141-5/+11
* Proper handling of quoted tab-separated column lists.Kristaps Dzonsons2010-05-141-12/+7
* Lint fix.Kristaps Dzonsons2010-05-131-1/+2
* Fixed bug in -Thtml -mdoc where `Lb' would line-break in LIBRARY section.Kristaps Dzonsons2010-05-131-13/+22
* Introduce ARGS_PEND for `It -column' end-of-line special casing.Kristaps Dzonsons2010-05-091-15/+45
* Lint fixes (type-safety for enums via -cefuh).Kristaps Dzonsons2010-05-081-4/+4
* Initial ARGS_PPHRASE (partial phrase) framework.Kristaps Dzonsons2010-05-071-8/+5
* enum-ised mdoc_argv() return (better return-value safety).Kristaps Dzonsons2010-05-071-21/+25
* margerr -> margserr (getting ready for margverr).Kristaps Dzonsons2010-05-071-10/+10
* Protection against running lookup() against quoted words.Kristaps Dzonsons2010-05-071-17/+26
* Wrangle mdoc_args() and mdoc_zargs() to use enum return type.Kristaps Dzonsons2010-05-071-125/+145
* Fix mdoc bug found by Claus Assmann: `Pf' should be callable.Kristaps Dzonsons2010-04-061-2/+2
* Enum-ised REWIND return values.Kristaps Dzonsons2010-04-051-7/+9
* Tentative fix of quoted punctuation issue noted by Jason McIntyre, e.g., `Li ...Kristaps Dzonsons2010-04-051-4/+9
* Fixed fatal bug in Xo/Xc patch that caused segfaults with last-child explicit...Kristaps Dzonsons2010-03-311-9/+14
* Re-adjusting UGLY tags.Kristaps Dzonsons2010-03-311-5/+3
* Macro types enum-ated (enum mdoct) (for easier debugging in gdb of "tok" valu...Kristaps Dzonsons2010-03-311-16/+53
* Modified in_line_eoln() to handle leading punctuation.VERSION_1_9_20Kristaps Dzonsons2010-03-301-22/+34
* Last remaining bits for leading-punctuation in blk_exp().Kristaps Dzonsons2010-03-301-54/+66
* Fixed segfault with accidentally-munged tree.Kristaps Dzonsons2010-03-291-11/+9
* Integrate Ingo Schwarze's patch for mdoc_iscdelim() (tri-state for opening an...Kristaps Dzonsons2010-03-291-76/+108
* Made `Xr' compatible with groff calling conventions where arguments following...Kristaps Dzonsons2010-02-171-3/+19
* Fix in handling Vt in SYNOPSIS with trailing punctuation. Spotted by Joerg S...Kristaps Dzonsons2010-01-301-2/+28
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-1/+5
* `Fl' has each argument be in a separate scope (thanks Ingo Schwarze).Kristaps Dzonsons2010-01-011-1/+12
* Added time.h to various files for FreeBSD compilation (thanks Ulrich Sporlein).Kristaps Dzonsons2009-10-261-1/+2
* Added `%U' to -mdoc (doesn't render in a nice way yet).Kristaps Dzonsons2009-10-241-1/+2
* Some extra html tags and near-complete Bl: -tag is hopeless (synonym for -han...Kristaps Dzonsons2009-09-201-1/+2
* Lintifications.Kristaps Dzonsons2009-09-161-14/+14
* Lookup hashes are now static tables, ordered first-level by second character,...Kristaps Dzonsons2009-09-161-2/+2
* Delimiter whitespace is correctly flagged (required some special handling).Kristaps Dzonsons2009-08-201-3/+3
* In-line documentation of mdoc_macro file.Kristaps Dzonsons2009-08-191-265/+202
* Moved MDOC_NEXT_SIBLING into mdoc_word (libmdoc).Kristaps Dzonsons2009-08-191-10/+1
* Noted areas that need work in libmdoc.Kristaps Dzonsons2009-08-131-2/+3
* Columns with `Bl -column' correctly check for CALLABLE status.Kristaps Dzonsons2009-07-291-28/+13
* Moved CALLABLE check to lookup_raw().Kristaps Dzonsons2009-07-291-18/+24
* Patches and results of LLVM static analysis (thanks uqs@sporlein.net).Kristaps Dzonsons2009-07-251-6/+5
* Allow `An' to accept NULL arguments (-split/-nosplit).Kristaps Dzonsons2009-07-241-4/+6
* Noted that `Pa' can accept 0 arguments.Kristaps Dzonsons2009-07-211-1/+3
* Fixed and cleaned up "phrase" handling (`Bl -column' columns).Kristaps Dzonsons2009-07-191-60/+26
* Made `Cd' parseable (too many SYNOPSIS sections do this).Kristaps Dzonsons2009-07-191-2/+2