summaryrefslogtreecommitdiff
blob: 4dd4ce7ddf5fb47058f18f4ac55f28779c7c94a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# ChangeLog for dev-util/cutils
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/cutils/ChangeLog,v 1.5 2003/09/09 17:28:54 george Exp $

*cutils-1.6-r1 (09 Sep 2003)

  09 Sep 2003; George Shapovalov <george@gentoo.org> cutils-1.6-r1.ebuild :
  few cleanups + added MAKEOPTS=-j1 before emake, as per #27726

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
*cutils-1.6 (01 Aug 2002)

  1 Aug 2002; George Shapovalov <george@gentoo.org> cutils-1.6.ebuild, cutils-1.6-gentoo.diff :

  initial release
  
  The C language utilities collection is composed of: cdecl and cundecl (decode
  and encode C type declarations), cobfusc (make a C source file unreadable but
  compilable), chilight (highlight C source files), cunloop (unloop C loops),
  yyextract (extract grammar rules from yacc grammar), and yyref (generate a
  cross-reference for yacc input).

  ebuild submitted by: Marius Bernklev <mariube@unixcore.com>