History log of /seL4-l4v-10.1.1/l4v/isabelle/src/Pure/General/path.scala
Revision Date Author Comments
# 677f3ffe 11-Dec-2017 wenzelm <none@none>

more operations;


# a51ef242 30-Jun-2017 wenzelm <none@none>

clarified signature;


# c9b6ddf3 01-Jun-2017 wenzelm <none@none>

tuned signature;


# f30aa895 14-May-2017 wenzelm <none@none>

tuned signature;


# 73a24f9a 23-Apr-2017 wenzelm <none@none>

more operations;


# bde89cc1 15-Oct-2016 wenzelm <none@none>

expand relatively to given environment, notably remote HOME;


# 600b7cdf 13-Sep-2016 wenzelm <none@none>

tuned;


# 376e854a 20-Aug-2015 wenzelm <none@none>

tuned signature, according to ML version;


# 7908f989 08-Jan-2015 wenzelm <none@none>

tuned;


# e0e8cf48 02-May-2015 wenzelm <none@none>

misc tuning, based on warnings by IntelliJ IDEA;


# 23a91b2f 07-Oct-2014 wenzelm <none@none>

added update_cartouches tool;


# 3d6f89c6 03-May-2014 wenzelm <none@none>

standardize to implode_short form;
clarified treatment of directories;


# 2263369e 13-Apr-2014 wenzelm <none@none>

clarified according to ML version;


# 1b4c02e6 03-Mar-2014 wenzelm <none@none>

clarified path checks: avoid crash of rendering due to spurious errors;


# ec15be7b 18-Feb-2014 wenzelm <none@none>

prefer concrete list append;


# 96cb2114 30-Aug-2013 wenzelm <none@none>

more general backup files;


# 795a07f7 16-Aug-2013 wenzelm <none@none>

tuned;


# 1165f611 21-May-2013 wenzelm <none@none>

tuned messages;


# ddb1be77 03-Aug-2012 wenzelm <none@none>

reject path variable nesting explicitly;


# 18e2e82f 27-Jul-2012 wenzelm <none@none>

simplified Path vs. JVM File operations;


# 7954341a 24-Jul-2012 wenzelm <none@none>

more explicit checks during parsing;


# 77967a15 23-Jul-2012 wenzelm <none@none>

pass build options to ML;
some imitation of usedir Session.init;


# 1e3f66b9 21-Jul-2012 wenzelm <none@none>

disallow quotes in path specifications -- extra paranoia;


# 5fa78641 20-Jul-2012 wenzelm <none@none>

more explicit java.io.{File => JFile};


# a2050d1e 20-Jul-2012 wenzelm <none@none>

further imitation of "usedir" shell script;
Pure/build observes build_images option, unlike traditional version;
tuned signature;


# 2f9dc7e1 22-Apr-2012 wenzelm <none@none>

USER_HOME settings variable points to cross-platform user home directory;


# 78b39fdb 27-Feb-2012 wenzelm <none@none>

prefer final ADTs -- prevent ooddities;


# 56e41cf4 22-Oct-2011 wenzelm <none@none>

class Path as abstract datatype;


# f57d3f4f 07-Jul-2011 wenzelm <none@none>

explicit Document.Node.Header, with master_dir and thy_name;
imitate ML path operations more closely;


# 6617fddf 05-Jul-2011 wenzelm <none@none>

prefer space_explode/split_lines as in Isabelle/ML;


# 4b7754c5 05-Jul-2011 wenzelm <none@none>

Path.split convenience;


# e72e746c 05-Jul-2011 wenzelm <none@none>

tuned;


# 4d559414 04-Jul-2011 wenzelm <none@none>

pervasive Basic_Library in Scala;
tuned;


# 97a8f88c 30-Jun-2011 wenzelm <none@none>

proper fold order;


# 1701cbba 30-Jun-2011 wenzelm <none@none>

more Path operations;
tuned signature;


# 313a9059 30-Jun-2011 wenzelm <none@none>

tuned comments;


# 98c527ca 29-Jun-2011 wenzelm <none@none>

abstract algebra of file paths in Scala (cf. path.ML);