Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (comment_directive) fix it | Thierry Vignaud | 2003-09-17 | 1 | -2/+3 |
| | |||||
* | if_($A, $B) got extremely slow, replaced by ( $A ? $B : () ). | Till Kamppeter | 2003-08-23 | 1 | -1/+3 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-05-23 | 1 | -26/+19 |
| | |||||
* | Improved handling and structure of scanner database | Till Kamppeter | 2003-02-13 | 1 | -10/+6 |
| | | | | | | | | | - Scanners with multiple ports are supported now - Fully automatic build of the scanner database, including lines for configuration files - Fixed "SnapScan" <-> "snapscan" bug - Some HP scanners had no manufacturer field. Fixed. | ||||
* | Put quoting of search terms into a function, small fixes. | Till Kamppeter | 2003-02-04 | 1 | -32/+32 |
| | |||||
* | - "Out-sourced" functions for config file handling into handle_configs.pm, | Till Kamppeter | 2003-02-04 | 1 | -0/+168 |
it is used by both printerdrake and scannerdrake. - Improvements and fixes on CUPS daemon configuration by printerdrake. |