summaryrefslogtreecommitdiff
blob: 37bd1e166f7644e2531345de25394cd02f2a3949 (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
25
26
27
# 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.4 2002/12/13 10:56:26 blizzy Exp $

*tcc-0.9.14 (10 Dec 2002)
  
  10 Dec 2002; George Shapovalov <george@gentoo.org> tcc-0.9.14.ebuild, files/digest-tcc-0.9.14 :

  new version. 
  Now tcc compiles more packages (e.g. smarteiffel).
  Thanks to Per Wigren <wigren@home.se> for an update

* Autoupdate keywords (12-6-02)
  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
*tcc-0.9.7 (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>