Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make it more clear | Pascal Rigaux | 2006-11-10 | 1 | -14/+16 |
* | simplify | Pascal Rigaux | 2006-11-09 | 1 | -4/+5 |
* | perl_checker compliance | Pascal Rigaux | 2006-11-09 | 1 | -9/+10 |
* | help perl_checker, simplify | Pascal Rigaux | 2006-11-09 | 1 | -5/+6 |
* | make things more explicit (it helps perl_checker) | Pascal Rigaux | 2006-11-09 | 1 | -2/+4 |
* | use cat_ | Pascal Rigaux | 2006-11-09 | 1 | -6/+1 |
* | perl_checker compliance | Pascal Rigaux | 2006-11-09 | 1 | -5/+5 |
* | is_iso() now returns a boolean value | Pascal Rigaux | 2006-11-09 | 1 | -3/+3 |
* | drop hdlist.cz2 support (obsolete) | Pascal Rigaux | 2006-11-09 | 1 | -5/+4 |
* | fix previous commit: get_md5sum() is a better name than get_computed_md5sum() | Pascal Rigaux | 2006-11-09 | 1 | -3/+3 |
* | create get_computed_md5sum() out of parse_md5sum() (it is the same except for... | Pascal Rigaux | 2006-11-09 | 1 | -14/+14 |
* | help perl_checker | Pascal Rigaux | 2006-11-09 | 2 | -0/+4 |
* | remove unused variable | Pascal Rigaux | 2006-11-09 | 1 | -1/+0 |
* | --WID=id was introduced looong ago (2001) by fpons, it should be dead by now | Pascal Rigaux | 2006-11-09 | 2 | -2/+0 |
* | we need urpm::util for basename() | Pascal Rigaux | 2006-11-09 | 2 | -0/+2 |
* | perl_checker compliance | Pascal Rigaux | 2006-11-09 | 1 | -2/+3 |
* | perl_checker compliance, don't import POSIX functions (it helps perl_checker) | Pascal Rigaux | 2006-11-09 | 1 | -8/+8 |
* | perl_checker compliance | Pascal Rigaux | 2006-11-09 | 1 | -1/+1 |
* | perl_checker compliance | Pascal Rigaux | 2006-11-09 | 1 | -1/+1 |
* | perl_checker compliance | Pascal Rigaux | 2006-11-09 | 1 | -5/+5 |
* | simplify | Pascal Rigaux | 2006-11-09 | 1 | -7/+6 |
* | perl_checker compliance | Pascal Rigaux | 2006-11-09 | 1 | -1/+1 |
* | remove unused variable | Pascal Rigaux | 2006-11-09 | 1 | -1/+0 |
* | perl_checker compliance | Pascal Rigaux | 2006-11-09 | 1 | -6/+7 |
* | use standard Exporter | Pascal Rigaux | 2006-11-09 | 2 | -31/+13 |
* | simplify | Pascal Rigaux | 2006-11-09 | 1 | -1/+1 |
* | perl_checker compliance | Pascal Rigaux | 2006-11-09 | 1 | -7/+7 |
* | restore uniq() (i sucks) | Pascal Rigaux | 2006-11-09 | 1 | -2/+4 |
* | remove unused variable | Pascal Rigaux | 2006-11-09 | 1 | -2/+0 |
* | perl_checker compliance | Pascal Rigaux | 2006-11-09 | 1 | -2/+2 |
* | perl_checker compliance | Pascal Rigaux | 2006-11-09 | 1 | -14/+14 |
* | drop unused function | Pascal Rigaux | 2006-11-09 | 1 | -2/+0 |
* | simplify | Pascal Rigaux | 2006-11-09 | 1 | -10/+6 |
* | reduce size of function update_media() by creating small functions out of it | Pascal Rigaux | 2006-11-09 | 1 | -86/+104 |
* | move basename() to urpm::util | Pascal Rigaux | 2006-11-09 | 5 | -28/+37 |
* | perl_checker compliance & simplifications | Pascal Rigaux | 2006-11-09 | 1 | -8/+6 |
* | needed in parallel_ssh.pm | Pascal Rigaux | 2006-11-09 | 1 | -0/+1 |
* | factorize introducing proc_mounts() and cat_() | Pascal Rigaux | 2006-11-09 | 2 | -14/+6 |
* | allow running perl_checker | Pascal Rigaux | 2006-11-07 | 1 | -0/+14 |
* | new release | Pascal Rigaux | 2006-11-07 | 2 | -1/+175 |
* | perl_checker compliance | Pascal Rigaux | 2006-11-07 | 1 | -3/+3 |
* | ask user before installing a package that matching part of the name | Pascal Rigaux | 2006-11-07 | 2 | -8/+21 |
* | indent the description and do not display on first line. | Pascal Rigaux | 2006-11-07 | 1 | -0/+2 |
* | pre-compute part of the qf in case of multitag | Pascal Rigaux | 2006-11-07 | 1 | -1/+8 |
* | perl_checker compliance | Pascal Rigaux | 2006-11-07 | 1 | -1/+1 |
* | fix typo | Pascal Rigaux | 2006-11-07 | 1 | -1/+1 |
* | simplify: drop $multi, $multitag is enough | Pascal Rigaux | 2006-11-07 | 1 | -9/+4 |
* | factorize | Pascal Rigaux | 2006-11-07 | 1 | -7/+7 |
* | move the "\n" in the print, it's nicer (but no real speedup) | Pascal Rigaux | 2006-11-07 | 1 | -2/+2 |
* | use $s instead of $_, it's cleaner and same speed | Pascal Rigaux | 2006-11-07 | 1 | -6/+4 |