• [^] # Re: Incroyable...

    Posté par . En réponse à la dépêche KDE 3.4 officiellement sorti. Évalué à 1.

    > Certains parlent beaucoup, d'autres agissent.

    Mais oui.

    Pour la vantardise, trouves une page Red Hat ou Novell qui recense leurs contributions car je ne connait pas une telle page.

    Pour ton info voilà les contributions de Mandrake pour Linux 2.6 (sur plus d'un an ! ) :
    <tvignaud@mandrakesoft.com>
    [PATCH] checksatck.pl fixes

    - "\<" and "\>" can be safely replaced with "<" and ">"

    - "$var =~ /^string$/" is better written "$var eq 'string'"

    - $i is better written without the double quotes

    - it's not safe to use for without "my"ing the iteration variable

    - "print foreach @array" is better written "print @array"

    - declare variables

    - ".*" is useless at the end of a regexp

    - "$a[@a] = $foo" is a rather obfuscated syntax for "push @a, $foo"...
    let's not opencoding language basic operators...

    - ignoring return value from a regexp is very bad: this can results in
    working on previous value of 1,ドル 2,ドル ...


    <tvignaud@mandrakesoft.com>
    [PATCH] fix compiling oldconfig with gcc-3.5

    fix compiling oldconfig with gcc-3.5:


    Comparaison :
    [admin@one tmp]$ grep -i "^<.*osdl" ChangeLog-2.6.* | wc -l
    4702
    [admin@one tmp]$ grep -i "^<.*suse" ChangeLog-2.6.* | wc -l
    1477
    [admin@one tmp]$ grep -i "^<.*redhat" ChangeLog-2.6.* | wc -l
    1054
    [admin@one tmp]$ grep -i "^<.*ibm" ChangeLog-2.6.* | wc -l
    863
    [admin@one tmp]$ grep -i "^<.*intel" ChangeLog-2.6.* | wc -l
    621
    [admin@one tmp]$ grep -i "^<.*debian" ChangeLog-2.6.* | wc -l
    159
    [admin@one tmp]$ grep -i "^<.*gentoo" ChangeLog-2.6.* | wc -l
    11
    [admin@one tmp]$ grep -i "^<.*mandrake" ChangeLog-2.6.* | wc -l
    2

    Mandrake ne fait pas parti des nombreux membres de OSDL.