Sat, 04 Jul 2009 23:25:28 +0200 |
wenzelm |
renamed Delay to Swing_Thread.delay (action is executed within AWT thread!);
|
file |
diff |
annotate
|
Sat, 04 Jul 2009 22:22:34 +0200 |
wenzelm |
Delayed action.
|
file |
diff |
annotate
|
Tue, 30 Jun 2009 21:19:32 +0200 |
wenzelm |
renamed Swing to Swing_Thread, to avoid overlap with scala.swing.Swing;
|
file |
diff |
annotate
|
Sun, 28 Jun 2009 22:51:29 +0200 |
wenzelm |
more precise dependencies for "jars";
|
file |
diff |
annotate
|
Sun, 28 Jun 2009 17:55:44 +0200 |
wenzelm |
clarified "jars" target;
|
file |
diff |
annotate
|
Sun, 28 Jun 2009 17:42:22 +0200 |
wenzelm |
produce self-contained isabelle-scala.jar;
|
file |
diff |
annotate
|
Sun, 28 Jun 2009 16:01:52 +0200 |
wenzelm |
minimal GUI_Setup, which is the main class of Pure.jar;
|
file |
diff |
annotate
|
Sun, 28 Jun 2009 14:27:42 +0200 |
wenzelm |
moved platform identification to platform.scala;
|
file |
diff |
annotate
|
Tue, 23 Jun 2009 17:43:23 +0200 |
wenzelm |
Completion of symbols and keywords.
|
file |
diff |
annotate
|
Thu, 18 Jun 2009 15:02:53 +0200 |
wenzelm |
jar: jvmpath wrapper (requires bash);
|
file |
diff |
annotate
|
Wed, 17 Jun 2009 17:06:07 +0200 |
wenzelm |
more detailed start_timing/end_timing (in timing.ML);
|
file |
diff |
annotate
|
Tue, 16 Jun 2009 15:25:32 +0200 |
wenzelm |
Efficient scanning of literals.
|
file |
diff |
annotate
|
Mon, 08 Jun 2009 00:20:43 +0200 |
wenzelm |
Accessing the Cygwin installation.
|
file |
diff |
annotate
|
Sat, 06 Jun 2009 21:11:22 +0200 |
wenzelm |
moved Isar toplevel runtime support to runtime.ML, which is loaded early (before ml_compiler.ML);
|
file |
diff |
annotate
|
Thu, 04 Jun 2009 19:15:54 +0200 |
wenzelm |
less experimental polyml-5.3;
|
file |
diff |
annotate
|
Thu, 04 Jun 2009 18:00:47 +0200 |
wenzelm |
just one ROOT.ML without any cd or ".." -- simplifies ML environment references to bootstrap sources;
|
file |
diff |
annotate
|
Mon, 01 Jun 2009 23:28:06 +0200 |
wenzelm |
added structure ML_Compiler: runtime compilation, with advanced version for Poly/ML 5.3 (formerly ML_Test);
|
file |
diff |
annotate
|
Mon, 01 Jun 2009 15:26:00 +0200 |
wenzelm |
moved local ML environment to separate module ML_Env;
|
file |
diff |
annotate
|
Sun, 31 May 2009 15:03:34 +0200 |
wenzelm |
renamed polyml_pp.ML to pp_polyml.ML;
|
file |
diff |
annotate
|
Sun, 31 May 2009 14:51:21 +0200 |
wenzelm |
more modular setup of runtime compilation;
|
file |
diff |
annotate
|
Sun, 31 May 2009 14:15:07 +0200 |
wenzelm |
discontinued support for Poly/ML 4.x versions;
|
file |
diff |
annotate
|
Thu, 14 May 2009 15:09:48 +0200 |
haftmann |
merged module code_unit.ML into code.ML
|
file |
diff |
annotate
|
Sat, 25 Apr 2009 21:28:04 +0200 |
wenzelm |
misc cleanup of auto_solve and quickcheck:
|
file |
diff |
annotate
|
Fri, 24 Apr 2009 17:45:17 +0200 |
haftmann |
observe distinction between Pure/Tools and Tools more closely
|
file |
diff |
annotate
|
Mon, 23 Mar 2009 21:40:11 +0100 |
wenzelm |
more systematic type use_context, with particular values ML_Parse.global_context and ML_Context.local_context;
|
file |
diff |
annotate
|
Sun, 22 Mar 2009 19:11:00 +0100 |
wenzelm |
ML/ml_test.ML: test of advanced ML compiler invocation in Poly/ML 5.3;
|
file |
diff |
annotate
|
Sat, 21 Mar 2009 20:38:49 +0100 |
wenzelm |
extra toplevel pretty-printing for Poly/ML; experimental version for Poly/ML 5.3;
|
file |
diff |
annotate
|
Sat, 21 Mar 2009 20:00:23 +0100 |
wenzelm |
added polyml_pp.ML: toplevel pretty printing for Poly/ML 4.x and 5.x before 5.3;
|
file |
diff |
annotate
|
Sat, 21 Mar 2009 15:08:00 +0100 |
wenzelm |
added generic ML_Pretty interface;
|
file |
diff |
annotate
|
Thu, 19 Mar 2009 15:22:53 +0100 |
wenzelm |
moved Isar/antiquote.ML to General/antiquote.ML, which is loaded early;
|
file |
diff |
annotate
|
Tue, 17 Mar 2009 14:12:06 +0100 |
wenzelm |
turned structure NetRules into general Item_Net, which is loaded earlier;
|
file |
diff |
annotate
|
Sun, 08 Mar 2009 16:53:38 +0100 |
wenzelm |
added General/long_name.ML;
|
file |
diff |
annotate
|
Wed, 04 Mar 2009 11:05:29 +0100 |
blanchet |
Merge.
|
file |
diff |
annotate
|
Wed, 04 Mar 2009 10:45:52 +0100 |
blanchet |
Merge.
|
file |
diff |
annotate
|
Sun, 01 Mar 2009 16:48:06 +0100 |
wenzelm |
discontinued experimental support for Alice -- too hard to maintain its many language incompatibilities, never really worked anyway;
|
file |
diff |
annotate
|
Sat, 28 Feb 2009 20:29:20 +0100 |
wenzelm |
more accurate deps;
|
file |
diff |
annotate
|
Sat, 28 Feb 2009 18:25:19 +0100 |
wenzelm |
moved isabelle_system.scala to src/Pure/System/;
|
file |
diff |
annotate
|
Sat, 28 Feb 2009 18:00:20 +0100 |
wenzelm |
moved isabelle_process.ML, isabelle_process.scala, isar.ML, session.ML to Pure/System/ (together with associated Isar commands);
|
file |
diff |
annotate
|
Fri, 27 Feb 2009 15:46:22 +0100 |
wenzelm |
moved find_theorems.ML and find_consts.ML to Pure/Tools, collecting main implementation in one place each;
|
file |
diff |
annotate
|
Fri, 27 Feb 2009 12:28:28 +0100 |
wenzelm |
added ML-Systems/polyml-experimental.ML;
|
file |
diff |
annotate
|
Fri, 13 Feb 2009 07:53:38 +1100 |
kleing |
New command find_consts searching for constants by type (by Timothy Bourke).
|
file |
diff |
annotate
|
Wed, 11 Feb 2009 16:03:10 +1100 |
kleing |
Autosolve feature for detecting duplicate theorems; patch by Timothy Bourke
|
file |
diff |
annotate
|
Wed, 21 Jan 2009 16:47:03 +0100 |
haftmann |
wrecked old locale package and related modules
|
file |
diff |
annotate
|
Sun, 18 Jan 2009 20:06:51 +0100 |
wenzelm |
Scala wrapper for interactive Isar documents;
|
file |
diff |
annotate
|
Tue, 13 Jan 2009 13:47:35 +0100 |
wenzelm |
added Isar/isar_document.ML: Interactive Isar documents.
|
file |
diff |
annotate
|
Sun, 11 Jan 2009 20:40:09 +0100 |
wenzelm |
added outer_keyword.scala: Isar command keyword classification;
|
file |
diff |
annotate
|
Mon, 05 Jan 2009 15:55:04 +0100 |
haftmann |
locale -> old_locale, new_locale -> locale
|
file |
diff |
annotate
|
Mon, 05 Jan 2009 15:36:24 +0100 |
haftmann |
rearranged target theories
|
file |
diff |
annotate
|
Sat, 03 Jan 2009 08:39:54 +0100 |
haftmann |
merged
|
file |
diff |
annotate
|
Sat, 03 Jan 2009 08:36:20 +0100 |
haftmann |
added binding.ML
|
file |
diff |
annotate
|
Fri, 02 Jan 2009 16:21:47 +0100 |
wenzelm |
renamed ThyEdit (in thy_edit.ML) to ThySyntax (in thy_syntax.ML);
|
file |
diff |
annotate
|
Fri, 02 Jan 2009 15:44:32 +0100 |
wenzelm |
added Isar/value_parse.ML: Outer syntax parsers for basic ML values.
|
file |
diff |
annotate
|
Wed, 31 Dec 2008 15:30:10 +0100 |
wenzelm |
moved term order operations to structure TermOrd (cf. Pure/term_ord.ML);
|
file |
diff |
annotate
|
Wed, 31 Dec 2008 00:01:51 +0100 |
wenzelm |
added old_term.ML;
|
file |
diff |
annotate
|
Tue, 30 Dec 2008 11:10:01 +0100 |
ballarin |
Merged.
|
file |
diff |
annotate
|
Wed, 10 Dec 2008 17:18:12 +0100 |
ballarin |
Missing dependency
|
file |
diff |
annotate
|
Mon, 29 Dec 2008 20:06:31 +0100 |
wenzelm |
Swing utilities.
|
file |
diff |
annotate
|
Mon, 29 Dec 2008 13:57:37 +0100 |
wenzelm |
Generic event bus.
|
file |
diff |
annotate
|
Tue, 16 Dec 2008 12:13:53 +0100 |
wenzelm |
removed old scheduler;
|
file |
diff |
annotate
|
Mon, 15 Dec 2008 09:58:45 +0100 |
haftmann |
moved value.ML to src/Tools
|
file |
diff |
annotate
|