Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | do not use "local *F" | Pascal Rigaux | 2002-12-03 | 2 | -24/+20 | |
* | (formatXiB): simplify | Pascal Rigaux | 2002-12-03 | 1 | -1/+2 | |
* | use "my $F" instead of "local *F" (and cleanup) | Pascal Rigaux | 2002-12-03 | 1 | -11/+10 | |
* | remove pack_ and unpack_ (unused) | Pascal Rigaux | 2002-12-03 | 1 | -42/+2 | |
* | allow #, and other characters in phone number | damien | 2002-12-03 | 1 | -1/+1 | |
* | do not use "local *F", use run_program::get_stdout() or "local $F" instead | Pascal Rigaux | 2002-12-03 | 1 | -24/+18 | |
* | make it $::testing aware | Guillaume Cottenceau | 2002-12-03 | 2 | -6/+14 | |
* | simplify (esp. use cat_) | Pascal Rigaux | 2002-12-03 | 1 | -20/+2 | |
* | (get_value): cleanup | Pascal Rigaux | 2002-12-03 | 1 | -34/+20 | |
* | (add2hosts): use output and pixelization | Pascal Rigaux | 2002-12-02 | 1 | -20/+7 | |
* | simplify | Pascal Rigaux | 2002-12-02 | 2 | -51/+34 | |
* | (set_alternative): simplify | Pascal Rigaux | 2002-12-02 | 1 | -30/+8 | |
* | use output_with_perm() | Pascal Rigaux | 2002-12-02 | 7 | -49/+30 | |
* | any::get_autologin() doesnt modify $o, it returns a hash | Pascal Rigaux | 2002-12-02 | 2 | -4/+3 | |
* | - use any::get_autologin and any::set_autologin | Pascal Rigaux | 2002-12-02 | 1 | -43/+6 | |
* | use $::prefix | Pascal Rigaux | 2002-12-02 | 3 | -14/+14 | |
* | remove commented code | Pascal Rigaux | 2002-12-02 | 1 | -3/+0 | |
* | (get_autologin): $o->{autologin} is set to the chosen user only if AUTOLOGIN ... | Pascal Rigaux | 2002-12-02 | 1 | -1/+1 | |
* | don't use $_ | Pascal Rigaux | 2002-12-02 | 1 | -2/+2 | |
* | any::runlevel() doesnt need the prefix anymore | Pascal Rigaux | 2002-12-02 | 2 | -3/+3 | |
* | this package is unused, no need to keep it | Pascal Rigaux | 2002-12-02 | 1 | -110/+0 | |
* | - any::runlevel() doesnt need the prefix anymore | Pascal Rigaux | 2002-12-02 | 1 | -2/+2 | |
* | any::runlevel() doesnt need the prefix anymore | Pascal Rigaux | 2002-12-02 | 1 | -1/+1 | |
* | use any::runlevel() | Pascal Rigaux | 2002-12-02 | 1 | -22/+2 | |
* | use output() | Pascal Rigaux | 2002-12-02 | 1 | -4/+3 | |
* | Some data are now fetched from system instead of drakconnect conf file (adsl,... | Arnaud Desmons | 2002-12-02 | 5 | -41/+48 | |
* | use output and append_to_file | Pascal Rigaux | 2002-12-02 | 1 | -12/+3 | |
* | adapt "make test_pms" to new perl_checker | Pascal Rigaux | 2002-12-02 | 1 | -7/+3 | |
* | formatting timeout is now 1 hour | Pascal Rigaux | 2002-12-02 | 1 | -8/+8 | |
* | remove the duplicate mke2fs (fixes buggy 1.225 change) | Pascal Rigaux | 2002-12-02 | 1 | -1/+0 | |
* | use append_to_file() | Pascal Rigaux | 2002-12-02 | 1 | -3/+3 | |
* | make append option be usable as other ones | Thierry Vignaud | 2002-12-02 | 2 | -4/+3 | |
* | use named tags for color rather than rgbt triplet, | Thierry Vignaud | 2002-12-02 | 1 | -23/+22 | |
* | gtkfontinfo() is bugged since it uses a C macro which is | Thierry Vignaud | 2002-12-02 | 1 | -1/+7 | |
* | - gtk2 port | Thierry Vignaud | 2002-12-02 | 2 | -590/+517 | |
* | - gtk2 port | Thierry Vignaud | 2002-12-02 | 1 | -92/+106 | |
* | - gtk2 port | Thierry Vignaud | 2002-12-02 | 3 | -1127/+1087 | |
* | - fix gtk2 port | Thierry Vignaud | 2002-12-02 | 1 | -3/+3 | |
* | fix gtk2 port | Thierry Vignaud | 2002-12-02 | 1 | -3/+3 | |
* | - use useless when needed | Thierry Vignaud | 2002-12-02 | 1 | -3/+3 | |
* | updated pot file | Pablo Saratxaga | 2002-12-02 | 2 | -3790/+4635 | |
* | updated pot file | Pablo Saratxaga | 2002-12-02 | 1 | -1859/+2198 | |
* | testing aware | Guillaume Cottenceau | 2002-11-28 | 1 | -0/+1 | |
* | one more fix | Thierry Vignaud | 2002-11-28 | 1 | -3/+3 | |
* | - "use strict" fixes | Thierry Vignaud | 2002-11-28 | 1 | -144/+130 | |
* | - my_gtk->main already do the kill 'USR2' | Thierry Vignaud | 2002-11-28 | 1 | -1/+1 | |
* | - my_gtk->main already do the kill 'USR2' | Thierry Vignaud | 2002-11-28 | 1 | -2/+1 | |
* | perl_checker adaptations | Pascal Rigaux | 2002-11-28 | 22 | -90/+90 | |
* | remove debug code | Pascal Rigaux | 2002-11-28 | 1 | -1/+0 | |
* | to export, one needs to inheritate from Exporter | Pascal Rigaux | 2002-11-28 | 1 | -1/+1 |