Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not blacklist POSIX | Thierry Vignaud | 2016-09-16 | 1 | -1/+1 |
| | | | | using a fake package is better... | ||||
* | Gtk package is long dead (sicne nearly 15 years) | Thierry Vignaud | 2016-09-16 | 1 | -1/+1 |
| | |||||
* | warn when @ISA / "use base" is used more than once | Thierry Vignaud | 2015-06-14 | 1 | -1/+1 |
| | | | | make it a warning instead of dying (needed for Parted bindings) | ||||
* | fix "undeclared variable $_" false positive on List::Util::first() | Thierry Vignaud | 2014-01-22 | 1 | -1/+1 |
| | |||||
* | "please remove the space before the function call" is no more fatal | Thierry Vignaud | 2013-09-05 | 1 | -1/+1 |
| | | | | (for Gtk3) | ||||
* | recognize \E, \L, \u, \U in regexpes | Thierry Vignaud | 2012-10-13 | 1 | -1/+1 |
| | |||||
* | recognize /r modifier for regexpes | Thierry Vignaud | 2012-10-13 | 1 | -1/+1 |
| | |||||
* | fix an escape | Thierry Vignaud | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | default to UTF-8 charset when generating reference catalog | Thierry Vignaud | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | recognize "%f" in printf strings | Thierry Vignaud | 2012-03-27 | 1 | -0/+1 |
| | |||||
* | recognize binmode() (for eg urpmi) | Thierry Vignaud | 2012-03-27 | 1 | -1/+1 |
| | |||||
* | recognize getpgrp() (for eg: iurt) | Thierry Vignaud | 2012-03-25 | 1 | -1/+2 |
| | |||||
* | recognize -p (pipe test) & -S (socket test) such as in MDK::Common::File | Thierry Vignaud | 2012-03-25 | 1 | -1/+1 |
| | |||||
* | kill "undeclared variable $^S" (eg in standalone.pm) | Thierry Vignaud | 2012-03-24 | 1 | -1/+1 |
| | |||||
* | recognize \B in regexps (match except at a word boundary) | Thierry Vignaud | 2012-03-24 | 1 | -1/+1 |
| | | | | eg: in detect_devices::is_netbook_nettop() | ||||
* | blacklist some modules in order to fix testsuite | Thierry Vignaud | 2012-02-02 | 1 | -0/+3 |
| | |||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-09-20 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | 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 ------------------------------------------------------------------------ | ||||
* | - re-allow "$object->state" and "sub state ..." | Pascal Rigaux | 2008-09-25 | 1 | -0/+1 |
| | |||||
* | - re-allow $object->state - ignore "use feature" | Pascal Rigaux | 2008-09-25 | 2 | -1/+4 |
| | |||||
* | - fix typo causing qq(} $foo) to be parsed as q(} $foo) | Pascal Rigaux | 2008-09-25 | 1 | -1/+1 |
| | |||||
* | - recognize "state" | Pascal Rigaux | 2008-09-25 | 2 | -0/+2 |
| | |||||
* | recognize //= | Pascal Rigaux | 2008-09-04 | 1 | -1/+1 |
| | |||||
* | recognize file test "-o" (File is owned by effective uid.) | Pascal Rigaux | 2008-09-04 | 1 | -1/+1 |
| | |||||
* | - don't die when @ISA packages are unknow, make it a warning instead | Pascal Rigaux | 2008-03-28 | 1 | -3/+3 |
| | |||||
* | add support for Basedir ../../.. | Olivier Blin | 2008-03-10 | 1 | -0/+1 |
| | |||||
* | re-sync after the big svn loss1.2.41.2.3 | Pascal Rigaux | 2007-04-25 | 13 | -64/+215 |
| | |||||
* | Rename folder to match history. | Mageia SVN-Git Migration | 2007-04-25 | 38 | -0/+7882 |
This is a Synthesized commit to combine perl-MDK-Common and perl_checker repository history. |