aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_argv.c
Commit message (Expand)AuthorAgeFilesLines
...
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-2/+2
* `Bl' is now using a struct instead of a single enum mdoc_list for itsKristaps Dzonsons2010-06-121-2/+2
* Getting args() function ready to handle no-context (*pos can == 0)Kristaps Dzonsons2010-05-311-12/+12
* Remove enum mdocargerr from phrase() (unused).Kristaps Dzonsons2010-05-311-2/+10
* Have mdoc_args() use enum mdoc_list instead of scanning.Kristaps Dzonsons2010-05-301-17/+4
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-10/+12
* Distinguish OPEN, MIDDLE and CLOSE delimiters (using an enum).Ingo Schwarze2010-05-151-3/+4
* More `Bl -column' dancing: It children also inherit in-phrase flags (noted by...Kristaps Dzonsons2010-05-151-4/+4
* Proper handling of quoted tab-separated column lists.Kristaps Dzonsons2010-05-141-20/+40
* Explicitly account for \*(Ba when checking for delims. Noted by Jason McInty...Kristaps Dzonsons2010-05-091-6/+7
* Introduce ARGS_PEND for `It -column' end-of-line special casing.Kristaps Dzonsons2010-05-091-2/+4
* Lint fixes (type-safety for enums via -cefuh).Kristaps Dzonsons2010-05-081-13/+14
* De-chunking of text removed from parsers. This is a significant change (and ...Kristaps Dzonsons2010-05-071-3/+7
* Initial ARGS_PPHRASE (partial phrase) framework.Kristaps Dzonsons2010-05-071-2/+4
* enum-ised mdoc_argv() return (better return-value safety).Kristaps Dzonsons2010-05-071-2/+2
* margerr -> margserr (getting ready for margverr).Kristaps Dzonsons2010-05-071-5/+5
* Wrangle mdoc_args() and mdoc_zargs() to use enum return type.Kristaps Dzonsons2010-05-071-5/+5
* Merged Ingo Schwarze's patch (plus documentation) for removing extraneous lis...Kristaps Dzonsons2010-04-031-15/+20
* Re-adjusting UGLY tags.Kristaps Dzonsons2010-03-311-2/+1
* Macro types enum-ated (enum mdoct) (for easier debugging in gdb of "tok" valu...Kristaps Dzonsons2010-03-311-7/+8
* Integrate Ingo Schwarze's patch for mdoc_iscdelim() (tri-state for opening an...Kristaps Dzonsons2010-03-291-3/+3
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-1/+5
* libmdoc and libman now using non-recoverable allocations (simpler code).Kristaps Dzonsons2009-10-301-2/+2
* Slow movement of internal allocations to fail completely.Kristaps Dzonsons2009-10-281-33/+14
* Added `%U' to -mdoc (doesn't render in a nice way yet).Kristaps Dzonsons2009-10-241-1/+2
* Fixed `-file' argument to `Bd', which is NOT a type, but instead just an argu...Kristaps Dzonsons2009-10-191-2/+2
* Added support for `Bd -centered', which appears in newer groffs (not yet impl...Kristaps Dzonsons2009-10-151-1/+3
* Fix operator overloading (submitted by Ulrich Sporlein, uqs@spoerlein.net).Kristaps Dzonsons2009-10-071-31/+31
* -offset string can now be blank (supplied with 6n as stipulated by mdoc.sampl...Kristaps Dzonsons2009-09-241-3/+7
* Updated manual structure in mdoc.7.Kristaps Dzonsons2009-08-201-2/+2
* Documented ARGS_ handling in args().Kristaps Dzonsons2009-08-201-1/+16
* Delimiter whitespace is correctly flagged (required some special handling).Kristaps Dzonsons2009-08-201-11/+15
* Removed already-fixed FIXME.Kristaps Dzonsons2009-08-191-3/+1
* More cleanups for TABSEP handling.Kristaps Dzonsons2009-07-201-7/+7
* Replaced ugly TABSEP handling with simpler routine.Kristaps Dzonsons2009-07-201-49/+30
* Fixed and cleaned up "phrase" handling (`Bl -column' columns).Kristaps Dzonsons2009-07-191-1/+9
* Made unterminated quoted literals be a warning, like groff.Kristaps Dzonsons2009-07-181-3/+4
* Considerably revamped argument-parsing for correct quoted-literal handling.Kristaps Dzonsons2009-07-181-190/+161
* Lint-check (removed unused variable).Kristaps Dzonsons2009-07-171-3/+1
* Removed EARGVPARM (superfluous, overly error-generating).Kristaps Dzonsons2009-07-171-12/+2
* Added `br' and `sp' macros (requested by joerg@netbsd.org, jmc@openbsd.org).Kristaps Dzonsons2009-07-171-1/+3
* args() should return ARGS_ERROR, not 0.Kristaps Dzonsons2009-07-151-6/+6
* Removed long-fixed FIXME note.Kristaps Dzonsons2009-07-111-2/+1
* Consolidated all err/warnings into mdoc.c via libmdoc.h.Kristaps Dzonsons2009-07-061-85/+31
* Consolidated pwarn->perr in mdoc_argv.Kristaps Dzonsons2009-07-061-41/+27
* Initial removal of enum mdoc_warn from mdoc warnings (unnecessary complication).Kristaps Dzonsons2009-07-061-6/+5
* Lint fixes.Kristaps Dzonsons2009-06-171-4/+2
* `Bl -column' now correctly handles tail entries (Bl -column -more... arg0...).Kristaps Dzonsons2009-06-171-6/+4
* Cleaned up .Bf validator.Kristaps Dzonsons2009-06-171-1/+3
* Removed MDOC___: moved MDOC_Ap to its index (comments not passed into mdoc pa...Kristaps Dzonsons2009-06-161-3/+2