tinycc/win32
jiang 5e56fb635a Return to: e20c1eb99e
1: The new patch for the other machines still have the problem.
2: libcrt Rename (what if gcc had libcrt as well)
3: parse_number exact problem
4: VT_VLS is to allow tcc
     Compile the following
     int b = 9;
     struct st {
     int a;
     int b [b]
     };
     struct st st1;
     st1.b [8] = 9;
     printf ("% d \ n", st1.b [8]);

     tcc a problem. Due to problems in front, and now can not be improved
5: they commit much, bug difficult to lock, you can not let other people help develop.
6: ('\ t') too

Thanks to Michael and Ray
Their criticism I have benefited!
2014-05-04 13:18:31 +08:00
..
examples win32: reformat examples, crt etc 2009-07-18 22:07:10 +02:00
include win32/include/process.h: update prototypes to match mingw. 2014-04-12 00:09:57 -04:00
lib win32: fix libtcc support 2013-09-10 15:36:56 +02:00
tools Return to: e20c1eb99e 2014-05-04 13:18:31 +08:00
build-tcc.bat workaround a wine cmd bug in build-tcc.bat 2014-01-20 02:23:34 -08:00
tcc-win32.txt i386-gen: preserve fp control word in gen_cvt_ftoi 2013-08-28 22:55:05 +02:00