aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge schwarze@'s patch to allow uname() to fail without causing an exit.Kristaps Dzonsons2010-12-051-2/+2
* Merge schwarze@'s changes allowing nested displays. Tweak the patch byKristaps Dzonsons2010-12-051-2/+2
* Track the parser status both per file (file_status), such thatIngo Schwarze2010-12-021-14/+19
* Fix enum/int mixing.Kristaps Dzonsons2010-12-011-3/+4
* Merge OpenBSD's `so' handling (plus some documentation). Great work toKristaps Dzonsons2010-12-011-1/+3
* Fix a subtle error in the new main.c where the parse type (mdoc/man) wasKristaps Dzonsons2010-12-011-86/+157
* Merge restructuring of main.c code. This provided by schwarze@ and inspectedKristaps Dzonsons2010-12-011-130/+214
* Re-ordering of roff requests as per OpenBSD.Kristaps Dzonsons2010-12-011-1/+2
* Remove left-over rsord[] in mdoc_actions.c.Kristaps Dzonsons2010-11-291-3/+2
* Use proper error for `An' multiple arguments.Kristaps Dzonsons2010-10-111-2/+2
* Ignore double-`Pp' and `Pp' before `Bd' and `Bl' (unless -compact isKristaps Dzonsons2010-09-271-1/+2
* If an explicit scope is still open at the end of an input file,Ingo Schwarze2010-09-261-3/+2
* Churny commit to quiet lint. No functional changes.Kristaps Dzonsons2010-09-041-8/+9
* fix previous: when bailing out due to -Wstop,Ingo Schwarze2010-08-201-9/+9
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-201-230/+137
* Make sure we really throw away non-ASCII characters.Ingo Schwarze2010-08-081-3/+4
* Use 0 for MAP_FILE if it doesn't exist. From Hans Rosenfeld.Joerg Sonnenberger2010-07-291-1/+5
* Initial PDF shim over PS. This produces working PDF output with -Tpdf.Kristaps Dzonsons2010-07-251-3/+12
* Strip non-graphable input characters from input. The manualsKristaps Dzonsons2010-07-201-1/+23
* Re-constitution of `ds' symbol processing. First, push theKristaps Dzonsons2010-07-071-2/+1
* Assert my copyright, making it explicit that i'm granting the same licenseIngo Schwarze2010-07-041-2/+3
* Stash `Bf' parameters into struct mdoc_bf.Kristaps Dzonsons2010-07-021-2/+2
* Improve .Nm indentation in the SYNOPSIS;Ingo Schwarze2010-07-011-3/+4
* improve error reporting:Ingo Schwarze2010-06-301-28/+44
* Add in -Opaper=xxx support for -Tps postscript. This doesn't have anyKristaps Dzonsons2010-06-291-2/+2
* Downstream maintainers: this removes UGLY! I don't want divergingKristaps Dzonsons2010-06-271-9/+10
* Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept aKristaps Dzonsons2010-06-261-3/+3
* First step of adding register support. This is inspired by a significantKristaps Dzonsons2010-06-261-3/+6
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-2/+2
* Removed stipulation that an empty `Bd -offset' will default to 6n. NotKristaps Dzonsons2010-06-121-1/+2
* Added enum mdoc_disp (similar to enum mdoc_list). Display types are nowKristaps Dzonsons2010-06-121-2/+3
* No functionality changes: just restructuring. DeprecatedKristaps Dzonsons2010-06-081-2/+3
* First check-in of PostScript output. This does not change any logicKristaps Dzonsons2010-06-071-9/+25
* Add -Owidth=width option to mandoc -Tascii. Asked for by joerg@ about aKristaps Dzonsons2010-06-071-2/+2
* Add MAP_SHARED for mmap, at least NetBSD with DIAGNOSTIC is quite noisyJoerg Sonnenberger2010-06-061-2/+2
* Consolidated list processing to a single loop in mdoc_validate.c. ThisKristaps Dzonsons2010-06-031-2/+2
* Spelling patches provided by Ulrich Spoerlein.Kristaps Dzonsons2010-06-011-3/+3
* Cleanup post_bl_head() to use enum mdoc_list (avoid traversing thatKristaps Dzonsons2010-05-311-2/+2
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-79/+95
* `ig' support in all its glory. TryKristaps Dzonsons2010-05-161-3/+3
* Regression tests in place for `.if' in libroff.Kristaps Dzonsons2010-05-161-1/+2
* Allow roff_parseln() to be re-run.Kristaps Dzonsons2010-05-161-9/+31
* Fix allowing silly '\'' control character.Kristaps Dzonsons2010-05-161-2/+2
* Backed-out warning messages (lots).Kristaps Dzonsons2010-05-151-1/+3
* The `ig' now supports `ig end-macro'.Kristaps Dzonsons2010-05-151-2/+15
* Segfault fix and letting warnings slip through for now.Kristaps Dzonsons2010-05-151-2/+2
* Add mandoc.h, which will eventually replace compilers' inner enum errors with...Kristaps Dzonsons2010-05-151-18/+70
* Reorganise the comment stripping and line merging to be easier to followJoerg Sonnenberger2010-05-151-51/+53
* Make the output width an option for ascii_alloc and use that to computeJoerg Sonnenberger2010-05-151-2/+2
* Push buffer resizing into its own function. Keep initial allocations theJoerg Sonnenberger2010-05-151-20/+25