summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-04-08fix printing string parameter of function IO_error for 64 bit linuxJohn van Groningen1-1/+2
2013-03-13change result type of close_file to long,John van Groningen1-1/+4
decrement number_of_files if the file with the highest number is closed
2013-03-08add [rip] to a lea instructionJohn van Groningen1-1/+1
2012-12-21on 64 bit versions of WindowsJohn van Groningen1-7/+9
#define A64 and HFILE to be able to correctly compute the size of struct file defined in a header file, redirecting standard files did not work because of this bug
2012-04-20fix memory allocation of arrays of unboxed records of size 4 for 64 bit versionsJohn van Groningen4-4/+4
2012-03-14add make script for 64 bit thread safe linuxJohn van Groningen2-0/+76
2012-03-14add fileIO interface in assembly for 64 bit thread safe linuxJohn van Groningen1-0/+947
2012-03-14add thread safe version for 32 bit windowsJohn van Groningen9-0/+15459
2012-03-14fix free of clean thread local storage (on 64 bit linux)John van Groningen1-1/+1
2012-03-14fix free of clean thread local storageJohn van Groningen1-1/+1
2012-03-14add thread safe version for Mac OS X (64 bit Intel)John van Groningen12-0/+18186
2012-03-14fix newlinesJohn van Groningen11-20163/+20163
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