summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_argv.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Kristaps Dzonsons2009-09-241-3/+7
| | | | mdoc.samples).
* Updated manual structure in mdoc.7.Kristaps Dzonsons2009-08-201-2/+2
| | | | | | Synchronised mdoc.template and mdoc.7 manual structure. `Rv' and `Ex' now accept multiple arguments (-std made standalone, terms as children). `Rv' and `Ex' format correctly in -Tascii (plurals, commas, etc.).
* 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
| | | | Found strange newline bug in -diag handling (and others?).
* 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
| | | | | Deprecated ARGS_QUOTED (all arguments are quotable). Documented quotation and whitespace rules in mdoc.7.
* Lint-check (removed unused variable).Kristaps Dzonsons2009-07-171-3/+1
|
* Removed EARGVPARM (superfluous, overly error-generating).Kristaps Dzonsons2009-07-171-12/+2
| | | | Added `sp' handler.
* 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 ↵Kristaps Dzonsons2009-06-161-3/+2
| | | | parser).
* Fixed license email address.Kristaps Dzonsons2009-06-101-2/+2
|
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
|
* General clean-ups.Kristaps Dzonsons2009-03-311-46/+61
|
* Version. Added forgotten file.Kristaps Dzonsons2009-03-271-0/+857