Wed, 17 Apr 2024 23:12:21 +0200 wenzelm update to jdk-21.0.3;
Wed, 17 Apr 2024 22:07:21 +0100 paulson merged
Wed, 17 Apr 2024 22:07:07 +0100 paulson Tidied up horrible archaic proofs
Wed, 17 Apr 2024 21:20:31 +0200 wenzelm clarified signature;
Wed, 17 Apr 2024 15:04:27 +0200 Kevin Kappelmann make adhoc_overloading respect type constraints
Tue, 16 Apr 2024 17:28:58 +0200 wenzelm merged
Tue, 16 Apr 2024 17:06:05 +0200 wenzelm tuned;
Tue, 16 Apr 2024 16:54:15 +0200 wenzelm clarified signature;
Tue, 16 Apr 2024 16:38:54 +0200 wenzelm minor performance tuning: avoid redundant server access;
Tue, 16 Apr 2024 16:37:08 +0200 wenzelm tuned;
Tue, 16 Apr 2024 16:53:10 +0200 wenzelm clarified modules and options (from store);
Tue, 16 Apr 2024 16:27:40 +0200 wenzelm clarified signature;
Tue, 16 Apr 2024 15:14:55 +0200 wenzelm tuned;
Tue, 16 Apr 2024 15:11:13 +0200 wenzelm clarified signature;
Tue, 16 Apr 2024 14:48:08 +0200 wenzelm tuned signature;
Tue, 16 Apr 2024 12:18:32 +0200 wenzelm tuned;
Tue, 16 Apr 2024 12:08:40 +0200 wenzelm tuned signature;
Tue, 16 Apr 2024 11:39:02 +0200 wenzelm tuned;
Tue, 16 Apr 2024 11:20:30 +0200 wenzelm tuned;
Tue, 16 Apr 2024 11:00:46 +0200 wenzelm more robust tmp_file (see also ab07d4cb7d1c and 146468e05dd4);
Fri, 12 Apr 2024 17:07:33 +0200 wenzelm tuned messages;
Thu, 11 Apr 2024 12:12:33 +0200 wenzelm tuned;
Thu, 11 Apr 2024 12:05:01 +0200 wenzelm back to static numa_nodes (reverting part of c2c59de57df9);
Thu, 11 Apr 2024 12:04:44 +0200 wenzelm tuned messages;
Tue, 16 Apr 2024 13:29:27 +0200 Manuel Eberl canonical time function for List.nth
Mon, 15 Apr 2024 22:24:31 +0100 paulson merged
Mon, 15 Apr 2024 22:23:40 +0100 paulson Streamlining of many more archaic proofs
Mon, 15 Apr 2024 20:35:56 +0200 Fabian Huch clarified web app parameters: more flexible, using HTML5 id specification (nonempty unicode string with no spaces);
Sun, 14 Apr 2024 22:38:17 +0100 paulson More tidying of old proofs
Sun, 14 Apr 2024 18:39:53 +0100 paulson merged
Sun, 14 Apr 2024 18:39:43 +0100 paulson More tidying and removal of "apply"
Sat, 13 Apr 2024 10:22:14 +0200 Simon Wimmer Add subgoals variant of 'sketch' command
Fri, 12 Apr 2024 22:19:27 +0100 paulson merged
Fri, 12 Apr 2024 22:19:20 +0100 paulson Tidied some messy proofs
Thu, 11 Apr 2024 18:46:49 +0000 haftmann prefer canonical theorem name for fact collection declarations
Fri, 12 Apr 2024 09:58:53 +0100 paulson merged
Fri, 12 Apr 2024 09:58:32 +0100 paulson Tidying ugly proofs
Fri, 12 Apr 2024 10:10:16 +0200 Fabian Huch tuned;
Thu, 11 Apr 2024 14:13:43 +0200 Manuel Eberl tweaked time functions for median-of-medians selection in HOL-Data_Structures
Wed, 10 Apr 2024 13:23:00 +0200 wenzelm merged
Wed, 10 Apr 2024 11:44:25 +0200 wenzelm rename \undef to \undefined to avoid problems with MacTeX 2014 or Ubuntu 24.04 beta;
Wed, 10 Apr 2024 11:32:48 +0100 paulson Tiny tweaks to proofs
Mon, 08 Apr 2024 16:27:11 +0100 paulson A bit of new material about type class "infinite", from Eval_FO
Fri, 05 Apr 2024 21:21:02 +0200 wenzelm avoid Scala if-expressions and thus make it work both for -new-syntax or -old-syntax;
Fri, 05 Apr 2024 20:41:54 +0200 wenzelm proper Scala code for String.literal_of_asciis: avoid ambiguity of ("" ++ ...);
Fri, 05 Apr 2024 17:47:09 +0200 wenzelm adjust generated Scala to make it work with scalac -old-syntax and -new-syntax, although the latter is not regularly tested;
Fri, 05 Apr 2024 17:10:02 +0200 Simon Wimmer Add entry on Sketch_and_Explore to CONTRIBUTORS
Thu, 04 Apr 2024 15:29:41 +0200 Manuel Eberl moved over material from the AFP to HOL, HOL-Computational_Algebra, and HOL-Number_Theory
Thu, 04 Apr 2024 11:40:45 +0200 wenzelm more portable: prefer official JDBC operation DatabaseMetaData.getColumns();
Thu, 04 Apr 2024 11:21:52 +0200 wenzelm tuned signature;
Wed, 03 Apr 2024 16:55:34 +0200 desharna documented new syntax for fBall and fBex
Wed, 03 Apr 2024 11:35:06 +0200 wenzelm updated for release;
Wed, 03 Apr 2024 11:11:23 +0200 wenzelm Added tag Isabelle2024-RC1 for changeset 1231a7fb2510
Wed, 03 Apr 2024 11:09:58 +0200 wenzelm misc tuning for release;
Wed, 03 Apr 2024 11:02:09 +0200 wenzelm update for release;
Tue, 02 Apr 2024 19:18:55 +0200 wenzelm merged
Tue, 02 Apr 2024 19:10:22 +0200 wenzelm update to stack-2.15.5, stackage-lts-22.15;
Tue, 02 Apr 2024 18:29:14 +0200 wenzelm clarified names: discontinue odd convention from 3 decades ago;
Tue, 02 Apr 2024 17:20:09 +0200 wenzelm further performance tuning (after f906f7f83dae): interactive mode is closer to earlier approach with Lazy.value, which could be relevant with rather complex grammars under tight memory situations;
Tue, 02 Apr 2024 18:02:43 +0200 Manuel Eberl added documentation for meromorphicity etc. in HOL-Complex_Analysis
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 tip