[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#150241: marked as done (ITP: tcc -- Tiny C Compiler - The Smallest ANSI C compiler)



Your message dated Sun, 23 Jun 2002 01:24:23 -0400
with message-id <E17LzrL-0007wF-00@auric.debian.org>
and subject line Bug#150241: fixed in tcc 0.9.7-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 17 Jun 2002 11:16:24 +0000
>From cyril@bouthors.org Mon Jun 17 06:16:24 2002
Return-path: <cyril@bouthors.org>
Received: from babel.zehc.net (tosca.intra.zehc.net) [213.36.100.145] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 17JuUi-0002mG-00; Mon, 17 Jun 2002 06:16:24 -0500
Received: from localhost ([127.0.0.1] helo=tosca.intra.zehc.net)
	by tosca.intra.zehc.net with esmtp (Exim 3.35 #1 (Debian))
	id 17JuTl-0006KO-00; Mon, 17 Jun 2002 13:15:26 +0200
From: Cyril Bouthors <cyril@bouthors.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <15629.50381.735659.782496@tosca.intra.zehc.net>
Date: Mon, 17 Jun 2002 13:15:25 +0200
To: submit@bugs.debian.org
CC: romain@orebokech.com, fabrice.bellard@free.fr
Subject: ITP: tcc -- Tiny C Compiler - The Smallest ANSI C compiler
X-Mailer: VM 7.07 under Emacs 21.2.1
Reply-To: cyril@bouthors.org
Delivered-To: submit@bugs.debian.org

Package: tcc
Severity: wishlist
Version: 0.9.7-1

Tiny C Compiler - C Scripting Everywhere - The Smallest ANSI C compiler
-----------------------------------------------------------------------

Features:
--------

- SMALL! You can compile and execute C code everywhere, for example on
  rescue disks.

- FAST! tcc generates optimized x86 code. No byte code overhead.
  Compile, assemble and link about 7 times faster than 'gcc -O0'.

- UNLIMITED! Any C dynamic library can be used directly. TCC is
  heading torward full ISOC99 compliance. TCC can of course compile
  itself.

- SAFE! tcc includes an optional memory and bound checker. Bound
  checked code can be mixed freely with standard code.

- Compile and execute C source directly. No linking or assembly
  necessary. Full C preprocessor included.

- C script supported : just add '#!/usr/bin/tcc' at the first line of
  your C source, and execute it directly from the command line.

TCC is published under the terms of the GNU General Public License
version 2.

Fabrice Bellard <fabrice.bellard@free.fr> is the upstream author.

TCC can be downloaded from:
http://fabrice.bellard.free.fr/tcc/tcc-0.9.7.tar.gz

A temporary Debian package is already available for beta test from:
http://cyril.bouthors.org/tmp/tcc/
-- 
Cyril Bouthors    phone:+33 1 41 66 47 06
                    fax:+33 1 41 66 47 10


---------------------------------------
Received: (at 150241-close) by bugs.debian.org; 23 Jun 2002 05:35:25 +0000
>From rdonald@auric.debian.org Sun Jun 23 00:35:25 2002
Return-path: <rdonald@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 17M020-0004Io-00; Sun, 23 Jun 2002 00:35:25 -0500
Received: from rdonald by auric.debian.org with local (Exim 3.12 1 (Debian))
	id 17LzrL-0007wF-00; Sun, 23 Jun 2002 01:24:23 -0400
From: Cyril Bouthors <cyril@bouthors.org>
To: 150241-close@bugs.debian.org
X-Katie: $Revision: 1.17 $
Subject: Bug#150241: fixed in tcc 0.9.7-1
Message-Id: <E17LzrL-0007wF-00@auric.debian.org>
Sender: Randall Donald <rdonald@auric.debian.org>
Date: Sun, 23 Jun 2002 01:24:23 -0400
Delivered-To: 150241-close@bugs.debian.org

We believe that the bug you reported is fixed in the latest version of
tcc, which is due to be installed in the Debian FTP archive:

tcc_0.9.7-1.diff.gz
  to pool/main/t/tcc/tcc_0.9.7-1.diff.gz
tcc_0.9.7-1.dsc
  to pool/main/t/tcc/tcc_0.9.7-1.dsc
tcc_0.9.7-1_i386.deb
  to pool/main/t/tcc/tcc_0.9.7-1_i386.deb
tcc_0.9.7.orig.tar.gz
  to pool/main/t/tcc/tcc_0.9.7.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 150241@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Cyril Bouthors <cyril@bouthors.org> (supplier of updated tcc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 17 Jun 2002 13:27:14 +0200
Source: tcc
Binary: tcc
Architecture: source i386
Version: 0.9.7-1
Distribution: unstable
Urgency: low
Maintainer: Cyril Bouthors <cyril@bouthors.org>
Changed-By: Cyril Bouthors <cyril@bouthors.org>
Description: 
 tcc        - Tiny C Compiler - The Smallest ANSI C compiler
Closes: 150241
Changes: 
 tcc (0.9.7-1) unstable; urgency=low
 .
   * Initial Release (closes: #150241).
Files: 
 4ff99a4360edaa4f5ffff578a4d6d631 547 devel optional tcc_0.9.7-1.dsc
 0acaeaec6ab1846fec00a1792afc7141 104058 devel optional tcc_0.9.7.orig.tar.gz
 35b7d42272d980d41375a86a32177411 3734 devel optional tcc_0.9.7-1.diff.gz
 8a5185ccf12088acabcb5af3d26a5630 46370 devel optional tcc_0.9.7-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9EI5uZ1SJHeqsYt8RAtn5AJoDqUKnpo/dJGVDxJnQ1MD+VsspsQCfdNau
ymyq1ZO6G5ttdHGWZ4gErKw=
=rgEt
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to debian-wnpp-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: