log

age author description
Thu, 14 Jun 2012 20:28:25 -0500 Rob Landley Plan for relicensing under 2-clause BSD. default tip
Wed, 13 Jun 2012 09:33:28 -0500 Rob Landley And so it begins.
Thu, 24 Apr 2008 16:05:02 -0500 Rob Landley Bugfix from Sean Matthews.
Tue, 08 Apr 2008 23:27:49 -0500 Rob Landley Pay attention to CC_HEADERPATH out of ./configure
Sun, 06 Apr 2008 17:55:44 -0500 Rob Landley Rename gsym() and gsym_addr() to gen_resolve_sym() and gen_resolve_sym_addr(),
Sun, 06 Apr 2008 17:30:40 -0500 Rob Landley Fix make/make.sh after that last checking (I broke it) and speed up selftest.sh
Sun, 06 Apr 2008 17:02:18 -0500 Rob Landley Replace old "DEBUG=echo" with "VERBOSE=1", which shows the command lines
Sun, 06 Apr 2008 16:10:01 -0500 Rob Landley Small fix for building on a 64 bit host.
Sun, 06 Apr 2008 15:11:54 -0500 Rob Landley Correct a comment with the proper assembly statement.
Fri, 04 Apr 2008 00:18:36 -0500 Rob Landley Now that we pass selftest.sh again, fix a bug in the sanity test at the end.
Fri, 04 Apr 2008 00:14:55 -0500 Rob Landley Fix bug I introduced in hg 574. Oops.
Thu, 03 Apr 2008 22:54:56 -0500 Rob Landley Rename global gen.c variable ind to gen_ind.
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).
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
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
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?
Sun, 06 May 2007 13:17:12 -0400 Rob Landley Move tiny_impdef into win32 directory.
Sun, 06 May 2007 12:17:00 -0400 Rob Landley Fix indirections with function pointers (***fn)() (grischka-2005-09-29 case_9)
Fri, 04 May 2007 13:06:25 -0400 Rob Landley Fix signedness of LL shift operators in libtcc1.c (grischka-2005-09-25 case_10)
Thu, 03 May 2007 16:01:35 -0400 Rob Landley Pass structures through ?:, test for function pointers too
Thu, 03 May 2007 15:29:49 -0400 Rob Landley Keep rvalue of bitfield assignment: bit1=bit2=1, grischka-2005-09-25 case_3
Thu, 03 May 2007 13:13:20 -0400 Rob Landley Permit certain pointer assignments (grischka-2005-09-25 case_7)
Thu, 03 May 2007 13:08:53 -0400 Rob Landley Fix bug in ||, &&, ! (save registers through jumps), grischka-2005-09-25 case_2
Thu, 03 May 2007 12:10:26 -0400 Rob Landley Move tccpe.c into the win32 subdirectory, and fix makefile to know about it.
Wed, 02 May 2007 18:05:36 -0400 Rob Landley Force "static" variables to be in global memory (grischka-2005-09-25 bugfix 5).
Wed, 02 May 2007 17:18:07 -0400 Rob Landley Support casting pointer to short or _Bool (grischka-2005-09-25 bugfix 6.1).
Tue, 01 May 2007 17:26:50 -0400 Rob Landley Remove a dead line that can't trigger.
Tue, 01 May 2007 17:18:57 -0400 Rob Landley Fix nonconstant double->bool conversion (grischka-2005-09-25 bugfix 6.2).
Wed, 18 Apr 2007 14:52:22 -0400 Rob Landley Another tweak from Timovj Lahde which he says makes it build on windows.
Sun, 08 Apr 2007 13:13:32 -0400 Rob Landley More shuffling stuff around to facilitate breaking it up into multiple
Thu, 05 Apr 2007 13:43:05 -0400 Rob Landley Timovj Lahde says this tweak fixes building on windows. (I wouldn't know.)
Wed, 04 Apr 2007 14:48:49 -0400 Rob Landley Two uClibc fixes from Natanael Copa.
Fri, 30 Mar 2007 11:46:43 -0400 Horst H. von Brand tests/libtcc_test.c should use "../" to refer to .h in upper directory
Thu, 22 Mar 2007 23:04:59 -0400 Rob Landley Start breaking up tcc.c, starting with tcc.h.
Tue, 27 Feb 2007 13:39:55 -0500 Rob Landley Notice multiple typedef specifiers.
Mon, 26 Feb 2007 00:37:43 -0500 Rob Landley Change default install path from /usr/local to /usr.
Sun, 25 Feb 2007 22:54:52 -0500 Rob Landley Dave Dodge's tcc-0.9.23-pp-number-multi-pasting.patch:
Sun, 25 Feb 2007 22:43:07 -0500 Rob Landley From Dave Dodge: When a long long value is used as test expression, for
Sun, 25 Feb 2007 22:18:49 -0500 Rob Landley Add test for sign extension thing (commit 401).
Thu, 22 Feb 2007 15:17:33 -0500 Rob Landley Patch from Felix Nawothnig to zero the high bits of floating point constants
Thu, 22 Feb 2007 15:06:23 -0500 Rob Landley Fix "make test" dependencies when run right after "make clean".
Wed, 21 Feb 2007 13:20:21 -0500 Rob Landley Add test for -1>sizeof(int) to test suite.
Wed, 21 Feb 2007 13:14:27 -0500 Rob Landley Attempt to fix http://osvdb.org/displayvuln.php?osvdb_id=22956
Wed, 21 Feb 2007 13:12:49 -0500 Rob Landley Tweak paths so "make test" works with the gcc on my laptop.
Mon, 22 Jan 2007 13:18:11 -0500 Rob Landley Tweak from Axel Liljencrantz to parse unicode escape sequences.
Sat, 02 Dec 2006 11:23:17 -0500 Rob Landley Remove the debug signal handler code, which only works on an i386 host and is
Sun, 15 Oct 2006 20:13:50 -0400 landley Patch by Svein Berge adding -E to dump preprocessed files for the jsext project
Tue, 10 Oct 2006 15:25:02 -0400 landley Move includes into a subdirectory, and teach Makefile not to abort if it
Mon, 09 Oct 2006 14:29:02 -0400 landley Fix typo in clean and duplicate dependency in install.
Mon, 09 Oct 2006 13:12:45 -0400 landley ARM EABI bug fixes from Daniel Glockner.
Mon, 09 Oct 2006 13:10:55 -0400 landley Support for ARM EABI, by Daniel Glockner.
Mon, 09 Oct 2006 00:27:33 -0400 landley The help text is wrong, it's --enable-cross, not --build-cross.
Sun, 08 Oct 2006 22:57:59 -0400 landley Patch from Hasso Tepper <hasso@linux.ee> adding a simple va_copy()
Sun, 08 Oct 2006 22:54:25 -0400 landley Patch from Marcelo Jimenez <marcelo.jimenez@gmail.com> fixing the
Sun, 08 Oct 2006 22:46:00 -0400 landley One "sign mismatch" warning down, 100 or so to go. I'm personally happier with
Sun, 08 Oct 2006 22:28:01 -0400 landley Move test code into a subdirectory.
Sun, 08 Oct 2006 13:59:19 -0400 landley A couple of minor tweaks: -funsigned-char breaks make test and that's the
Sun, 08 Oct 2006 12:28:30 -0400 landley And again, I applied it wrong.
Sun, 08 Oct 2006 12:24:42 -0400 landley Fix from David Heine for tcc typecast sign extension bug. For details, see
Sun, 08 Oct 2006 01:13:34 -0400 landley Bugfix from Dave Dodge: tcc doesn't properly handle the following construct:
Sun, 08 Oct 2006 01:06:44 -0400 landley Fix from Dave Dodge: The problem is that tcc doesn't have any code to recognize
Sun, 08 Oct 2006 01:04:58 -0400 landley Sigh, I miss applied-the previous floating point fix.
Sat, 07 Oct 2006 23:41:55 -0400 landley Fix from Daniel Glockner: save_reg tried to save a floating point value from
Sat, 07 Oct 2006 23:00:13 -0400 landley Fix "invalid relocation entry" problem on ubuntu. Fix from Bernhard
Mon, 20 Feb 2006 21:16:10 +0000 bellard [project @ 2006-02-20 21:16:10 by bellard]
Sun, 30 Oct 2005 21:53:14 +0000 bellard [project @ 2005-10-30 21:53:14 by bellard]
Sun, 04 Sep 2005 09:27:53 +0000 bellard [project @ 2005-09-04 09:27:53 by bellard]
Sun, 04 Sep 2005 09:18:26 +0000 bellard [project @ 2005-09-04 09:18:26 by bellard]
Sun, 04 Sep 2005 09:18:02 +0000 bellard [project @ 2005-09-04 09:18:02 by bellard]
Sat, 03 Sep 2005 22:51:34 +0000 bellard [project @ 2005-09-03 22:51:34 by bellard]
Sat, 03 Sep 2005 22:33:53 +0000 bellard [project @ 2005-09-03 22:33:53 by bellard]
Sat, 03 Sep 2005 22:23:59 +0000 bellard [project @ 2005-09-03 22:23:59 by bellard]
Sat, 03 Sep 2005 22:21:22 +0000 bellard [project @ 2005-09-03 22:21:22 by bellard]
Sat, 03 Sep 2005 22:18:51 +0000 bellard [project @ 2005-09-03 22:18:51 by bellard]
Sat, 03 Sep 2005 22:03:39 +0000 bellard [project @ 2005-09-03 22:03:39 by bellard]
Sat, 03 Sep 2005 21:54:47 +0000 bellard [project @ 2005-09-03 21:54:47 by bellard]
Sat, 03 Sep 2005 21:32:06 +0000 bellard [project @ 2005-09-03 21:32:06 by bellard]
Sat, 03 Sep 2005 21:07:35 +0000 bellard [project @ 2005-09-03 21:07:35 by bellard]
Sat, 03 Sep 2005 18:34:22 +0000 bellard [project @ 2005-09-03 18:34:22 by bellard]
Sat, 03 Sep 2005 18:31:43 +0000 bellard [project @ 2005-09-03 18:31:43 by bellard]
Fri, 17 Jun 2005 22:07:03 +0000 bellard [project @ 2005-06-17 22:07:03 by bellard]
Fri, 17 Jun 2005 22:06:18 +0000 bellard [project @ 2005-06-17 22:06:18 by bellard]
Fri, 17 Jun 2005 22:05:58 +0000 bellard [project @ 2005-06-17 22:05:58 by bellard]
Fri, 17 Jun 2005 22:03:50 +0000 bellard [project @ 2005-06-17 22:03:50 by bellard]
Fri, 17 Jun 2005 21:31:04 +0000 bellard [project @ 2005-06-17 21:31:04 by bellard]
Wed, 15 Jun 2005 22:32:29 +0000 bellard [project @ 2005-06-15 22:32:29 by bellard]
Wed, 15 Jun 2005 22:32:10 +0000 bellard [project @ 2005-06-15 22:32:10 by bellard]
Sun, 17 Apr 2005 13:15:54 +0000 bellard [project @ 2005-04-17 13:15:54 by bellard]
Sun, 17 Apr 2005 13:15:31 +0000 bellard [project @ 2005-04-17 13:15:31 by bellard]
Sun, 17 Apr 2005 13:15:05 +0000 bellard [project @ 2005-04-17 13:15:05 by bellard]
Sun, 17 Apr 2005 13:14:29 +0000 bellard [project @ 2005-04-17 13:14:29 by bellard]
Sun, 17 Apr 2005 13:13:54 +0000 bellard [project @ 2005-04-17 13:13:54 by bellard]
Sun, 17 Apr 2005 13:11:26 +0000 bellard [project @ 2005-04-17 13:11:26 by bellard]
Sun, 17 Apr 2005 13:11:15 +0000 bellard [project @ 2005-04-17 13:11:15 by bellard]
Sun, 17 Apr 2005 13:10:37 +0000 bellard [project @ 2005-04-17 13:10:37 by bellard]
Sun, 17 Apr 2005 13:10:22 +0000 bellard [project @ 2005-04-17 13:10:22 by bellard]
Fri, 15 Apr 2005 00:23:00 +0000 bellard [project @ 2005-04-15 00:23:00 by bellard]
Fri, 15 Apr 2005 00:11:02 +0000 bellard [project @ 2005-04-15 00:11:02 by bellard]
Thu, 14 Apr 2005 23:57:26 +0000 bellard [project @ 2005-04-14 23:56:18 by bellard]
Thu, 14 Apr 2005 23:52:53 +0000 bellard [project @ 2005-04-14 23:52:52 by bellard]
Thu, 14 Apr 2005 23:52:04 +0000 bellard [project @ 2005-04-14 23:52:04 by bellard]
Thu, 14 Apr 2005 23:51:24 +0000 bellard [project @ 2005-04-14 23:51:24 by bellard]
Thu, 14 Apr 2005 23:49:21 +0000 bellard [project @ 2005-04-14 23:49:21 by bellard]