src/Pure/library.ML
Fri, 10 Oct 1997 15:50:46 +0200 wenzelm fixed space_explode, old one retained as BAD_space_explode;
Wed, 01 Oct 1997 17:32:38 +0200 wenzelm added split_last;
Tue, 23 Sep 1997 17:35:07 +0200 wenzelm added handle_error: ('a -> 'b) -> 'a -> 'b error;
Fri, 08 Aug 1997 11:22:59 +0200 wenzelm added append_file;
Wed, 06 Aug 1997 14:09:50 +0200 wenzelm added read_file, write_file;
Wed, 06 Aug 1997 00:29:54 +0200 berghofe Added function "file_exists".
Tue, 22 Jul 1997 19:33:52 +0200 wenzelm added error_msg;
Fri, 18 Jul 1997 13:33:20 +0200 wenzelm improved output channels: normal, warning, error;
Thu, 05 Jun 1997 13:29:41 +0200 paulson Removal of radixstring from string_of_int; addition of string_of_indexname
Tue, 03 Jun 1997 16:38:58 +0200 wenzelm is_blank: fixed space2;
Fri, 30 May 1997 15:14:59 +0200 paulson flushOut ensures that no recent error message are lost (not certain this is
Tue, 20 May 1997 11:53:20 +0200 paulson Declares Option_ as synonym for structure Option
Tue, 29 Apr 1997 16:38:16 +0200 wenzelm is_blank: added space2 (160);
Thu, 17 Apr 1997 18:45:43 +0200 wenzelm renamed set_ap to setmp;
Wed, 16 Apr 1997 18:16:02 +0200 wenzelm improved inc, dec;
Tue, 18 Mar 1997 15:12:53 +0100 paulson gensym no longer generates random identifiers, but just enumerates them
Fri, 17 Jan 1997 18:20:22 +0100 wenzelm added gen_overwrite;
Mon, 13 Jan 1997 18:20:35 +0100 wenzelm added datatype order;
Mon, 06 Jan 1997 17:02:09 +0100 wenzelm added stamp util;
Mon, 16 Dec 1996 10:01:40 +0100 wenzelm fixed comment;
Thu, 05 Dec 1996 13:31:32 +0100 wenzelm added pwd;
Tue, 03 Dec 1996 11:20:43 +0100 paulson Random number generated "downgraded" to generate numbers below 2^29 - 1,
Thu, 28 Nov 1996 12:36:31 +0100 paulson Declares List_ as a synonym for List
Wed, 27 Nov 1996 10:52:31 +0100 paulson Eta-expanded some declarations that are illegal under value polymorphism
Mon, 18 Nov 1996 17:28:19 +0100 wenzelm added is_printable: string -> bool;
Wed, 13 Nov 1996 10:42:50 +0100 paulson Removal of polymorphic equality via mem, subset, eq_set, etc
Tue, 12 Nov 1996 11:38:51 +0100 paulson Updated syntax; shortened comments; put in monomorphic versions of ins
Mon, 04 Nov 1996 10:54:26 +0100 paulson Removal of now unused sum, max, min. Use foldl op+, Int.max, Int.min
Wed, 25 Sep 1996 15:03:13 +0200 paulson Prevention of Overflow exception (for SML/NJ) in gensym
Mon, 23 Sep 1996 17:42:56 +0200 paulson Addition of gensym
Thu, 28 Mar 1996 17:27:54 +0100 berghofe Added functions pr_latex and printgoal_latex which
Wed, 20 Mar 1996 18:40:57 +0100 paulson maketest now closes the output file
Fri, 15 Mar 1996 12:01:19 +0100 berghofe Added some functions which allow redirection of Isabelle's output
Thu, 14 Mar 1996 10:40:21 +0100 berghofe Added some optimized versions of functions dealing with sets
Mon, 29 Jan 1996 14:16:13 +0100 clasohm inserted tabs again
Mon, 29 Jan 1996 13:56:41 +0100 clasohm removed tabs
Mon, 29 Jan 1996 13:49:17 +0100 clasohm added absolute_path
Mon, 18 Dec 1995 12:28:00 +0100 clasohm added subdir_of
Thu, 23 Nov 1995 12:18:16 +0100 clasohm files now define a structure to allow SML/NJ to optimize the code
Tue, 24 Oct 1995 13:41:06 +0100 clasohm added space_explode and relative_path
Wed, 15 Mar 1995 10:56:39 +0100 lcp Declares the function exit_use to behave like use but fail if
Thu, 18 Aug 1994 17:50:22 +0200 lcp Pure/library/assert_all: new, moved from ZF/ind_syntax.ML
Fri, 12 Aug 1994 10:57:55 +0200 lcp Pure/library/enclose, Pure/Syntax/pretty/enclose: renamed from parents
Wed, 01 Jun 1994 15:42:25 +0200 wenzelm replaced infix also by |>
Thu, 19 May 1994 16:12:37 +0200 wenzelm added infix op also: 'a * ('a -> 'b) -> 'b;
Tue, 08 Feb 1994 14:08:38 +0100 wenzelm added eq_set;
Thu, 03 Feb 1994 13:56:15 +0100 wenzelm added if_none, parents, commas, gen_duplicates, duplicates, assoc2;
Thu, 20 Jan 1994 12:38:02 +0100 nipkow removed square and fact
Wed, 19 Jan 1994 14:10:54 +0100 wenzelm major cleanup and reorganisation;
Wed, 29 Dec 1993 10:14:58 +0100 wenzelm added sys_error;
Tue, 30 Nov 1993 11:07:57 +0100 wenzelm changed split_filename, remove_ext;
Mon, 29 Nov 1993 11:08:17 +0100 wenzelm added equal, not_equal: ''a -> ''a -> bool
Fri, 08 Oct 1993 12:35:53 +0100 wenzelm added cons, rcons, last_elem, sort_strings, take_suffix;
Tue, 05 Oct 1993 13:15:01 +0100 clasohm added functions that operate on filenames: split_filename (originally located
Thu, 16 Sep 1993 12:20:38 +0200 clasohm Initial revision
less more (0) tip