tcc-stupidos/win32/include
grischka 8f6fcb709a misc fixes
misc fixes including:
- tcc.c: fix "tcc -vv" for libtcc1.a on win32/PE
- tccelf.c: fix a crash when GOT has no relocs (witn -nostdlib)
- tccelf.c: fix stab linkage for zero n_strx
- tccgen.c: fix stdcall decoration for array parameters
    int __stdcall func(char buf[10]) is _func@4 (was _func@12)
- tccgen.c: fix static variables with nocode/nodata_wanted
    see tests2/96_nodata_wanted.c
- tccrun.c: align sections using sh_addralign (for reliable function_alignment)
- tests2/Makefile sort 100 after 99
- win32/include/sys/stat.h fix _stat and _wstat
- x86_64-gen.c: win64/gfunc_call: fix a bug with xmmN register args
    previously overwrote valid other xmmN registers eventually
2018-06-01 12:52:01 +02:00
..
sec_api
sys misc fixes 2018-06-01 12:52:01 +02:00
tcc Convert from ISO-8859-1 to UTF-8. See aa812e8. 2017-07-26 13:07:14 +01:00
winapi win32: include/winapi: remove more files 2017-02-08 19:53:02 +01:00
_mingw.h final adjustments for release 2017-04-25 21:01:54 +02:00
assert.h win32: include/winapi: remove more files 2017-02-08 19:53:02 +01:00
conio.h Spelling fixes 2017-09-24 18:03:26 -07:00
ctype.h
dir.h
direct.h
dirent.h
dos.h
errno.h
excpt.h
fcntl.h
fenv.h
inttypes.h add version number to manpage 2013-02-17 00:48:51 +01:00
io.h
limits.h
locale.h
malloc.h win32: malloc.h: use alloca instead of (missing) _alloca 2016-06-19 14:44:18 +03:00
math.h Spelling fixes 2017-09-24 18:03:26 -07:00
mem.h
memory.h
process.h win32/include/process.h: update prototypes to match mingw. 2014-04-12 00:09:57 -04:00
setjmp.h
share.h
signal.h
stdint.h Spelling fixes 2017-09-24 18:03:26 -07:00
stdio.h add version number to manpage 2013-02-17 00:48:51 +01:00
stdlib.h
string.h
tchar.h
time.h
vadefs.h
values.h Spelling fixes 2017-09-24 18:03:26 -07:00
wchar.h win32: wchar.h: don't redifine WCHAR_MIN[/MAX] (after stdint.h) 2016-06-19 14:44:07 +03:00
wctype.h