summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* decode ' inside '' properly in getVarsFromShPascal Terjan2009-04-143-2/+11
|
* add spaces to please perl_checkerPascal Terjan2009-03-111-3/+3
|
* - quote correctly ' inside ''Pascal Terjan2009-03-112-1/+2
|
* protect various chars in setExportedVarsInSh and setExportedVarsInCshPascal Terjan2009-03-103-13/+19
|
* - protect ;<>&#[]~{}*? in setVarsInShPascal Terjan2009-02-023-2/+6
|
* protect parenthesis in setVarsInSh and drop dead code (#47298)Pascal Terjan2009-01-263-3/+6
|
* 1.2.14Pascal Rigaux2008-10-012-1/+3
|
* - round_up(), round_down(): workaround "Illegal modulus zero" (#43165)Pascal Rigaux2008-10-012-2/+4
|
* 1.2.13Pascal Rigaux2008-09-092-1/+3
|
* - export cat_utf8() and cat_utf8_or_die()Pascal Rigaux2008-09-092-1/+3
|
* 1.2.12Olivier Blin2008-04-032-1/+5
|
* fix previous users list commitOlivier Blin2008-04-031-2/+3
|
* 1.2.11Olivier Blin2008-04-032-1/+3
|
* supplement NEWSOlivier Blin2008-04-031-0/+3
|
* workaround glibc misconfiguration that make users listed twice (#34279)Olivier Blin2008-04-031-2/+2
|
* 1.2.10Pascal Rigaux2008-01-182-1/+3
|
* - modify before_leaving() to be compatible with perl 5.10.0Pascal Rigaux2008-01-182-12/+10
| | | | | | more precisely, rewrite add_f4before_leaving in a different way so that DESTROY is correctly called when it should
* 1.2.9Thierry Vignaud2007-09-112-1/+5
|
* add bug referenceThierry Vignaud2007-09-111-1/+1
|
* fix including the doc of sub-modulesPascal Rigaux2007-09-111-1/+1
|
* 1.2.8Thierry Vignaud2007-09-042-1/+5
|
* (formatError) make it work with any modulesThierry Vignaud2007-09-041-1/+1
|
* 1.2.7Thierry Vignaud2007-08-092-1/+5
|
* (find_index) restore die (we should have used Carp::croak() insteadThierry Vignaud2007-08-091-2/+1
| | | | | but postponed this improvements after 2008.0)
* 1.2.6Thierry Vignaud2007-08-062-1/+6
|
* (formatError) make it safer (it now handles exceptions containing " at ")Thierry Vignaud2007-08-061-1/+1
|
* (find_index) pinpoint the actual bug (ie the caller)Thierry Vignaud2007-08-011-1/+2
| | | | | (all other die should probably be altered the same way)
* 1.2.5Pascal Rigaux2007-05-302-1/+3
|
* enhance fuzzy_pidofs() to handle kernel processesPascal Rigaux2007-05-302-1/+10
|
* re-sync after the big svn lossPascal Rigaux2007-04-2571-13815/+18
|
* move "make test" to %check sectionPascal Rigaux2006-09-041-0/+2
|
* use %mkrelPascal Rigaux2006-09-041-1/+1
|
* META.yml is no more automatically generated (??)Pascal Rigaux2006-09-042-3/+2
|
* setVarsInSh: fix writing "|" in sh config filesPascal Rigaux2006-09-043-2/+5
|
* add fake MDV::DistribconfPascal Rigaux2006-08-233-2/+22
|
* don't suggest replacing \Q with Q, warn "don't use \\Q, use quotemeta ↵Pascal Rigaux2006-06-221-0/+3
| | | | instead" instead
* handle $o->popPascal Rigaux2006-06-213-2/+6
|
* handle "use base ..."Pascal Rigaux2006-06-152-1/+8
|
* add a fake packdrake.pmPascal Rigaux2006-06-152-2/+5
|
* add a fake packdrake.pmPascal Rigaux2006-06-151-0/+25
|
* "pop @l, 1" check doesn't work the same way anymore since it is now parsed ↵Pascal Rigaux2006-06-141-2/+0
| | | | pop(@l), 1
* *** empty log message ***Pascal Rigaux2006-06-141-1/+1
|
* "pop @l" return value can be dropped (ie make it similar to "shift")Pascal Rigaux2006-06-142-1/+5
|
* revert bad commit (thanks titi)Pascal Rigaux2006-05-151-1/+1
|
* it seems stack is smaller on amd64, function concat_spaces need to be ↵Pascal Rigaux2006-05-152-2/+5
| | | | tail-recursive
* perl_checker compliancePascal Rigaux2006-05-151-1/+1
|
* fix typo (detected by ocaml 3.09)Pascal Rigaux2006-05-151-1/+1
|
* it seems stack is smaller on amd64. function concat_spaces need to be ↵Pascal Rigaux2006-05-151-7/+7
| | | | tail-recursive
* ensure warnings in MDK::Common::* files don't bother the testPascal Rigaux2006-04-241-2/+13
| | | | | | (since MDK::Common files can be taken from the /usr instead of perl-MDK-Common repository (since it has been splitted))
* bump version number to 1.1.22Thierry Vignaud2006-04-111-1/+1
|