log

age author description
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.
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.
Sat, 10 Nov 2007 13:19:40 -0600 Rob Landley Fix ./make --clean and prepare to do surgery on library and include path logic.
Tue, 06 Nov 2007 03:57:56 -0600 Rob Landley Update the rest of the files to build with the new make script.
Tue, 06 Nov 2007 03:56:04 -0600 Rob Landley First stab at new make infrastructure.
Sun, 04 Nov 2007 22:55:09 -0600 Rob Landley Disentangle makefile slightly.
Sun, 04 Nov 2007 22:52:43 -0600 Rob Landley New readme.
Wed, 31 Oct 2007 01:47:07 -0500 Rob Landley Exercise LGPL clause 3 and convert more notices from LGPL to GPLv2. (If you
Wed, 31 Oct 2007 01:23:19 -0500 Rob Landley Ahem, commit the _new_ version of index.html, not the one up on the site at
Tue, 30 Oct 2007 20:41:54 -0500 Rob Landley Replace instances of "tcc" with "tinycc" in documentation.
Tue, 30 Oct 2007 20:35:15 -0500 Rob Landley Remove unnecessary instances of filename in #anchor tags.
Tue, 30 Oct 2007 20:32:16 -0500 Rob Landley Add links to ISO C99 standard.
Tue, 30 Oct 2007 20:31:40 -0500 Rob Landley Add web page to repository. Start using html as master for documentation.
Tue, 30 Oct 2007 20:18:33 -0500 Rob Landley Rename tcclib.h to tinyinc.h and update examples.
Mon, 29 Oct 2007 03:21:30 -0500 Rob Landley Take advantage of LGPL section 3 to convert the license to GPL version 2.
Wed, 03 Oct 2007 18:15:48 -0500 Rob Landley Split post_type() into parse_function_parameters() and parse_array_dimensions().
Tue, 02 Oct 2007 21:47:58 -0500 Rob Landley First bit of dynamic arrays. Doesn't work yet, but gives a specific error
Tue, 02 Oct 2007 21:29:02 -0500 Rob Landley Remove leftover tcc_free uses.
Tue, 02 Oct 2007 03:43:40 -0500 Rob Landley Test constant propogation in long long initialization.
Tue, 02 Oct 2007 03:38:20 -0500 Rob Landley Handle long long constants (redo internals of gen_opic() as long long).
Thu, 27 Sep 2007 19:29:20 -0500 Rob Landley If the first line of the file is "long long 1LL<32;" tcc screws up vstack[-1]
Thu, 27 Sep 2007 18:49:33 -0500 Rob Landley Replace nocode_wanted with cur_text_section==NULL, and teach bits of the