aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix various bugs in Debian packagingReuben Thomas2014-10-151-1/+1
* Remove unused version info from libraryReuben Thomas2014-10-151-2/+0
* Don't install headersReuben Thomas2014-10-151-1/+1
* Remove reference to defunct variableReuben Thomas2014-10-151-1/+1
* Open EPOC16 files for random access, since we may need itReuben Thomas2014-07-051-1/+2
* Remove a bogus commentReuben Thomas2014-07-051-1/+0
* Make reasonably recent autotools happy; remove gettext filesReuben Thomas2013-12-161-1/+1
* Convert .cvsignore files to .gitignore filesReuben Thomas2013-12-162-7/+3
* Bump version to 1.0.9.Reuben Thomas2010-01-041-102/+102
* Fix some compiler warnings.Reuben Thomas2009-03-051-110/+110
* Add include of cstdio from Martin Michlmayr to fix compilation with GCC 4.4.Reuben Thomas2009-03-051-3/+4
* Patch from John Lines for compiling with GCC 4.3 (Patch #2023788)Reuben Thomas2008-07-214-0/+7
* Make some error messages refer to EPOC rather than PsionReuben Thomas2008-04-062-2/+2
* Remove unused code.Reuben Thomas2008-04-061-14/+0
* Remove bogus translation attempt and leave a FIXMEReuben Thomas2008-04-061-2/+3
* Remove unneeded FIXME and fix some English.Reuben Thomas2008-03-131-3/+3
* Remove FIXME which doesn't justify itself in code which hasn't beenReuben Thomas2008-03-131-1/+1
* Add plp_inttypes.h to headers listReuben Thomas2007-12-151-1/+2
* Move last header plp_inttypes.h out of include and into lib.Reuben Thomas2007-12-142-2/+26
* Replace plpnfsd with plpfuse.Reuben Thomas2007-12-131-3/+0
* More build system changes to make it play better with up-to-dateReuben Thomas2007-12-071-2/+2
* Remove bogus correction of times, which may correct time stamp changesReuben Thomas2007-12-071-2/+0
* Remove error code comments, which were in some cases wrong; look at rfsv.h!Reuben Thomas2007-11-211-44/+44
* Remove traces of plpbackup.Reuben Thomas2007-11-201-2/+1
* Fix ComponentNameRecord: add a constructor to initialise m_names toReuben Thomas2007-07-062-3/+12
* Fix time setting where the Psion is not on GMT/UTC.Reuben Thomas2007-01-051-8/+8
* Fixes to compile on amd64 (plp_inttypes.h) and with gcc >= 4.1 (theReuben Thomas2006-09-295-15/+19
* Implement setTime methodReuben Thomas2006-05-161-0/+29
* Take setTime out of #if 0 and give it a proper prototype.Reuben Thomas2006-05-161-1/+1
* Add proper setTime and correct comment typo.Reuben Thomas2006-05-161-2/+2
* Whitespace and spelling fixes.Reuben Thomas2006-05-011-8/+8
* Fix locale descriptions, and remove FIXMEs: the locales are valid.Reuben Thomas2006-05-011-3/+2
* Correct some comment typos.Reuben Thomas2006-04-251-2/+2
* Fix for gcc 4.0 compatibility from Petr Ostadal.Reuben Thomas2005-08-061-2/+4
* Build fixes for newer g++ from Thomas Lussnig.Reuben Thomas2005-04-163-9/+10
* Add *.loT, for recent libtoolsReuben Thomas2004-10-041-0/+1
* If MSG_NOSIGNAL is not defined (like on NetBSD), define it to zero.Thomas Klausner2004-09-081-0/+4
* Include assert.h when using assert().Thomas Klausner2004-09-081-0/+1
* Add missing #include of <assert.h>Reuben Thomas2004-03-131-2/+3
* - Changes for compiling with gcc 3.2Fritz Elfert2003-02-0542-176/+175
* - Fixed 4 more possible formatstring exploits.Fritz Elfert2003-02-031-1/+1
* - Fixed setting of CFLAGS and CXXFLAGS: With --enable-debug, disable -OFritz Elfert2002-08-112-0/+6
* - Bugfix for Bug #584926 - libplp was broken on big endian systems.Fritz Elfert2002-08-051-1/+1
* - Bugfix for Bug #588859: Change Method in psitime.cc to mach header.Fritz Elfert2002-08-051-1/+1
* Spellings, updatesDaniel Brahneborg2002-07-171-1/+1
* - Debian package now nearly finishedFritz Elfert2002-07-161-1/+1
* - Non-KDE stuff now builds correctly with gcc3Fritz Elfert2002-07-1412-19/+77
* Applied patches from debian bug #104967 (not yet tested)Fritz Elfert2002-07-1418-41/+59
* - Fixed a possible exploit when using telnet (or any other networkFritz Elfert2002-07-111-0/+2
* - Added comparison operators in PsiTimeFritz Elfert2002-07-073-1/+30