savannah-hackers
[Top][All Lists]
Advanced

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

Re: [Savannah-hackers] savannah.gnu.org: submission of Tiny C Compiler


From: Jaime E . Villate
Subject: Re: [Savannah-hackers] savannah.gnu.org: submission of Tiny C Compiler
Date: Tue, 18 Jun 2002 00:48:55 +0100
User-agent: Mutt/1.2.5i

Hi,
You said in your registration that your project is under the LGPL license, but
the source code (tcc-0.9.7.tar.gz) I've found in http://tinycc.org is covered
by the GPL license. Could you please clarify what the license of your package
is?

Jaime
 
On Mon, Jun 17, 2002 at 09:13:02AM -0400, address@hidden wrote:
> 
> A package was submitted to savannah.gnu.org.
> This mail was sent to address@hidden, address@hidden
> 
> 
> Fabrice Bellard <address@hidden> described the package as follows:
> License: lgpl
> Other License: 
> Package: Tiny C Compiler
> System name: tinycc
> This package does NOT want to apply for inclusion in the GNU project
> 
> Description:
> 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 10 times faster than \'gcc -O0\'.
> 
>     - UNLIMITED! Any C dynamic library can be used directly. TCC implements 
> most of the ISOC99 standard. 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.
> 
> Home page: http://tinycc.org
> 
> Fabrice Bellard.
> 
> Other Software Required:
> 
> 
> Other Comments:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]