aboutsummaryrefslogtreecommitdiff
path: root/tcclib.h
Commit message (Collapse)AuthorAgeFilesLines
* Revert all of my changes to directories & codingstyle.gus knight2015-07-291-0/+80
|
* Reorganize the source tree.gus knight2015-07-271-80/+0
| | | | | | | | | | * Documentation is now in "docs". * Source code is now in "src". * Misc. fixes here and there so that everything still works. I think I got everything in this commit, but I only tested this on Linux (Make) and Windows (CMake), so I might've messed something up on other platforms...
* Trim trailing spaces everywhere.gus knight2015-07-271-3/+3
|
* remove a compilation warnings for libtest and test3seyko2015-04-101-0/+2
| | | | | | | | | | ------------ libtest ------------ ./libtcc_test lib_path=.. <string>:11: warning: implicit declaration of function 'printf' <string>:13: warning: implicit declaration of function 'add' ------------ test3 ------------ tcctest.c:1982: warning: implicit declaration of function 'putchar' tcctest.c:2133: warning: implicit declaration of function 'strlen'
* Sorted out CMake on x86-64 and fixed silly XMM# bug introduced when working ↵James Lyon2013-04-251-0/+78
| | | | | | | | | on Win64 stdargs. I removed the XMM6/7 registers from the register list because they are not used on Win64 however they are necessary for parameter passing on x86-64. I have now restored them but not marked them with RC_FLOAT so they will not be used except for parameter passing.
* new subdirs: include, lib, testsgrischka2009-04-181-77/+0
|
* added include testsbellard2002-08-181-2/+7
|
* updatebellard2001-12-171-0/+1
|
* updatebellard2001-11-111-0/+7
|
* added std libsbellard2001-11-111-4/+11
|
* tcclib samplebellard2001-11-061-0/+57