diff options
author | 2002-08-03 04:19:45 +0000 | |
---|---|---|
committer | 2002-08-03 04:19:45 +0000 | |
commit | 66a0085f20d4fed809a036cd85cbdaf7bc643194 (patch) | |
tree | 852642ae8ee06ec655f13dedb14130ed8894e6c9 /dev-util/cutils/ChangeLog | |
parent | removed commented out lam-mpi entry and commed out netbeans (both checked (diff) | |
download | gentoo-2-66a0085f20d4fed809a036cd85cbdaf7bc643194.tar.gz gentoo-2-66a0085f20d4fed809a036cd85cbdaf7bc643194.tar.bz2 gentoo-2-66a0085f20d4fed809a036cd85cbdaf7bc643194.zip |
new package - c utils
Diffstat (limited to 'dev-util/cutils/ChangeLog')
-rw-r--r-- | dev-util/cutils/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-util/cutils/ChangeLog b/dev-util/cutils/ChangeLog new file mode 100644 index 000000000000..38fd8a287625 --- /dev/null +++ b/dev-util/cutils/ChangeLog @@ -0,0 +1,17 @@ +# ChangeLog for dev-util/cutils +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/dev-util/cutils/ChangeLog,v 1.1 2002/08/03 04:19:45 george Exp $ + +*cutils-1.6 (01 Aug 2002) + + 1 Aug 2002; George Shapovalov <george@gentoo.org> cutils-1.6.ebuildi, 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> |