Araq
|
24ae0c387f
some love for the testsuite; fixed regressions
|
9 years ago |
Andreas Rumpf
|
13c2d9b8e2
Merge pull request #2150 from def-/gc2-compiling
|
10 years ago |
def
|
b9abeff617
Clean up some more deprecation warnings
|
10 years ago |
Federico Ceratto
|
657dca5c3b
Fix typos
|
10 years ago |
Araq
|
fde869f1b1
fixes #1712
|
10 years ago |
Araq
|
fc0fda14ae
system files use new identifiers
|
10 years ago |
Araq
|
dbf9117c56
the big renamefest: first steps
|
10 years ago |
Araq
|
dd806cafa0
distinguish between 'defined' and 'declared'
|
10 years ago |
Araq
|
6219ad6a66
fixes #1391
|
10 years ago |
Araq
|
a7911addf7
parseBiggestFloat is now builtin
|
10 years ago |
katlogic
|
cea2a9087d
More human readable `$`(float)
|
10 years ago |
Dominik Picheta
|
ca2b73f64a
Revert 4b09baa0a and 33fcd1123.
|
10 years ago |
Simon Hafner
|
33fcd11236
add a trailing zero to $float
|
11 years ago |
Simon Hafner
|
4b09baa0a0
use `.f` instead of `.16e` for floats
|
11 years ago |
Araq
|
1101a40f91
improvements for 'pretty'
|
11 years ago |
Araq
|
92b8fac94a
case consistency part 4
|
11 years ago |
Grzegorz Adam Hankiewicz
|
72a3e21f28
Removes executable bit for text files.
|
11 years ago |
Araq
|
c87e1c96ad
some bugfixes; no system.$ for object as it breaks code
|
12 years ago |
Araq
|
ab6f793408
first version of a simple mark&sweep GC; activate with --gc:markAndSweep
|
12 years ago |
Araq
|
65fdd641a9
revert to old GC; use --gc:v2 to activate the new GC
|
12 years ago |
Zahary Karadjov
|
67f37264b3
few notes about the remaining problems with retired buffers
|
12 years ago |
Zahary Karadjov
|
86bf97a730
cleaned up some debugging code
|
12 years ago |
Zahary Karadjov
|
083d4f4708
fixes the recently discovered GC memory leaks
|
12 years ago |
Araq
|
ed915a309e
DLLs should work again; fixes #169
|
12 years ago |
Araq
|
959e370ae9
@ is a sigil-like operator
|
12 years ago |
Araq
|
fb35b855d5
added 'system.shallow'
|
13 years ago |
Araq
|
4de5b82fdc
better inferfacing to boehm GC
|
13 years ago |
Araq
|
b5aafb4cf3
bugfix: +1 unnecessary in resizeString; caused annoying reallocations for strings created with 'newStringOfCap'
|
13 years ago |
Araq
|
4f1b89c30c
year 2012 for most copyright headers
|
13 years ago |
Araq
|
e8376067ef
C code gen: generate even better code for the GC
|
13 years ago |