summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/common.mli
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-09-29 14:40:02 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-09-29 14:40:02 +0000
commit7fe253aab7a266a8ad02b66be19dfe8ce789f8f8 (patch)
tree5acc69f78b16a7ee79d2d388c855e2366e15a916 /perl_checker.src/common.mli
parent391a2cf6a573b86c08a43ef9a3da22834eb17a2c (diff)
downloadperl_checker-7fe253aab7a266a8ad02b66be19dfe8ce789f8f8.tar
perl_checker-7fe253aab7a266a8ad02b66be19dfe8ce789f8f8.tar.gz
perl_checker-7fe253aab7a266a8ad02b66be19dfe8ce789f8f8.tar.bz2
perl_checker-7fe253aab7a266a8ad02b66be19dfe8ce789f8f8.tar.xz
perl_checker-7fe253aab7a266a8ad02b66be19dfe8ce789f8f8.zip
re-organize to handle cleanly multi packages per file
=> fixes cache coherency
Diffstat (limited to 'perl_checker.src/common.mli')
-rw-r--r--perl_checker.src/common.mli7
1 files changed, 6 insertions, 1 deletions
diff --git a/perl_checker.src/common.mli b/perl_checker.src/common.mli
index d766b86..60f985e 100644
--- a/perl_checker.src/common.mli
+++ b/perl_checker.src/common.mli
@@ -205,14 +205,19 @@ val string_forall_with : (char -> bool) -> int -> string -> bool
val starts_with_non_lowercase : string -> bool
val fold_lines : ('a -> string -> 'a) -> 'a -> in_channel -> 'a
val readlines : in_channel -> string list
-val updir : string -> int -> string
val split_at : char -> string -> string list
val split_at2 : char -> char -> string -> string list
val words : string -> string list
val to_CamelCase : string -> string option
+val concat_symlink : string -> string -> string
+val expand_symlinks : string -> string
+val file_to_absolute_file : string -> string
+val mtime : string -> int
+val updir : string -> int -> string
val string_of_ref : 'a ref -> string
val print_endline_flush_quiet : bool ref
val print_endline_flush : string -> unit
+val print_endline_flush_always : string -> unit
val is_int : float -> bool
val compare_lists : ('a -> 'b -> int) -> 'a list -> 'b list -> int
val compare_best : int -> int -> int