[Tinycc-devel] Trivial spelling patch

2007-11-26 Thread KHMan
Hi all, This trivial patch fixes some spelling mistakes. If anyone has a documentation or comment patch, I can put such minor patches together and commit them in one go. I won't commit this for now, just posting to notify the list first. -- Cheers, Kein-Hong Man (esq.) Kuala Lumpur, Malaysia di

Re: [Tinycc-devel] Breaking tcc into manageable chunks

2007-11-26 Thread KHMan
Joshua Phillips wrote: > Oughtn't tcc be broken into multiple source files? I tried studying the sources over the weekend, and it looks like a lot of functionality is mashed together, due to its "tiny" heritage. So I think breaking up tcc.c would be a non-trivial task. Perhaps worth a shot, though

Re: [Tinycc-devel] Breaking tcc into manageable chunks

2007-11-26 Thread Mike
LOL. You could break it into whatever organization you want. It seems like tcc.c uses #include ".c" a lot. I like that usage, don't you? Joshua Phillips wrote: Oughtn't tcc be broken into multiple source files? ___ Tinycc-devel mailing list Tiny

[Tinycc-devel] Breaking tcc into manageable chunks

2007-11-26 Thread Joshua Phillips
Oughtn't tcc be broken into multiple source files? ___ Tinycc-devel mailing list Tinycc-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Re: [Tinycc-devel] tinycc Changelog

2007-11-26 Thread grischka
From: "Zdenek Pavlas": > On Sun, Nov 25, 2007 at 10:13:08PM +, grischka wrote: > > > Reverted case label optimization > > (See Changelog for details). > > > Last added case label optimization (455) produced wrong code. > > Reverted. > > Have you some more information how to reproduce the b

Re: [Tinycc-devel] tinycc Changelog

2007-11-26 Thread grischka
From: "Marc Andre Tanner" > Hi, > > It would be nice if you could make one commit per fix, it makes it > easier to follow what's going on. > > Thanks, > Marc > Okay, will TRY to do so. And I know I interpreted your "hanging tcc -E" fix quite a bit different. And actually I'm not even shure t

Re: [Tinycc-devel] Is there random function in TCC

2007-11-26 Thread Joshua Phillips
tcc does not provide such functions - they are provided by libc. On Monday 26 November 2007 02:54:34 oyster wrote: > as the title says, where is the random function? > thanx > > > ___ > Tinycc-devel mailing list > Tinycc-devel@nongnu.org > http://lists.n

Re: [Tinycc-devel] tinycc Changelog

2007-11-26 Thread Zdenek Pavlas
On Sun, Nov 25, 2007 at 10:13:08PM +, grischka wrote: Reverted case label optimization (See Changelog for details). > Last added case label optimization (455) produced wrong code. > Reverted. Have you some more information how to reproduce the bug? Looked simple enough to