Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-12-04 | if shared libraries are used on 64 bit linux, | John van Groningen | 1 | -1/+11 | |
the descriptors in _system may be at larger addresses than other descriptors, therefore extra tests are necessary in the garbage collector | |||||
2013-07-26 | fix register name (d3 instead of rd3) | John van Groningen | 1 | -1/+1 | |
2013-07-26 | if PIC is defined, adjust to modified descriptors for position independent code | John van Groningen | 1 | -4/+30 | |
2013-06-28 | if PIC is defined, make more code position independent | John van Groningen | 1 | -0/+10 | |
2013-06-28 | if PIC is defined, make some code position independent | John van Groningen | 1 | -0/+73 | |
2013-06-26 | add +0 to some pc relative addresses, converted to [rip] on linux | John van Groningen | 1 | -4/+4 | |
2013-06-26 | add +0 to some pc relative addresses, converted to [rip] on linux | John van Groningen | 1 | -18/+18 | |
2011-08-17 | fix copying of Real nodes | John van Groningen | 1 | -29/+24 | |
2011-06-24 | allow arrays in data segment | John van Groningen | 1 | -13/+16 | |
2011-06-24 | remove some spaces | John van Groningen | 1 | -7/+7 | |
2007-05-09 | add arrays of 32 bit integers and reals | John van Groningen | 1 | -4/+12 | |
2006-12-07 | fix bug in copying record that is used more than once, | John van Groningen | 1 | -1/+2 | |
without pointers and with size > 2 | |||||
2006-06-02 | add garbage collector for 64 bit windows and linux | John van Groningen | 1 | -0/+1306 | |