log

age author description
Thu, 03 Apr 2008 22:53:32 -0500 Rob Landley Remove c67 and win32 from make all until I have a test environment for them.
Thu, 03 Apr 2008 13:25:21 -0500 Rob Landley Remove "expand_args()", which didn't do anything. (For -run mode, the shell
Sat, 29 Mar 2008 14:18:28 -0500 Rob Landley Bugfix for "tinycc - -v < hello.c"
Sat, 29 Mar 2008 13:51:33 -0500 Rob Landley Support filename "-" as a synonym for /dev/stdin.
Fri, 21 Mar 2008 20:25:14 -0500 Rob Landley Simplify ld_next() a bit, removing gotos and case 'a' ... 'z' construct.
Fri, 21 Mar 2008 20:21:49 -0500 Rob Landley Check in some notes on the elf spec, and update web page header to include
Thu, 20 Mar 2008 17:25:10 -0500 Rob Landley Add make/selftest.sh for a "tcc building itself repeatedly" test.
Wed, 19 Mar 2008 12:54:04 -0500 Rob Landley Oops. HOST=i.86 should become i386, not i686.
Tue, 18 Mar 2008 19:15:20 -0500 Rob Landley Silence a warning gcc is too stupid to emit properly.
Tue, 18 Mar 2008 18:58:45 -0500 Rob Landley Silence warning when building arm target.
Tue, 18 Mar 2008 18:52:00 -0500 Rob Landley Rename o() to gen_multibyte().
Tue, 18 Mar 2008 18:50:19 -0500 Rob Landley Make cross compiling a little easier. (Currently isn't building libtinyccrt
Sun, 16 Mar 2008 16:50:28 -0500 Rob Landley Rename g() to gen_byte(). Much easier to grep for, and a step towards making
Sun, 16 Mar 2008 16:49:37 -0500 Rob Landley Install should use $PREFIX.
Sat, 15 Mar 2008 21:23:24 -0500 Rob Landley The dynamic linker location belongs in configure, move it there.
Sat, 15 Mar 2008 20:10:47 -0500 Rob Landley Update the version info. (Oops.)
Wed, 12 Mar 2008 00:14:36 -0500 Rob Landley Update web page to mention release.
Wed, 12 Mar 2008 00:08:36 -0500 Rob Landley Added tag 1.0.0-pre2 for changeset 70d322018e75
Wed, 12 Mar 2008 00:07:07 -0500 Rob Landley It's .PHONY: not .dummy: 1.0.0-pre2
Tue, 11 Mar 2008 23:51:35 -0500 Rob Landley Add a Makefile with some make/* wrappers, for UI reasons. Remove CC_CRTDIR
Tue, 11 Mar 2008 23:45:07 -0500 Rob Landley Use library search path for crt?.o, and for ld script libraries with no path.
Tue, 11 Mar 2008 23:22:40 -0500 Rob Landley Whack one more warning.
Tue, 11 Mar 2008 08:42:05 -0500 Rob Landley Remove one warning and remove duplicate code from tcc_add_library()
Mon, 10 Mar 2008 23:05:10 -0500 Rob Landley Remove more unused symbols.
Sat, 08 Mar 2008 12:07:14 -0600 Rob Landley Remove a little more unused code, removes two warnings.
Sat, 08 Mar 2008 12:06:21 -0600 Rob Landley Add "all" target, and require user to specify the target they want to build.
Sat, 08 Mar 2008 12:04:18 -0600 Rob Landley Eliminate one more warning.
Thu, 06 Mar 2008 21:41:25 -0600 Rob Landley Make c67 compile again. (If anybody knows what C67 _is_, I'm a bit curious...)
Thu, 06 Mar 2008 21:20:30 -0600 Rob Landley Missed one moving Sym.v -> Sym.token.
Thu, 06 Mar 2008 21:19:16 -0600 Rob Landley Update TCC_TARGET_* to TINYCC_TARGET_* (which is what new build sets).