| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | do not use "local my $F, ...", use "local(my $F, ...) instead | Pascal Rigaux | 2002-12-03 | 1 | -2/+2 |
| * | (formatXiB): simplify | Pascal Rigaux | 2002-12-03 | 1 | -1/+2 |
| * | use "my $F" instead of "local *F" (and cleanup) | Pascal Rigaux | 2002-12-03 | 1 | -11/+10 |
| * | (set_alternative): simplify | Pascal Rigaux | 2002-12-02 | 1 | -30/+8 |
| * | s/mdk_rel/mandrake_release/ | Thierry Vignaud | 2002-11-25 | 1 | -3/+3 |
| * | consolidate some stuff from standalone tools & mcc into mdk_rel() | Thierry Vignaud | 2002-11-25 | 1 | -0/+4 |
| * | printer related modules cleaning : | Thierry Vignaud | 2002-11-12 | 1 | -1/+58 |
| * | - replace ... =~ 'foo' with ... =~ /foo/ | Pascal Rigaux | 2002-11-11 | 1 | -1/+1 |
| * | various small syntax enhancements to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -1/+1 |
| * | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -10/+10 |
| * | allow various textdomains for i18n | Pascal Rigaux | 2002-09-11 | 1 | -1/+6 |
| * | s/__END__/1; | Thierry Vignaud | 2002-08-05 | 1 | -1/+1 |
| * | kill "wonderful perl" | Thierry Vignaud | 2002-08-05 | 1 | -4/+1 |
| * | (availableRamMB): use a precise constraint on 'Card:Intel 810' instead of a r... | Pascal Rigaux | 2002-07-28 | 1 | -1/+1 |
| * | remove internal_error (which is now in MDK::Common) | Pascal Rigaux | 2002-07-25 | 1 | -5/+1 |
| * | use $::prefix instead of $::o->{prefix} | Pascal Rigaux | 2002-07-18 | 1 | -1/+1 |
| * | add function "internal_error" (a specialized "die") | Pascal Rigaux | 2002-07-17 | 1 | -1/+5 |
| * | move join_lines to common | Pascal Rigaux | 2002-07-09 | 1 | -0/+14 |
| * | enable easy screenshot'ing | Pascal Rigaux | 2001-12-12 | 1 | -0/+28 |
| * | new features for new mcc | damien | 2001-11-26 | 1 | -0/+8 |
| * | cleanup | Pascal Rigaux | 2001-10-19 | 1 | -0/+1 |
| * | - don't expand symlinks in grub's menu.lst | Pascal Rigaux | 2001-09-04 | 1 | -0/+11 |
| * | rename isCdNotEjectable in usingRamdisk, ensure no files are removed unless w... | Pascal Rigaux | 2001-08-19 | 1 | -2/+2 |
| * | moved arch() and alike to MDK::Common::System | Pascal Rigaux | 2001-08-04 | 1 | -14/+1 |
| * | (translate): empty string translation is an empty string | Pascal Rigaux | 2001-07-31 | 1 | -1/+1 |
| * | do not export sync, keep it in common (esp. so that it doesn't conflict with ... | Pascal Rigaux | 2001-07-25 | 1 | -1/+1 |
| * | (removeXiBSuffix): add TB (tera) | Pascal Rigaux | 2001-07-25 | 1 | -0/+1 |
| * | move to MDK::Common, bool->to_bool | Pascal Rigaux | 2001-07-24 | 1 | -502/+11 |
| * | cleanup (remove unused stuff and dangerous prototypes) | Pascal Rigaux | 2001-07-24 | 1 | -21/+21 |
| * | removed/renamed unused/seldom-used functions | Pascal Rigaux | 2001-07-24 | 1 | -70/+4 |
| * | generalize the use of chomp_ as the functional alternative to chomp (and work... | Pascal Rigaux | 2001-07-24 | 1 | -3/+3 |
| * | do not use the po's directly. Use mo's through gettext | Pascal Rigaux | 2001-07-23 | 1 | -17/+2 |
| * | (translate): basic plural forms handling (not finished) | Pascal Rigaux | 2001-07-20 | 1 | -0/+3 |
| * | Add IA64 support | Matthias Badaire | 2001-07-09 | 1 | -0/+1 |
| * | Ia64 adaptation | Matthias Badaire | 2001-07-04 | 1 | -1/+1 |
| * | (openFileMaybeCompressed): make it re-entrant, catch file not readable | Pascal Rigaux | 2001-06-27 | 1 | -1/+2 |
| * | (backtrace): created | Pascal Rigaux | 2001-04-13 | 1 | -0/+8 |
| * | improved bestMatchSentence2. | Francois Pons | 2001-04-12 | 1 | -0/+3 |
| * | (if_): better logging of the error | Pascal Rigaux | 2001-04-05 | 1 | -2/+2 |
| * | (getVarsFromSh): fix for AA="" inspired by chmou the Great (but the Great | Pascal Rigaux | 2001-04-05 | 1 | -1/+1 |
| * | (formatError): created | Pascal Rigaux | 2001-03-23 | 1 | -0/+6 |
| * | (openFileMaybeCompressed, catMaybeCompressed): added | Pascal Rigaux | 2001-03-23 | 1 | -1/+9 |
| * | (getVarsFromSh): take care of comments | Pascal Rigaux | 2001-03-23 | 1 | -0/+1 |
| * | (bestMatchSentence, bestMatchSentence2): in wantarray, return the number | Pascal Rigaux | 2001-03-14 | 1 | -2/+2 |
| * | renamef created and used | Pascal Rigaux | 2001-03-13 | 1 | -1/+2 |
| * | added if__ | damien | 2001-03-08 | 1 | -2/+7 |
| * | set_in_hash is now put_in_hash | Pascal Rigaux | 2001-03-06 | 1 | -2/+2 |
| * | setinhash -> set_in_hash | damien | 2001-03-06 | 1 | -1/+1 |
| * | added setinhash | damien | 2001-03-06 | 1 | -0/+1 |
| * | (salt): cleanup | Pascal Rigaux | 2001-03-05 | 1 | -1/+1 |