summaryrefslogtreecommitdiffstats
path: root/perl-MDK-Common.spec
Commit message (Collapse)AuthorAgeFilesLines
* more flexible typeFromMagicPascal Rigaux2004-09-061-1/+4
|
* *** empty log message ***Pascal Rigaux2004-08-181-1/+2
|
* fix incoherent-version-in-changelogPascal Rigaux2004-08-131-1/+1
|
* - use DESTDIRPascal Rigaux2004-08-131-2/+9
| | | | | | - add perl_checker-vim - add Ctrl-return in perl and cperl emacs mode
* remove unneeded duplicated providesPascal Rigaux2004-08-121-11/+4
|
* setVarsInSh() now tries to use quoting only when really needed,Pascal Rigaux2004-08-041-0/+4
| | | | | otherwise it breaks program parsing the generated file (eg: /usr/sbin/autologin)
* MDK::Common::System: whereis_binary() can now handle prefixPascal Rigaux2004-08-021-1/+4
|
* - workaround bug in ocaml on ultrasparcPascal Rigaux2004-08-021-1/+8
| | | | | | (can't catch exception "Fatal error: out-of-bound access in array or string" in native code) - add begins_with in MDK::Common::String
* - more perlish behaviour for to_int() and to_float()Pascal Rigaux2004-07-051-0/+4
| | | | | (skipping leading spaces)
* - fix single/quote handling in getVarsFromSh()Pascal Rigaux2004-06-281-0/+5
| | | | | | - setVarsInSh() now handles characters $, ', \" and spaces in the value - fix cp_af() for symlinks to directories
* many perl_checker enhancements and cleanupPascal Rigaux2004-06-281-1/+4
|
* log more stuff for 1.1.11-4mdkThierry Vignaud2004-04-071-2/+13
|
* add perl_checker.htmlPascal Rigaux2004-04-051-1/+1
|
* 1.1.11-4mdkThierry Vignaud2004-04-051-1/+4
|
* cp_af() now handles devices (mknod)Pascal Rigaux2004-03-111-1/+4
|
* 1.1.10-2mdkThierry Vignaud2004-02-131-1/+4
|
* - sync perl_checker_fake_packages/{Glib,Gtk2}.pmPascal Rigaux2004-01-131-1/+5
| | | | | - perl_checker: fix build time overflow in cache
* perl_checker: entries in generated pot file are sorted by filesPascal Rigaux2004-01-091-1/+4
|
* add whereis_binary()Pascal Rigaux2004-01-071-0/+3
|
* new snapshot (many perl_checker enhancements)Pascal Rigaux2004-01-051-1/+5
|
* MDK::Common::File::cp_f() addedPascal Rigaux2003-11-281-0/+2
|
* 1.1.8-3mdkThierry Vignaud2003-11-181-1/+2
|
* substInFile: if file is a symlink, make sure it stays a symlinkGuillaume Cottenceau2003-11-171-1/+4
|
* 1.1.8-2mdkThierry Vignaud2003-11-101-1/+4
|
* for damsGuillaume Cottenceau2003-10-151-2/+2
|
* add uniq_ (uniq but according to some code results on each value)Guillaume Cottenceau2003-10-151-1/+4
|
* export cat_or_die()MDK-92Pascal Rigaux2003-09-191-0/+1
|
* - read_gnomekderc() & update_gnomekderc() will now handle key=value where keyPascal Rigaux2003-09-191-1/+5
| | | | | can contain spaces
* MDK::Common::System::list_users() should list user 500 if it existsPascal Rigaux2003-09-011-1/+4
|
* 1.1.6-2mdkThierry Vignaud2003-08-281-1/+4
|
* - perl_checker:Pascal Rigaux2003-08-111-1/+12
| | | | | | | | | | | | - 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)
* rebuild for new perl (it helps DrakX build script)Pascal Rigaux2003-08-011-1/+4
|
* - add read_gnomekderc() (and make update_gnomekderc() a little more robust ↵Pascal Rigaux2003-07-301-1/+4
| | | | when the category is plain weird)
* fixPascal Rigaux2003-06-161-2/+4
|
* no native perl_checker for x86_64, only bytecodePascal Rigaux2003-06-161-3/+11
|
* better BuildRequiresPascal Rigaux2003-06-021-1/+3
|
* new releasePascal Rigaux2003-05-271-0/+18
|
* fix pot generation (have \" instead of \\\")Pascal Rigaux2003-05-161-1/+4
|
* - rebuild for perl auto-providesPascal Rigaux2003-05-121-1/+17
| | | | | (except for perl-MDK-Common-devel which need special handling for the faked packages)
* - perl_checker: more context checksPascal Rigaux2003-04-291-0/+5
| | | | | | - 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 callsPascal Rigaux2003-04-251-1/+4
|
* help updatesThierry Vignaud2003-04-221-0/+1
|
* first alpha pre version of beta of the first draft of a tutorialGuillaume Cottenceau2003-04-181-2/+5
|
* basic "number of arguments" checkingPascal Rigaux2003-04-171-5/+3
|
* bug fix releaseThierry Vignaud2003-04-171-1/+4
|
* MDK::Common::Func: map_index, each_index and grep_index do not pass $::i asPascal Rigaux2003-04-161-0/+5
| | | | | | a parameter anymore (this breaks backward compatibility, but it is cleaner and otherwise perl_checker doesn't handle it correctly)
* many perl_checker enhancementsPascal Rigaux2003-04-111-1/+18
|
* - have the POT-Creation-Date set to the current date (when --generate-pot)Pascal Rigaux2003-02-241-1/+5
| | | | | - various fixes
* *** empty log message ***Guillaume Cottenceau2003-02-191-1/+4
|
* don't suggest to replace "@foo ? @foo : @bar" with "@foo || @bar", this is ↵Pascal Rigaux2003-02-141-1/+4
| | | | wrong!