Re: [Tinycc-devel] TCC version 0.9.24 is out

2008-04-07 Thread grischka
From: "Fabrice Bellard": > grischka wrote: > > Future plans? Well, what about splitting the sources into parts > > and making them compile from distinct object files, now? WDYT? > > OK provided there are not many more .c and .h files as there are now. Here is a suggestion: - tcc.h ~1000

Re: [Tinycc-devel] TCC version 0.9.24 is out

2008-04-02 Thread Hanzac Chen
On Thu, Apr 3, 2008 at 1:50 AM, grischka wrote: > Latest new features are compilation from standard input and > multiple verbosity levels (tcc -v, -vv, -vvv). > > Get it from here: > http://fabrice.bellard.free.fr/tcc/ > > Or here: > http://savannah.nongnu.org/projects/tinycc > > Future plans? Wel

Re: [Tinycc-devel] TCC version 0.9.24 is out

2008-04-02 Thread Fabrice Bellard
grischka wrote: > Latest new features are compilation from standard input and > multiple verbosity levels (tcc -v, -vv, -vvv). > > Get it from here: > http://fabrice.bellard.free.fr/tcc/ > > Or here: > http://savannah.nongnu.org/projects/tinycc > > Future plans? Well, what about splitting the s

Re: [Tinycc-devel] TCC version 0.9.24 is out

2008-04-02 Thread Bernhard Fischer
On Wed, Apr 02, 2008 at 07:50:36PM +0200, grischka wrote: >Future plans? Well, what about splitting the sources into parts >and making them compile from distinct object files, now? WDYT? Sounds like a good thing to me (not a volunteer, atm). I would start with splitting the LIB into a separate s

[Tinycc-devel] TCC version 0.9.24 is out

2008-04-02 Thread grischka
Latest new features are compilation from standard input and multiple verbosity levels (tcc -v, -vv, -vvv). Get it from here: http://fabrice.bellard.free.fr/tcc/ Or here: http://savannah.nongnu.org/projects/tinycc Future plans? Well, what about splitting the sources into parts and making them c