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
/
global_checks.ml
Commit message (
Expand
)
Author
Age
Files
Lines
*
add sqrt, atan2, cos, sin
Pascal Rigaux
2004-01-06
1
-3
/
+3
*
check unused file-global my variables
Pascal Rigaux
2003-12-18
1
-1
/
+2
*
- pop behaves just like shift
Pascal Rigaux
2003-12-16
1
-1
/
+2
*
- correctly handle "shift" with no parameter at toplevel
Pascal Rigaux
2003-12-15
1
-0
/
+3
*
fix locally imported at toplevel
Pascal Rigaux
2003-10-01
1
-3
/
+3
*
allow ->import on toplevel to impact the whole file
Pascal Rigaux
2003-10-01
1
-8
/
+12
*
better handling of bad cache file
Pascal Rigaux
2003-09-30
1
-1
/
+1
*
ensure cache entries of removed file are removed
Pascal Rigaux
2003-09-30
1
-1
/
+4
*
re-organize to handle cleanly multi packages per file
Pascal Rigaux
2003-09-29
1
-41
/
+40
*
remove debug info
Pascal Rigaux
2003-08-11
1
-1
/
+1
*
- allow $_o_XXX parameter name which is both unused and optional (same for $_...
Pascal Rigaux
2003-08-11
1
-17
/
+44
*
in Pkg->method, warn when Pkg is an unknown package
Pascal Rigaux
2003-08-04
1
-1
/
+1
*
->can is allowed on any object
Pascal Rigaux
2003-04-30
1
-1
/
+1
*
allow "*foo = sub {}" with no prototype
Pascal Rigaux
2003-04-30
1
-2
/
+3
*
replace warning "unused variable @_" with "if the function doesn't take any
Pascal Rigaux
2003-04-25
1
-2
/
+8
*
- handle empty prototypes
Pascal Rigaux
2003-04-24
1
-20
/
+32
*
check number of args in method calls
Pascal Rigaux
2003-04-22
1
-12
/
+35
*
fix argument checking for Class->method(...) calls
Pascal Rigaux
2003-04-22
1
-1
/
+1
*
basic "number of arguments" checking
Pascal Rigaux
2003-04-17
1
-55
/
+77
*
- recognize function parameters and disallow using @_ in the rest of the func...
Pascal Rigaux
2003-04-16
1
-1
/
+20
*
allow to selectively import from @EXPORT instead of only accepting @EXPORT_OK
Pascal Rigaux
2003-04-10
1
-1
/
+1
*
simplify handling of variables declared in "if (...) ..." to meet perl's way.
Pascal Rigaux
2003-04-02
1
-4
/
+2
*
add getgrent
Pascal Rigaux
2003-02-14
1
-1
/
+1
*
check use of variables with name _XXX (reserved for unused variables)
Pascal Rigaux
2003-02-13
1
-1
/
+4
*
add "$."
Pascal Rigaux
2003-01-29
1
-1
/
+1
*
find, every and any are grep-like (ie. use $_)
Pascal Rigaux
2003-01-06
1
-1
/
+2
*
basename is not perl standard
Pascal Rigaux
2003-01-06
1
-1
/
+1
*
- perl_checker: add some more Gtk2 functions
Pascal Rigaux
2002-12-28
1
-1
/
+1
*
various
Pascal Rigaux
2002-12-19
1
-4
/
+4
*
- perl_checker: many new features including
Pascal Rigaux
2002-12-19
1
-3
/
+3
*
new features including checking methods being available and unused functions
Pascal Rigaux
2002-12-18
1
-0
/
+447