summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Move mandoc_isdelim() back into libmdoc.h. This fixes an unreportedKristaps Dzonsons2011-03-2212-130/+172
* Add some documentation and clean up mdoc.h/man.h.Kristaps Dzonsons2011-03-222-132/+76
* Have the default include/lib install path end with "mandoc" to preventKristaps Dzonsons2011-03-221-4/+4
* Note the TODO file on the website. Also install index.html (oops).Kristaps Dzonsons2011-03-222-4/+8
* Add a FATAL error for when no manual type was assigned (you can repeatKristaps Dzonsons2011-03-223-7/+4
* Be a bit more specific on where we compile. Are there any ANSI-CKristaps Dzonsons2011-03-221-2/+2
* As mentioned: ChangeLog isn't being built any more.Kristaps Dzonsons2011-03-221-43/+0
* Step 5: re-write Makefile and relax. This restructures the Makefile toKristaps Dzonsons2011-03-221-315/+277
* Step 4: merge chars.h into out.h. The functions in this file areKristaps Dzonsons2011-03-228-78/+49
* Step 3: consolidate manuals. The parse functions in mdoc.h, roff.h, andKristaps Dzonsons2011-03-227-875/+365
* Step 2: blow away roff.h, as all of its functions have been moved intoKristaps Dzonsons2011-03-224-29/+3
* Step 1 of restructuring: libmandoc.h. Move all compiler-set-specificKristaps Dzonsons2011-03-227-89/+89
* main.c doesn't need roff.h anymore.Kristaps Dzonsons2011-03-211-1/+0
* Let read.c worry about the currently-open file instead of having thisKristaps Dzonsons2011-03-203-37/+3
* Consolidate messages. Have all parse-time messages (in libmdoc,Kristaps Dzonsons2011-03-2023-225/+225
* Change around include ordering for compilation on OpenBSD.Kristaps Dzonsons2011-03-201-1/+1
* Split the document parsing sequence out of main.c and into read.c,Kristaps Dzonsons2011-03-204-608/+709
* Bumped internal version. There will be no formal release with this: itKristaps Dzonsons2011-03-201-2/+2
* .RS w/o line args is not seriousVERSION.1.10.10Ingo Schwarze2011-03-191-0/+4
* Note the development status of eqn.7 and tbl.7.Kristaps Dzonsons2011-03-172-0/+20
* "Reserved Characters" isn't correct since `\.' and `\*(Ba' aren'tKristaps Dzonsons2011-03-171-9/+12
* Note that mdoc_valids[] is static.Kristaps Dzonsons2011-03-171-1/+1
* mandocmsg finally has no return value.Kristaps Dzonsons2011-03-172-6/+4
* Clean-up in libman: make all calls to man_*msg not check return value.Kristaps Dzonsons2011-03-174-18/+16
* Clean-up in libmdoc: fix last checks for mdoc_*msg return value, thenKristaps Dzonsons2011-03-174-20/+18
* Clean-up in mdoc_argv.c args_checkpunct().Kristaps Dzonsons2011-03-171-27/+21
* Clean-up in mdoc_argv.c: make CPP-defines into an enum, document, makeKristaps Dzonsons2011-03-171-33/+17
* Clean up mdoc_pmsg invocations to make them not check the return value.Kristaps Dzonsons2011-03-171-13/+6
* Kill off some unused function prototypes.Kristaps Dzonsons2011-03-171-3/+0
* Kill off mdoc_strings.c, which is now empty. Byeeeeeeeee!Kristaps Dzonsons2011-03-172-37/+3
* Move mdoc_macro2len() into mdoc_validate.c as macro2len(), as that's theKristaps Dzonsons2011-03-172-95/+96
* Move mdoc_str2sec() into mdoc_validate.c as a2sec(), as that's the onlyKristaps Dzonsons2011-03-173-40/+38
* Tiny optimisation in mandoc_isdelim() check.Kristaps Dzonsons2011-03-171-2/+2
* Move mdoc_isdelim() into mandoc.h as mandoc_isdelim(). This allows theKristaps Dzonsons2011-03-179-150/+88
* Move mandoc_{realloc,malloc,calloc} out of libmandoc.h and into mandoc.hKristaps Dzonsons2011-03-178-53/+15
* Make args_checkpunct() use mdoc_isdelim() instead of mdoc_iscdelim(),Kristaps Dzonsons2011-03-173-59/+61
* Move check for closing punctuation into its own function. This willKristaps Dzonsons2011-03-171-24/+41
* o diaeresis is 246 (U+00F6)Ingo Schwarze2011-03-161-1/+1
* Instead of a series of hard-coded strcmps, make argv_a2arg() iterateKristaps Dzonsons2011-03-161-73/+42
* Push exit_status into struct curparse alongside file_status.Kristaps Dzonsons2011-03-161-6/+7
* Make lint shut up a little bit.Kristaps Dzonsons2011-03-1510-14/+18
* Remove duplicate UNCONST definition.Kristaps Dzonsons2011-03-151-1/+0
* Clean-up: make file_status global be local to curparse. "I agree withKristaps Dzonsons2011-03-151-28/+27
* Plug memory leak of normalised-date field.Kristaps Dzonsons2011-03-151-0/+2
* my $buf = "string"; return $string; is cool in Perl, but not in C;Ingo Schwarze2011-03-151-16/+22
* Do not leak information about the software usedIngo Schwarze2011-03-071-2/+0
* Clean up date handling,Ingo Schwarze2011-03-0717-179/+153
* date handling needs cleanupIngo Schwarze2011-02-271-1/+9
* Allow compilation with pcc, which has interesting/broken handling of -WKristaps Dzonsons2011-02-241-4/+4
* Clean up the COMPATIBILITY section;Ingo Schwarze2011-02-091-22/+30