wenzelm [Sun, 05 Jun 2005 23:07:28 +0200] rev 16290
renamed const_deps to defs;
Type.freeze;
wenzelm [Sun, 05 Jun 2005 23:07:27 +0200] rev 16289
added Type.freeze(_type);
tuned;
wenzelm [Sun, 05 Jun 2005 23:07:26 +0200] rev 16288
added the_const_type;
wenzelm [Sun, 05 Jun 2005 23:07:25 +0200] rev 16287
Type.freeze;
wenzelm [Sun, 05 Jun 2005 23:07:24 +0200] rev 16286
find empty dirs up to depth 5;
tuned move of generated doc files;
rm -f TODO;
wenzelm [Sun, 05 Jun 2005 21:32:37 +0200] rev 16285
DISCGARB_OPTIONS back in od position;
haftmann [Sun, 05 Jun 2005 17:46:06 +0200] rev 16284
link bugs fixed
haftmann [Sun, 05 Jun 2005 17:42:45 +0200] rev 16283
link bugs fixed
haftmann [Sun, 05 Jun 2005 17:42:45 +0200] rev 16282
link bugs fixed
schirmer [Sun, 05 Jun 2005 16:23:50 +0200] rev 16281
bugfix in record_type_abbr_tr'
haftmann [Sun, 05 Jun 2005 16:09:48 +0200] rev 16280
added detection for GNU cp
haftmann [Sun, 05 Jun 2005 16:07:22 +0200] rev 16279
added detection for GNU cp
haftmann [Sun, 05 Jun 2005 15:04:23 +0200] rev 16278
symlink problem hopefully solved
haftmann [Sun, 05 Jun 2005 14:58:16 +0200] rev 16277
better symlink handling
haftmann [Sun, 05 Jun 2005 14:41:23 +0200] rev 16276
a more spohisticated symlink handling
haftmann [Sun, 05 Jun 2005 14:33:02 +0200] rev 16275
a more spohisticated symlink handling
haftmann [Sun, 05 Jun 2005 14:33:02 +0200] rev 16274
a more spohisticated symlink handling
haftmann [Sun, 05 Jun 2005 14:00:50 +0200] rev 16273
added rsync symlink option
schirmer [Sun, 05 Jun 2005 13:49:51 +0200] rev 16272
typo
haftmann [Sun, 05 Jun 2005 13:45:48 +0200] rev 16271
added authors
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;