Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.2.191.2.19 | Thierry Vignaud | 2012-04-03 | 2 | -1/+3 |
| | |||||
* | one more item | Thierry Vignaud | 2012-04-03 | 1 | -0/+2 |
| | |||||
* | one more item | Thierry Vignaud | 2012-03-27 | 1 | -0/+2 |
| | |||||
* | recognize "%f" in printf strings | Thierry Vignaud | 2012-03-27 | 2 | -0/+2 |
| | |||||
* | fake XML::LibXML::Reader for urpmi | Thierry Vignaud | 2012-03-27 | 2 | -0/+730 |
| | |||||
* | (is_blacklisted) blacklist sub cmp too | Thierry Vignaud | 2012-03-27 | 1 | -1/+1 |
| | |||||
* | more items for the TODO list | Thierry Vignaud | 2012-03-27 | 1 | -0/+12 |
| | |||||
* | kill debug statement | Thierry Vignaud | 2012-03-27 | 1 | -1/+0 |
| | |||||
* | recognize binmode() (for eg urpmi) | Thierry Vignaud | 2012-03-27 | 3 | -1/+5 |
| | |||||
* | 1.2.181.2.18 | Thierry Vignaud | 2012-03-25 | 2 | -1/+3 |
| | |||||
* | recognize getpgrp() (for eg: iurt) | Thierry Vignaud | 2012-03-25 | 2 | -1/+3 |
| | |||||
* | add one more item on the TODO list | Thierry Vignaud | 2012-03-25 | 1 | -0/+3 |
| | |||||
* | recognize -p (pipe test) & -S (socket test) such as in MDK::Common::File | Thierry Vignaud | 2012-03-25 | 3 | -3/+2 |
| | |||||
* | one less item on the TODO list | Thierry Vignaud | 2012-03-24 | 1 | -2/+0 |
| | |||||
* | (is_blacklisted) kill unused arg | Thierry Vignaud | 2012-03-24 | 1 | -1/+1 |
| | |||||
* | update Net::FTP for install::ftp now that gen.pl handles "sub foobar { ↵ | Thierry Vignaud | 2012-03-24 | 1 | -72/+51 |
| | | | | shift->some_method(@_) }" | ||||
* | handle special case "sub foobar { shift->method_call(...) } (eg: Net::FTP) | Thierry Vignaud | 2012-03-24 | 1 | -2/+6 |
| | |||||
* | enhance logs | Thierry Vignaud | 2012-03-24 | 1 | -2/+3 |
| | |||||
* | kill "undeclared variable $^S" (eg in standalone.pm) | Thierry Vignaud | 2012-03-24 | 2 | -1/+2 |
| | |||||
* | recognize \B in regexps (match except at a word boundary) | Thierry Vignaud | 2012-03-24 | 2 | -1/+3 |
| | | | | eg: in detect_devices::is_netbook_nettop() | ||||
* | add RPM4 fake package (for eg: iurt) | Thierry Vignaud | 2012-03-24 | 3 | -0/+304 |
| | |||||
* | one more item on the TODO list | Thierry Vignaud | 2012-03-24 | 1 | -0/+2 |
| | |||||
* | add a FIXME note | Thierry Vignaud | 2012-03-23 | 1 | -0/+2 |
| | |||||
* | update Net::FTP fake package for installer | Thierry Vignaud | 2012-03-23 | 2 | -6/+120 |
| | |||||
* | update TODO list | Thierry Vignaud | 2012-03-23 | 1 | -0/+12 |
| | |||||
* | (dist-git) enable to generate tarball from GIT | Thierry Vignaud | 2012-03-23 | 1 | -0/+5 |
| | |||||
* | (dist-sbn) split it out of dist | Thierry Vignaud | 2012-03-23 | 1 | -1/+11 |
| | | | | (needed for next commit) | ||||
* | rename PERL_CHECKER_VERSION as VERSION | Thierry Vignaud | 2012-03-23 | 1 | -4/+4 |
| | |||||
* | introduce NAME | Thierry Vignaud | 2012-03-23 | 1 | -3/+4 |
| | |||||
* | rename 'dist' as 'tar' and add a 'tar' alias | Thierry Vignaud | 2012-03-23 | 1 | -1/+3 |
| | |||||
* | 1.2.171.2.17 | Thierry Vignaud | 2012-03-19 | 2 | -1/+3 |
| | |||||
* | update Glib fake package so that it stops causing perl_checker to show bogus ↵ | Thierry Vignaud | 2012-03-19 | 2 | -2/+3 |
| | | | | "too many parameters" on some isa() calls (eg: on any.pm) | ||||
* | (parse_pm) blacklist earlier some functions | Thierry Vignaud | 2012-03-19 | 1 | -1/+1 |
| | | | | | (else Glib fake packages provides isa() and perl_checker declares bogus "too many parameters" warnings on eg any.pm) | ||||
* | (is_blacklisted) blacklist 'can' & 'isa' keywords | Thierry Vignaud | 2012-03-19 | 1 | -1/+1 |
| | | | | | (else Glib fake packages provides isa() and perl_checker declares bogus "too many parameters" warnings on eg any.pm) | ||||
* | (is_blacklisted) split it out of get_paras() | Thierry Vignaud | 2012-03-19 | 1 | -1/+7 |
| | |||||
* | 1.2.161.2.16 | Thierry Vignaud | 2012-03-16 | 2 | -1/+3 |
| | |||||
* | (get_paras) explain | Thierry Vignaud | 2012-03-16 | 1 | -0/+2 |
| | |||||
* | update fake packages with function expecting any number of arguments (reduce ↵ | Thierry Vignaud | 2012-03-16 | 9 | -93/+103 |
| | | | | perl_checker SNR) | ||||
* | (get_paras) detect when function expects any number of arguments (reduce ↵ | Thierry Vignaud | 2012-03-16 | 2 | -0/+6 |
| | | | | perl_checker SNR) | ||||
* | update URPM fake package | Thierry Vignaud | 2012-03-16 | 2 | -5/+9 |
| | |||||
* | 1.2.151.2.15 | Thierry Vignaud | 2012-03-08 | 2 | -1/+3 |
| | |||||
* | (get_paras) remove empty prototypes from functions (it's possible we see it ↵ | Thierry Vignaud | 2012-03-08 | 2 | -6/+14 |
| | | | | | | using shift later): thus fixing perl_checker warnings on Curses::UI | ||||
* | fix 2 fake packages | Thierry Vignaud | 2012-03-08 | 3 | -11/+10 |
| | |||||
* | (parse_pm) handle functions without spacing before opening "{" | Thierry Vignaud | 2012-03-08 | 1 | -0/+2 |
| | | | | eg: "sub set_color_fg{" | ||||
* | (parse_pm) do not exclude functions with ";" in their prototypes | Thierry Vignaud | 2012-03-08 | 1 | -1/+1 |
| | | | | | | | eg: sub draw(;$) regression introduced in r2880 on 2012-02-01 (was: "(parse_pm) ignore forward declarations") | ||||
* | blacklist some function names that perl_checker dislike (use, ...) | Thierry Vignaud | 2012-03-08 | 2 | -0/+4 |
| | |||||
* | blacklist some modules in order to fix testsuite | Thierry Vignaud | 2012-02-02 | 1 | -0/+3 |
| | |||||
* | 1.2.141.2.14 | Thierry Vignaud | 2012-02-01 | 2 | -1/+3 |
| | |||||
* | fix Getopt::Long with newer generator | Thierry Vignaud | 2012-02-01 | 1 | -11/+0 |
| | |||||
* | (parse_pm) ignore forward declarations | Thierry Vignaud | 2012-02-01 | 1 | -0/+2 |
| |