summaryrefslogtreecommitdiffstats
path: root/perl-install/c/stuff.xs.pl
Commit message (Collapse)AuthorAgeFilesLines
...
* ask the kernel the list of network devices instead of manually probingThierry Vignaud2003-11-031-12/+33
| | | | | everything (this enable to handle more than 4 ethernet cards)
* (get_hw_address) introduce it to eventually track down ethernet cardsThierry Vignaud2003-10-301-0/+30
| | | | | swap/move on bootstrapping
* kill warning complaint from gcc aka resync with official rpm headersThierry Vignaud2003-10-201-1/+1
|
* add usleep()Pascal Rigaux2003-10-061-1/+5
|
* stuff doesn't contain gtk stuff anymoreGuillaume Cottenceau2003-09-121-2/+0
|
* pci hardware discovery: do full-probe by defaultThierry Vignaud2003-08-191-3/+2
|
* in floppy_info(), check ioctl success and use FDPOLLDRVSTAT (copied from ↵Pascal Rigaux2003-08-141-2/+5
| | | | kudzu code)
* do not eject cdrom when already removed at the end of install (bug #1235)Pascal Rigaux2003-02-031-1/+1
|
* fix non latin1 post-install perl-gtk2 apps, seems like perl upgrading ↵Guillaume Cottenceau2003-01-241-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 Cottenceau2003-01-221-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 Saratxaga2003-01-071-2/+5
|
* dgettext needs to have previous behaviour in standalone mode (fixes #736)Guillaume Cottenceau2003-01-031-13/+25
|
* iconv_ is needed all the times, not only in drakxGuillaume Cottenceau2002-12-131-4/+4
|
* add bind_textdomain_codeset, iconv the dgettext results to UTF8 since perl ↵Guillaume Cottenceau2002-12-061-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 notMystery Man 5352002-12-031-0/+26
|
* initIMPS2: use /dev/mouse instead of /dev/cdrom (!)Pascal Rigaux2002-10-161-1/+1
|
* use usb keyboard bCountryCode to choose the right keyboardPascal Rigaux2002-07-301-2/+2
|
* don't copy struct pciusb_entries on the stackThierry Vignaud2002-07-251-5/+5
|
* rename stuff.xs.pm to stuff.xs.pl (since it's a prog, not a module)Pascal Rigaux2002-07-241-0/+579
(it helps for not having stuff.xs.pm in PMS)