Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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) | ||||
* | glib-config is obsolete now | Thierry Vignaud | 2002-12-05 | 1 | -1/+1 |
| | |||||
* | gtk+-2 port | Thierry Vignaud | 2002-12-05 | 1 | -1/+1 |
| | |||||
* | workaround perl sprintf bug when some parameters are utf8 and some not | Mystery Man 535 | 2002-12-03 | 1 | -0/+26 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -1/+2 |
| | |||||
* | initIMPS2: use /dev/mouse instead of /dev/cdrom (!) | Pascal Rigaux | 2002-10-16 | 1 | -1/+1 |
| | |||||
* | removed old code no more used. | Francois Pons | 2002-09-10 | 1 | -18/+0 |
| | |||||
* | lib64 fixes | Gwenolé Beauchesne | 2002-07-31 | 1 | -1/+4 |
| | |||||
* | 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 | 2 | -1/+1 |
| | | | | | (it helps for not having stuff.xs.pm in PMS) | ||||
* | ensure things build as they should when perl is upgraded on compilation box | Pascal Rigaux | 2002-07-22 | 1 | -1/+1 |
| | | | | | (using a nice scheme: make || make) | ||||
* | cleaned no more used method. | Francois Pons | 2002-07-15 | 1 | -462/+1 |
| | |||||
* | adapt to new ldetect | Pascal Rigaux | 2002-07-04 | 1 | -2/+2 |
| | |||||
* | - TODO: Update ia64 check with /proc/pal/cpuX ? | Gwenolé Beauchesne | 2002-07-02 | 1 | -3/+6 |
| | | | | | | - TODO: Update x86_64 check when SMP machines are actually available - Conditionalize compilation of main() with TEST macro | ||||
* | s/class/class_/ for ldetect 0.4 | Pascal Rigaux | 2002-06-10 | 1 | -2/+2 |
| | |||||
* | rpmlib 4.0.4 now also needs libpopt | Guillaume Cottenceau | 2002-04-04 | 1 | -1/+1 |
| | |||||
* | undef'ing some macros used by 2 independent sources et still needed :-( | Pascal Rigaux | 2002-02-14 | 1 | -0/+3 |
| | |||||
* | #include iconv.h is needed even when C_RPM is undefined | Pascal Rigaux | 2002-02-14 | 1 | -7/+4 |
| | |||||
* | "standard_charset" and "iconv" are needed even when C_RPM is undefined | Pascal Rigaux | 2002-02-11 | 1 | -4/+3 |
| | |||||
* | - write the 'common' part of the 'explanations' stuff, | Guillaume Cottenceau | 2002-01-18 | 1 | -2/+4 |
| | | | | | | | with nice help from Pixel for the tough Perl part - move 'use standalone' up in all standalone apps, to comply to 'explanations' | ||||
* | encrypted filesystem handling: | Pascal Rigaux | 2002-01-15 | 1 | -42/+0 |
| | | | | | | - using losetup - add "Options" for partitions in diskdrake (expert mode) | ||||
* | added rpmvercmp. | Francois Pons | 2002-01-09 | 1 | -0/+2 |
| | |||||
* | floppy_info: add missing close(fd) | Guillaume Cottenceau | 2001-12-04 | 1 | -0/+1 |
| | |||||
* | migrate pcmcia in drakx to use in-kernel version (only | Guillaume Cottenceau | 2001-11-21 | 1 | -3/+3 |
| | | | | | for 2.4, though --> pcmcia in 2.2 no longer supported) | ||||
* | added FL_GET and FL_SET | damien | 2001-10-08 | 1 | -1/+1 |
| | |||||
* | i18n kdmrc | Pascal Rigaux | 2001-09-15 | 1 | -0/+1 |
| | |||||
* | add partition adding on the fly trick | Pascal Rigaux | 2001-09-13 | 1 | -0/+18 |
| | |||||
* | better floppy detection/info | Pascal Rigaux | 2001-08-29 | 1 | -0/+15 |
| | |||||
* | security fix and various | Pascal Rigaux | 2001-08-28 | 1 | -0/+13 |
| | |||||
* | (setlocale): do not set LC_NUMERIC | Pascal Rigaux | 2001-08-27 | 1 | -0/+1 |
| | |||||
* | do init_db inside pkg_inside otherwise LOG is closed and rpmlib tries to ↵ | Pascal Rigaux | 2001-08-22 | 1 | -1/+0 |
| | | | | write in it and ... | ||||
* | is_ext3 is needed in standalone | Pascal Rigaux | 2001-08-17 | 1 | -2/+2 |
| | |||||
* | is_ext3 is needed in standalone | Pascal Rigaux | 2001-08-17 | 1 | -28/+30 |
| | | | | | Xtest not needed in standalone | ||||
* | add S_IFIFO | Pascal Rigaux | 2001-08-07 | 1 | -1/+1 |
| | |||||
* | kernel_arch removed | Pascal Rigaux | 2001-08-06 | 1 | -8/+0 |
| | |||||
* | add is_ext3 | Pascal Rigaux | 2001-08-04 | 2 | -1/+22 |
| | |||||
* | do not use the po's directly. Use mo's through gettext | Pascal Rigaux | 2001-07-23 | 1 | -0/+17 |
| | |||||
* | use size_t instead of int where it should | Pascal Rigaux | 2001-07-02 | 1 | -2/+2 |
| | |||||
* | added support for epoch (serial). | Francois Pons | 2001-06-27 | 2 | -2/+3 |
| | |||||
* | switch from llseek to lseek64 | Pascal Rigaux | 2001-06-25 | 1 | -2/+1 |
| | |||||
* | switch to rpm 4.0.3 | Pascal Rigaux | 2001-06-19 | 2 | -40/+15 |
| | |||||
* | - c::iconv replace c::from_utf8 and c::to_utf8 | Pascal Rigaux | 2001-06-08 | 2 | -23/+10 |
| | | | | | - handle po files in any charset, iconv'ed to the right charset | ||||
* | nicer solution for detecting DVD drives (still need SCSI detection) | Pascal Rigaux | 2001-06-05 | 1 | -0/+8 |
| | |||||
* | force XF4 in expert too for PPC, don't run xmodmap, PPC SMP routine placeholder | Stew Benedict | 2001-05-04 | 1 | -0/+30 |
| |