log tcc.h @ 554:8c020de0af57

age author description
Thu, 06 Mar 2008 20:53:55 -0600 Rob Landley Fix earlier options.c break-up by migrating some stuff from tcc.h to tinycc.h.
Mon, 21 Jan 2008 00:29:43 -0600 Rob Landley More simplification and attacking warnings.
Thu, 17 Jan 2008 23:26:25 -0600 Rob Landley One of the members of "struct Sym" is a token. Rename it from "v" to "token", and change local variables
Thu, 17 Jan 2008 22:59:03 -0600 Rob Landley Minor tweaks for building on a 64-bit host, and remove an unnecessary local variable.
Thu, 27 Dec 2007 20:53:10 -0600 Rob Landley Split option parsing logic into a separate source file.
Fri, 07 Dec 2007 11:30:34 -0600 Rob Landley Unfortunately gcc defines things like "i386" to 1 (and not just __i386__
Wed, 05 Dec 2007 20:31:56 -0600 Rob Landley Convert other config symbols to not need quotes around them.
Wed, 05 Dec 2007 18:33:34 -0600 Rob Landley Look for the right libtinycc name, add TOSTR() macro, tweak make/make.sh to
Wed, 05 Dec 2007 14:49:28 -0600 Rob Landley Add -v option (and -v -v, and -v -v -v).
Tue, 04 Dec 2007 14:57:15 -0600 Rob Landley Convert more paths to add_dynarray_path().
Tue, 04 Dec 2007 14:27:48 -0600 Rob Landley Add "struct dynarray" to group some dynamic array logic. Make the colon
Fri, 30 Nov 2007 01:59:34 -0600 Rob Landley The old build system doesn't apply to the current source anymore, remove it.
Mon, 12 Nov 2007 18:47:56 -0600 Rob Landley More work on the library paths so we can override enough things to build
Sun, 11 Nov 2007 03:45:57 -0600 Rob Landley Teach tcc.c to handle colon separated paths (semicolon separated on a win32
Tue, 06 Nov 2007 03:57:56 -0600 Rob Landley Update the rest of the files to build with the new make script.
Wed, 31 Oct 2007 01:47:07 -0500 Rob Landley Exercise LGPL clause 3 and convert more notices from LGPL to GPLv2. (If you
Tue, 02 Oct 2007 21:47:58 -0500 Rob Landley First bit of dynamic arrays. Doesn't work yet, but gives a specific error
Fri, 21 Sep 2007 02:43:28 -0500 Rob Landley Remove MEM_DEBUG and now-useless tcc_free() wrapper. Now, would anyone like to
Mon, 03 Sep 2007 09:57:18 -0500 Gregg Reynolds minor changes to enable compilation on OpenBSD
Tue, 28 Aug 2007 20:33:06 -0500 Rob Landley Remove an unused header (that breaks building with newlib).
Sat, 18 Aug 2007 00:13:48 -0500 Rob Landley Patch from Rumko to support Dragonfly BSD. (We really need a "platform.h".)
Sat, 12 May 2007 19:43:33 -0400 Rob Landley Stringize patch from Harald van Dijk:
Tue, 08 May 2007 22:11:08 -0400 Rob Landley Switch from the earlier -E patch to the one Fabrice checked into CVS last year.
Sun, 08 Apr 2007 13:13:32 -0400 Rob Landley More shuffling stuff around to facilitate breaking it up into multiple
Thu, 05 Apr 2007 13:43:05 -0400 Rob Landley Timovj Lahde says this tweak fixes building on windows. (I wouldn't know.)
Thu, 22 Mar 2007 23:04:59 -0400 Rob Landley Start breaking up tcc.c, starting with tcc.h.