src/Pure/General/bytes.scala
Tue, 11 Jun 2024 16:32:10 +0200 wenzelm clarified signature: discontinue somewhat misleading Bytes <: CharSequence;
Tue, 11 Jun 2024 16:02:33 +0200 wenzelm minor performance tuning;
Tue, 11 Jun 2024 15:49:39 +0200 wenzelm clarified signature: more accurate types;
Tue, 11 Jun 2024 14:18:19 +0200 wenzelm clarified signature;
Sun, 21 Jan 2024 14:05:14 +0100 wenzelm clarified signature: explicit type isabelle.Url to avoid oddities of java.net.URL (e.g. its "equals" method);
Sun, 21 Jan 2024 13:18:05 +0100 wenzelm unused;
Sun, 12 Nov 2023 12:26:08 +0100 wenzelm tuned signature: more operations;
Sat, 11 Nov 2023 22:17:14 +0100 wenzelm proper check_file operation via File.space (amending 6ad3a412ed97 --- broken in Isabelle2023);
Sat, 11 Nov 2023 22:14:38 +0100 wenzelm clarified signature;
Sat, 28 Oct 2023 19:13:02 +0200 wenzelm prefer old-style import "=>";
Sun, 02 Jul 2023 19:05:59 +0200 wenzelm tuned: prefer Scala over Java;
Thu, 22 Jun 2023 14:51:37 +0200 wenzelm more operations;
Sun, 26 Mar 2023 19:51:35 +0200 wenzelm clarified signature;
Sun, 26 Mar 2023 19:36:00 +0200 wenzelm tuned signature;
Sun, 26 Mar 2023 19:31:05 +0200 wenzelm tuned output;
Sun, 26 Mar 2023 15:02:08 +0200 wenzelm tuned;
Sun, 26 Mar 2023 14:45:28 +0200 wenzelm tuned output;
Sun, 26 Mar 2023 14:36:47 +0200 wenzelm tuned performance: much faster low-level operation;
Sun, 26 Mar 2023 14:24:38 +0200 wenzelm clarified signature: more general operation Bytes.read_slice;
Sat, 22 Oct 2022 16:56:17 +0200 wenzelm tuned: avoid redundant copy of potentially large array;
Fri, 21 Oct 2022 21:39:38 +0200 wenzelm clarified signature;
Fri, 21 Oct 2022 18:06:32 +0200 wenzelm clarified signature;
Fri, 21 Oct 2022 16:39:31 +0200 wenzelm generic support for XZ and Zstd compression in Isabelle/Scala;
Fri, 21 Oct 2022 14:45:13 +0200 wenzelm clarified signature: default cache is actually dummy and not changed dynamically;
Sat, 01 Oct 2022 21:13:45 +0200 wenzelm clarified signature: more operations;
Wed, 27 Jul 2022 13:13:59 +0200 wenzelm clarified while-loops;
Sat, 25 Jun 2022 13:19:15 +0200 wenzelm clarified modules;
Wed, 22 Jun 2022 13:42:30 +0200 wenzelm clarified signature;
Wed, 22 Jun 2022 11:23:53 +0200 wenzelm tuned signature;
Wed, 22 Jun 2022 11:09:31 +0200 wenzelm clarified types and defaults;
Tue, 21 Jun 2022 23:27:26 +0200 wenzelm support XZ compression in Isabelle/ML;
Fri, 01 Apr 2022 17:06:10 +0200 wenzelm clarified formatting, for the sake of scala3;
Thu, 31 Mar 2022 22:40:34 +0200 wenzelm tuned: eliminted do-while for the sake of scala3;
Mon, 12 Apr 2021 22:57:39 +0200 wenzelm support for base64 via Isabelle/Scala/ML;
Mon, 12 Apr 2021 12:16:49 +0200 wenzelm clarified signature: Bytes extends CharSequence already (see d201996f72a8);
Sun, 11 Apr 2021 22:47:55 +0200 wenzelm more uniform use of Byte_Message;
Sat, 10 Apr 2021 20:22:07 +0200 wenzelm tuned;
Fri, 12 Mar 2021 19:42:18 +0100 wenzelm more robust;
Sat, 02 Jan 2021 15:58:48 +0100 wenzelm clarified signature --- internal Cache.none;
Sat, 12 Dec 2020 12:45:21 +0100 wenzelm accommodate OpenJDK 15;
Sat, 23 Nov 2019 11:28:15 +0100 wenzelm more robust: file length can be invalid in odd situations;
Sat, 23 Nov 2019 11:19:18 +0100 wenzelm tuned;
Wed, 12 Dec 2018 17:34:29 +0100 wenzelm more uniform multi-language operations;
Tue, 11 Dec 2018 19:25:35 +0100 wenzelm more uniform multi-language operations;
Mon, 03 Dec 2018 14:59:42 +0100 wenzelm static type for Library.using: avoid Java 11 warnings on "Illegal reflective access";
Wed, 28 Nov 2018 15:38:18 +0100 wenzelm avoid loading of font file, to eliminate "Illegal reflective access by com.lowagie.text.pdf.MappedRandomAccessFile$1 (iText-2.1.5.jar) to method java.nio.DirectByteBuffer.cleaner()" -- due to com.lowagie.text.pdf.TrueTypeFont.process() / RandomAccessFileOrArray;
Sun, 13 May 2018 16:26:01 +0200 wenzelm clarified implicit compression;
Fri, 11 May 2018 20:05:37 +0200 wenzelm clarified output: avoid costly operations on huge blobs;
Fri, 11 May 2018 19:59:05 +0200 wenzelm unused;
Mon, 07 May 2018 23:08:22 +0200 wenzelm more operations;
Mon, 07 May 2018 19:40:55 +0200 wenzelm return exports as result for Isabelle server;
Sun, 06 May 2018 23:30:34 +0200 wenzelm more operations;
Sat, 05 May 2018 21:44:18 +0200 wenzelm hexadecimal representation of byte string;
Fri, 20 Apr 2018 22:17:42 +0200 wenzelm support for XZ.Cache;
Sat, 10 Mar 2018 11:55:54 +0100 wenzelm more uniform Bytes.read_line/read_block operations;
Sat, 29 Apr 2017 10:50:48 +0200 wenzelm more operations;
Thu, 16 Mar 2017 23:26:16 +0100 wenzelm clarified signature (again, see also 3ed43cfc8b14);
Tue, 28 Feb 2017 17:51:49 +0100 wenzelm more operations;
Mon, 24 Oct 2016 12:16:12 +0200 wenzelm discontinued unused / untested distinction of separate PIDE modules;
Sat, 15 Oct 2016 20:47:31 +0200 wenzelm more operations;
less more (0) -60 tip