log

age author description
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.
Wed, 05 Dec 2007 16:33:42 -0600 Rob Landley Comment tweak.
Wed, 05 Dec 2007 14:49:28 -0600 Rob Landley Add -v option (and -v -v, and -v -v -v).
Wed, 05 Dec 2007 05:33:59 -0600 Rob Landley Fix path logic so "hello world" builds again. (Still need to finish install.)
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, 26 Nov 2007 16:54:15 -0600 Rob Landley Move win32/include/winapi/* into win32/include to simplify search path.
Mon, 26 Nov 2007 06:03:53 -0600 Rob Landley Add make.sh back, along with clean.sh and install.sh.
Mon, 26 Nov 2007 06:03:09 -0600 Rob Landley Moving make to make/make.sh confuses the heck out of mercurial.
Wed, 21 Nov 2007 14:28:46 -0600 Rob Landley Update web page.
Thu, 15 Nov 2007 16:13:42 -0600 Rob Landley Update web page to mention new mailing list.
Wed, 14 Nov 2007 00:55:53 -0600 Rob Landley Unknown #preprocessor directives should be a warning, not an error. (Marc
Mon, 12 Nov 2007 23:34:23 -0600 Rob Landley Ahem. I broked it. (Fix \n parsing in strings. Thinko.)
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
Sun, 11 Nov 2007 03:31:05 -0600 Rob Landley Move arm-gen.c to arm/gen.c
Sun, 11 Nov 2007 03:29:57 -0600 Rob Landley Rename files in i386 directory to have more standard names, for make script.
Sat, 10 Nov 2007 17:58:25 -0600 Rob Landley Clean up malloc() and friends to xmalloc/xzmalloc/xstrdup, and remove redundant
Sat, 10 Nov 2007 13:37:05 -0600 Rob Landley Merge the two uses of isoct() (plus one that should have been), then inline it.
Sat, 10 Nov 2007 13:20:41 -0600 Rob Landley Every use of isid() can be replaced by isidnum_table[], so do it.