summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive/stdio.pm
Commit message (Expand)AuthorAgeFilesLines
* let interactive uses stock items on x11 and old drak translated items inThierry Vignaud2003-07-141-0/+8
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-1/+1
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-2/+2
* fix typoPascal Rigaux2002-12-041-1/+1
* perl_checker adaptationsPascal Rigaux2002-11-271-3/+3
* s/$x ne (0|'')/$x/Thierry Vignaud2002-11-201-2/+2
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-141-2/+2
* - replace ... =~ 'foo' with ... =~ /foo/Pascal Rigaux2002-11-111-2/+2
* various small syntax enhancements to please perl_checkerPascal Rigaux2002-11-111-1/+1
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-17/+17
* use each_index instead of map_index when the return value is not usedPascal Rigaux2002-11-051-4/+4
* - handle setting 'ok' && 'cancel'Pascal Rigaux2002-08-131-0/+2
* make new perl_checker happyPascal Rigaux2002-07-311-1/+1
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-311-2/+2
* - Big Move 1: interactive::* hierarchyThierry Vignaud2002-07-231-0/+171