Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b23df623cf9ed73a939d3958568205317ba86b62)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b23df623cf9ed73a939d3958568205317ba86b62)
  • Date: Wed, 9 Apr 2008 05:44:10 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

devel/tcc/DETAILS | 35 ++++++++++++++++++++++++-----------
devel/tcc/HISTORY | 5 ++++-
2 files changed, 28 insertions(+), 12 deletions(-)

New commits:
commit b23df623cf9ed73a939d3958568205317ba86b62
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

tcc: => 0.9.24

diff --git a/devel/tcc/DETAILS b/devel/tcc/DETAILS
index b39e82d..2b4dff8 100755
--- a/devel/tcc/DETAILS
+++ b/devel/tcc/DETAILS
@@ -1,9 +1,9 @@
SPELL=tcc
- VERSION=0.9.23
- SOURCE=$SPELL-$VERSION.tar.gz
+ VERSION=0.9.24
+ SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://fabrice.bellard.free.fr/tcc/${SOURCE}
-
SOURCE_HASH=sha512:f741a9d6416dd23b97743e4a984b84613a2571744008956c1167abbc503e00d7edb721b64108a7cc2193d4a5605e42846d12d1e77060266d343f9bc477b624b4
+ SOURCE_URL[0]=http://download.savannah.nongnu.org/releases/tinycc/$SOURCE
+
SOURCE_HASH=sha512:f0d2727501d21a25bd92f6d6a0d903d86ce95b2fd9dfe406bc896312393aab4bc1a76d4ccbca0c4cb6494bb935435e6687cfc1daa75fc04ae9a78b0b1b786f3d
WEB_SITE=http://fabrice.bellard.free.fr/tcc/
ENTERED=20031218
LICENSE[0]=LGPL
@@ -13,11 +13,24 @@ cat << EOF
Tiny C Compiler - C Scripting Everywhere - The Smallest Linux C Compiler.

Features:
- * SMALL! You can compile and execute C code everywhere, for example on
rescue disks (about 100KB for x86 TCC executable, including C preprocessor, C
compiler, assembler and linker).
- * FAST! tcc generates optimized x86 code. No byte code overhead.
Compile, assemble and link several times faster than GCC.
- * 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 and GNU-like assembler included.
- * C script supported : just add '#!/usr/local/bin/tcc -run' at the first
line of your C source, and execute it directly from the command line.
- * With libtcc, you can use TCC as a backend for dynamic code generation.
+* SMALL! You can compile and execute C code everywhere, for example on rescue
+ disks (about 100KB for x86 TCC executable, including C preprocessor,
+ C compiler, assembler and linker).
+
+* FAST! tcc generates optimized x86 code. No byte code overhead. Compile,
+ assemble and link several times faster than GCC.
+
+* 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 and GNU-like assembler included.
+
+* C script supported : just add '#!/usr/local/bin/tcc -run' at the first line
+ of your C source, and execute it directly from the command line.
+
+* With libtcc, you can use TCC as a backend for dynamic code generation.
EOF
diff --git a/devel/tcc/HISTORY b/devel/tcc/HISTORY
index 5eb097d..03920a9 100644
--- a/devel/tcc/HISTORY
+++ b/devel/tcc/HISTORY
@@ -1,3 +1,7 @@
+2008-04-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: Fixed SOURCE_URL[0]
+ updated spell to 0.9.24
+
2007-03-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* BUILD: fix arch detection #12251; use default_build, fixed man path

@@ -16,4 +20,3 @@

2003-12-18 Eric Sandall <sandalle AT sourcemage.org>
* Created
-



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b23df623cf9ed73a939d3958568205317ba86b62), Vlad Glagolev, 04/09/2008

Archive powered by MHonArc 2.6.24.

Top of Page