aboutsummaryrefslogtreecommitdiff
path: root/tccpe.c
Commit message (Expand)AuthorAgeFilesLines
* final update for 0.9.27maingrischka2017-12-121-24/+7
* tccgen_begin/end_filegrischka2017-12-121-7/+7
* Fix some multi-file corner cases with asmMichael Matz2017-12-101-2/+1
* various stuffgrischka2017-10-111-20/+15
* refactor sym & attributesgrischka2017-07-091-1/+1
* unsorted adjustmentsgrischka2017-07-091-19/+18
* configure: --config-musl/-uClibc switch & misc cleanupsgrischka2017-05-131-4/+4
* Touch up previous "s"[i<2] patchLarry Doolittle2017-05-091-1/+1
* Give clang one less thing to complain aboutLarry Doolittle2017-05-081-1/+1
* Spelling fixes in C comments onlyLarry Doolittle2017-05-071-2/+2
* final adjustments for releasegrischka2017-04-251-5/+1
* tccgen/win32: let __declspec(dllimport) imply externgrischka2017-04-041-23/+18
* cross-compilers: allow individual configurationgrischka2017-02-231-3/+5
* tcctools.c: integrate tiny_libmaker/_impdefgrischka2017-02-181-13/+109
* win32: adjust new unicode supportgrischka2017-02-181-11/+14
* Add support for Unicode entries 'wmain' and 'wWinMain' on WindowsYX Hao2017-02-171-8/+20
* mems & leaksgrischka2017-02-131-2/+12
* fixes & cleanupsgrischka2017-02-131-4/+8
* win32: support "-Wl,--large-address-aware" optionPavlas, Zdenek2016-12-301-0/+1
* Control symbol table of which to relocate symbolsThomas Preud'homme2016-12-031-1/+1
* Rename add_elf_sym to set_elf_symThomas Preud'homme2016-12-031-2/+2
* tccpp_new/delete and other cleanupsgrischka2016-10-171-50/+56
* configure: fix tcc_lddir, cpugrischka2016-10-031-0/+2
* libtcc: reimplement option -Wl,[-no]-whöle-archivegrischka2016-10-011-1/+1
* Revert part of "fix installation amd bcheck for Windows"grischka2016-10-011-1/+1
* libtcc: cleanup @listfilegrischka2016-10-011-0/+17
* Rein in unintended external functions on Windows.Jean-Claude Beaudoin2016-09-271-0/+2
* Move utility functions `trimfront/back` to tccpp.cVlad Vissoultchev2016-04-131-16/+0
* Merge the integer members of union CValue into "uint64_t i".Edmund Grimley Evans2015-11-171-2/+2
* Revert all of my changes to directories & codingstyle.gus knight2015-07-291-0/+1890
* Reorganize the source tree.gus knight2015-07-271-1890/+0
* Clean up lots of rogue tabs.gus knight2015-07-271-24/+24
* Trim trailing spaces everywhere.gus knight2015-07-271-1/+1
* tccpp: fix issues, add testsgrischka2015-05-091-4/+5
* win64: fix resource file supportgrischka2014-08-011-28/+24
* tccpe: adjust for new 'hidden' symbols featuregrischka2014-04-171-8/+8
* tccpe: speed up .def file loadinggrischka2014-04-131-17/+7
* tcctest: add back testXb (self compile with -b)grischka2014-01-211-1/+1
* tccpe: cleanup "imports per ordinal"grischka2014-01-061-34/+33
* i386: use __fixdfdi instead of __tcc_cvt_ftolgrischka2014-01-061-0/+2
* Add the possibility to use noname functions by ordinalYX Hao2013-09-191-6/+32
* win32: fix libtcc supportgrischka2013-09-101-3/+4
* i386-gen: preserve fp control word in gen_cvt_ftoigrischka2013-08-281-17/+5
* tccpe: pstrcpy() will truncate .stabstr section name, use strncpy() instead.Roy2013-06-061-1/+1
* add version number to manpageUrs Janssen2013-02-171-1/+1
* libtcc: new LIBTCCAPI tcc_set_options(TCCState*, const char*str)grischka2013-02-121-28/+30
* win32: Honor "-Wl,-subsystem=console/gui" optiongrischka2013-02-041-9/+10
* portability: fix void* <-> target address conversion confusiongrischka2013-02-041-7/+7
* safety: replace occurrences of strcpy by pstrcpygrischka2013-01-311-3/+3
* tccpe: no debug, no stabsgrischka2013-01-301-1/+4