wenzelm [Sun, 05 Jun 2005 11:57:14 +0200] rev 16270
replaced File.sysify_path by Path.pack;
avoid "handle _" (which is not well-defined due to erratic Interrupt exceptions);
wenzelm [Sun, 05 Jun 2005 11:31:33 +0200] rev 16269
tuned msg;
wenzelm [Sun, 05 Jun 2005 11:31:32 +0200] rev 16268
File.isatool, File.shell_path;
wenzelm [Sun, 05 Jun 2005 11:31:31 +0200] rev 16267
present new-style theory header, with 'imports' and 'uses';
wenzelm [Sun, 05 Jun 2005 11:31:30 +0200] rev 16266
removed file_info (now in Pure/General/file.ML);
wenzelm [Sun, 05 Jun 2005 11:31:29 +0200] rev 16265
new Isar header: reject ':', accept both 'files' and 'uses';
tuned;
wenzelm [Sun, 05 Jun 2005 11:31:28 +0200] rev 16264
added 'uses' keyword;
wenzelm [Sun, 05 Jun 2005 11:31:26 +0200] rev 16263
removed copy, copy_all (superceded by File.copy, File.copy_dir);
File.shell_path, File.isatool;
tuned;
wenzelm [Sun, 05 Jun 2005 11:31:25 +0200] rev 16262
no warning for non-identifiers;
wenzelm [Sun, 05 Jun 2005 11:31:24 +0200] rev 16261
removed sysify_path, quote_sysity_path etc.;
added platform_path, shell_path etc.;
improved copy: support dir as target;
added copy_dir;
added isatool;
tuned;