index
:
perl-MDK-Common
master
Mageia Common Perl Code
Thierry Vignaud [tv]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
perl_checker.src
/
tree.ml
Commit message (
Expand
)
Author
Age
Files
Lines
*
handle "use base ..."
Pascal Rigaux
2006-06-15
1
-1
/
+7
*
we don't care about module warnings (and we don't handle it nicely :)
Pascal Rigaux
2005-11-25
1
-1
/
+1
*
get rid of MDK::Common::Globals (not used anymore by drakconnect)
Pascal Rigaux
2005-11-25
1
-2
/
+1
*
create string_of_fromparser(), needs tuning
Pascal Rigaux
2004-11-17
1
-13
/
+15
*
allow disabling warnings on command-line (and have various warnings level)
Pascal Rigaux
2004-11-10
1
-18
/
+17
*
- add char_quote (to help emacs caml mode)
Pascal Rigaux
2004-10-14
1
-2
/
+2
*
various detection of join() misuse
Pascal Rigaux
2004-04-28
1
-1
/
+1
*
get_pos_from_expr() (previously named get_pos_from_tree()) is useful, even in...
Pascal Rigaux
2004-04-28
1
-35
/
+1
*
no more internal_error "from_qw_raw" (which doesn't tell much about where it ...
Pascal Rigaux
2004-04-28
1
-6
/
+39
*
handle "use Foo X.X" (where X.X is a version number requested)
Pascal Rigaux
2004-04-09
1
-1
/
+5
*
replace the information "a variable is accessed" with the more precise
Pascal Rigaux
2004-01-22
1
-6
/
+8
*
use a float to save the mtime since int overflows.
Pascal Rigaux
2004-01-13
1
-1
/
+1
*
always print "can't find package" warning, even with restrict-to-files
Pascal Rigaux
2004-01-09
1
-0
/
+1
*
- drop internally operator "qw" by rewriting qw(...) into a list of strings
Pascal Rigaux
2003-12-16
1
-2
/
+0
*
have a special debugging build
Pascal Rigaux
2003-12-15
1
-1
/
+1
*
display relative file names when nicer
Pascal Rigaux
2003-09-30
1
-3
/
+3
*
use absolute directories in Tree.use_lib
Pascal Rigaux
2003-09-30
1
-2
/
+2
*
re-organize to handle cleanly multi packages per file
Pascal Rigaux
2003-09-29
1
-17
/
+33
*
- allow $_o_XXX parameter name which is both unused and optional (same for $_...
Pascal Rigaux
2003-08-11
1
-1
/
+4
*
- reverse the order of packages found in a file (so that perl_checker doesn't
Pascal Rigaux
2003-08-04
1
-1
/
+2
*
more robust from_qw_raw
Pascal Rigaux
2003-05-27
1
-0
/
+1
*
handle use foo() and use foo ("x", "y")
Pascal Rigaux
2003-05-26
1
-1
/
+9
*
check prototype coherence: disallow ($a, @b, $c) or ($a, $o_b, $c)
Pascal Rigaux
2003-05-26
1
-2
/
+9
*
allow "*foo = sub {}" with no prototype
Pascal Rigaux
2003-04-30
1
-3
/
+3
*
- handle empty prototypes
Pascal Rigaux
2003-04-24
1
-14
/
+20
*
basic "number of arguments" checking
Pascal Rigaux
2003-04-17
1
-11
/
+29
*
handle "local $_ = ..." at toplevel
Pascal Rigaux
2003-04-02
1
-0
/
+1
*
handle ${foo} (including "${foo}bar")
Pascal Rigaux
2003-02-12
1
-8
/
+6
*
new features including checking methods being available and unused functions
Pascal Rigaux
2002-12-18
1
-362
/
+142
*
- perl_checker: print on stdout, not stderr
Pascal Rigaux
2002-12-06
1
-4
/
+4
*
ignore unknown functions coming from XS bootstrap when we can't use the .c
Pascal Rigaux
2002-12-05
1
-5
/
+13
*
perl_checker now checks usage of $_
Pascal Rigaux
2002-12-05
1
-11
/
+38
*
handle "use lib qw(...)"
Pascal Rigaux
2002-12-04
1
-1
/
+5
*
add "unused variable" detection
Pascal Rigaux
2002-12-04
1
-20
/
+49
*
*** empty log message ***
Pascal Rigaux
2002-11-28
1
-1
/
+1
*
*** empty log message ***
Pascal Rigaux
2002-11-28
1
-132
/
+191
*
*** empty log message ***
Pascal Rigaux
2002-11-26
1
-49
/
+80
*
*** empty log message ***
Pascal Rigaux
2002-11-26
1
-39
/
+41
*
*** empty log message ***
Pascal Rigaux
2002-11-25
1
-12
/
+22
*
*** empty log message ***
Pascal Rigaux
2002-11-24
1
-0
/
+424