aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Allow roff_parseln() to be re-run.Kristaps Dzonsons2010-05-167-106/+213
| | | | | | | | | Allow roff_parseln() to manipulate the line buffer offset. This is used in situations like `.ie n .TH FOO 1' or `.ie n .ie n', where the line buffer offset is recalculated then the roff parser re-run. Fix mdoc_parseln() and man_parseln() to accept the initial line offset. WARNING: backed-out ALL roff macros whilst accomodating for how roff handles multi-line conditionals (in short, re-running the parser).
* sync to OpenBSD:Ingo Schwarze2010-05-163-5/+7
| | | | | | introduce a #define to get rid of the magic number describing the ASCII character used to represent non-breaking space; ok kristaps
* Fix allowing silly '\'' control character.Kristaps Dzonsons2010-05-163-6/+6
|
* Removed `.' entry from -man hashtable.Kristaps Dzonsons2010-05-151-7/+5
|
* Remove `am', `ami', `de', `dei', and `.' from -man, as they're now in the ↵Kristaps Dzonsons2010-05-158-167/+13
| | | | roff preprocessor.
* Backed-out warning messages (lots).Kristaps Dzonsons2010-05-152-5/+7
|
* The `am', `ami', `de', and holy `dei' are all being properly ignored.Kristaps Dzonsons2010-05-151-36/+24
|
* The `ig' now supports `ig end-macro'.Kristaps Dzonsons2010-05-153-11/+92
| | | | Initial warning/error messages in place (still experimental).
* Pull `ig' out of -man and leave it the roff preparser.Kristaps Dzonsons2010-05-158-30/+11
|
* Magic fix for bogus manuals making -man puke: I don't care if it's magic ↵Kristaps Dzonsons2010-05-151-2/+2
| | | | because roff instructions will be nixed from the underlying systems anyway.
* Segfault fix and letting warnings slip through for now.Kristaps Dzonsons2010-05-152-5/+7
|
* Add mandoc.h, which will eventually replace compilers' inner enum errors ↵Kristaps Dzonsons2010-05-154-26/+421
| | | | | | with unified ones. Add initial roff pre-processor shim, a compiler sitting outside of the other compilers that processes pure roff instructions.
* non-numeric section headers in -man merged to OpenBSDIngo Schwarze2010-05-151-4/+0
|
* Mishandling of : in expr(1)Joerg Sonnenberger2010-05-151-0/+2
|
* Lint-fix for enum return (ok schwarze@).Kristaps Dzonsons2010-05-151-2/+2
|
* For .IP groff requires a single space only after the head, adopt.Joerg Sonnenberger2010-05-151-3/+1
|
* Fixed memory leak introduced in last checkin of man_action TH parsing (only ↵Kristaps Dzonsons2010-05-152-5/+6
| | | | | | | if TH is called again, which never happens anyway). Fixed my email address in man_action.c and msec.c. Removed superfluous <time.h> inclusion in msec.c.
* LIBRARY can also occur in section 9.Kristaps Dzonsons2010-05-159-45/+44
| | | | | | All manual sections (unknown, 3p, 3f, etc.) correctly handled by -mdoc. Useful warning printed if unknown manual section. Checking for manual sections (e.g., LIBRARY) checks only first character, so 3p, 3f, etc. are free.
* Reorganise the comment stripping and line merging to be easier to followJoerg Sonnenberger2010-05-151-51/+53
| | | | and slightly faster.
* Make the output width an option for ascii_alloc and use that to computeJoerg Sonnenberger2010-05-156-15/+24
| | | | the default margin. Hard-code 80 chars/line for now.
* Removed restriction on integer manual sections in -man.Kristaps Dzonsons2010-05-158-26/+19
|
* Push buffer resizing into its own function. Keep initial allocations theJoerg Sonnenberger2010-05-151-20/+25
| | | | same size as before.
* fixed tabs in quoted .Bl -column; and removed right margin from displaysIngo Schwarze2010-05-151-10/+0
|
* no more info on bugs FIXED in bsd.lv;Ingo Schwarze2010-05-151-40/+2
| | | | this info is in old revisions of this file
* Distinguish OPEN, MIDDLE and CLOSE delimiters (using an enum).Ingo Schwarze2010-05-154-26/+36
| | | | | | | Only OPEN are drawn before the beginning of a macro; this is new, before this, MIDDLE ('|') were drawn in front, too. Only CLOSE are pushed after the end of a macro (as before). ok kristaps@
* Initial roff shim skeleton in place.Kristaps Dzonsons2010-05-153-11/+89
|
* Documented EOS buffered spaces and added `]'.Kristaps Dzonsons2010-05-153-9/+24
|
* More EOS: append_delims() fitted with EOS detection, so ANY macro with ↵Kristaps Dzonsons2010-05-154-22/+55
| | | | | | appended delimiters will properly EOS. Fixed mandoc_eos() to accept sentence punctuation followed by close-delim buffers.
* Cleanup indentation after moving the read buffering out of the loop.Joerg Sonnenberger2010-05-151-54/+52
|
* "Push down the buffer to where they are used.Kristaps Dzonsons2010-05-151-78/+131
| | | | | | Handle the stdin/file argument in one function. On top, use either mmap or if that failed reading the whole file into a single buffer." (patches by Joerg Sonnenberger, ed. Kristaps)
* More `Bl -column' dancing: It children also inherit in-phrase flags (noted ↵Kristaps Dzonsons2010-05-153-30/+22
| | | | by Ingo Schwarze).
* Whacked lastman and lastmdoc (not being used).Kristaps Dzonsons2010-05-151-7/+1
|
* Making room for libroff in Makefile: properly split out libmandoc.a.Kristaps Dzonsons2010-05-151-15/+57
|
* Added Ingo's TODO file.Kristaps Dzonsons2010-05-141-0/+164
|
* "Accumulate errors and warnings in global variables and exit with errorKristaps Dzonsons2010-05-141-58/+60
| | | | if either is not null on exit." (patch by Joerg Sonnenberger)
* Remove in-manual-section warnings for Fd and Lb (ok joerg@, schwarze@).Kristaps Dzonsons2010-05-141-48/+4
|
* Backed out check for `Ex' manual sec (ok schwarze@, joerg@), in turn backing ↵Kristaps Dzonsons2010-05-144-42/+7
| | | | out check_msec() and deps.
* "Add libelf and libterminfo." (patch by Joerg Sonnenberger)Kristaps Dzonsons2010-05-141-1/+3
|
* Pulled back in mysterious lost le1 <-> eq0 for Sp macro.Kristaps Dzonsons2010-05-142-5/+5
|
* "Warn on unknown argument for .At and print it like [new] groff." (patch by ↵Kristaps Dzonsons2010-05-144-11/+34
| | | | | | | Joerg Sonnenberger, ed. Kristaps) Keep short-log of commits in index.sgml. Document compatibility with new/old groff in mdoc.7.
* "Invalid standard argument should be a warning. Just leak it into theKristaps Dzonsons2010-05-142-6/+7
| | | | output." (patch by Joerg Sonnenberger)
* Finish initial documentation of the Bl lists.Kristaps Dzonsons2010-05-141-1/+40
|
* Re-addition of cleaned-up list documentation in mdoc.7.Kristaps Dzonsons2010-05-141-55/+69
|
* "If the last column wasn't specified, it is auto-sized." (patch by Joerg ↵Kristaps Dzonsons2010-05-141-3/+3
| | | | Sonnenberger)
* Added documentation bits.Kristaps Dzonsons2010-05-141-2/+5
|
* Block-implicit macros now up-propogate end-of-sentence spacing. NOTE: GROFF ↵Kristaps Dzonsons2010-05-142-3/+24
| | | | IS NOT SMART ENOUGH TO DO THIS.
* Fix for Joerg's patch stripping of pre-comment whitespace (by Joerg).Kristaps Dzonsons2010-05-141-3/+3
|
* Removed remaining "1 == ppos" invocations.Kristaps Dzonsons2010-05-141-5/+11
|
* Proper handling of quoted tab-separated column lists.Kristaps Dzonsons2010-05-143-36/+53
|
* Superfluous checkin testing cvs commit mailout (again)...Kristaps Dzonsons2010-05-141-1/+6
|