History log of /seL4-l4v-10.1.1/isabelle/src/Pure/System/cygwin.scala
Revision Date Author Comments
# 7fe148ef 12-Mar-2016 wenzelm <none@none>

more uniform signature for various process invocations;
env refers to full environment, not the update;


# 6eed21ac 13-Feb-2016 wenzelm <none@none>

tuned signature;


# d8f64bc6 05-Jan-2016 wenzelm <none@none>

updated headers;


# 2f7f942e 30-Sep-2015 wenzelm <none@none>

clarified ISABELLE_ROOT (platform path) vs. ISABELLE_HOME (standard path);


# 4ecf5a2f 30-Sep-2015 wenzelm <none@none>

uniform treatment of bootstrap directories;
Isabelle_System.init() includes Cygwin.init(), e.g. for situations without isabelle.Main;
tuned;


# 5a206988 29-Sep-2015 wenzelm <none@none>

clarified Isabelle_System.init;
clarified GUI.init_laf;
clarified modules;
tuned signature;


# ce9eff72 15-Jul-2013 wenzelm <none@none>

Scala version of init.bat;

--HG--
rename : src/Pure/System/cygwin.scala => src/Pure/System/cygwin_init.scala


# 51093b55 07-Jul-2013 wenzelm <none@none>

some support for Cygwin;


# 3cd4388e 24-May-2012 wenzelm <none@none>

discontinued obsolete Cygwin module;


# 2f0fba67 24-May-2012 wenzelm <none@none>

eliminated unused Cygwin download;


# c326d82c 24-May-2012 wenzelm <none@none>

simplified Cygwin root: warm start via env, cold start via property, no registry magic;

--HG--
extra : rebase_source : 771d7781373f5e71e6935ec987e6d559ee639e8e


# 23142230 22-Apr-2012 wenzelm <none@none>

support Cygwin cold-start via Isabelle.exe, assuming layout of bundle;


# 2ec142c0 29-Nov-2011 wenzelm <none@none>

separate compilation of PIDE vs. Pure sources, which enables independent Scala library;


# 2a73801f 28-Nov-2011 wenzelm <none@none>

explicit indication of modules for independent Scala library;


# 36258f83 04-Jul-2011 wenzelm <none@none>

imitate exception ERROR of Isabelle/ML;


# 80be4c97 23-Jun-2011 wenzelm <none@none>

explicit import java.lang.System to prevent odd scope problems;


# a60f0b9a 20-Dec-2010 wenzelm <none@none>

Cygwin: Poly/ML 5.4.0 requires libgmp3;


# 99eb5c99 26-Sep-2010 wenzelm <none@none>

tuned signatures and messages;


# dfeb9eef 28-May-2010 wenzelm <none@none>

eliminated hard tabs;


# b0a9fb89 17-Apr-2010 wenzelm <none@none>

THIS_CYGWIN;


# 594fa8cb 04-Jan-2010 wenzelm <none@none>

Standard_System.raw_exec;
more robust root.mkdirs;


# e36274d4 04-Jan-2010 wenzelm <none@none>

added Cygwin "make" package;


# 527eed0e 02-Jan-2010 wenzelm <none@none>

tuned error handling;


# bfc41953 01-Jan-2010 wenzelm <none@none>

Standard_System.raw_execute: optional cwd;
basic Cygwin.setup with download and unattended installation;


# 2c2fa184 28-Dec-2009 wenzelm <none@none>

crude Cygwin.setup;


# 7de3fe25 09-Dec-2009 wenzelm <none@none>

simplified Cygwin setup, assuming 1.7 registry layout (version 1.5 suffers from upcaseenv problem anyway);


# 78de13f7 09-Dec-2009 wenzelm <none@none>

more robust Cygwin.config: actually check Wow6432Node, prefer explicit CYGWIN_ROOT in any case;


# 78752fa2 29-Jun-2009 wenzelm <none@none>

fixed permissions;


# b75b7d82 28-Jun-2009 wenzelm <none@none>

some more Cygwin checks;


# 5cec7306 07-Jun-2009 wenzelm <none@none>

Accessing the Cygwin installation.