src/Pure/General/file.ML
Thu, 28 Aug 2008 20:19:45 +0200 wenzelm fold_lines: simplified, more efficient due to String.fields;
Wed, 27 Aug 2008 20:36:27 +0200 wenzelm renamed Buffer.write to File.write_buffer;
Sat, 24 May 2008 14:47:43 +0200 wenzelm ident: naive caching prevents potentially slow external invocations;
Sun, 18 May 2008 15:04:33 +0200 wenzelm removed norm_absolute (not thread safe; chdir does not guarantee normalization anyway);
Tue, 15 Apr 2008 16:12:15 +0200 wenzelm Library.is_equal;
Mon, 31 Mar 2008 23:08:54 +0200 wenzelm discontinued unused hooks explode_platform_path_fn, platform_path_fn, shell_path_fn;
Thu, 06 Mar 2008 20:17:50 +0100 wenzelm common setup for system_out/system;
Tue, 28 Aug 2007 11:25:31 +0200 wenzelm norm_absolute: CRITICAL;
Mon, 20 Aug 2007 20:44:00 +0200 wenzelm File.read/write/append: non-critical (basic IO operations already thread-safe);
Sun, 29 Jul 2007 17:28:55 +0200 wenzelm NAMED_CRITICAL;
Mon, 23 Jul 2007 14:06:12 +0200 wenzelm marked some CRITICAL sections (for multithreading);
Thu, 19 Jul 2007 23:49:02 +0200 wenzelm added rep_ident;
Thu, 19 Jul 2007 23:18:45 +0200 wenzelm replaced info by ident (for full identification, potentially content-based);
Tue, 17 Jul 2007 13:19:21 +0200 wenzelm moved cd/pwd to ML compatibility layer (simplifies bootstrapping with Alice);
Sun, 21 Jan 2007 16:43:44 +0100 wenzelm moved File.use to ML_Context.use;
Sat, 30 Dec 2006 16:08:00 +0100 wenzelm removed conditional combinator;
Fri, 15 Dec 2006 00:08:06 +0100 wenzelm avoid conflict with Alice keywords: renamed pack -> implode, unpack -> explode, any -> many, avoided assert;
Thu, 29 Jun 2006 01:08:08 +0200 kleing use -f in cp to overwrite read-only files (e.g. .svn in document/)
Wed, 26 Apr 2006 22:38:05 +0200 wenzelm tuned;
Thu, 19 Jan 2006 21:22:20 +0100 wenzelm use: Output.ML_errors;
Sat, 14 Jan 2006 17:14:06 +0100 wenzelm sane ERROR handling;
Tue, 11 Oct 2005 14:02:32 +0200 wenzelm added assert;
Wed, 06 Jul 2005 10:41:47 +0200 wenzelm added write_list, append_list;
Wed, 29 Jun 2005 15:13:33 +0200 wenzelm added eq;
Mon, 06 Jun 2005 18:58:34 +0200 wenzelm copy_dir: be permissive wrt. errors;
Sun, 05 Jun 2005 11:31:24 +0200 wenzelm removed sysify_path, quote_sysity_path etc.;
Wed, 18 May 2005 11:30:59 +0200 wenzelm tuned;
Thu, 03 Mar 2005 12:43:01 +0100 skalberg Move towards standard functions.
Sun, 13 Feb 2005 17:15:14 +0100 skalberg Deleted Library.option type.
Mon, 23 Aug 2004 17:06:18 +0200 berghofe Added function for "normalizing" absolute paths (i.e. dereferencing of
less more (0) -30 tip