summaryrefslogtreecommitdiff
path: root/lang/lcc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-2/+2
|
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
|
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
|
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-4/+4
|
* portlintDavid E. O'Brien1999-09-041-1/+0
|
* $Id$ -> $FreeBSD$Peter Wemm1999-08-302-2/+2
|
* expr -> ${EXPR}Michael Haro1999-08-281-1/+1
| | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR}
* sed -> ${SED}Michael Haro1999-08-281-3/+3
|
* ln -> ${LN}Michael Haro1999-08-281-2/+2
|
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* Yet more WWW: additionsMichael Haro1999-05-031-0/+2
|
* 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.
* 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
* 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