Skip to content
Failed

Changes

Summary

  1. merged
  2. Added tag Isabelle2016-RC5 for changeset 45adb8dc84e1
  3. invoke perl system with explicit list -- to avoid extra /bin/sh and thus evade potential conflict of /bin/sh -> dash with bash on Debian/Ubuntu;
  4. evade a potential conflict of /bin/bash versus /bin/sh -> dash (notably on Ubuntu and Debian) -- note that execvpe does not exist on old glibc on Ubuntu 10.04 LTS, but the environ should be unchanged;
  5. tuned;
  6. misc tuning;
  7. misc tuning and updates;
  8. misc tuning and updates;
  9. misc tuning;
  10. tuned whitespace;
  11. more on "Markdown-like text structure";
  12. more on 'consider';
  13. tuned;
  14. more explicit dummy proofs;
  15. misc tuning and updates;
  16. tuned;
  17. clarified old forms;
  18. Added tag Isabelle2016-RC4 for changeset f4baefee5776
  19. tuned proofs;
  20. more on Mac OS X with Retina display;
  21. re-init document views for the sake of Text_Overview size;
  22. removed unused cancel operation;
  23. separate delay_repaint to ensure reactivity, indepently of future_refresh status; clarified delay_refresh: do not cancel already running task, but retry later;
  24. suppress ISABELLE_ROOT after init, to avoid conflict with ISABELLE_HOME when folding file names in "isabelle jedit" command-line tool;
  25. clarified;
  26. recovered handle_resize from 5922db0430f1;
  27. preplaying of 'smt' and 'metis' more in sync with actual method
  28. updated HOL-specific section w.r.t. datatypes
  29. proper markup for formal text;
  30. Added tag Isabelle2016-RC3 for changeset 81cbea2babd9
  31. tuned NEWS: long-running tasks can still prevent urgent tasks from being started, due to start_execution pri = 0;
  32. more on "ML debugging within the Prover IDE";
  33. updated to official polyml-5.6;
  34. misc tuning and updates;
  35. misc tuning and updates;
  36. misc tuning;
  37. allow single quote within URL;
  38. proper try_run for exactly one evaluation of body (amending 91c3aedbfc5e);
  39. more thorough syntax_changed: new commands need require new folds;
  40. Added tag Isabelle2016-RC2 for changeset 5d513565749e
  41. proper nesting: 'qed' needs to close the corresponding 'proof' and goal statement;
  42. clarified exception handling;
  43. guard sessions that no longer work with SML/NJ -- memory problems;
  44. tuned signature; tuned;
  45. tuned;
  46. tuned;
  47. tuned;
  48. proper NEWS for this release;
  49. more CONTRIBUTORS;
  50. tuned;
  51. discontinued irregular abbrevs: ".o" counts as word, "+o", "*o", "-o" are occasionally used as ASCII notation, "*o" is in conflict with "(*o" in comments;
  52. back to elementary options used in Isabelle2015 for jdk-7 -- none of the intermediate experiments for jdk-8 improved reactivity on particular dual-CPU system, but the problem seems to be absent on common single-CPU systems;
  53. empty abbrevs are removed globally;
  54. tuned markup, e.g. relevant for Rendering.tooltip;
  55. tuned message;
  56. more robust initialization: createMenu(_, null) is called early (during EditPane creation), thus it precedes the startup_failure dialog and could crash if PIDE.options are uninitialized;
  57. report error on internal channel as well: startup_failure dialog may be too late;
  58. clarified errors: more explicit treatment of uninitialized state;
  59. check more files;
  60. updated header;
