Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - read_gnomekderc() & update_gnomekderc() will now handle key=value where key | Pascal Rigaux | 2003-09-19 | 1 | -1/+1 |
| | | | | | can contain spaces | ||||
* | - perl_checker: | Pascal Rigaux | 2003-08-11 | 1 | -1/+1 |
| | | | | | | | | | | | | - allow $_o_XXX parameter name which is both unused and optional (same for $_b_XXX) - shift is a ONE_SCALAR_PARA so that $box->pack_start(shift @l, 0, 0, 4) is parsed correctly - in arrange_global_vars_declared(), don't keep anything in global_vars_declared, better create shadow packages to contain them - much better merging of multiple files defining functions in the same package. This fixes the bad behaviour when using the cache (esp. do_pkgs, but it was even worse with things in ugtk2.pm) - adapt to perl-Gtk2 xs (which replace the perl-GTK2 inline version) | ||||
* | - add read_gnomekderc() (and make update_gnomekderc() a little more robust ↵ | Pascal Rigaux | 2003-07-30 | 1 | -1/+1 |
| | | | | when the category is plain weird) | ||||
* | new release | Pascal Rigaux | 2003-05-27 | 1 | -1/+1 |
| | |||||
* | fix pot generation (have \" instead of \\\") | Pascal Rigaux | 2003-05-16 | 1 | -1/+1 |
| | |||||
* | - perl_checker: more context checks | Pascal Rigaux | 2003-04-29 | 1 | -1/+1 |
| | | | | | | - ensure the values are used (eg: "map { ... } ...", "/xxx/") - ensure the values "... or ...", "... and ..." are not used | ||||
* | perl_checker: enhanced "number of arguments" checking, including method calls | Pascal Rigaux | 2003-04-25 | 1 | -1/+1 |
| | |||||
* | MDK::Common::Func: map_index, each_index and grep_index do not pass $::i as | Pascal Rigaux | 2003-04-16 | 1 | -1/+1 |
| | | | | | | a parameter anymore (this breaks backward compatibility, but it is cleaner and otherwise perl_checker doesn't handle it correctly) | ||||
* | many perl_checker enhancements | Pascal Rigaux | 2003-04-11 | 1 | -1/+1 |
| | |||||
* | make it perl_checker compliant | Pascal Rigaux | 2002-11-15 | 1 | -1/+1 |
| | |||||
* | - File.pm: add "append_to_file" | Pascal Rigaux | 2002-08-01 | 1 | -1/+2 |
| | | | | | - perl_checker: a few more stricter rules | ||||
* | MDK/Common/Func.pm: add "partition" | Pascal Rigaux | 2002-07-03 | 1 | -1/+1 |
| | |||||
* | - each_index added | Pascal Rigaux | 2001-08-09 | 1 | -1/+1 |
| | | | | | - a few more checks in perl_checker | ||||
* | new version | Pascal Rigaux | 2001-08-04 | 1 | -1/+1 |
| | |||||
* | generate the doc in Common.pm from Common/*.pm | Pascal Rigaux | 2001-08-03 | 1 | -0/+76 |