aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add $(INTLLIBS) to *_LDADD where missing.Thomas Klausner2004-09-085-5/+5
|
* Another NetBSD compatibility fix from the pkgsrc patch-ab by skrll.Thomas Klausner2004-09-081-6/+20
|
* If MSG_NOSIGNAL is not defined (like on NetBSD), define it to zero.Thomas Klausner2004-09-081-0/+4
|
* Use ${MAKE} instead of make -- very useful if GNU make is gmake.Thomas Klausner2004-09-081-4/+4
|
* Include assert.h when using assert().Thomas Klausner2004-09-081-0/+1
|
* Some portability #ifdefs for NetBSD.Thomas Klausner2004-09-084-7/+7
|
* Fix some of the more egregious bugs in support for restartingReuben Thomas2004-03-131-7/+7
| | | | applications; this means that OPL apps can now be restarted.
* Add missing #include of <assert.h>Reuben Thomas2004-03-131-2/+3
|
* The autotools seem to have added a couple of fields to these files.Reuben Thomas2004-03-132-2/+4
|
* Remove intl/Makefile from list (no longer needed).Reuben Thomas2004-03-131-1/+0
|
* Remove support for gettext 0.10 which broke the use of gettext 0.12!Reuben Thomas2004-03-131-5/+0
|
* Undo bogus change.Reuben Thomas2004-03-131-1/+1
|
* More tweaks for modern autotools. I must admit I know very littleReuben Thomas2004-03-133-10/+10
| | | | about autotools, so I'm using the Google-and-copy method.
* Fix some English.Reuben Thomas2004-03-131-1/+1
|
* Fix to work with autoconf 2.59.Reuben Thomas2004-03-131-1/+1
|
* Fixes to work with autoconf 2.59.Reuben Thomas2004-03-131-2/+1
|
* - plpbackup: Print a message, when no action is specified.Fritz Elfert2003-02-063-4/+16
|
* - Adaptions to mandrake's menu systemFritz Elfert2003-02-051-10/+16
|
* - Changes for compiling with gcc 3.2Fritz Elfert2003-02-0575-1034/+1095
|
* - Bugfix from Andrew Johnson: Generate backup names correctly.Fritz Elfert2003-02-041-1/+1
|
* - Inserted a delay in debian initscriptFritz Elfert2003-02-033-24/+21
|
* - More elaborated debian configFritz Elfert2003-02-036-27/+201
|
* Added .closure to cleanupFritz Elfert2003-02-031-1/+1
|
* - Fixed ACK handling in ncpd.Fritz Elfert2003-02-032-2/+3
| | | | - Fixed tar find routine in kpsion.
* debian build changes.Fritz Elfert2003-02-036-6/+14
|
* - In addition to recent fixes for exploit, disable plpnfsd by default.Fritz Elfert2003-02-032-3/+4
|
* - Fixed 4 more possible formatstring exploits.Fritz Elfert2003-02-032-4/+4
|
* - Use _tmppath macro for buildroot.Fritz Elfert2003-02-031-1/+1
|
* - Added missing files.Fritz Elfert2003-02-031-2/+2
|
* - Fixed behavior of kpsion when called with URL from konquerorsFritz Elfert2003-02-039-287/+275
| | | | context-popup.
* Fix local root formatstring exploit, reported by <carl@learningshophull.co.uk>Fritz Elfert2003-01-311-3/+3
|
* - Removed ccmalloc stuff. Now using valgrindFritz Elfert2002-08-1111-24/+54
| | | | | - Cleanup of LDFLAGS for less depencies - Added workaround specfile for broken Autoreq on SuSE and Mandrake
* - Fixed setting of CFLAGS and CXXFLAGS: With --enable-debug, disable -OFritz Elfert2002-08-1119-124/+80
| | | | | | | | | | | - Removed ccmalloc support. Now using valgrind - Added missing mainainer-clean-local targets - Fixed uninitialized array in IOwatch, reported by valgrind. - Fixed missing definition of LC_ALL if compiling without -O - Fixed invalid access to datapump thread (not yet created), reported by valgrind. - Fixed wrong parameters of QRegExp when using QT 3.x - Fixed KTar initialization which has changed in KDE 3.x
* - 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.
* - Fixed a memory leak.Fritz Elfert2002-08-061-1/+1
|
* - Bugfix for Bug #584926 - libplp was broken on big endian systems.Fritz Elfert2002-08-051-1/+1
|
* - Bugfix for Bug #584993 - plpbackup did not backup anything.Fritz Elfert2002-08-051-1/+1
|
* - Bugfix for Bug #588859: Change Method in psitime.cc to mach header.Fritz Elfert2002-08-051-1/+1
|
* - Small fixFritz Elfert2002-07-201-2/+2
|
* - Fix: Skip kioslave doc update if main index of some language is notFritz Elfert2002-07-201-0/+1
| | | | installed.
* - Fix for SuSE 7.3Fritz Elfert2002-07-191-1/+1
|
* - specfile: Added --without distro and some minor tweaksFritz Elfert2002-07-194-26/+33
| | | | - README: Mention the need of NFS support in kernel for plpnfsd
* - Update KDEHelp's cache after installing kioslave docsFritz Elfert2002-07-1810-144/+208
| | | | | | | | | | - Fix in autodetection of qt - Added START_NCPD to config files, changed initscripts accordingly. - Lot of tweaks in RPM specfile for Mandrake 8.2 - On old RedHat 7.2 with KDE2, /lib/qt2 does not exist, use QTDIR - Fixed some dscriptions in specfile - Removed mgetty cruft in initscripts - XML related fixes in kioslave doc
* po/Makevars is needed but should not be overwritten.Fritz Elfert2002-07-171-1/+1
|
* Spellings, updatesDaniel Brahneborg2002-07-174-32/+29
|
* - Applied suggestions from autotools-dev/README.Debian.gzFritz Elfert2002-07-171-11/+12
|
* - Patch from Chris Halls for automake 1.6Fritz Elfert2002-07-171-1/+0
|
* - Fix for SuSE 7.3Fritz Elfert2002-07-171-2/+2
|
* - Fixes for SuSE 8.0Fritz Elfert2002-07-172-40/+70
|