summaryrefslogtreecommitdiffstats
path: root/perl-install/common.pm
Commit message (Collapse)AuthorAgeFilesLines
* allow various textdomains for i18nPascal Rigaux2002-09-111-1/+6
|
* s/__END__/1;Thierry Vignaud2002-08-051-1/+1
|
* kill "wonderful perl"Thierry Vignaud2002-08-051-4/+1
|
* (availableRamMB): use a precise constraint on 'Card:Intel 810' instead of a ↵Pascal Rigaux2002-07-281-1/+1
| | | | regexp
* remove internal_error (which is now in MDK::Common)Pascal Rigaux2002-07-251-5/+1
|
* use $::prefix instead of $::o->{prefix}Pascal Rigaux2002-07-181-1/+1
|
* add function "internal_error" (a specialized "die")Pascal Rigaux2002-07-171-1/+5
|
* move join_lines to commonPascal Rigaux2002-07-091-0/+14
|
* enable easy screenshot'ingPascal Rigaux2001-12-121-0/+28
|
* new features for new mccdamien2001-11-261-0/+8
|
* cleanupPascal Rigaux2001-10-191-0/+1
|
* - don't expand symlinks in grub's menu.lstPascal Rigaux2001-09-041-0/+11
| | | | | - better use of /proc/partitions verification
* rename isCdNotEjectable in usingRamdisk, ensure no files are removed unless ↵Pascal Rigaux2001-08-191-2/+2
| | | | we're in ramdisk
* moved arch() and alike to MDK::Common::SystemPascal Rigaux2001-08-041-14/+1
|
* (translate): empty string translation is an empty stringPascal Rigaux2001-07-311-1/+1
|
* do not export sync, keep it in common (esp. so that it doesn't conflict with ↵Pascal Rigaux2001-07-251-1/+1
| | | | my_gtk::sync
* (removeXiBSuffix): add TB (tera)Pascal Rigaux2001-07-251-0/+1
|
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-241-502/+11
|
* cleanup (remove unused stuff and dangerous prototypes)Pascal Rigaux2001-07-241-21/+21
|
* removed/renamed unused/seldom-used functionsPascal Rigaux2001-07-241-70/+4
|
* generalize the use of chomp_ as the functional alternative to chomp (and ↵Pascal Rigaux2001-07-241-3/+3
| | | | works on lists)
* do not use the po's directly. Use mo's through gettextPascal Rigaux2001-07-231-17/+2
|
* (translate): basic plural forms handling (not finished)Pascal Rigaux2001-07-201-0/+3
|
* Add IA64 supportMatthias Badaire2001-07-091-0/+1
|
* Ia64 adaptationMatthias Badaire2001-07-041-1/+1
|
* (openFileMaybeCompressed): make it re-entrant, catch file not readablePascal Rigaux2001-06-271-1/+2
|
* (backtrace): createdPascal Rigaux2001-04-131-0/+8
|
* improved bestMatchSentence2.Francois Pons2001-04-121-0/+3
|
* (if_): better logging of the errorPascal Rigaux2001-04-051-2/+2
|
* (getVarsFromSh): fix for AA="" inspired by chmou the Great (but the GreatPascal Rigaux2001-04-051-1/+1
| | | | | what?)
* (formatError): createdPascal Rigaux2001-03-231-0/+6
|
* (openFileMaybeCompressed, catMaybeCompressed): addedPascal Rigaux2001-03-231-1/+9
|
* (getVarsFromSh): take care of commentsPascal Rigaux2001-03-231-0/+1
|
* (bestMatchSentence, bestMatchSentence2): in wantarray, return the numberPascal Rigaux2001-03-141-2/+2
| | | | | of matched words/characters
* renamef created and usedPascal Rigaux2001-03-131-1/+2
|
* added if__damien2001-03-081-2/+7
|
* set_in_hash is now put_in_hashPascal Rigaux2001-03-061-2/+2
|
* setinhash -> set_in_hashdamien2001-03-061-1/+1
|
* added setinhashdamien2001-03-061-0/+1
|
* (salt): cleanupPascal Rigaux2001-03-051-1/+1
|
* (removeXiBSuffix): enhanced, more flexiblePascal Rigaux2001-03-021-3/+3
|
* (if_): fix for use in scalar contextPascal Rigaux2001-02-261-1/+3
|
* (availableRamMB): cleanupPascal Rigaux2001-02-081-1/+1
|
* (formatXiB): more precise for cases like 1_234_000 -> 1.2GBPascal Rigaux2001-02-071-1/+6
|
* (formatXiB): created, format a number in human readable formatPascal Rigaux2001-02-021-1/+13
|
* (may_apply): addedPascal Rigaux2001-01-071-1/+3
|
* (%EXPORT_TAGS): add if_ in "common" exported tagsPascal Rigaux2001-01-041-1/+1
|
* (if_): created. Use it to replace things likePascal Rigaux2001-01-041-0/+5
| | | | | ($::expert ? $val : ()) by if_($::expert, $val)
* added function isCdNotEjectable.Francois Pons2000-12-041-1/+3
|
* removed foreach (<... which are eating memoryFrancois Pons2000-11-141-3/+3
|