aboutsummaryrefslogtreecommitdiff
path: root/sysinit/usage.ml
AgeCommit message (Collapse)Author
2021-02-16Get rid of the compilation date from the binaries to make them more stable.Guillaume Melquiond
Contrarily to the comments, Coq_config.date was not the "release date" but just another "compile date".
2021-02-04Remove deprecated -sprop-cumulative command line argumentGaƫtan Gilbert
Deprecated since #12034 (8.12)
2021-01-27[sysinit] new component for system initializationEnrico Tassi
This component holds the code for initializing Coq: - parsing arguments not specific to the toplevel - initializing all components from vernac downwards (no stm) This commit moves stm specific arguments parsing to stm/stmargs.ml