aboutsummaryrefslogtreecommitdiff
path: root/print/mp-letter/files
Commit message (Collapse)AuthorAgeFilesLines
* Add casts to make this tolerable to an ISO-C++ compiler.David E. O'Brien2000-01-311-1/+17
| | | | | | | Submitted by: Alexander Langer <alex@big.endian.de> Notes: svn path=/head/; revision=25364
* Use time_t instead of long so this builds on the Alpha.Steve Price1999-06-221-0/+11
| | | | Notes: svn path=/head/; revision=19654
* Slightly different version.David E. O'Brien1998-07-301-5/+5
| | | | Notes: svn path=/head/; revision=12207
* Doesn't require GMAKE anymore.David E. O'Brien1998-07-301-6/+14
| | | | | | | | | Respect CXX and CFLAGS. Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=12206
* mp defines an ISO Latin 1 character set if one is not provided by theDavid E. O'Brien1997-01-291-0/+11
| | | | | | | | | | | | | | | | | PostScript interpreter itself. The problem is that some (most?) PostScript level 1 interpreters (such as the Apple Laserwriter Plus!) don't define the ISOLatin1 encoding vector AND don't define a character called `minus'. Therefore, substituting `hyphen' (which is always defined) for `minus', isn't really `wrong' aesthetics not withstanding! :-) A conditional patch would (IMHO, say Jeremy) be overkill: the only people that would be interested in it are typographers, and they probably don't use mp to format their mail anyway. Submitted by: Jeremy Prior <jez@netcraft.co.uk> Notes: svn path=/head/; revision=5467
* Pretty-printing utility, similar to Sun's /usr/openwin/bin/mp.Satoshi Asami1996-08-163-0/+84
Submitted by: David O'Brien <obrien@cs.ucdavis.edu> Notes: svn path=/head/; revision=3606