summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/common.ml
Commit message (Collapse)AuthorAgeFilesLines
* - workaround bug in ocaml on ultrasparcPascal Rigaux2004-08-021-1/+7
| | | | | | (can't catch exception "Fatal error: out-of-bound access in array or string" in native code) - add begins_with in MDK::Common::String
* handle bad PO-: comments at the lexical level instead of doing it in the grammarPascal Rigaux2004-04-281-0/+2
| | | | | to have a better error message
* use a float to save the mtime since int overflows.Pascal Rigaux2004-01-131-1/+1
| | | | | this fixes the cache being used partially
* disallowPascal Rigaux2003-12-161-0/+5
| | | | | | | - $a = (1, 2) - my $a = (1, 2) - my ($a, $b) = (1, 2, 3)
* perfect warning for suggesting qq(...) instead of "..."Pascal Rigaux2003-10-011-0/+7
|
* disallow s/foo/die "bar \"zzz\"/ePascal Rigaux2003-09-301-0/+11
|
* display relative file names when nicerPascal Rigaux2003-09-301-9/+8
|
* handle same files with different names (cuz of symbolic links)Pascal Rigaux2003-09-301-3/+7
|
* use absolute directories in Tree.use_libPascal Rigaux2003-09-301-1/+3
|
* re-organize to handle cleanly multi packages per filePascal Rigaux2003-09-291-10/+46
| | | | | => fixes cache coherency
* basic "number of arguments" checkingPascal Rigaux2003-04-171-0/+4
|
* - perl_checker: many new features includingPascal Rigaux2002-12-191-0/+10
| | | | | | | | - checking methods being available - checking unused functions - saving parsed file in .perl_checker.cache - new instruction "Basedir .." in .perl_checker (useful for gi/perl-install/standalone/.perl_checker)
* new features including checking methods being available and unused functionsPascal Rigaux2002-12-181-9/+17
|
* add option "-t" enabling titi to precise tab-width=4Pascal Rigaux2002-12-111-3/+3
| | | | | fix a bug in getting exported functions (fixes "unknown function gtkshow")
* perl_checker: new --generate-pot featurePascal Rigaux2002-12-101-0/+9
|
* - perl_checker: print on stdout, not stderrPascal Rigaux2002-12-061-0/+3
| | | | | - perl_checker: add option --restrict-to-files (mainly for perl_checko the Clean Keeper)
* add "unused variable" detectionPascal Rigaux2002-12-041-3/+0
|
* *** empty log message ***Pascal Rigaux2002-12-021-0/+4
|
* *** empty log message ***Pascal Rigaux2002-11-281-6/+41
|
* *** empty log message ***Pascal Rigaux2002-11-261-0/+3
|
* *** empty log message ***Pascal Rigaux2002-11-241-7/+55
|
* *** empty log message ***Pascal Rigaux2002-11-201-0/+2
|
* *** empty log message ***Pascal Rigaux2002-11-141-0/+5
|
* *** empty log message ***Pascal Rigaux2002-11-121-22/+9
|
* *** empty log message ***Pascal Rigaux2002-11-091-0/+12
|
* *** empty log message ***Pascal Rigaux2002-11-091-0/+798