summaryrefslogtreecommitdiffstats
path: root/fake_packages/gen.pl
Commit message (Collapse)AuthorAgeFilesLines
* (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
|
* fix some method names in URPMThierry Vignaud2011-09-201-0/+1
|
* fix generating Gtk2 where "ne" can be a methodThierry Vignaud2008-09-171-1/+1
|
* Rename folder to match history.Mageia SVN-Git Migration2007-04-251-0/+108
This is a Synthesized commit to combine perl-MDK-Common and perl_checker repository history.