summaryrefslogtreecommitdiffstats
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* fix previous: when bailing out due to -Wstop,Ingo Schwarze2010-08-201-8/+8
* Implement a simple, consistent user interface for error handling.Ingo Schwarze2010-08-201-229/+136
* Make sure we really throw away non-ASCII characters.Ingo Schwarze2010-08-081-2/+3
* Use 0 for MAP_FILE if it doesn't exist. From Hans Rosenfeld.Joerg Sonnenberger2010-07-291-0/+4
* Initial PDF shim over PS. This produces working PDF output with -Tpdf.Kristaps Dzonsons2010-07-251-2/+11
* Strip non-graphable input characters from input. The manualsKristaps Dzonsons2010-07-201-0/+22
* Re-constitution of `ds' symbol processing. First, push theKristaps Dzonsons2010-07-071-1/+0
* Assert my copyright, making it explicit that i'm granting the same licenseIngo Schwarze2010-07-041-1/+2
* Stash `Bf' parameters into struct mdoc_bf.Kristaps Dzonsons2010-07-021-1/+1
* Improve .Nm indentation in the SYNOPSIS;Ingo Schwarze2010-07-011-2/+3
* improve error reporting:Ingo Schwarze2010-06-301-27/+43
* Add in -Opaper=xxx support for -Tps postscript. This doesn't have anyKristaps Dzonsons2010-06-291-1/+1
* Downstream maintainers: this removes UGLY! I don't want divergingKristaps Dzonsons2010-06-271-8/+9
* Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept aKristaps Dzonsons2010-06-261-2/+2
* First step of adding register support. This is inspired by a significantKristaps Dzonsons2010-06-261-2/+5
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-1/+1
* Removed stipulation that an empty `Bd -offset' will default to 6n. NotKristaps Dzonsons2010-06-121-0/+1
* Added enum mdoc_disp (similar to enum mdoc_list). Display types are nowKristaps Dzonsons2010-06-121-1/+2
* No functionality changes: just restructuring. DeprecatedKristaps Dzonsons2010-06-081-1/+2
* First check-in of PostScript output. This does not change any logicKristaps Dzonsons2010-06-071-8/+24
* Add -Owidth=width option to mandoc -Tascii. Asked for by joerg@ about aKristaps Dzonsons2010-06-071-1/+1
* Add MAP_SHARED for mmap, at least NetBSD with DIAGNOSTIC is quite noisyJoerg Sonnenberger2010-06-061-1/+1
* Consolidated list processing to a single loop in mdoc_validate.c. ThisKristaps Dzonsons2010-06-031-1/+1
* Spelling patches provided by Ulrich Spoerlein.Kristaps Dzonsons2010-06-011-2/+2
* Cleanup post_bl_head() to use enum mdoc_list (avoid traversing thatKristaps Dzonsons2010-05-311-1/+1
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-78/+94
* `ig' support in all its glory. TryKristaps Dzonsons2010-05-161-2/+2
* Regression tests in place for `.if' in libroff.Kristaps Dzonsons2010-05-161-0/+1
* Allow roff_parseln() to be re-run.Kristaps Dzonsons2010-05-161-8/+30
* Fix allowing silly '\'' control character.Kristaps Dzonsons2010-05-161-1/+1
* Backed-out warning messages (lots).Kristaps Dzonsons2010-05-151-0/+2
* The `ig' now supports `ig end-macro'.Kristaps Dzonsons2010-05-151-1/+14
* Segfault fix and letting warnings slip through for now.Kristaps Dzonsons2010-05-151-1/+1
* Add mandoc.h, which will eventually replace compilers' inner enum errors with...Kristaps Dzonsons2010-05-151-17/+69
* Reorganise the comment stripping and line merging to be easier to followJoerg Sonnenberger2010-05-151-50/+52
* Make the output width an option for ascii_alloc and use that to computeJoerg Sonnenberger2010-05-151-1/+1
* Push buffer resizing into its own function. Keep initial allocations theJoerg Sonnenberger2010-05-151-19/+24
* Cleanup indentation after moving the read buffering out of the loop.Joerg Sonnenberger2010-05-151-53/+51
* "Push down the buffer to where they are used.Kristaps Dzonsons2010-05-151-77/+130
* Whacked lastman and lastmdoc (not being used).Kristaps Dzonsons2010-05-151-6/+0
* "Accumulate errors and warnings in global variables and exit with errorKristaps Dzonsons2010-05-141-57/+59
* Fix for Joerg's patch stripping of pre-comment whitespace (by Joerg).Kristaps Dzonsons2010-05-141-2/+2
* Remove -fno-ign-chars as well-argued by Ingo Schwarze. Patch by Ingo Schwarz...Kristaps Dzonsons2010-05-091-19/+9
* Merge patch by Jason McIntyre cleaning on mandoc.1: `Ar' -> `Cm' and other re...Kristaps Dzonsons2010-04-121-2/+8
* Have -Tlint imply -Wall and -fstrict. Based on a patch submitted by Ingo Sch...Kristaps Dzonsons2010-03-221-31/+37
* Fixed Makefile for `make lint' dep. on config.hKristaps Dzonsons2010-01-291-0/+9
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-5/+4
* Added forgotten newline terminators in main.c.Kristaps Dzonsons2009-11-021-4/+4
* Added lint to __attribute__ defines.Kristaps Dzonsons2009-11-021-1/+3
* Using straight-up __attribute__ (inspired by portable openssh).Kristaps Dzonsons2009-11-021-12/+9