summaryrefslogtreecommitdiff
path: root/devel/cdecl/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-2/+2
| | | | Notes: svn path=/head/; revision=27452
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-2/+2
| | | | Notes: svn path=/head/; revision=25734
* $Id$ -> $FreeBSD$ (obrien)Peter Wemm1999-09-101-1/+1
| | | | Notes: svn path=/head/; revision=21592
* Cdecl composes compilable C declarations and typecasts from descriptiveDavid E. O'Brien1999-09-051-0/+30
English phrases, and can also explain a complicated typecast or declaration. It handles ANSI C, C++, pre-ANSI C, and K&R C, and has TAB completion of keywords and line editing and history (provided by the GNU readline library). Notes: svn path=/head/; revision=21269