Changelog: document some of the recent changes

master
Henry Kroll III 2010-12-02 14:41:26 -08:00
parent 2215567d7a
commit c5d3ce684a
1 changed files with 10 additions and 0 deletions

View File

@ -1,6 +1,16 @@
not released:
- Add support for -MD/-MF (automatically generate dependencies for make)
- Add tcc_open_bf() function for BufferedFile compilation (grischka)
- Support Security-Enhanced Linux (Henry Kroll III)
- Split libtcc1.a build into separate directories (Henry Kroll III)
- Add -pthread option = -D_REENTRANT -lpthread (Henry Kroll III)
- Register __TRY__ SEH in startup code only for i386 (grischka)
- Support FreeBSD and GNU/Hurd kernels (Thomas Preud'homme)
- support for asm labels for functions (Thomas Preud'homme)
- fix 32 to 64 bit casts, alignment and struct issues (Shinichiro Hamaji)
- mimic all GNU -option forms supported by ld (Kirill Smelkov)
- support indirect functions as externals (Thomas Preud'homme)
version 0.9.25: