summaryrefslogtreecommitdiffstats
path: root/fake_packages
Commit message (Collapse)AuthorAgeFilesLines
* better fake Gtk3Thierry Vignaud2014-02-041-15/+2577
|
* blacklist some keywordsThierry Vignaud2014-01-191-4/+0
|
* fake packages: add Gtk3 & Gtk3::{Notify,WebKit}Thierry Vignaud2014-01-193-0/+16812
|
* update Glib fake packageThierry Vignaud2012-12-171-5/+7
|
* update URPM fake packageThierry Vignaud2012-10-041-2/+1
|
* update URPM fake packageThierry Vignaud2012-09-211-0/+2
|
* update RPM4 & URPM fake packagesThierry Vignaud2012-09-062-24/+11
|
* make it parse latest URPMThierry Vignaud2012-09-061-1/+1
|
* fake XML::LibXML::Reader for urpmiThierry Vignaud2012-03-271-0/+728
|
* (is_blacklisted) blacklist sub cmp tooThierry Vignaud2012-03-271-1/+1
|
* kill debug statementThierry Vignaud2012-03-271-1/+0
|
* recognize binmode() (for eg urpmi)Thierry Vignaud2012-03-271-0/+1
|
* (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
|
* add RPM4 fake package (for eg: iurt)Thierry Vignaud2012-03-242-0/+303
|
* add a FIXME noteThierry Vignaud2012-03-231-0/+2
|
* update Net::FTP fake package for installerThierry Vignaud2012-03-231-6/+118
|
* update Glib fake package so that it stops causing perl_checker to show bogus ↵Thierry Vignaud2012-03-191-2/+0
| | | | "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
|
* (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-161-0/+4
| | | | perl_checker SNR)
* update URPM fake packageThierry Vignaud2012-03-161-5/+7
|
* (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-082-11/+9
|
* (parse_pm) handle functions without spacing before opening "{"Thierry Vignaud2012-03-081-0/+2
| | | | eg: "sub set_color_fg{"
* (parse_pm) do not exclude functions with ";" in their prototypesThierry Vignaud2012-03-081-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 Vignaud2012-03-081-0/+2
|
* fix Getopt::Long with newer generatorThierry Vignaud2012-02-011-11/+0
|
* (parse_pm) ignore forward declarationsThierry Vignaud2012-02-011-0/+2
|
* enhanced URPM fake packageThierry Vignaud2012-02-011-1/+1
|
* blacklist a couple packages (help finding what's wrong when fake package ↵Thierry Vignaud2012-01-301-0/+2
| | | | generation goes havroc)
* update fake packagesThierry Vignaud2012-01-306-62/+885
|
* better fake package for URPMThierry Vignaud2012-01-301-0/+113
|
* (parse_pm) prevent skiping lines when =cut is missing from end of one file ↵Thierry Vignaud2012-01-301-2/+4
| | | | (the "..." operator isn't reset between 2 function calls...)
* (get_paras) do not rename *__XS functions anymoreThierry Vignaud2012-01-301-3/+5
| | | | | | | | | | copy their signatures to their perl wrappers so that they got signatures too (now that we parse the .pm files too) instead of shadowing the perl function with no signatures eg: -sub parse_hdlist() {} +sub parse_hdlist { my ($_urpm, $_filename, @_more_paras) = @_ }
* (parse_pm) parse .pm files too when generating fake packagesThierry Vignaud2012-01-301-0/+36
| | | | eg: URPM (or some Gtk2*) implement methods in both perl & XS
* kill warnings on parsing BOOT (eg: URPM's one)Thierry Vignaud2012-01-301-0/+1
|
* add Cairo & PangoThierry Vignaud2011-09-202-0/+796
|
* update Glib & Gtk2 tooThierry Vignaud2011-09-202-482/+446
|
* update URPMThierry Vignaud2011-09-201-4/+9
|
* fix some method names in URPMThierry Vignaud2011-09-201-0/+1
|
* fix error in generated GlibThierry Vignaud2008-09-171-1/+1
|
* add Gtk2::SexyThierry Vignaud2008-09-171-0/+40
|
* add Gtk2::Notify (which replaces Gtk2::NotificationBubble)Thierry Vignaud2008-09-171-0/+30
|
* fix error in generated Gtk2Thierry Vignaud2008-09-171-1/+1
|
* fix generating Gtk2 where "ne" can be a methodThierry Vignaud2008-09-171-1/+1
|