| 4 years ago: |
Bugfix from Sean Matthews. |
| changeset 594: |
2365d90138f5 |
| tag: | tip |
| author: |
Rob Landley <rob@landley.net> |
| date: |
Thu Apr 24 16:05:02 2008 -0500 |
| files: |
tcc.c |
| 4 years ago: |
Pay attention to CC_HEADERPATH out of ./configure |
| changeset 593: |
a283eb90c0f7 |
| author: |
Rob Landley <rob@landley.net> |
| date: |
Tue Apr 08 23:27:49 2008 -0500 |
| files: |
tcc.c |
| 4 years ago: |
Rename gsym() and gsym_addr() to gen_resolve_sym() and gen_resolve_sym_addr(), |
| changeset 592: |
04ef85a39cf4 |
| author: |
Rob Landley <rob@landley.net> |
| date: |
Sun Apr 06 17:55:44 2008 -0500 |
| files: |
arm/gen.c i386/gen.c tcc.c |
| 4 years ago: |
Fix make/make.sh after that last checking (I broke it) and speed up selftest.sh |
| changeset 591: |
18192dd26583 |
| author: |
Rob Landley <rob@landley.net> |
| date: |
Sun Apr 06 17:30:40 2008 -0500 |
| files: |
make/make.sh make/selftest.sh |
| 4 years ago: |
Replace old "DEBUG=echo" with "VERBOSE=1", which shows the command lines |
| changeset 590: |
18ffc34ebf5d |
| author: |
Rob Landley <rob@landley.net> |
| date: |
Sun Apr 06 17:02:18 2008 -0500 |
| files: |
make/make.sh |
| 4 years ago: |
Small fix for building on a 64 bit host. |
| changeset 589: |
49d3fc246344 |
| author: |
Rob Landley <rob@landley.net> |
| date: |
Sun Apr 06 16:10:01 2008 -0500 |
| files: |
tcc.c tcc.h |
| 4 years ago: |
Correct a comment with the proper assembly statement. |
| changeset 588: |
99c839b47e5d |
| author: |
Rob Landley <rob@landley.net> |
| date: |
Sun Apr 06 15:11:54 2008 -0500 |
| files: |
tcc.c |
| 4 years ago: |
Now that we pass selftest.sh again, fix a bug in the sanity test at the end. |
| changeset 587: |
e790c9263068 |
| author: |
Rob Landley <rob@landley.net> |
| date: |
Fri Apr 04 00:18:36 2008 -0500 |
| files: |
make/selftest.sh |
| 4 years ago: |
Fix bug I introduced in hg 574. Oops. |
| changeset 586: |
df36eb4661a5 |
| author: |
Rob Landley <rob@landley.net> |
| date: |
Fri Apr 04 00:14:55 2008 -0500 |
| files: |
i386/gen.c |
| 4 years ago: |
Rename global gen.c variable ind to gen_ind. |
| changeset 585: |
7fc19a001568 |
| author: |
Rob Landley <rob@landley.net> |
| date: |
Thu Apr 03 22:54:56 2008 -0500 |
| files: |
arm/gen.c i386/asm.c i386/gen.c tcc.c tccasm.c |