| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
02 Mar 2013 15:24:46
0.9.25_2
|
sunpoet  |
- Restore PORTREVISION |
02 Mar 2013 14:52:46
0.9.25
|
miwi  |
- Update to 0.9.25
PR: 176551
Submitted by: Ports Fury |
18 Oct 2012 19:13:11
0.9.25_2
|
dinoex  |
- drop maintainership
Feature safe: yes |
13 Oct 2012 13:39:59
0.9.25_2
|
dinoex  |
- cleanup comments
Feature safe: yes |
24 Oct 2011 04:05:11
0.9.25_2
|
dinoex  |
- honor PREFIX
PR: 161944
Submitted by: Nali Toja |
03 Jul 2011 13:45:36
0.9.25_2
|
ohauer  |
- remove MD5 |
06 Dec 2009 15:08:37
0.9.25_2
|
luigi  |
Update files/README.tccelf files/patch-libtcc.c to reflect some
fixes i made recently.
Add files/patch-z1-preproc which implements -include, -M and some
related preprocessing macros to improve portability
Bump portrevision accordingly
Should close PR/141185 |
29 Nov 2009 07:59:08
0.9.25_1
|
dinoex  |
- fix segfaults for linked elfs binaries
PR: 138481
Submitted by: Luigi Rizzo |
21 Aug 2009 04:39:28
0.9.25
|
dinoex  |
- add experimetal support for new archs |
21 May 2009 04:42:25
0.9.25
|
dinoex  |
- update to 0.9.25
http://bellard.org/tcc/changelog.html |
27 Feb 2009 11:08:47
0.9.24
|
dinoex  |
- add CONFLICTS with lang/TenDRA
PR: 130167 |
30 Nov 2008 21:00:42
0.9.24
|
dinoex  |
- set ONLY_FOR_ARCHS i386 |
30 Nov 2008 14:03:58
0.9.24
|
dinoex  |
Tiny 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 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.
WWW: http://bellard.org/tcc/ |
19 Feb 2007 09:37:14
0.9.23_1
|
gabor  |
Remove expired port:
2006-12-01 lang/tcc: is only for i386, and you are running amd64.
Approved by: erwin (mentor, implicit) |
02 Sep 2006 20:27:12
0.9.23_1
|
kris  |
Schedule these ignored ports for termination on 2006-12-01 |
16 Aug 2006 22:12:53
0.9.23_1
|
kris  |
Change BROKEN to IGNORE to prevent package build |
19 May 2006 15:40:47
0.9.23_1
|
jkoshy  |
Register a conflict with TenDRA-4*.
Reminded by: Volker Stolz <stolz at i2.informatik.rwth-aachen.de> |
19 May 2006 02:07:30
0.9.23_1
|
jkoshy  |
Mark this port as BROKEN till -c compilation is fixed.
Submitted by: <serge.gagnon at b2b2c.ca> Serge Gagnon,
Zahemszky Gábor <Gabor at Zahemszky.HU> |
18 May 2006 02:48:35
0.9.23_1
|
jkoshy  |
Correct a plist error.
Reported by: kris |
16 May 2006 01:42:47
0.9.23
|
jkoshy  |
A new port for TinyCC, a small and fast C compiler.
Tcc's features include:
* 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. |