Package: mlton / 20100608-5

Metadata

Package Version Patches format
mlton 20100608-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
11 fixes 20100608 to 20110319.patch | (download)

bin/mlton-script | 1 1 + 0 - 0 !
doc/changelog | 17 17 + 0 - 0 !
lib/mlton/basic/dir.sml | 1 1 + 0 - 0 !
lib/mlton/basic/real.sig | 3 2 + 1 - 0 !
mlton/atoms/real-x.fun | 17 11 + 6 - 0 !
mlton/backend/ssa-to-rssa.fun | 6 4 + 2 - 0 !
mlton/codegen/amd64-codegen/amd64-generate-transfers.fun | 25 25 + 0 - 0 !
mlton/elaborate/elaborate-core.fun | 37 19 + 18 - 0 !
mlton/main/main.fun | 2 1 + 1 - 0 !
mlton/ssa/common-subexp.fun | 95 53 + 42 - 0 !
mlyacc/src/yacc.lex | 6 3 + 3 - 0 !
regression/common-subexp0.ok | 1 1 + 0 - 0 !
regression/common-subexp0.sml | 2 2 + 0 - 0 !
regression/real-basic.x86-mingw.ok | 32 32 + 0 - 0 !
regression/weak.3.ok | 5 5 + 0 - 0 !
regression/weak.3.sml | 23 23 + 0 - 0 !
runtime/Makefile | 1 0 + 1 - 0 !
runtime/platform/mingw.c | 85 67 + 18 - 0 !
18 files changed, 267 insertions(+), 92 deletions(-)

 accumulatd fixes since last upstream release
22 fixes 20110319 to 20110719.patch | (download)

doc/changelog | 15 15 + 0 - 0 !
doc/examples/finalizable/finalizable.sml | 20 11 + 9 - 0 !
ide/enscript/sml_all.st | 21 21 + 0 - 0 !
ide/enscript/sml_simple.st | 17 17 + 0 - 0 !
mllex/lexgen.sml | 7 5 + 2 - 0 !
mlton/backend/ssa-to-rssa.fun | 33 22 + 11 - 0 !
mlton/control/source.sml | 21 16 + 5 - 0 !
mlton/core-ml/dead-code.fun | 8 4 + 4 - 0 !
mlton/elaborate/elaborate-core.fun | 18 16 + 2 - 0 !
mlton/main/main.fun | 2 2 + 0 - 0 !
mlton/ssa/analyze.fun | 30 21 + 9 - 0 !
mlton/ssa/analyze2.fun | 54 33 + 21 - 0 !
mlton/ssa/shrink.fun | 16 13 + 3 - 0 !
mlton/ssa/shrink2.fun | 16 13 + 3 - 0 !
mlton/ssa/type-check.fun | 58 24 + 34 - 0 !
mlton/ssa/type-check2.fun | 65 26 + 39 - 0 !
mlyacc/src/yacc.sml | 11 7 + 4 - 0 !
regression/weird-word1.ok | 1 1 + 0 - 0 !
regression/weird-word1.sml | 26 26 + 0 - 0 !
regression/weird-word2.ok | 1 1 + 0 - 0 !
regression/weird-word2.sml | 41 41 + 0 - 0 !
runtime/basis/MLton/bug.c | 4 1 + 3 - 0 !
runtime/basis/Posix/Signal.c | 2 1 + 1 - 0 !
runtime/basis/Real/gdtoa.c | 4 0 + 4 - 0 !
runtime/basis/Real/strto.c | 6 2 + 4 - 0 !
runtime/basis/Stdio.c | 10 2 + 8 - 0 !
runtime/gc/copy-thread.c | 7 4 + 3 - 0 !
runtime/gc/heap.c | 7 3 + 4 - 0 !
runtime/gc/init-world.c | 5 3 + 2 - 0 !
runtime/gc/invariant.c | 5 4 + 1 - 0 !
runtime/gc/profiling.c | 9 2 + 7 - 0 !
31 files changed, 357 insertions(+), 183 deletions(-)

---