Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pci hardware discovery: do full-probe by default | Thierry Vignaud | 2003-08-19 | 1 | -3/+2 |
| | |||||
* | in floppy_info(), check ioctl success and use FDPOLLDRVSTAT (copied from ↵ | Pascal Rigaux | 2003-08-14 | 1 | -2/+5 |
| | | | | kudzu code) | ||||
* | do not eject cdrom when already removed at the end of install (bug #1235) | Pascal Rigaux | 2003-02-03 | 1 | -1/+1 |
| | |||||
* | fix non latin1 post-install perl-gtk2 apps, seems like perl upgrading ↵ | Guillaume Cottenceau | 2003-01-24 | 1 | -15/+0 |
| | | | | strings to utf8 is somewhat broken (dunno why), so now we bind the codeset or our textdomains to utf8 and tag the translated strings to utf8, when using gtk | ||||
* | fix accents characters displaying in console mode during install: | Guillaume Cottenceau | 2003-01-22 | 1 | -8/+2 |
| | | | | | | | - convert translations into utf8 only during install && if using gtk - explicitely bind the codeset to the specified locale's encoding because during install they are reported as utf8 | ||||
* | *** empty log message *** | Pablo Saratxaga | 2003-01-07 | 1 | -2/+5 |
| | |||||
* | dgettext needs to have previous behaviour in standalone mode (fixes #736) | Guillaume Cottenceau | 2003-01-03 | 1 | -13/+25 |
| | |||||
* | iconv_ is needed all the times, not only in drakx | Guillaume Cottenceau | 2002-12-13 | 1 | -4/+4 |
| | |||||
* | add bind_textdomain_codeset, iconv the dgettext results to UTF8 since perl ↵ | Guillaume Cottenceau | 2002-12-06 | 1 | -16/+34 |
| | | | | seems to mess with that when trying to do so from within gtk2-perl (with sv_utf8_upgrade) | ||||
* | workaround perl sprintf bug when some parameters are utf8 and some not | Mystery Man 535 | 2002-12-03 | 1 | -0/+26 |
| | |||||
* | initIMPS2: use /dev/mouse instead of /dev/cdrom (!) | Pascal Rigaux | 2002-10-16 | 1 | -1/+1 |
| | |||||
* | use usb keyboard bCountryCode to choose the right keyboard | Pascal Rigaux | 2002-07-30 | 1 | -2/+2 |
| | |||||
* | don't copy struct pciusb_entries on the stack | Thierry Vignaud | 2002-07-25 | 1 | -5/+5 |
| | |||||
* | rename stuff.xs.pm to stuff.xs.pl (since it's a prog, not a module) | Pascal Rigaux | 2002-07-24 | 1 | -0/+579 |
(it helps for not having stuff.xs.pm in PMS) |