summaryrefslogtreecommitdiff
path: root/lang/lcc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The first time I tried committing this set of manpage removals it gotTim Vanderhoek1998-08-181-2/+0
| | | | | | | | | | | all the way to diffing yorick/pkg/PLIST and then died with a "bad hostname freefall.freebsd.org" .... Hopefully that's not bad... ;-) Hmm.. Maybe I'll try doing this from beast, next! kickme's a boring machine, and bento is busy. Notes: svn path=/head/; revision=12621
* Don't use a generic PLIST which is then fixedup. Note, that others usingDavid E. O'Brien1996-12-312-3/+13
| | | | | | | | | our ports collection will have to come up with a solution for this. Requested by: Satoshi Notes: svn path=/head/; revision=5146
* lcc is the retargetable ANSI C compiler described in the bookDavid E. O'Brien1996-12-279-0/+1412
`A Retargetable C Compiler: Design and Implementation' (Addison-Wesley, 1995, ISBN 0-8053-1670-1). lcc is a production compiler with a hand crafted lexical analyzer and a hand-coded recursive decent parser. The lexer and parser code is well written and very easy to read (and learn from :-)). lcc compiles much faster than FreeBSD's stock [gcc] compiler. However, it does not under stand FreeBSD's "long long" data type. Contributions by: Soren Schmidt Notes: svn path=/head/; revision=5108