index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
loadpath.mli
Age
Commit message (
Expand
)
Author
2018-02-27
Update headers following #6543.
Théo Zimmermann
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2016-01-21
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-01-20
Update copyright headers.
Maxime Dénès
2015-12-22
Move the From logic to Loadpath.expand_path.
Guillaume Melquiond
2015-09-30
Unexport Loadpath.get_paths.
Guillaume Melquiond
2015-09-29
Remove some uses of Loadpath.get_paths.
Guillaume Melquiond
2015-04-01
From X Require Y looks for X with absolute path, disregarding -R.
Pierre-Marie Pédrot
2015-03-31
Removing the unused root flag from loadpaths.
Pierre-Marie Pédrot
2015-02-05
Properly set module names in presence of -Q. (Fix for bug #3958)
Guillaume Melquiond
2015-01-12
Update headers.
Maxime Dénès
2014-05-22
Fix native_compute for systems with a limited size for the command line.
Guillaume Melquiond
2014-04-08
Add an option -Q (tentative name).
Guillaume Melquiond
2014-03-07
Fix lookup of native files when option -R is missing.
Guillaume Melquiond
2013-03-26
Moved the Loadpath part of Library to its own file, and documented
ppedrot