log

age author description
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
Wed, 26 Sep 2007 02:36:31 -0500 Rob Landley Handle parentheses within an __attribute__ definition.
Sat, 22 Sep 2007 04:39:52 -0500 Rob Landley Prevent segfault if first line of program is "int a = blah();", plus a few
Fri, 21 Sep 2007 16:21:19 -0500 Rob Landley Workaround for a bug in glibc where #include <regex.h> misuses restrict.
Fri, 21 Sep 2007 02:43:28 -0500 Rob Landley Remove MEM_DEBUG and now-useless tcc_free() wrapper. Now, would anyone like to
Thu, 20 Sep 2007 02:52:04 -0500 Rob Landley Minor cleanup removing a goto and untangling weird if() logic.
Sat, 08 Sep 2007 17:30:03 -0500 Rob Landley Replace global "ch" with "fch" so it's slightly easier to grep for. (It's the
Sat, 08 Sep 2007 05:09:17 -0500 Rob Landley Bug fix: don't ignore #include <blah.h> in the very first line of a file.
Thu, 06 Sep 2007 05:42:28 -0500 Rob Landley GLIBC's headers need to see C99 support to use "long long".
Wed, 05 Sep 2007 21:26:57 -0500 Rob Landley Constant strings yield a constant for &&, ||, or == NULL.
Wed, 05 Sep 2007 18:08:08 -0500 Rob Landley From Joshua Phillips, fix dereferences used in inline assembly output.
Wed, 05 Sep 2007 17:59:54 -0500 Rob Landley Another fix from Joshua Phillips, for casting between pointers to integers of
Wed, 05 Sep 2007 17:47:17 -0500 Rob Landley Joshua Phillips fixed size of structs with empty array member.
Wed, 05 Sep 2007 17:36:42 -0500 Rob Landley Joshua Phillips fixed backslash parsing between #ifdefs (\garbage should not
Wed, 05 Sep 2007 17:32:02 -0500 Rob Landley Joshua Phillips: Added opcode definition for 8-bit sign-extended immediates in
Wed, 05 Sep 2007 00:06:26 -0500 Rob Landley Don't emit warning for boolean and/or between pointer and int.
Tue, 04 Sep 2007 23:51:37 -0500 Rob Landley Patch from Vincent Pit to fix visibility problems in the linker (resulting
Tue, 04 Sep 2007 23:34:33 -0500 Rob Landley Allow && and || comparisons involving pointer arguments.
Mon, 03 Sep 2007 09:57:18 -0500 Gregg Reynolds minor changes to enable compilation on OpenBSD
Tue, 04 Sep 2007 00:26:12 -0500 Rob Landley Slightly simplify makefile, removing some assumptions that host is 386.
Fri, 31 Aug 2007 18:51:51 -0500 Rob Landley Apparently, despite DWORD being a Windows type, the symbol is undefined trying
Fri, 31 Aug 2007 13:41:59 -0500 Rob Landley Fabrice clarified that -r means "output a .o file", so revert conditional and
Thu, 30 Aug 2007 19:04:52 -0500 Rob Landley Allow -r to be used with -shared.
Tue, 28 Aug 2007 20:56:28 -0500 Rob Landley Fabrice just confirmed that these two files should be LGPL, not GPL, so fix
Tue, 28 Aug 2007 20:33:06 -0500 Rob Landley Remove an unused header (that breaks building with newlib).
Mon, 27 Aug 2007 00:48:17 -0500 Rob Landley Patch from Simon 'corecode' Schubert to skil -ldl on DragonFly BSD.
Sat, 18 Aug 2007 01:13:00 -0500 Rob Landley Add the global compound literals thing to tcctests.c
Sat, 18 Aug 2007 01:02:45 -0500 Rob Landley Patch from Andrew Johnson to fix global compound literals.
Sat, 18 Aug 2007 00:13:48 -0500 Rob Landley Patch from Rumko to support Dragonfly BSD. (We really need a "platform.h".)
Sat, 18 Aug 2007 00:08:46 -0500 Rob Landley Fix tcc exit code when unable to create output file.
Fri, 15 Jun 2007 18:13:50 -0400 Rob Landley Patch from Zdenek Pavlas to generate better code for case labels with no code
Wed, 16 May 2007 20:04:21 -0400 Rob Landley Patch from Zdenek Pavlas, affects PE target:
Sat, 12 May 2007 19:43:33 -0400 Rob Landley Stringize patch from Harald van Dijk:
Sat, 12 May 2007 00:33:24 -0400 Rob Landley Add i386/*.o to make clean.
Sat, 12 May 2007 00:30:09 -0400 Rob Landley Alloca test. Dunno why this didn't get committed...
Sat, 12 May 2007 00:20:07 -0400 Rob Landley Implement alloca for x86 (grischka case_8).
Sat, 12 May 2007 00:15:39 -0400 Rob Landley Move i386-specifc files into an i386 subdirectory.
Tue, 08 May 2007 22:16:31 -0400 Rob Landley Whitespace (tabs to spaces).
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.
Tue, 08 May 2007 22:01:50 -0400 Rob Landley Move asmtest.S into the tests directory.
Tue, 08 May 2007 21:24:23 -0400 Rob Landley Minor documentation tweaks.
Mon, 07 May 2007 12:44:33 -0400 Rob Landley Why doesn't iso646 "#define begin {" and "#define end }" while it's at it?