log

age author description
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).
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.
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