summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* (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-082-0/+4
|
* blacklist some modules in order to fix testsuiteThierry Vignaud2012-02-021-0/+3
|
* 1.2.141.2.14Thierry Vignaud2012-02-012-1/+3
|
* 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-012-1/+3
|
* 1.2.131.2.13Thierry Vignaud2012-01-302-1/+3
|
* fix dateThierry Vignaud2012-01-301-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-302-0/+114
|
* (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-302-0/+38
| | | | 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
|
* 1.2.121.2.12Thierry Vignaud2011-09-202-1/+3
|
* add Cairo & PangoThierry Vignaud2011-09-202-0/+796
|
* update Glib & Gtk2 tooThierry Vignaud2011-09-202-482/+446
|
* update URPMThierry Vignaud2011-09-202-4/+11
|
* fix some method names in URPMThierry Vignaud2011-09-201-0/+1
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-09-203-5/+5
| | | | | | | | | | | | | | | | | | with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r1971 | tv | 2011-09-20 19:33:39 +0100 (Tue, 20 Sep 2011) | 2 lines create ------------------------------------------------------------------------ r1973 | tv | 2011-09-20 19:35:52 +0100 (Tue, 20 Sep 2011) | 2 lines initial import ------------------------------------------------------------------------
* 1.2.111.2.11Pascal Rigaux2008-09-252-1/+3
|
* - re-allow "$object->state" and "sub state ..."Pascal Rigaux2008-09-252-1/+2
|
* - re-allow $object->state - ignore "use feature"Pascal Rigaux2008-09-253-1/+7
|
* 1.2.101.2.10Pascal Rigaux2008-09-252-1/+3
|
* - fix typo causing qq(} $foo) to be parsed as q(} $foo)Pascal Rigaux2008-09-252-1/+2
|
* - recognize "state"Pascal Rigaux2008-09-253-0/+4
|
* 1.2.91.2.9Thierry Vignaud2008-09-172-1/+3
|
* fix error in generated GlibThierry Vignaud2008-09-172-1/+2
|
* add Gtk2::SexyThierry Vignaud2008-09-172-0/+41
|
* add Gtk2::Notify (which replaces Gtk2::NotificationBubble)Thierry Vignaud2008-09-172-0/+33
|
* 1.2.81.2.8Thierry Vignaud2008-09-172-1/+3
|
* fix error in generated Gtk2Thierry Vignaud2008-09-172-1/+4
|
* fix generating Gtk2 where "ne" can be a methodThierry Vignaud2008-09-171-1/+1
|
* 1.2.71.2.7Thierry Vignaud2008-09-172-1/+3
|
* add URPM (for rpmdrake)Thierry Vignaud2008-09-172-0/+150
|
* (tar) simplify: just use "svn export"Thierry Vignaud2008-09-171-2/+1
|
* 1.2.61.2.6Thierry Vignaud2008-09-172-1/+3
|
* add Gtk2::WebKit (for mcc)Thierry Vignaud2008-09-172-0/+109
|
* update Glib & Gtk2Thierry Vignaud2008-09-173-5/+147
|
* 1.2.51.2.5Pascal Rigaux2008-09-042-1/+3
|
* syncPascal Rigaux2008-09-041-0/+2
|
* recognize //=Pascal Rigaux2008-09-041-1/+1
|
* recognize file test "-o" (File is owned by effective uid.)Pascal Rigaux2008-09-041-1/+1
|
* - don't die when @ISA packages are unknow, make it a warning insteadPascal Rigaux2008-03-282-3/+5
|
* add support for Basedir ../../..Olivier Blin2008-03-101-0/+1
|
* update Glib & Gtk2 fake packagesThierry Vignaud2007-08-012-1/+349
|
* re-sync after the big svn loss1.2.41.2.3Pascal Rigaux2007-04-2527-454/+852
|