summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-03-14add thread safe version for 64 bit windowsJohn van Groningen11-0/+20163
2012-02-17fix file_read_int and file_read_s_int on 64 bit linuxJohn van Groningen1-2/+13
2012-02-06use linux calling convention for second call of file_read_s_line (instead of ↵John van Groningen1-7/+9
windows calling convention)
2012-02-06use linux calling convention for second call of file_read_s_line (instead of ↵John van Groningen1-7/+9
windows calling convention)
2012-02-06fix minimum heap size test for the memory profilerJohn van Groningen2-8/+8
2012-02-03bug fix, use a free register to load the bit_set_table2 addressJohn van Groningen1-6/+6
2012-02-02fix marking of Real nodesJohn van Groningen1-23/+14
2012-02-02fix marking of Real nodesJohn van Groningen1-24/+16
2012-02-01fix copying of Real nodesJohn van Groningen1-29/+25
2012-01-31fix compacting of realsJohn van Groningen1-1/+1
2012-01-31fix compacting of realsJohn van Groningen1-10/+7
2011-12-05add make script for macho64John van Groningen1-0/+7
2011-12-05use att_jae instead of jae to work around bug in the assemblerJohn van Groningen1-1/+1
2011-11-15fix compacting for an empty A stackJohn van Groningen1-2/+3
2011-11-15fix compacting for an empty A stackJohn van Groningen2-6/+8
2011-11-15fix compacting of realsJohn van Groningen1-11/+8
2011-10-26fix garbage collect test for readLineSFJohn van Groningen2-2/+2
2011-08-17fix marking of Real nodesJohn van Groningen2-64/+45
2011-08-17fix copying of Real nodesJohn van Groningen1-29/+24
2011-06-27use %ld instead of %d for reading or writing 64 bit integersJohn van Groningen1-0/+8
2011-06-27allow arrays in data segmentJohn van Groningen1-12/+15
2011-06-24fix spelling of dll_initialised, remove some spacesJohn van Groningen1-47/+47
2011-06-24allow arrays in data segmentJohn van Groningen1-13/+16
2011-06-24allow arrays in data segmentJohn van Groningen1-14/+15
2011-06-24remove NO_COPY_TO_END #ifdef'sJohn van Groningen2-60/+5
2011-06-24remove some spacesJohn van Groningen1-7/+7
2011-06-24remove some spacesJohn van Groningen1-8/+8
2011-05-16fix 64 bit profilerJohn van Groningen1-1/+1
2011-05-04determine application path on Intel Mac OS XJohn van Groningen1-0/+19
2011-04-04port to 64 bit Intel Mac OS X versionJohn van Groningen1-0/+8
2011-04-04port to 64 bit Intel Mac OS X versionJohn van Groningen14-0/+27172
2011-04-04add directory for 64 bit Intel Mac OS X versionJohn van Groningen0-0/+0
2010-12-13put functions in areals.asm in different sections to enable optimizing linking,John van Groningen3-16/+195
these sections are first called _T000, _T001 .. and renamed to .text using rename_Tn_sections.c
2010-12-09fix garbage collector calls in add_empty_node_3 and moreJohn van Groningen2-26/+26
2010-11-25if close_file succeeds yield 1 on IA32 and AMD64 instead of -1John van Groningen1-2/+8
2010-10-13#include <stdlib.h> to prevent c compiler warnings for function freeJohn van Groningen1-1/+1
2010-07-22workaround for preprocessor problem on 32 bit ubuntuJohn van Groningen1-6/+6
2010-07-22workaround for preprocessor problem on 32 bit ubuntuJohn van Groningen2-10/+10
2010-07-21Make path buffers very large because otherwise on linuxJohn van Groningen1-1/+6
buffer overflows are reported even if only a small part part of the buffer is actually used.
2010-07-07workaround new bug or feature of gas,John van Groningen1-11/+11
use xmmword ptr instead of qword ptr for psubq from memory
2009-09-14use long * in w_get_int for A64John van Groningen1-0/+4
2009-09-09bug fix: file_read_int yields all 64 bits of result on 64 bit linuxJohn van Groningen1-1/+1
2009-08-27make ln and log10 fasterJohn van Groningen1-4/+2
2008-12-22fix zero arity descriptor offset of _Nil in finalizer listJohn van Groningen4-13/+13
2008-12-18add truncate and ceiling functionsJohn van Groningen1-5/+94
2008-04-10fix printing of 64 bit integers (use all 64 bits, instead of only 32)John van Groningen3-1/+29
2007-12-13export clean_init and clean_fini for initializing and finalizingJohn van Groningen1-4/+17
a .so in linux
2007-09-05add apupd codeJohn van Groningen1-0/+581
2007-08-17add volatile to clean_exception_handler argument type toJohn van Groningen1-2/+2
prevent elimination of assignments by the optimizer of the c compiler
2007-06-27port init and exit code for dll's,John van Groningen1-14/+110
add int_array_to_node and real_array_to_node for centry and ccall