tinycc/win32
grischka bfd1c08d6c tccrun/win64: cleanup runtime function table
- call RtlDeleteFunctionTable
  (important for multiple compilations)

- the RUNTIME_FUNCTION* is now at the beginning of the
  runtime memory.  Therefor when tcc_relocate is called
  with user memory, this should be done manually before
  it is free'd:
      RtlDeleteFunctionTable(*(void**)user_mem);
      [ free(user_mem); ]

- x86_64-gen.c: expand char/short return values to int
2016-10-19 19:21:27 +02:00
..
examples Remove misc. files 2016-10-01 20:27:41 +02:00
include tccpp_new/delete and other cleanups 2016-10-17 23:24:01 +02:00
lib tccrun/win64: cleanup runtime function table 2016-10-19 19:21:27 +02:00
tools Rein in unintended external functions on Windows. 2016-09-27 01:43:40 -04:00
vs2015 win32: Better VS2015 solution and project files 2016-04-13 11:10:13 +03:00
build-tcc.bat win32/64: msys2 support 2016-10-02 01:39:07 +02:00
tcc-win32.txt win32/64: msys2 support 2016-10-02 01:39:07 +02:00