aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/minilib.mli
diff options
context:
space:
mode:
authorGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-09-01 09:51:31 +0000
committerGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-09-01 09:51:31 +0000
commit02c63cbf0c7ee8feacea68b39ceaebdce69c4af8 (patch)
tree7b002fb7dc79b03e4015edc50905630a0cb06818 /ide/minilib.mli
parentd122799af45e81608a40063568e9f4b6d6deec33 (diff)
Coq_makefile : bug when a project file is not in the current directory.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14443 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/minilib.mli')
-rw-r--r--ide/minilib.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/ide/minilib.mli b/ide/minilib.mli
index 86f7c8a3f..44e570301 100644
--- a/ide/minilib.mli
+++ b/ide/minilib.mli
@@ -30,8 +30,11 @@ val coqtop_path : string ref
(avoid exception in win32 without console) *)
val safe_prerr_endline : string -> unit
+val remove_path_dot : string -> string
val strip_path : string -> string
val canonical_path_name : string -> string
+(** correct_path f dir = dir/f if f is relative *)
+val correct_path : string -> string -> string
(** checks if two file names refer to the same (existing) file *)
val same_file : string -> string -> bool