aboutsummaryrefslogtreecommitdiff
path: root/win32/tools/tiny_libmaker.c
Commit message (Collapse)AuthorAgeFilesLines
* tccpe: cleanup ELFW() macros etc.grischka2011-07-141-1/+11
|
* tiny_libmaker: strip leading directory to avoid buffer overrungrischka2010-12-041-3/+13
| | | | | | The arhdr.ar_name has 16 bytes. Long object names esp. with leading directory were causing a buffer overrun which was detected by glibc.
* build: remove #include "config.h" from target dependent filesgrischka2010-11-261-1/+0
| | | | This is to make cross build of libtcc1.a easier.
* Explicit license in tiny_libmaker.cThomas Preud'homme2010-10-071-2/+14
| | | | | | Explicit the license in tiny_libmaker.c to LGPLv2. Confirmation of the license of this file can be found at http://lists.nongnu.org/archive/html/tinycc-devel/2010-07/msg00004.html
* tinylibmaker: On error situation tempfile was not removedunknown2010-04-031-0/+3
|
* win64: update tiny_impdef, tiny_libmaker (Elf64)grischka2009-07-181-105/+25
|
* fix build with msvcgrischka2009-05-111-15/+6
|
* tiny_libmaker: fix function array overflowgrischka2009-04-181-6/+6
|
* Checkin tiny_libmaker (ar replacement) by Timovj Lahdegrischka2008-03-081-0/+319