aboutsummaryrefslogtreecommitdiffstats
path: root/plpprint
Commit message (Collapse)AuthorAgeFilesLines
* Make reasonably recent autotools happy; remove gettext filesReuben Thomas2013-12-161-3/+1
|
* Convert .cvsignore files to .gitignore filesReuben Thomas2013-12-162-6/+2
|
* Fix some compiler warnings.Reuben Thomas2009-03-051-778/+778
|
* Move last header plp_inttypes.h out of include and into lib.Reuben Thomas2007-12-141-2/+0
| | | | | Remove RCS Ids from Makefile.am's so that checking in a Makefile.am doesn't cause automake to be run.
* Replace plpnfsd with plpfuse.Reuben Thomas2007-12-131-3/+3
| | | | Other minor simplifications to the build system.
* Don't need to remove Makefile.in in maintainer-clean-local.Reuben Thomas2007-12-131-1/+2
|
* Fix English in comment.Reuben Thomas2007-12-131-1/+1
|
* Add $(INTLLIBS) to *_LDADD where missing.Thomas Klausner2004-09-081-1/+1
|
* - Changes for compiling with gcc 3.2Fritz Elfert2003-02-051-6/+7
|
* - Fixed 4 more possible formatstring exploits.Fritz Elfert2003-02-031-3/+3
|
* - Removed ccmalloc stuff. Now using valgrindFritz Elfert2002-08-111-1/+1
| | | | | - Cleanup of LDFLAGS for less depencies - Added workaround specfile for broken Autoreq on SuSE and Mandrake
* - Bugfix: Some versions of ghostscript failed to print jobs fromFritz Elfert2002-08-061-2/+2
| | | | plpprintd.
* - Bugfix: When waiting for job, disconnecting the Psion resulted inFritz Elfert2002-08-061-80/+87
| | | | undelayed loop and high CPU usage.
* - Bugfix: plpprintd did not honour host-part of -p argument.Fritz Elfert2002-07-171-1/+1
|
* - Non-KDE stuff now builds correctly with gcc3Fritz Elfert2002-07-141-0/+5
|
* - Be silent on unconnected Psion unless debuggingFritz Elfert2002-07-111-3/+5
|
* - SuSE 8 - related changesFritz Elfert2002-07-102-1/+3
| | | | | - RPM - related changes - sisinstall: Correct shutdown of newt if an error occurs.
* - Implemented pattern stuffFritz Elfert2002-07-102-113/+175
|
* - Added external fontmap fileFritz Elfert2002-07-094-118/+405
| | | | - Implemented more primitives
* - rpcs: Implemented scratch RAM access.Fritz Elfert2002-03-201-0/+1
| | | | | | | | - Updated spec file (not complete) - Updated KDE translations - kioslave and property-dialog now translate correctly - ppsocket: Added a patch for FreeBSD - plpftp: Some experimental code for testing
* - Unified argumentsFritz Elfert2002-03-061-8/+38
|
* Implemented imagesFritz Elfert2002-03-042-13/+33
|
* - Added first version of PostScript prologFritz Elfert2002-03-034-33/+702
| | | | - Implemented page conversion (incomplete).
* - plpbackup: more error handling; translationFritz Elfert2002-02-153-0/+325
- Added plpprint stuff (yet not useful) - ccmalloc upgrade