aboutsummaryrefslogtreecommitdiff
path: root/tests/libtcc_test.c
Commit message (Collapse)AuthorAgeFilesLines
* Return to: e20c1eb99e1003c1e59522c136dbb15c52d7cc7cjiang2014-05-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | 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!
* rename libtcc1.cjiang2014-04-301-1/+1
|
* tccrun: another incompatible change to the tcc_relocate APIgrischka2012-09-011-1/+1
| | | | | | We are now compatible with the 0.9,25 version though. A special value for the second (ptr) argument is used to get the simple behavior as with the 0.9.24 version.
* tcc_relocate: revert to 0.9.24 behaviorgrischka2009-12-191-13/+5
|
* new subdirs: include, lib, testsgrischka2009-04-181-0/+84