summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Use floating-point -Tps "moveto" arguments to smooth out column and rowKristaps Dzonsons2010-07-201-5/+5
| | | | misalignments.
* sync to OpenBSD:Ingo Schwarze2010-07-191-19/+31
| | | | | | | | | * briefly mention the HISTORY of the man(7) language * update the copyright notice * improve the wording in a few places * fix a couple of typos including two suggestions from J.C. Roberts feedback and ok jmc@, ok sobrado@ and kristaps@
* All macros in mdoc.7 are now documented.Kristaps Dzonsons2010-07-191-15/+53
|
* Finished document -mdoc macros. Note `br' and `sp' remain.Kristaps Dzonsons2010-07-193-9/+127
| | | | | Noted in arch.in and st.in that mdoc.7 must be updated if entries are added.
* Added documentation for several more macros. Only a few remaining!Kristaps Dzonsons2010-07-191-110/+171
| | | | | | | | | Applied "new-sentence, new-line" here and there. Refer to "whitespace", not "white-space". Remove long-commented-out CAVEATS, all of which have been addressed or at least discussed to some extent or another.
* Remove some FIXMEs: `Ms' accepts arbitrary text, so it can't/shouldn'tKristaps Dzonsons2010-07-193-6/+5
| | | | | | be converted into a symbol. The `Pp' issue has also been fixed.
* Fix spurrious newline emitted by `Pp' when specified before or afterKristaps Dzonsons2010-07-193-6/+13
| | | | `Sh'/`Ss'. Reported by Jason McIntyre.
* Changed Unicode codepoint of left-arrow right-arrow to be the regularKristaps Dzonsons2010-07-191-3/+3
| | | | ASCII symbols.
* Note discarding of \m, \M, and \s in COMPATIBILITY sections.Kristaps Dzonsons2010-07-192-3/+9
|
* Remove \s TODO: these are intelligently ignored along with \m and \M.Kristaps Dzonsons2010-07-191-10/+1
|
* Removed \s documentation, as we (1) never supported it, and (2) neverKristaps Dzonsons2010-07-192-55/+7
| | | | | | will. Also whack the dot-separator from the embedded man.7 manual.
* Double-up DECO_RESERVED switch branch for colours.Kristaps Dzonsons2010-07-191-16/+6
|
* Properly discard \m colour escapes. Noted by J.C. Roberts.Kristaps Dzonsons2010-07-182-5/+18
|
* Throw out a2roffdeco() in out.c for a readable version. The prior oneKristaps Dzonsons2010-07-183-185/+154
| | | | | | | | | | | | | was completely unmaintainable. The new one is both readable and quite similar to mandoc_special(), which in future versions will easily allow throwing-away of unsupported escapes (such as \m). It's also a fair bit smaller. DECO_SIZE has been removed: this crap, like colours, will not be supported. mandoc_special() also has #if 0'd switch branches for ALL groff.7 escapes and some lint fixes.
* Make "\ " produce non-breaking space.Kristaps Dzonsons2010-07-182-5/+4
| | | | Noted by Theo de Raadt. Ok schwarze@.
* Text ending in a full stop, exclamation mark or question markIngo Schwarze2010-07-185-20/+23
| | | | | | | | | | | | | | | | | | should not flag the end of a sentence if: 1) The punctuation is followed by closing delimiters and not preceded by alphanumeric characters, like in "There is no full stop (.) in this sentence" or 2) The punctuation is a child of a macro and not preceded by alphanumeric characters, like in "There is no full stop .Pq \&. in this sentence" "looks fine" to kristaps@; tested by jmc@ and sobrado@
* fixed .Sm spacing, but there are four new issuesIngo Schwarze2010-07-181-11/+15
|
* Clean up mandoc_special() (in order later to catch \m). It also flagsKristaps Dzonsons2010-07-182-153/+66
| | | | | | several syntactic errors that weren't caught before. Also un-puke chars.c on zero-length \[].
* Avoid letter-by-letter encoding by using strcspn() in term_word().Kristaps Dzonsons2010-07-171-8/+7
|
* By letting strncmp() do its job and not helping it with a prior lengthKristaps Dzonsons2010-07-172-381/+380
| | | | | check, we can remove the hard-coded length of all escape patterns. This frees up a nice chunk of memory.
* Change chars.in HTML encoding to be a Unicode codepoint (int), which isKristaps Dzonsons2010-07-166-411/+466
| | | | later formatted in html.c.
* Removed completed TODO.Kristaps Dzonsons2010-07-161-4/+0
|
* Fixed dquote to be \*q.Kristaps Dzonsons2010-07-161-4/+4
|
* Fix which escapes are used to format \".Kristaps Dzonsons2010-07-161-4/+4
|
* After .Sm on, spacing ought to restart right away, before the next token,Ingo Schwarze2010-07-161-3/+5
| | | | | | | and not with a delay, after the next token. But be careful not to cause leading white space at the beginning of a line or column. In OpenBSD, improves chmod(1), ksh(1), tar(1), ps(1) and probably many more. ok kristaps@ and tested by jmc@ and sobrado@
* document .Sm; prodded by kristaps@Ingo Schwarze2010-07-151-2/+14
|
* correct lots of copyright notices;Ingo Schwarze2010-07-1317-36/+35
| | | | ok kristaps@
* Pre-tag checkin of release bits and shortlist.VERSION_1_10_4Kristaps Dzonsons2010-07-112-3/+24
|
* remove three issues fixed near the end of the c2k10 hackathonIngo Schwarze2010-07-111-17/+0
|
* Re-constitution of `ds' symbol processing. First, push theKristaps Dzonsons2010-07-0718-193/+157
| | | | | | | | | roff_getstr() family of functions into roff.c with the "first_string" directly in struct roff. Second, pre-process each line for reserved words in libroff, splicing and re-running a line if it has one (this allows defined symbols to be macros). Remove term.c's invocation of the roff_getstrn() function. Removed function documentation in roff.3 and added roff.7 `ds' documentation.
* Revert Makefile to using mandoc.c instead of libmandoc.c. RemoveKristaps Dzonsons2010-07-062-401/+5
| | | | | | newborn libmandoc.c. While here, remove superfluous dep of libman on mandoc.c.
* Resurrect mandoc.c after bogus removal (was: libmandoc.c).Kristaps Dzonsons2010-07-061-0/+396
|
* Give -T[x]html `Bk -words' capability.Kristaps Dzonsons2010-07-063-9/+71
|
* Brought function arguments and style in ine with term_word() in term.cKristaps Dzonsons2010-07-061-8/+8
| | | | to make sharing of TERMP_KEEP easier.
* Clarified `Bk' operation in mdoc.7.Kristaps Dzonsons2010-07-061-11/+13
|
* Documented `En', `Es', `Hf', `Ic', `Lp', `Nd', `No', `Oc', `Oo', `Op',Kristaps Dzonsons2010-07-061-2/+111
| | | | `Pa', `Pc', `Po', `Pq', `Pp', and `Va'.
* Proper `Bk -words' support: only suppress breaks within a line, butKristaps Dzonsons2010-07-061-1/+18
| | | | | | | allow end-of-line to break. This fixes the bad behaviour found when macros within `Bk' never break. "Excellent" schwarze@
* Move register information into mandoc.h, which is where it should haveKristaps Dzonsons2010-07-052-27/+39
| | | | been in the first place (mandoc.h contains system-wide declarations).
* Renamed mandoc.c to libmandoc.c. This is in the efforts of getting aKristaps Dzonsons2010-07-052-6/+6
| | | | | | | cleaner namespace for functions across the entire system (mandoc.h: getting parsed-string values, or declarations necessary for the AST data), and compiler functions (libmandoc.h: back-end functions and declarations).
* Manual clean-ups. Add syntax message for `Bd', `Bk', and `Bl'.Kristaps Dzonsons2010-07-051-17/+58
| | | | Document `Eo' and `Ec'. Add context-end notes `Ec' and `Fc'.
* Remove caching TODO: this has been committed.Kristaps Dzonsons2010-07-051-5/+0
|
* Suppress duplicate "Page: 1 1" -Tps printing and instead relay onKristaps Dzonsons2010-07-051-6/+2
| | | | PS_NEWPAGE to do the job for us. Noted by Dillo.
* Assert my copyright, making it explicit that i'm granting the same licenseIngo Schwarze2010-07-0411-22/+33
| | | | | on those parts of the code and text that i have written as Kristaps is. "fine with me" kristaps@
* Cache column sizes and char pointer into mdoc_bl. Finally get rid ofKristaps Dzonsons2010-07-045-59/+29
| | | | the loops here and there to track down the MDOC_Column arguments.
* gv(1) doesn't remember the last set font when displaying new pages, soKristaps Dzonsons2010-07-041-7/+25
| | | | | print it out for each new page. This also prevents superfluous printings of the font before the %%Page: comment has been displayed.
* Set line-height to be 1.4em. Removed check for minimum margins that are noKristaps Dzonsons2010-07-042-20/+8
| | | | longer important.
* Suppress printing blank eof pages in -Tps. Delay printing of Page:Kristaps Dzonsons2010-07-041-10/+14
| | | | until actual text is ready to be displayed.
* Suppress printing of newlines/space at start of new -Tps page.Kristaps Dzonsons2010-07-042-18/+35
| | | | | Also renamed "psstate" -> "flags" (was wrongly implying some sort of state machine).
* Backed out margin calculations in favour of much simpler rule of thumb:Kristaps Dzonsons2010-07-042-21/+14
| | | | margins are 1/9 the length/width.
* Auto-margins. Documented in mandoc.1. Also bumped line-height and madeKristaps Dzonsons2010-07-042-16/+46
| | | | sure header and footer accomodate for said line-height.