Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert previous commit, easier to do it elsewhere. | Eugeni Dodonov | 2011-02-02 | 3 | -11/+2 |
| | |||||
* | 1.2.27: | Eugeni Dodonov | 2011-02-02 | 3 | -2/+11 |
| | | | | | | - add cp_afx command | ||||
* | 1.2.26.11.2.26.1 | Thierry Vignaud | 2010-10-24 | 2 | -1/+3 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2010-10-24 | 1 | -2/+2 |
| | |||||
* | append_to_file: better error message making easier to pinpoint actual place ↵ | Thierry Vignaud | 2010-10-24 | 2 | -1/+4 |
| | | | | of error | ||||
* | (substInFile) typo fix | Thierry Vignaud | 2010-10-24 | 1 | -1/+1 |
| | |||||
* | 1.2.261.2.26 | Thierry Vignaud | 2010-07-20 | 2 | -1/+3 |
| | |||||
* | (if_, if__) make easier to debug (#60153) | Thierry Vignaud | 2010-07-20 | 2 | -2/+4 |
| | |||||
* | (if__) more precise exception message | Thierry Vignaud | 2010-07-20 | 1 | -1/+1 |
| | |||||
* | preserve sockets and pipes in cp_af1.2.25 | Pascal Terjan | 2010-06-02 | 3 | -2/+6 |
| | |||||
* | fix whereis_binary to work on absolute symlinks inside chroot1.2.24 | Pascal Terjan | 2010-01-12 | 3 | -2/+26 |
| | |||||
* | Release 1.2.231.2.231.2.22 | Pascal Terjan | 2009-12-14 | 1 | -1/+1 |
| | |||||
* | get available size of requested partition not / in df | Pascal Terjan | 2009-12-14 | 2 | -1/+5 |
| | |||||
* | 1.2.22 | Thierry Vignaud | 2009-12-01 | 2 | -1/+3 |
| | |||||
* | use a more portable df() | Thierry Vignaud | 2009-10-07 | 2 | -11/+4 |
| | |||||
* | Update comment | Pascal Terjan | 2009-10-07 | 1 | -1/+1 |
| | |||||
* | substInFile: do not unlink the symlink to recreate it later to the same target | Pascal Terjan | 2009-10-07 | 2 | -4/+3 |
| | |||||
* | df fix actually did go in 1.2.20 | Thierry Vignaud | 2009-10-07 | 1 | -1/+1 |
| | |||||
* | 1.2.211.2.21 | Thierry Vignaud | 2009-10-07 | 2 | -1/+3 |
| | |||||
* | df() fix for mips didn't actually made it in 1.2.20 | Thierry Vignaud | 2009-10-07 | 1 | -1/+1 |
| | |||||
* | (substInFile) call fsync() when editing a non empty file | Thierry Vignaud | 2009-10-07 | 2 | -0/+3 |
| | |||||
* | (substInFile) ensure we kept old file as file.bak until we wrote new file | Thierry Vignaud | 2009-10-07 | 2 | -1/+5 |
| | |||||
* | fix df on mips, statfs structure is different from x86 (from Arnaud Patard) | Olivier Blin | 2009-10-07 | 2 | -1/+8 |
| | |||||
* | 1.2.201.2.20 | Aurélien Lefebvre | 2009-08-13 | 2 | -1/+5 |
| | |||||
* | - Call fsync after writing to ensure that files are written | Aurélien Lefebvre | 2009-08-13 | 1 | -3/+4 |
| | |||||
* | 1.2.19 | Eugeni Dodonov | 2009-06-09 | 2 | -1/+5 |
| | |||||
* | Correctly handling '#' when loading shell variables (#50670, #51457). | Eugeni Dodonov | 2009-06-09 | 1 | -3/+3 |
| | |||||
* | decode ' inside '' properly in getVarsFromSh | Pascal Terjan | 2009-04-14 | 3 | -2/+11 |
| | |||||
* | add spaces to please perl_checker | Pascal Terjan | 2009-03-11 | 1 | -3/+3 |
| | |||||
* | - quote correctly ' inside '' | Pascal Terjan | 2009-03-11 | 2 | -1/+2 |
| | |||||
* | protect various chars in setExportedVarsInSh and setExportedVarsInCsh | Pascal Terjan | 2009-03-10 | 3 | -13/+19 |
| | |||||
* | - protect ;<>&#[]~{}*? in setVarsInSh | Pascal Terjan | 2009-02-02 | 3 | -2/+6 |
| | |||||
* | protect parenthesis in setVarsInSh and drop dead code (#47298) | Pascal Terjan | 2009-01-26 | 3 | -3/+6 |
| | |||||
* | 1.2.14 | Pascal Rigaux | 2008-10-01 | 2 | -1/+3 |
| | |||||
* | - round_up(), round_down(): workaround "Illegal modulus zero" (#43165) | Pascal Rigaux | 2008-10-01 | 2 | -2/+4 |
| | |||||
* | 1.2.13 | Pascal Rigaux | 2008-09-09 | 2 | -1/+3 |
| | |||||
* | - export cat_utf8() and cat_utf8_or_die() | Pascal Rigaux | 2008-09-09 | 2 | -1/+3 |
| | |||||
* | 1.2.12 | Olivier Blin | 2008-04-03 | 2 | -1/+5 |
| | |||||
* | fix previous users list commit | Olivier Blin | 2008-04-03 | 1 | -2/+3 |
| | |||||
* | 1.2.11 | Olivier Blin | 2008-04-03 | 2 | -1/+3 |
| | |||||
* | supplement NEWS | Olivier Blin | 2008-04-03 | 1 | -0/+3 |
| | |||||
* | workaround glibc misconfiguration that make users listed twice (#34279) | Olivier Blin | 2008-04-03 | 1 | -2/+2 |
| | |||||
* | 1.2.10 | Pascal Rigaux | 2008-01-18 | 2 | -1/+3 |
| | |||||
* | - modify before_leaving() to be compatible with perl 5.10.0 | Pascal Rigaux | 2008-01-18 | 2 | -12/+10 |
| | | | | | | more precisely, rewrite add_f4before_leaving in a different way so that DESTROY is correctly called when it should | ||||
* | 1.2.9 | Thierry Vignaud | 2007-09-11 | 2 | -1/+5 |
| | |||||
* | add bug reference | Thierry Vignaud | 2007-09-11 | 1 | -1/+1 |
| | |||||
* | fix including the doc of sub-modules | Pascal Rigaux | 2007-09-11 | 1 | -1/+1 |
| | |||||
* | 1.2.8 | Thierry Vignaud | 2007-09-04 | 2 | -1/+5 |
| | |||||
* | (formatError) make it work with any modules | Thierry Vignaud | 2007-09-04 | 1 | -1/+1 |
| | |||||
* | 1.2.7 | Thierry Vignaud | 2007-08-09 | 2 | -1/+5 |
| |