aboutsummaryrefslogtreecommitdiff
path: root/lib/systemdirs.ml
AgeCommit message (Collapse)Author
2015-02-12Using same code for browsing physical directories in coqtop and coqdep.Hugo Herbelin
In particular: - abstracting the code using calls to Unix opendir, stat, and closedir, - uniformly using warnings when a directory does not exist (coqtop was ignoring silently and coqdep was exiting via handle_unix_error).