summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 1.2.211.2.21Thierry Vignaud2012-09-062-1/+3
|
* update RPM4 & URPM fake packagesThierry Vignaud2012-09-063-24/+13
|
* make it parse latest URPMThierry Vignaud2012-09-061-1/+1
|
* 1.2.201.2.20Thierry Vignaud2012-08-072-1/+2
|
* fix an escapeThierry Vignaud2012-08-071-1/+1
|
* default to UTF-8 charset when generating reference catalogThierry Vignaud2012-08-072-1/+4
|
* more itemsThierry Vignaud2012-04-171-0/+10
|
* 1.2.191.2.19Thierry Vignaud2012-04-032-1/+3
|
* one more itemThierry Vignaud2012-04-031-0/+2
|
* one more itemThierry Vignaud2012-03-271-0/+2
|
* recognize "%f" in printf stringsThierry Vignaud2012-03-272-0/+2
|
* fake XML::LibXML::Reader for urpmiThierry Vignaud2012-03-272-0/+730
|
* (is_blacklisted) blacklist sub cmp tooThierry Vignaud2012-03-271-1/+1
|
* more items for the TODO listThierry Vignaud2012-03-271-0/+12
|
* kill debug statementThierry Vignaud2012-03-271-1/+0
|
* recognize binmode() (for eg urpmi)Thierry Vignaud2012-03-273-1/+5
|
* 1.2.181.2.18Thierry Vignaud2012-03-252-1/+3
|
* recognize getpgrp() (for eg: iurt)Thierry Vignaud2012-03-252-1/+3
|
* add one more item on the TODO listThierry Vignaud2012-03-251-0/+3
|
* recognize -p (pipe test) & -S (socket test) such as in MDK::Common::FileThierry Vignaud2012-03-253-3/+2
|
* one less item on the TODO listThierry Vignaud2012-03-241-2/+0
|
* (is_blacklisted) kill unused argThierry Vignaud2012-03-241-1/+1
|
* update Net::FTP for install::ftp now that gen.pl handles "sub foobar { ↵Thierry Vignaud2012-03-241-72/+51
| | | | shift->some_method(@_) }"
* handle special case "sub foobar { shift->method_call(...) } (eg: Net::FTP)Thierry Vignaud2012-03-241-2/+6
|
* enhance logsThierry Vignaud2012-03-241-2/+3
|
* kill "undeclared variable $^S" (eg in standalone.pm)Thierry Vignaud2012-03-242-1/+2
|
* recognize \B in regexps (match except at a word boundary)Thierry Vignaud2012-03-242-1/+3
| | | | eg: in detect_devices::is_netbook_nettop()
* add RPM4 fake package (for eg: iurt)Thierry Vignaud2012-03-243-0/+304
|
* one more item on the TODO listThierry Vignaud2012-03-241-0/+2
|
* add a FIXME noteThierry Vignaud2012-03-231-0/+2
|
* update Net::FTP fake package for installerThierry Vignaud2012-03-232-6/+120
|
* update TODO listThierry Vignaud2012-03-231-0/+12
|
* (dist-git) enable to generate tarball from GITThierry Vignaud2012-03-231-0/+5
|
* (dist-sbn) split it out of distThierry Vignaud2012-03-231-1/+11
| | | | (needed for next commit)
* rename PERL_CHECKER_VERSION as VERSIONThierry Vignaud2012-03-231-4/+4
|
* introduce NAMEThierry Vignaud2012-03-231-3/+4
|
* rename 'dist' as 'tar' and add a 'tar' aliasThierry Vignaud2012-03-231-1/+3
|
* 1.2.171.2.17Thierry Vignaud2012-03-192-1/+3
|
* update Glib fake package so that it stops causing perl_checker to show bogus ↵Thierry Vignaud2012-03-192-2/+3
| | | | "too many parameters" on some isa() calls (eg: on any.pm)
* (parse_pm) blacklist earlier some functionsThierry Vignaud2012-03-191-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' keywordsThierry Vignaud2012-03-191-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 Vignaud2012-03-191-1/+7
|
* 1.2.161.2.16Thierry Vignaud2012-03-162-1/+3
|
* (get_paras) explainThierry Vignaud2012-03-161-0/+2
|
* update fake packages with function expecting any number of arguments (reduce ↵Thierry Vignaud2012-03-169-93/+103
| | | | perl_checker SNR)
* (get_paras) detect when function expects any number of arguments (reduce ↵Thierry Vignaud2012-03-162-0/+6
| | | | perl_checker SNR)
* update URPM fake packageThierry Vignaud2012-03-162-5/+9
|
* 1.2.151.2.15Thierry Vignaud2012-03-082-1/+3
|
* (get_paras) remove empty prototypes from functions (it's possible we see it ↵Thierry Vignaud2012-03-082-6/+14
| | | | | | using shift later): thus fixing perl_checker warnings on Curses::UI
* fix 2 fake packagesThierry Vignaud2012-03-083-11/+10
|