diff options
author | 2002-07-20 04:17:27 +0000 | |
---|---|---|
committer | 2002-07-20 04:17:27 +0000 | |
commit | 1f1f530dd7bc91e8b37ca097a57d06aba0d110a6 (patch) | |
tree | 7ba72bb7218ec378e7257b90549b8cc36b24b672 /dev-lang/tcc/ChangeLog | |
parent | masked tcc for testing (diff) | |
download | gentoo-2-1f1f530dd7bc91e8b37ca097a57d06aba0d110a6.tar.gz gentoo-2-1f1f530dd7bc91e8b37ca097a57d06aba0d110a6.tar.bz2 gentoo-2-1f1f530dd7bc91e8b37ca097a57d06aba0d110a6.zip |
new package: tcc - tiny C interpreter
Diffstat (limited to 'dev-lang/tcc/ChangeLog')
-rw-r--r-- | dev-lang/tcc/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-lang/tcc/ChangeLog b/dev-lang/tcc/ChangeLog new file mode 100644 index 000000000000..bfa365e9d46b --- /dev/null +++ b/dev-lang/tcc/ChangeLog @@ -0,0 +1,16 @@ +# ChangeLog for dev-lang/tcc +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcc/ChangeLog,v 1.1 2002/07/20 04:17:27 george Exp $ + +*tcc-0.9.7.ebuild (19 Jul 2002) + + 19 Jul 2002; George Shapovalov <george@gentoo.org> tcc-0.9.7.ebuild : + + initial release + + A very small C compiler for ix86 (64 K). It compiles and execute + C source directly without linking or assembly, and does not (yet ?) output elf + binary file. You can also use it like in a script with #!/usr/bin/tcc in your C + source. Very funny :-). + + ebuild submitted by Julien Herfurth <jherfurth@arafox.com> |