Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - perl_checker: cleaner, more usable (via .perl_checker for -exclude's) | Pascal Rigaux | 2002-07-31 | 10 | -158/+206 |
| | | | | | | - perl_checker: more stricter syntax rules - adapt *.pm's to those rules | ||||
* | - perl_checker: add *much* stricter syntax rules | Pascal Rigaux | 2002-07-31 | 7 | -11/+45 |
| | | | | | - adapt *.pm's to those rules | ||||
* | MDK::Common::DataStructure: add sort_numbers | Pascal Rigaux | 2002-07-28 | 2 | -2/+10 |
| | |||||
* | - add Various::internal_error | Pascal Rigaux | 2002-07-25 | 2 | -2/+15 |
| | | | | | - export Various::noreturn | ||||
* | MDK::Common::System: add fuzzy_pidofs | Pascal Rigaux | 2002-07-23 | 2 | -2/+14 |
| | |||||
* | MDK/Common/DataStructure.pm: add deref_array | Pascal Rigaux | 2002-07-23 | 2 | -2/+14 |
| | |||||
* | catch misuse of =~ when = was meant | Pascal Rigaux | 2002-07-23 | 1 | -0/+3 |
| | |||||
* | - perl_checker: add new checks | Pascal Rigaux | 2002-07-17 | 2 | -2/+24 |
| | | | | | - perl_checker: exclude Date::Manip | ||||
* | workaround perl 5.8.0-RC2 bug | Pascal Rigaux | 2002-07-09 | 2 | -2/+5 |
| | |||||
* | adapt to vendorlib, cleanup | Pascal Rigaux | 2002-07-09 | 2 | -7/+9 |
| | |||||
* | noarch | Pascal Rigaux | 2002-07-03 | 1 | -1/+1 |
| | |||||
* | MDK/Common/Func.pm: add "partition" | Pascal Rigaux | 2002-07-03 | 3 | -4/+22 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-05-06 | 1 | -0/+1 |
| | |||||
* | perl_checker: skip s/// | Pascal Rigaux | 2002-02-19 | 2 | -4/+8 |
| | |||||
* | MDK/Common/System.pm (update_gnomekderc): rework it, make it work in all ↵ | Pascal Rigaux | 2002-02-16 | 1 | -1/+4 |
| | | | | possible case | ||||
* | (update_gnomekderc): rework it, make it work in all possible case | Pascal Rigaux | 2002-02-16 | 1 | -19/+26 |
| | |||||
* | - MDK/Common/System.pm: fix call to "output" in "template2file" and ↵ | Pascal Rigaux | 2002-02-16 | 2 | -5/+9 |
| | | | | | | | "update_gnomekderc" - perl-checker: don't fail on non-tagged import | ||||
* | don't fail on non-tagged import | Pascal Rigaux | 2002-02-16 | 1 | -18/+16 |
| | |||||
* | warp_text returns a join'ed string in scalar context | Pascal Rigaux | 2002-02-14 | 2 | -2/+6 |
| | |||||
* | add MDK::Common::DataStructure::group_by2 | Pascal Rigaux | 2002-01-27 | 2 | -4/+21 |
| | |||||
* | add Various::noreturn() | Pascal Rigaux | 2001-12-20 | 2 | -1/+24 |
| | |||||
* | detect "cond ? $v1 = XX1 : $v2 = XX2" error | Pascal Rigaux | 2001-10-25 | 1 | -0/+3 |
| | |||||
* | (cp_af): fix typo | Pascal Rigaux | 2001-09-17 | 2 | -2/+5 |
| | |||||
* | add output_p, cp_af, rm_rf | Pascal Rigaux | 2001-09-16 | 2 | -2/+59 |
| | |||||
* | add File::mkdir_p | Pascal Rigaux | 2001-09-16 | 2 | -2/+21 |
| | |||||
* | remove "Uncaught exception from user code:", happens with "use diagnostics" | Pascal Rigaux | 2001-09-10 | 1 | -1/+4 |
| | |||||
* | - DataStructure::uniq : keep the order | Pascal Rigaux | 2001-09-09 | 3 | -4/+8 |
| | | | | | - String::warp_text : fixed | ||||
* | (formatError): better handling if error is multi-lined | Pascal Rigaux | 2001-09-09 | 1 | -1/+1 |
| | |||||
* | (substInFile): automatic adding of "\n" for the last line if it's not "\n" ↵ | Pascal Rigaux | 2001-09-08 | 1 | -1/+5 |
| | | | | terminated | ||||
* | *** empty log message *** | Pascal Rigaux | 2001-09-06 | 1 | -1/+4 |
| | |||||
* | (substInFile): same special case for empty files and for non-existent files | Pascal Rigaux | 2001-09-06 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2001-08-27 | 1 | -3/+18 |
| | |||||
* | fix warp_string | Pascal Rigaux | 2001-08-25 | 1 | -3/+5 |
| | |||||
* | add checking for << and >> operators priority use | Pascal Rigaux | 2001-08-25 | 1 | -0/+4 |
| | |||||
* | do not export concat_symlink anymore, it's internal only | Pascal Rigaux | 2001-08-17 | 1 | -6/+1 |
| | |||||
* | new check: "using $_ in a sub is generally bad news" | Pascal Rigaux | 2001-08-14 | 1 | -0/+4 |
| | |||||
* | - each_index added | Pascal Rigaux | 2001-08-09 | 3 | -2/+22 |
| | | | | | - a few more checks in perl_checker | ||||
* | new check: never use ``length @l'', it returns the length of the string int(@l) | Pascal Rigaux | 2001-08-09 | 1 | -0/+4 |
| | |||||
* | ignore module CGI | Pascal Rigaux | 2001-08-07 | 1 | -1/+1 |
| | |||||
* | add some arch() stuff | Pascal Rigaux | 2001-08-04 | 1 | -0/+3 |
| | |||||
* | ensure MDK/Common.pm is generated when generating the spec file | Pascal Rigaux | 2001-08-04 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2001-08-04 | 1 | -0/+1 |
| | |||||
* | take the local MDK/Common.pm, not the one installed on the system | Pascal Rigaux | 2001-08-04 | 1 | -1/+1 |
| | |||||
* | new version | Pascal Rigaux | 2001-08-04 | 2 | -2/+2 |
| | |||||
* | add arch() and alike stuff | Pascal Rigaux | 2001-08-04 | 1 | -1/+42 |
| | |||||
* | doc terminated and added as index.html | Pascal Rigaux | 2001-08-03 | 2 | -3/+18 |
| | |||||
* | generate the doc in Common.pm from Common/*.pm | Pascal Rigaux | 2001-08-03 | 2 | -3/+20 |
| | |||||
* | much doc added | Pascal Rigaux | 2001-08-03 | 6 | -19/+420 |
| | |||||
* | error on "local $var ||=" | Pascal Rigaux | 2001-07-31 | 1 | -2/+8 |
| | |||||
* | new pre-release | Pascal Rigaux | 2001-07-25 | 1 | -1/+4 |
| |