Changeset 62284:1fd4831e9f93 by wenzelm:
merged
Changeset 62283:f005a691df1f by wenzelm:
Added tag Isabelle2016-RC5 for changeset 45adb8dc84e1
The file was modified .hgtags (diff)
Changeset 62282:45adb8dc84e1 by wenzelm:
invoke perl system with explicit list -- to avoid extra /bin/sh and thus evade potential conflict of /bin/sh -> dash with bash on Debian/Ubuntu;
The file was modified src/HOL/Mirabelle/lib/scripts/mirabelle.pl (diff)
Changeset 62281:707f9b182f4f by wenzelm:
evade a potential conflict of /bin/bash versus /bin/sh -> dash (notably on Ubuntu and Debian) -- note that execvpe does not exist on old glibc on Ubuntu 10.04 LTS, but the environ should be unchanged;
The file was modified Admin/components/components.sha1 (diff)
The file was modified Admin/components/main (diff)
The file was modified Admin/polyml/README (diff)
Changeset 62280:d9cfe5c3815d by wenzelm:
tuned;
The file was modified src/Doc/Isar_Ref/Proof.thy (diff)
Changeset 62279:f054c364b53f by wenzelm:
misc tuning;
The file was modified src/Doc/Isar_Ref/First_Order_Logic.thy (diff)
Changeset 62278:c04e97be39d3 by wenzelm:
misc tuning and updates;
The file was modified src/Doc/Isar_Ref/Framework.thy (diff)
The file was modified src/Doc/Isar_Ref/Quick_Reference.thy (diff)
The file was modified src/Doc/manual.bib (diff)
Changeset 62277:c9b1897d4173 by wenzelm:
misc tuning and updates;
The file was modified src/Doc/Isar_Ref/Framework.thy (diff)
Changeset 62276:bed456ada96e by wenzelm:
misc tuning;
The file was modified src/Doc/Isar_Ref/Framework.thy (diff)
Changeset 62275:374d1b6c473d by wenzelm:
tuned whitespace;
The file was modified src/Doc/Isar_Ref/Framework.thy (diff)
Changeset 62274:199f4d6dab0a by wenzelm:
more on "Markdown-like text structure";
The file was modified src/Doc/Isar_Ref/Document_Preparation.thy (diff)
Changeset 62273:443256a20033 by wenzelm:
more on 'consider';
The file was modified src/Doc/Isar_Ref/Synopsis.thy (diff)
Changeset 62272:e6669fdfe759 by wenzelm:
tuned;
The file was modified src/Doc/Isar_Ref/Synopsis.thy (diff)
Changeset 62271:4cfe65cfd369 by wenzelm:
more explicit dummy proofs;
The file was modified src/Doc/Isar_Ref/First_Order_Logic.thy (diff)
The file was modified src/Doc/Isar_Ref/Framework.thy (diff)
The file was modified src/Doc/Isar_Ref/Proof_Script.thy (diff)
The file was modified src/Doc/Isar_Ref/Synopsis.thy (diff)
The file was modified src/Doc/Isar_Ref/document/style.sty (diff)
Changeset 62270:77e3ffb5aeb3 by wenzelm:
misc tuning and updates;
The file was modified src/Doc/Isar_Ref/Base.thy (diff)
The file was modified src/Doc/Isar_Ref/Quick_Reference.thy (diff)
The file was modified src/Doc/Isar_Ref/document/style.sty (diff)
Changeset 62269:c56cff1c0e73 by wenzelm:
tuned;
The file was modified src/Doc/Isar_Ref/Proof_Script.thy (diff)
Changeset 62268:3d86222b4a94 by wenzelm:
clarified old forms;
The file was modified src/Doc/Isar_Ref/Proof.thy (diff)
The file was modified src/Doc/Isar_Ref/Quick_Reference.thy (diff)
Changeset 62267:0e0d147b31a3 by wenzelm:
Added tag Isabelle2016-RC4 for changeset f4baefee5776
The file was modified .hgtags (diff)
Changeset 62266:f4baefee5776 by wenzelm:
tuned proofs;
The file was modified src/HOL/Isar_Examples/Cantor.thy (diff)
The file was modified src/HOL/Isar_Examples/Higher_Order_Logic.thy (diff)
Changeset 62265:dfb70abaa3f0 by wenzelm:
more on Mac OS X with Retina display;
The file was modified src/Doc/JEdit/JEdit.thy (diff)
Changeset 62264:340f98836fd9 by wenzelm:
re-init document views for the sake of Text_Overview size;
The file was modified src/Tools/jEdit/src/jedit_lib.scala (diff)
The file was modified src/Tools/jEdit/src/plugin.scala (diff)
Changeset 62263:2c76c66897fc by wenzelm:
removed unused cancel operation;
The file was modified src/Pure/Concurrent/standard_thread.scala (diff)
The file was modified src/Pure/GUI/gui_thread.scala (diff)
Changeset 62262:8bf765c9c2e5 by wenzelm:
separate delay_repaint to ensure reactivity, indepently of future_refresh status;<br>clarified delay_refresh: do not cancel already running task, but retry later;
The file was modified src/Tools/jEdit/src/text_overview.scala (diff)
Changeset 62261:74dc98bd9f51 by wenzelm:
suppress ISABELLE_ROOT after init, to avoid conflict with ISABELLE_HOME when folding file names in &quot;isabelle jedit&quot; command-line tool;
The file was modified src/Pure/Tools/main.scala (diff)
Changeset 62260:f82f6c7476a1 by wenzelm:
clarified;
The file was modified etc/symbols (diff)
Changeset 62259:7afbd7fc32fd by wenzelm:
recovered handle_resize from 5922db0430f1;
The file was modified src/Tools/jEdit/src/output_dockable.scala (diff)
Changeset 62258:338bdbf14e31 by blanchet:
preplaying of &#039;smt&#039; and &#039;metis&#039; more in sync with actual method
The file was modified src/HOL/Tools/Metis/metis_tactic.ML (diff)
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer.ML (diff)
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer_isar_compress.ML (diff)
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer_isar_minimize.ML (diff)
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer_isar_preplay.ML (diff)
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer_proof_methods.ML (diff)
Changeset 62257:a00306a1c71a by blanchet:
updated HOL-specific section w.r.t. datatypes
The file was modified src/Doc/Isar_Ref/HOL_Specific.thy (diff)
The file was modified src/Doc/manual.bib (diff)
Changeset 62256:614d88f87cfe by wenzelm:
proper markup for formal text;
The file was modified src/Pure/Thy/document_antiquotations.ML (diff)
Changeset 62255:f3736c02cb3f by wenzelm:
Added tag Isabelle2016-RC3 for changeset 81cbea2babd9
The file was modified .hgtags (diff)
Changeset 62254:81cbea2babd9 by wenzelm:
tuned NEWS: long-running tasks can still prevent urgent tasks from being started, due to start_execution pri = 0;
The file was modified NEWS (diff)
Changeset 62253:91363e4c196d by wenzelm:
more on &quot;ML debugging within the Prover IDE&quot;;
The file was modified NEWS (diff)
The file was modified src/Doc/JEdit/JEdit.thy (diff)
Changeset 62252:6a87f7b15b69 by wenzelm:
updated to official polyml-5.6;
The file was modified Admin/components/components.sha1 (diff)
The file was modified Admin/components/main (diff)
The file was modified Admin/polyml/README (diff)
Changeset 62251:460273b88e64 by wenzelm:
misc tuning and updates;
The file was modified src/Doc/JEdit/JEdit.thy (diff)
Changeset 62250:9cf61c91b274 by wenzelm:
misc tuning and updates;
The file was modified src/Doc/JEdit/JEdit.thy (diff)
Changeset 62249:c1d6dfd645e2 by wenzelm:
misc tuning;
The file was modified src/Doc/JEdit/JEdit.thy (diff)
Changeset 62248:dca0bac351b2 by wenzelm:
allow single quote within URL;
The file was modified src/Pure/General/url.scala (diff)
The file was modified src/Tools/jEdit/src/jedit_editor.scala (diff)
Changeset 62247:ec35b8aca636 by wenzelm:
proper try_run for exactly one evaluation of body (amending 91c3aedbfc5e);
The file was modified src/Pure/Concurrent/future.scala (diff)
Changeset 62246:d9410066dbd5 by wenzelm:
more thorough syntax_changed: new commands need require new folds;
The file was modified src/Tools/jEdit/src/document_model.scala (diff)
Changeset 62245:d61174f5cc6d by wenzelm:
Added tag Isabelle2016-RC2 for changeset 5d513565749e
The file was modified .hgtags (diff)
Changeset 62244:5d513565749e by wenzelm:
proper nesting: &#039;qed&#039; needs to close the corresponding &#039;proof&#039; and goal statement;
The file was modified src/Pure/Isar/outer_syntax.scala (diff)
Changeset 62243:dd22d2423047 by wenzelm:
clarified exception handling;
The file was modified src/HOL/TPTP/TPTP_Parser/tptp_reconstruct.ML (diff)
The file was modified src/HOL/TPTP/TPTP_Proof_Reconstruction.thy (diff)
Changeset 62242:a4e6ea45f416 by wenzelm:
guard sessions that no longer work with SML/NJ -- memory problems;
The file was modified src/Doc/ROOT (diff)
The file was modified src/HOL/ROOT (diff)
Changeset 62241:a4a1f282bcd5 by wenzelm:
tuned signature;<br>tuned;
The file was modified src/Pure/General/binding.ML (diff)
The file was modified src/Pure/General/name_space.ML (diff)
Changeset 62240:e099a94290c1 by wenzelm:
tuned;
The file was modified src/Pure/ML/ml_antiquotations.ML (diff)
Changeset 62239:6ee95b93fbed by wenzelm:
tuned;
The file was modified src/Pure/Concurrent/event_timer.ML (diff)
The file was modified src/Pure/General/symbol_pos.ML (diff)
The file was modified src/Pure/Isar/named_target.ML (diff)
The file was modified src/Pure/Isar/toplevel.ML (diff)
The file was modified src/Pure/Syntax/syntax_phases.ML (diff)
Changeset 62238:3cde0ea64727 by wenzelm:
tuned;
The file was modified Admin/Release/CHECKLIST (diff)
Changeset 62237:167641f8b83a by wenzelm:
proper NEWS for this release;
The file was modified NEWS (diff)
Changeset 62236:3a326bc9d4d8 by wenzelm:
more CONTRIBUTORS;
The file was modified CONTRIBUTORS (diff)
Changeset 62235:3687c199e22b by wenzelm:
tuned;
The file was modified NEWS (diff)
Changeset 62234:7cc9d7b822ae by wenzelm:
discontinued irregular abbrevs: &quot;.o&quot; counts as word, &quot;+o&quot;, &quot;*o&quot;, &quot;-o&quot; are occasionally used as ASCII notation, &quot;*o&quot; is in conflict with &quot;(*o&quot; in comments;
The file was modified NEWS (diff)
The file was modified etc/symbols (diff)
Changeset 62233:dbc39c04a34a by wenzelm:
back to elementary options used in Isabelle2015 for jdk-7 -- none of the intermediate experiments for jdk-8 improved reactivity on particular dual-CPU system, but the problem seems to be absent on common single-CPU systems;
The file was modified etc/settings (diff)
Changeset 62232:9bf0c9212f95 by wenzelm:
empty abbrevs are removed globally;
The file was modified src/Pure/General/completion.scala (diff)
Changeset 62231:25f4a9cd8b68 by wenzelm:
tuned markup, e.g. relevant for Rendering.tooltip;
The file was modified NEWS (diff)
The file was modified src/Pure/PIDE/markup.ML (diff)
The file was modified src/Pure/Thy/document_antiquotations.ML (diff)
Changeset 62230:949d2c9f6ff7 by wenzelm:
tuned message;
The file was modified src/Pure/General/symbol.scala (diff)
Changeset 62229:027e6032977f by wenzelm:
more robust initialization: createMenu(_, null) is called early (during EditPane creation), thus it precedes the startup_failure dialog and could crash if PIDE.options are uninitialized;
The file was modified src/Tools/jEdit/src/context_menu.scala (diff)
Changeset 62228:6dfe5b12c5b2 by wenzelm:
report error on internal channel as well: startup_failure dialog may be too late;
The file was modified src/Tools/jEdit/src/plugin.scala (diff)
Changeset 62227:6eeaaefcea56 by wenzelm:
clarified errors: more explicit treatment of uninitialized state;
The file was modified src/Pure/System/options.scala (diff)
The file was modified src/Tools/jEdit/src/jedit_options.scala (diff)
The file was modified src/Tools/jEdit/src/plugin.scala (diff)
Changeset 62226:9f7293af6fb8 by wenzelm:
check more files;
The file was modified src/Pure/Tools/check_source.scala (diff)
Changeset 62225:c8c48906b858 by wenzelm:
updated header;
The file was modified src/HOL/ex/Cubic_Quartic.thy (diff)
The file was modified src/HOL/ex/Pythagoras.thy (diff)