summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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
2010-07-07workaround new bug or feature of gas,John van Groningen1-11/+11
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
2007-09-05add apupd codeJohn van Groningen1-0/+581
2007-08-17add volatile to clean_exception_handler argument type toJohn van Groningen1-2/+2
2007-06-27port init and exit code for dll's,John van Groningen1-14/+110
2007-05-09fix use of cvtsd2ss instructionJohn van Groningen1-2/+3
2007-05-09fix copying unboxed arrays of boolJohn van Groningen1-2/+2
2007-05-09add arrays of 32 bit integers and realsJohn van Groningen5-20/+132
2007-02-27add int_array_to_node and real_array_to_nodeJohn van Groningen1-0/+73
2007-01-16improve accuracy of printing very large and very small numbers on amd64John van Groningen1-12/+17
2007-01-16fix printing of some values just below a power of 10,John van Groningen1-11/+11
2006-12-13store number of values in xmm registers in rax before varargs c call of sprintfJohn van Groningen1-0/+1
2006-12-13port to 64 bits windowsJohn van Groningen1-9/+9
2006-12-08make script for _startupTrace.o for linux 64John van Groningen1-0/+16