[MLton-commit] r6657
Matthew Fluet
fluet at mlton.org
Sat Jun 14 18:38:41 PDT 2008
Formatting; eliminate leading and trailing blank lines from SML files.
----------------------------------------------------------------------
U mlton/trunk/basis-library/general/bool.sml
U mlton/trunk/basis-library/io/bin-io.sml
U mlton/trunk/basis-library/io/text-prim-io.sml
U mlton/trunk/basis-library/libs/basis-1997/top-level/overloads.sml
U mlton/trunk/basis-library/libs/basis-2002/top-level/generate-overloads.sml
U mlton/trunk/basis-library/libs/basis-none/top-level/top-level.sml
U mlton/trunk/basis-library/mlton/bin-io.sig
U mlton/trunk/basis-library/mlton/pointer.sig
U mlton/trunk/basis-library/mlton/process.sml
U mlton/trunk/basis-library/mlton/profile.sml
U mlton/trunk/basis-library/mlton/vector.sig
U mlton/trunk/basis-library/platform/cygwin.sml
U mlton/trunk/basis-library/system/file-sys.sig
U mlton/trunk/basis-library/top-level/arithmetic.sml
U mlton/trunk/basis-library/util/dynamic-wind.sml
U mlton/trunk/lib/mlton/basic/array2.sml
U mlton/trunk/lib/mlton/basic/bounded-order.fun
U mlton/trunk/lib/mlton/basic/directed-graph.sml
U mlton/trunk/lib/mlton/basic/dynamic-wind.sml
U mlton/trunk/lib/mlton/basic/field.sig
U mlton/trunk/lib/mlton/basic/file-desc.sml
U mlton/trunk/lib/mlton/basic/fold.fun
U mlton/trunk/lib/mlton/basic/hash-table.sml
U mlton/trunk/lib/mlton/basic/lines.sig
U mlton/trunk/lib/mlton/basic/ordered-field.sig
U mlton/trunk/lib/mlton/basic/ordered-ring.sig
U mlton/trunk/lib/mlton/basic/port.sig
U mlton/trunk/lib/mlton/basic/real.sml
U mlton/trunk/lib/mlton/basic/ref.sml
U mlton/trunk/lib/mlton/basic/result.sig
U mlton/trunk/lib/mlton/basic/string.sig
U mlton/trunk/lib/mlton/basic/t.sig
U mlton/trunk/lib/mlton/basic/two-list-queue-mutable.sml
U mlton/trunk/lib/mlton/basic/word.sml
U mlton/trunk/lib/mlton/directed-graph/classify-edges.fun
U mlton/trunk/lib/mlton/env/array-finite-function.fun
U mlton/trunk/lib/mlton/env/cache.fun
U mlton/trunk/lib/mlton/env/finite-function.sig
U mlton/trunk/lib/mlton/env/mono-env.fun
U mlton/trunk/lib/mlton/heap/binary.fun
U mlton/trunk/lib/mlton/heap/forest.fun
U mlton/trunk/lib/mlton/pervasive/pervasive.sml
U mlton/trunk/lib/mlton/set/object-oriented.sml
U mlton/trunk/lib/mlton/set/ordered-unique-set.fun
U mlton/trunk/mlton/ast/prim-tycons.fun
U mlton/trunk/mlton/ast/tycon-kind.fun
U mlton/trunk/mlton/ast/tyvar.sig
U mlton/trunk/mlton/atoms/ffi.fun
U mlton/trunk/mlton/atoms/prim.fun
U mlton/trunk/mlton/atoms/word-x.sig
U mlton/trunk/mlton/backend/backend.fun
U mlton/trunk/mlton/backend/switch.sig
U mlton/trunk/mlton/codegen/amd64-codegen/amd64-codegen.sig
U mlton/trunk/mlton/codegen/amd64-codegen/amd64-jump-info.fun
U mlton/trunk/mlton/codegen/amd64-codegen/amd64-liveness.sig
U mlton/trunk/mlton/codegen/amd64-codegen/amd64-pseudo.sig
U mlton/trunk/mlton/codegen/amd64-codegen/amd64-simplify.sig
U mlton/trunk/mlton/codegen/x86-codegen/x86-codegen.sig
U mlton/trunk/mlton/codegen/x86-codegen/x86-jump-info.fun
U mlton/trunk/mlton/codegen/x86-codegen/x86-liveness.sig
U mlton/trunk/mlton/codegen/x86-codegen/x86-pseudo.sig
U mlton/trunk/mlton/codegen/x86-codegen/x86-simplify.sig
U mlton/trunk/mlton/control/region.sml
U mlton/trunk/mlton/control/source.sml
U mlton/trunk/mlton/elaborate/decs.sig
U mlton/trunk/mlton/elaborate/elaborate-env.sig
U mlton/trunk/mlton/ssa/deep-flatten.fun
U mlton/trunk/mlton/ssa/global.fun
U mlton/trunk/mlton/ssa/ref-flatten.fun
U mlton/trunk/mlton/ssa/zone.fun
U mlton/trunk/mlton/xml/sxml-tree.sig
U mlton/trunk/mlton/xml/type-check.sig
----------------------------------------------------------------------
Modified: mlton/trunk/basis-library/general/bool.sml
===================================================================
--- mlton/trunk/basis-library/general/bool.sml 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/basis-library/general/bool.sml 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
* Copyright (C) 1997-2000 NEC Research Institute.
*
@@ -36,4 +36,3 @@
structure BoolGlobal: BOOL_GLOBAL = Bool
open BoolGlobal
-
Modified: mlton/trunk/basis-library/io/bin-io.sml
===================================================================
--- mlton/trunk/basis-library/io/bin-io.sml 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/basis-library/io/bin-io.sml 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 2002-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 2002-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -20,4 +20,3 @@
val someElem = 0wx0: Word8.word
val xlatePos = SOME {fromInt = fn i => i,
toInt = fn i => i})
-
Modified: mlton/trunk/basis-library/io/text-prim-io.sml
===================================================================
--- mlton/trunk/basis-library/io/text-prim-io.sml 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/basis-library/io/text-prim-io.sml 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 2002-2005 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 2002-2005, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -16,4 +16,3 @@
type pos = Position.int
val compare = Position.compare
val someElem = #"\000": Char.char)
-
Modified: mlton/trunk/basis-library/libs/basis-1997/top-level/overloads.sml
===================================================================
--- mlton/trunk/basis-library/libs/basis-1997/top-level/overloads.sml 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/basis-library/libs/basis-1997/top-level/overloads.sml 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2005 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2005, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
* Copyright (C) 1997-2000 NEC Research Institute.
*
@@ -99,4 +99,3 @@
as Int.abs
and IntInf.abs
and Real.abs
-
Modified: mlton/trunk/basis-library/libs/basis-2002/top-level/generate-overloads.sml
===================================================================
--- mlton/trunk/basis-library/libs/basis-2002/top-level/generate-overloads.sml 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/basis-library/libs/basis-2002/top-level/generate-overloads.sml 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 2004-2007 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 2004-2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -62,4 +62,3 @@
(print (concat ["as ", c, ".", f, "\n"])
; List.foreach (class, fn c =>
print (concat ["and ", c, ".", f, "\n"]))))))
-
Modified: mlton/trunk/basis-library/libs/basis-none/top-level/top-level.sml
===================================================================
--- mlton/trunk/basis-library/libs/basis-none/top-level/top-level.sml 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/basis-library/libs/basis-none/top-level/top-level.sml 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 2002-2005 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 2002-2005, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -7,4 +7,3 @@
open BasisNone
-
Modified: mlton/trunk/basis-library/mlton/bin-io.sig
===================================================================
--- mlton/trunk/basis-library/mlton/bin-io.sig 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/basis-library/mlton/bin-io.sig 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 2002-2005 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 2002-2005, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -6,4 +6,3 @@
*)
signature MLTON_BIN_IO = MLTON_IO
-
Modified: mlton/trunk/basis-library/mlton/pointer.sig
===================================================================
--- mlton/trunk/basis-library/mlton/pointer.sig 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/basis-library/mlton/pointer.sig 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 2003-2006,2008 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 2003-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
Modified: mlton/trunk/basis-library/mlton/process.sml
===================================================================
--- mlton/trunk/basis-library/mlton/process.sml 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/basis-library/mlton/process.sml 2008-06-15 01:38:28 UTC (rev 6657)
@@ -364,4 +364,3 @@
open Exit
end
-
Modified: mlton/trunk/basis-library/mlton/profile.sml
===================================================================
--- mlton/trunk/basis-library/mlton/profile.sml 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/basis-library/mlton/profile.sml 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 2003-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 2003-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -130,4 +130,3 @@
end
end
-
Modified: mlton/trunk/basis-library/mlton/vector.sig
===================================================================
--- mlton/trunk/basis-library/mlton/vector.sig 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/basis-library/mlton/vector.sig 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
* Copyright (C) 1997-2000 NEC Research Institute.
*
@@ -15,4 +15,3 @@
update: int * 'a -> unit}
val unfoldi: int * 'b * (int * 'b -> 'a * 'b) -> 'a vector * 'b
end
-
Modified: mlton/trunk/basis-library/platform/cygwin.sml
===================================================================
--- mlton/trunk/basis-library/platform/cygwin.sml 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/basis-library/platform/cygwin.sml 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 2004-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 2004-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -35,4 +35,3 @@
loop (size cmd)
end
end
-
Modified: mlton/trunk/basis-library/system/file-sys.sig
===================================================================
--- mlton/trunk/basis-library/system/file-sys.sig 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/basis-library/system/file-sys.sig 2008-06-15 01:38:28 UTC (rev 6657)
@@ -32,4 +32,3 @@
val hash: file_id -> word
val compare: file_id * file_id -> order
end
-
Modified: mlton/trunk/basis-library/top-level/arithmetic.sml
===================================================================
--- mlton/trunk/basis-library/top-level/arithmetic.sml 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/basis-library/top-level/arithmetic.sml 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2005 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2005, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
* Copyright (C) 1997-2000 NEC Research Institute.
*
@@ -16,4 +16,3 @@
val ( op <= ) = Int.<=
val ( op > ) = Int.>
val ( op >= ) = Int.>=
-
Modified: mlton/trunk/basis-library/util/dynamic-wind.sml
===================================================================
--- mlton/trunk/basis-library/util/dynamic-wind.sml 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/basis-library/util/dynamic-wind.sml 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
* Copyright (C) 1997-2000 NEC Research Institute.
*
@@ -24,4 +24,3 @@
try (thunk, fn a => (cleanup (); a), fn e => (cleanup (); raise e))
end
-
Modified: mlton/trunk/lib/mlton/basic/array2.sml
===================================================================
--- mlton/trunk/lib/mlton/basic/array2.sml 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/lib/mlton/basic/array2.sml 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -63,4 +63,3 @@
fun new (r, c, x) = tabulate (r, c, fn _ => x)
end
-
Modified: mlton/trunk/lib/mlton/basic/bounded-order.fun
===================================================================
--- mlton/trunk/lib/mlton/basic/bounded-order.fun 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/lib/mlton/basic/bounded-order.fun 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -47,4 +47,3 @@
end
end
-
Modified: mlton/trunk/lib/mlton/basic/directed-graph.sml
===================================================================
--- mlton/trunk/lib/mlton/basic/directed-graph.sml 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/lib/mlton/basic/directed-graph.sml 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -1052,4 +1052,3 @@
end
end
-
Modified: mlton/trunk/lib/mlton/basic/dynamic-wind.sml
===================================================================
--- mlton/trunk/lib/mlton/basic/dynamic-wind.sml 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/lib/mlton/basic/dynamic-wind.sml 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2005 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2005, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -11,4 +11,3 @@
yes
end
-
Modified: mlton/trunk/lib/mlton/basic/field.sig
===================================================================
--- mlton/trunk/lib/mlton/basic/field.sig 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/lib/mlton/basic/field.sig 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2005 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2005, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -18,4 +18,3 @@
val / : t * t -> t
end
-
Modified: mlton/trunk/lib/mlton/basic/file-desc.sml
===================================================================
--- mlton/trunk/lib/mlton/basic/file-desc.sml 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/lib/mlton/basic/file-desc.sml 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -28,4 +28,3 @@
Exn.finally (f, fn () => move {from = copy, to = d1})
end
end
-
Modified: mlton/trunk/lib/mlton/basic/fold.fun
===================================================================
--- mlton/trunk/lib/mlton/basic/fold.fun 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/lib/mlton/basic/fold.fun 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -52,4 +52,3 @@
fun removeAll z = rev (revRemoveAll z)
end
-
Modified: mlton/trunk/lib/mlton/basic/hash-table.sml
===================================================================
--- mlton/trunk/lib/mlton/basic/hash-table.sml 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/lib/mlton/basic/hash-table.sml 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -102,4 +102,3 @@
fun map (t, f) = mapi (t, f o #2)
end
-
Modified: mlton/trunk/lib/mlton/basic/lines.sig
===================================================================
--- mlton/trunk/lib/mlton/basic/lines.sig 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/lib/mlton/basic/lines.sig 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2005 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2005, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -14,4 +14,3 @@
(* Print out lines start through stop. *)
val startStop: In.t * Out.t * {start: int, stop: int} -> unit
end
-
Modified: mlton/trunk/lib/mlton/basic/ordered-field.sig
===================================================================
--- mlton/trunk/lib/mlton/basic/ordered-field.sig 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/lib/mlton/basic/ordered-field.sig 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2005 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2005, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -18,4 +18,3 @@
val / : t * t -> t
end
-
Modified: mlton/trunk/lib/mlton/basic/ordered-ring.sig
===================================================================
--- mlton/trunk/lib/mlton/basic/ordered-ring.sig 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/lib/mlton/basic/ordered-ring.sig 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -30,4 +30,3 @@
val prodFromTo: {from: t, to: t, term: t -> t} -> t
val sumFromTo: {from: t, to: t, term: t -> t} -> t
end
-
Modified: mlton/trunk/lib/mlton/basic/port.sig
===================================================================
--- mlton/trunk/lib/mlton/basic/port.sig 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/lib/mlton/basic/port.sig 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -14,4 +14,3 @@
val equals: t * t -> bool
val http: t
end
-
Modified: mlton/trunk/lib/mlton/basic/real.sml
===================================================================
--- mlton/trunk/lib/mlton/basic/real.sml 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/lib/mlton/basic/real.sml 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -94,4 +94,3 @@
structure Real32 = Real (open Real32
val one: real = 1.0
val zero: real = 0.0)
-
Modified: mlton/trunk/lib/mlton/basic/ref.sml
===================================================================
--- mlton/trunk/lib/mlton/basic/ref.sml 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/lib/mlton/basic/ref.sml 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -63,4 +63,3 @@
| SOME a => a
end
-
Modified: mlton/trunk/lib/mlton/basic/result.sig
===================================================================
--- mlton/trunk/lib/mlton/basic/result.sig 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/lib/mlton/basic/result.sig 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -16,4 +16,3 @@
val layout: ('a -> Layout.t) -> 'a t -> Layout.t
val map: 'a t * ('a -> 'b) -> 'b t
end
-
Modified: mlton/trunk/lib/mlton/basic/string.sig
===================================================================
--- mlton/trunk/lib/mlton/basic/string.sig 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/lib/mlton/basic/string.sig 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -126,4 +126,3 @@
)
end
-
Modified: mlton/trunk/lib/mlton/basic/t.sig
===================================================================
--- mlton/trunk/lib/mlton/basic/t.sig 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/lib/mlton/basic/t.sig 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -12,4 +12,3 @@
val equals: t * t -> bool
val layout: t -> Layout.t
end
-
Modified: mlton/trunk/lib/mlton/basic/two-list-queue-mutable.sml
===================================================================
--- mlton/trunk/lib/mlton/basic/two-list-queue-mutable.sml 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/lib/mlton/basic/two-list-queue-mutable.sml 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2005 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2005, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -34,4 +34,3 @@
end)
| x :: l => (front := l; SOME x)
end
-
Modified: mlton/trunk/lib/mlton/basic/word.sml
===================================================================
--- mlton/trunk/lib/mlton/basic/word.sml 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/lib/mlton/basic/word.sml 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -80,4 +80,3 @@
then w + w'
else raise Overflow
end
-
Modified: mlton/trunk/lib/mlton/directed-graph/classify-edges.fun
===================================================================
--- mlton/trunk/lib/mlton/directed-graph/classify-edges.fun 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/lib/mlton/directed-graph/classify-edges.fun 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2005 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2005, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -24,4 +24,3 @@
startTree = P.ignore, finishTree = P.ignore,
finishDfs = P.ignore})
end
-
Modified: mlton/trunk/lib/mlton/env/array-finite-function.fun
===================================================================
--- mlton/trunk/lib/mlton/env/array-finite-function.fun 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/lib/mlton/env/array-finite-function.fun 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -55,4 +55,3 @@
end
structure ArrayFiniteFunction = ArrayFiniteFunction()
-
Modified: mlton/trunk/lib/mlton/env/cache.fun
===================================================================
--- mlton/trunk/lib/mlton/env/cache.fun 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/lib/mlton/env/cache.fun 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -17,4 +17,3 @@
fun new() = PolyCache.new{equal = Domain.equals}
end
-
Modified: mlton/trunk/lib/mlton/env/finite-function.sig
===================================================================
--- mlton/trunk/lib/mlton/env/finite-function.sig 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/lib/mlton/env/finite-function.sig 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -16,4 +16,3 @@
val size: ('a, 'b) t -> int
val toFunction: ('a, 'b) t -> 'a -> 'b
end
-
Modified: mlton/trunk/lib/mlton/env/mono-env.fun
===================================================================
--- mlton/trunk/lib/mlton/env/mono-env.fun 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/lib/mlton/env/mono-env.fun 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -51,4 +51,3 @@
NONE => NONE
| SOME (_, r) => SOME r
)
-
Modified: mlton/trunk/lib/mlton/heap/binary.fun
===================================================================
--- mlton/trunk/lib/mlton/heap/binary.fun 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/lib/mlton/heap/binary.fun 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -125,5 +125,3 @@
foreach(h', fn e => (insert(h, Elt.key e, Elt.value e); ()))
end
-
-
Modified: mlton/trunk/lib/mlton/heap/forest.fun
===================================================================
--- mlton/trunk/lib/mlton/heap/forest.fun 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/lib/mlton/heap/forest.fun 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -307,4 +307,3 @@
end
*)
end
-
Modified: mlton/trunk/lib/mlton/pervasive/pervasive.sml
===================================================================
--- mlton/trunk/lib/mlton/pervasive/pervasive.sml 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/lib/mlton/pervasive/pervasive.sml 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -105,4 +105,3 @@
val valOf = Option.valOf
val vector = Vector.fromList
end
-
Modified: mlton/trunk/lib/mlton/set/object-oriented.sml
===================================================================
--- mlton/trunk/lib/mlton/set/object-oriented.sml 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/lib/mlton/set/object-oriented.sml 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -24,4 +24,3 @@
how do you make sure that it's the same equality function??
-
Modified: mlton/trunk/lib/mlton/set/ordered-unique-set.fun
===================================================================
--- mlton/trunk/lib/mlton/set/ordered-unique-set.fun 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/lib/mlton/set/ordered-unique-set.fun 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -326,5 +326,3 @@
end
-
-
Modified: mlton/trunk/mlton/ast/prim-tycons.fun
===================================================================
--- mlton/trunk/mlton/ast/prim-tycons.fun 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/mlton/ast/prim-tycons.fun 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2007 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
* Copyright (C) 1997-2000 NEC Research Institute.
*
@@ -235,4 +235,3 @@
end
end
-
Modified: mlton/trunk/mlton/ast/tycon-kind.fun
===================================================================
--- mlton/trunk/mlton/ast/tycon-kind.fun 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/mlton/ast/tycon-kind.fun 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 2003-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 2003-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -26,4 +26,3 @@
val equals = Trace.trace2 ("TyconKind.equals", layout, layout, Bool.layout) equals
end
-
Modified: mlton/trunk/mlton/ast/tyvar.sig
===================================================================
--- mlton/trunk/mlton/ast/tyvar.sig 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/mlton/ast/tyvar.sig 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2005 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2005, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
* Copyright (C) 1997-2000 NEC Research Institute.
*
@@ -37,4 +37,3 @@
val sameName: t * t -> bool
val toString: t -> string
end
-
Modified: mlton/trunk/mlton/atoms/ffi.fun
===================================================================
--- mlton/trunk/mlton/atoms/ffi.fun 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/mlton/atoms/ffi.fun 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 2004-2006,2008 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 2004-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
Modified: mlton/trunk/mlton/atoms/prim.fun
===================================================================
--- mlton/trunk/mlton/atoms/prim.fun 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/mlton/atoms/prim.fun 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,5 +1,4 @@
-
-(* Copyright (C) 1999-2007 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
* Copyright (C) 1997-2000 NEC Research Institute.
*
Modified: mlton/trunk/mlton/atoms/word-x.sig
===================================================================
--- mlton/trunk/mlton/atoms/word-x.sig 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/mlton/atoms/word-x.sig 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 2004-2007 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 2004-2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -66,4 +66,3 @@
val xorb: t * t -> t
val zero: WordSize.t -> t
end
-
Modified: mlton/trunk/mlton/backend/backend.fun
===================================================================
--- mlton/trunk/mlton/backend/backend.fun 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/mlton/backend/backend.fun 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2007 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
* Copyright (C) 1997-2000 NEC Research Institute.
*
@@ -1152,4 +1152,3 @@
program
end
end
-
Modified: mlton/trunk/mlton/backend/switch.sig
===================================================================
--- mlton/trunk/mlton/backend/switch.sig 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/mlton/backend/switch.sig 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 2002-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 2002-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -41,4 +41,3 @@
labelIsOk: Label.t -> bool} -> bool
val layout: t -> Layout.t
end
-
Modified: mlton/trunk/mlton/codegen/amd64-codegen/amd64-codegen.sig
===================================================================
--- mlton/trunk/mlton/codegen/amd64-codegen/amd64-codegen.sig 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/mlton/codegen/amd64-codegen/amd64-codegen.sig 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2007 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
* Copyright (C) 1997-2000 NEC Research Institute.
*
@@ -26,4 +26,3 @@
print: string -> unit,
done: unit -> unit}} -> unit
end
-
Modified: mlton/trunk/mlton/codegen/amd64-codegen/amd64-jump-info.fun
===================================================================
--- mlton/trunk/mlton/codegen/amd64-codegen/amd64-jump-info.fun 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/mlton/codegen/amd64-codegen/amd64-jump-info.fun 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2007 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
* Copyright (C) 1997-2000 NEC Research Institute.
*
@@ -121,4 +121,3 @@
"verifyJumpInfo"
verifyJumpInfo
end
-
Modified: mlton/trunk/mlton/codegen/amd64-codegen/amd64-liveness.sig
===================================================================
--- mlton/trunk/mlton/codegen/amd64-codegen/amd64-liveness.sig 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/mlton/codegen/amd64-codegen/amd64-liveness.sig 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2007 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
* Copyright (C) 1997-2000 NEC Research Institute.
*
@@ -95,4 +95,3 @@
val toBlock_msg : unit -> unit
end
end
-
Modified: mlton/trunk/mlton/codegen/amd64-codegen/amd64-pseudo.sig
===================================================================
--- mlton/trunk/mlton/codegen/amd64-codegen/amd64-pseudo.sig 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/mlton/codegen/amd64-codegen/amd64-pseudo.sig 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2007 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
* Copyright (C) 1997-2000 NEC Research Institute.
*
@@ -450,4 +450,3 @@
end
functor amd64PseudoCheck(structure S : AMD64) : AMD64_PSEUDO = S
-
Modified: mlton/trunk/mlton/codegen/amd64-codegen/amd64-simplify.sig
===================================================================
--- mlton/trunk/mlton/codegen/amd64-codegen/amd64-simplify.sig 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/mlton/codegen/amd64-codegen/amd64-simplify.sig 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2007 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
* Copyright (C) 1997-2000 NEC Research Institute.
*
@@ -31,10 +31,3 @@
val simplify_totals : unit -> unit
end
-
-
-
-
-
-
-
Modified: mlton/trunk/mlton/codegen/x86-codegen/x86-codegen.sig
===================================================================
--- mlton/trunk/mlton/codegen/x86-codegen/x86-codegen.sig 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/mlton/codegen/x86-codegen/x86-codegen.sig 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2005 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2005, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
* Copyright (C) 1997-2000 NEC Research Institute.
*
@@ -26,4 +26,3 @@
print: string -> unit,
done: unit -> unit}} -> unit
end
-
Modified: mlton/trunk/mlton/codegen/x86-codegen/x86-jump-info.fun
===================================================================
--- mlton/trunk/mlton/codegen/x86-codegen/x86-jump-info.fun 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/mlton/codegen/x86-codegen/x86-jump-info.fun 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
* Copyright (C) 1997-2000 NEC Research Institute.
*
@@ -121,4 +121,3 @@
"verifyJumpInfo"
verifyJumpInfo
end
-
Modified: mlton/trunk/mlton/codegen/x86-codegen/x86-liveness.sig
===================================================================
--- mlton/trunk/mlton/codegen/x86-codegen/x86-liveness.sig 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/mlton/codegen/x86-codegen/x86-liveness.sig 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2007 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
* Copyright (C) 1997-2000 NEC Research Institute.
*
@@ -95,4 +95,3 @@
val toBlock_msg : unit -> unit
end
end
-
Modified: mlton/trunk/mlton/codegen/x86-codegen/x86-pseudo.sig
===================================================================
--- mlton/trunk/mlton/codegen/x86-codegen/x86-pseudo.sig 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/mlton/codegen/x86-codegen/x86-pseudo.sig 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2007 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
* Copyright (C) 1997-2000 NEC Research Institute.
*
@@ -478,4 +478,3 @@
end
functor x86PseudoCheck(structure S : X86) : X86_PSEUDO = S
-
Modified: mlton/trunk/mlton/codegen/x86-codegen/x86-simplify.sig
===================================================================
--- mlton/trunk/mlton/codegen/x86-codegen/x86-simplify.sig 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/mlton/codegen/x86-codegen/x86-simplify.sig 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2007 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
* Copyright (C) 1997-2000 NEC Research Institute.
*
@@ -31,10 +31,3 @@
val simplify_totals : unit -> unit
end
-
-
-
-
-
-
-
Modified: mlton/trunk/mlton/control/region.sml
===================================================================
--- mlton/trunk/mlton/control/region.sml 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/mlton/control/region.sml 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
* Copyright (C) 1997-2000 NEC Research Institute.
*
@@ -80,4 +80,3 @@
end
end
-
Modified: mlton/trunk/mlton/control/source.sml
===================================================================
--- mlton/trunk/mlton/control/source.sml 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/mlton/control/source.sml 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
* Copyright (C) 1997-2000 NEC Research Institute.
*
@@ -41,4 +41,3 @@
; lineStart := n)
end
-
Modified: mlton/trunk/mlton/elaborate/decs.sig
===================================================================
--- mlton/trunk/mlton/elaborate/decs.sig 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/mlton/elaborate/decs.sig 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
* Copyright (C) 1997-2000 NEC Research Institute.
*
@@ -35,4 +35,3 @@
val toList: t -> dec list
val toVector: t -> dec vector
end
-
Modified: mlton/trunk/mlton/elaborate/elaborate-env.sig
===================================================================
--- mlton/trunk/mlton/elaborate/elaborate-env.sig 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/mlton/elaborate/elaborate-env.sig 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2007 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
* Copyright (C) 1997-2000 NEC Research Institute.
*
@@ -224,4 +224,3 @@
val sizeMessage: t -> Layout.t
val snapshot: t -> (unit -> 'a) -> 'a
end
-
Modified: mlton/trunk/mlton/ssa/deep-flatten.fun
===================================================================
--- mlton/trunk/mlton/ssa/deep-flatten.fun 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/mlton/ssa/deep-flatten.fun 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1070,4 +1070,3 @@
end
end
-
Modified: mlton/trunk/mlton/ssa/global.fun
===================================================================
--- mlton/trunk/mlton/ssa/global.fun 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/mlton/ssa/global.fun 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2005 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2005, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
* Copyright (C) 1997-2000 NEC Research Institute.
*
@@ -62,5 +62,3 @@
in {new = new, all = all}
end
end
-
-
Modified: mlton/trunk/mlton/ssa/ref-flatten.fun
===================================================================
--- mlton/trunk/mlton/ssa/ref-flatten.fun 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/mlton/ssa/ref-flatten.fun 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1142,4 +1142,3 @@
end
end
-
Modified: mlton/trunk/mlton/ssa/zone.fun
===================================================================
--- mlton/trunk/mlton/ssa/zone.fun 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/mlton/ssa/zone.fun 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 2004-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 2004-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
*
* MLton is released under a BSD-style license.
@@ -265,5 +265,3 @@
main = main}
end
-
-
Modified: mlton/trunk/mlton/xml/sxml-tree.sig
===================================================================
--- mlton/trunk/mlton/xml/sxml-tree.sig 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/mlton/xml/sxml-tree.sig 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2005 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2005, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
* Copyright (C) 1997-2000 NEC Research Institute.
*
@@ -17,4 +17,3 @@
* type lists are empty for variable args and for non-built-in-constructor args
* no tyvars in types
*)
-
Modified: mlton/trunk/mlton/xml/type-check.sig
===================================================================
--- mlton/trunk/mlton/xml/type-check.sig 2008-06-14 16:42:08 UTC (rev 6656)
+++ mlton/trunk/mlton/xml/type-check.sig 2008-06-15 01:38:28 UTC (rev 6657)
@@ -1,4 +1,4 @@
-(* Copyright (C) 1999-2006 Henry Cejtin, Matthew Fluet, Suresh
+(* Copyright (C) 1999-2006, 2008 Henry Cejtin, Matthew Fluet, Suresh
* Jagannathan, and Stephen Weeks.
* Copyright (C) 1997-2000 NEC Research Institute.
*
@@ -17,4 +17,3 @@
val typeCheck: Program.t -> unit
end
-
More information about the MLton-commit
mailing list