log

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.
Sun, 20 Jan 2008 15:33:50 -0600 Rob Landley Add a script that downloads and installs mingw (a binary win32 toolchain based
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.
Mon, 14 Jan 2008 22:38:23 -0600 Rob Landley Clean should delete shared libraries, too.
Thu, 03 Jan 2008 17:10:59 -0600 Rob Landley Upgrade test.sh to test tinycc as a shared library.
Thu, 03 Jan 2008 15:04:21 -0600 Rob Landley Rename runtime library to libtinyccrt-$ARCH.a, build libtinycc-$ARCH.so to
Fri, 28 Dec 2007 17:33:06 -0600 Rob Landley Rename ggoto() to gen_goto().
Thu, 27 Dec 2007 20:53:10 -0600 Rob Landley Split option parsing logic into a separate source file.
Thu, 27 Dec 2007 00:34:59 -0600 Rob Landley Replace label and gotos with a for(;;) loop, break, and continue.
Fri, 14 Dec 2007 19:57:38 -0600 Rob Landley Michael Lewis had a problem with floating point on Windows, suggested a
Fri, 14 Dec 2007 19:35:54 -0600 Rob Landley Don't pollute the namespace with built-in symbols that don't start with __.
Thu, 13 Dec 2007 05:40:46 -0600 Rob Landley Check in the web page with the release announcement.
Mon, 10 Dec 2007 19:55:40 -0600 Rob Landley Added tag 0.9.25-pre1 for changeset d98d14707471
Mon, 10 Dec 2007 19:54:16 -0600 Rob Landley As long as there's only one target, make the "tinycc" symlink. (Need to 0.9.25-pre1
Mon, 10 Dec 2007 19:53:08 -0600 Rob Landley Neither are arm and c67. Since all I've tested is i386 (and after a quick
Mon, 10 Dec 2007 18:09:34 -0600 Rob Landley The win32 target isn't working at the moment, worry about it when
Mon, 10 Dec 2007 16:34:38 -0600 Rob Landley Clean shouldn't try to remove the directory "tests".
Mon, 10 Dec 2007 16:11:21 -0600 Rob Landley Fix gen_opic() to properly &&, ||, and == NULL against symbols. Add test.
Sun, 09 Dec 2007 15:37:23 -0600 Rob Landley Update clean for test files, have make/test.sh print a success message, change
Sun, 09 Dec 2007 14:57:26 -0600 Rob Landley Yet another bug in the escape parsing logic.
Sun, 09 Dec 2007 14:36:32 -0600 Rob Landley Fix the octal parsing logic I broke in changeset 506 and partially fixed in
Sun, 09 Dec 2007 03:32:56 -0600 Rob Landley Add back the test suite.
Sat, 08 Dec 2007 23:37:33 -0600 Rob Landley Finish make/install.sh, and update make/make.sh to use one TINYCC_INSTALLDIR
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 16:47:19 -0600 Rob Landley Fix octal string escapes. (Thinko.)
Wed, 05 Dec 2007 16:46:51 -0600 Rob Landley Clean should remove "tinycc" symlink too.