~ubuntu-branches/ubuntu/vivid/cproto/vivid

« back to all changes in this revision

Viewing changes to cproto.lsm

  • Committer: Bazaar Package Importer
  • Author(s): Kenneth J. Pronovici
  • Date: 2004-03-30 19:58:33 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040330195833-loh9sgce2as79j67
Tags: 4.7c-1
* New upstream release.
  - Includes equivalent of patch as used to close #228801 (see below).
  - Supports -X option to filter out unwanted definitions (closes: #235824).
* Now configure using --enable-llib option, so we don't need lint installed.
* Added gcc to Depends: line since -X option requires GCC to work; I assume
  most users will already have gcc installed anyway, if they are developers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Begin3
2
 
Title:          cproto
3
 
Version:        4.6
4
 
Entered-date:   31JAN98
5
 
Description:    Cproto is a program that generates function prototypes and
6
 
                variable declarations from C source code.  It can also convert
7
 
                function definitions between the old style and the ANSI C
8
 
                style.  This conversion overwrites the original files, so make
9
 
                a backup copy of your files in case something goes wrong. 
10
 
                Finally, it can generate source files useful for creating lint
11
 
                libraries, in either K&R or ANSI form.
12
 
Keywords:       C prototype lint
13
 
Author:         cthuang@vex.net (Chin Huang)
14
 
                dickey@clark.net (Thomas E. Dickey)
15
 
Maintained-by:  cthuang@vex.net (Chin Huang)
16
 
                dickey@clark.net (Thomas E. Dickey)
17
 
Primary-site:   http://www.vex.net/~cthuang/cproto/
18
 
                123kb cproto-4.6.tar.gz
19
 
Alternate-site: sunsite.unc.edu /pub/Linux/devel/lang/c
20
 
Original-site:  
21
 
Platforms:      C on Unix, VMS, OS/2, EMX, MS-DOS, Win32.
22
 
Copying-policy: Public domain
23
 
End