aboutsummaryrefslogtreecommitdiff
path: root/devel/cdecl
Commit message (Collapse)AuthorAgeFilesLines
* Add $FreeBSD$'s which help me in problem reports.David E. O'Brien2000-11-221-0/+1
| | | | Notes: svn path=/head/; revision=35323
* @dirrm share/doc/cdeclSatoshi Asami2000-06-071-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=29355
* 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
* Respect CCKris Kennaway2000-02-141-2/+3
| | | | Notes: svn path=/head/; revision=25813
* 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-057-0/+72
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