Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused version info from library | Reuben Thomas | 2014-10-15 | 1 | -2/+0 |
| | |||||
* | Don't install headers | Reuben Thomas | 2014-10-15 | 1 | -1/+1 |
| | |||||
* | Remove reference to defunct variable | Reuben Thomas | 2014-10-15 | 1 | -1/+1 |
| | |||||
* | Open EPOC16 files for random access, since we may need it | Reuben Thomas | 2014-07-05 | 1 | -1/+2 |
| | | | | Fixes support request #20; thanks to Peter Maud for the patch | ||||
* | Remove a bogus comment | Reuben Thomas | 2014-07-05 | 1 | -1/+0 |
| | |||||
* | Make reasonably recent autotools happy; remove gettext files | Reuben Thomas | 2013-12-16 | 1 | -1/+1 |
| | |||||
* | Convert .cvsignore files to .gitignore files | Reuben Thomas | 2013-12-16 | 2 | -7/+3 |
| | |||||
* | Bump version to 1.0.9. | Reuben Thomas | 2010-01-04 | 1 | -102/+102 |
| | | | | Apply patch from Debian, fixing SF bug #2925613. | ||||
* | Fix some compiler warnings. | Reuben Thomas | 2009-03-05 | 1 | -110/+110 |
| | |||||
* | Add include of cstdio from Martin Michlmayr to fix compilation with GCC 4.4. | Reuben Thomas | 2009-03-05 | 1 | -3/+4 |
| | |||||
* | Patch from John Lines for compiling with GCC 4.3 (Patch #2023788) | Reuben Thomas | 2008-07-21 | 4 | -0/+7 |
| | |||||
* | Make some error messages refer to EPOC rather than Psion | Reuben Thomas | 2008-04-06 | 2 | -2/+2 |
| | |||||
* | Remove unused code. | Reuben Thomas | 2008-04-06 | 1 | -14/+0 |
| | |||||
* | Remove bogus translation attempt and leave a FIXME | Reuben Thomas | 2008-04-06 | 1 | -2/+3 |
| | |||||
* | Remove unneeded FIXME and fix some English. | Reuben Thomas | 2008-03-13 | 1 | -3/+3 |
| | |||||
* | Remove FIXME which doesn't justify itself in code which hasn't been | Reuben Thomas | 2008-03-13 | 1 | -1/+1 |
| | | | | touched for a lustrum. | ||||
* | Add plp_inttypes.h to headers list | Reuben Thomas | 2007-12-15 | 1 | -1/+2 |
| | |||||
* | Move last header plp_inttypes.h out of include and into lib. | Reuben Thomas | 2007-12-14 | 2 | -2/+26 |
| | | | | | 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 Thomas | 2007-12-13 | 1 | -3/+0 |
| | | | | Other minor simplifications to the build system. | ||||
* | More build system changes to make it play better with up-to-date | Reuben Thomas | 2007-12-07 | 1 | -2/+2 |
| | | | | | | autotools. In particular, this round gets rid of acconfig.h, putting the necessary bits into conf/configure.in.in, and using AM_CFLAGS & co. instead of plain CFLAGS, which rightly upsets automake. | ||||
* | Remove bogus correction of times, which may correct time stamp changes | Reuben Thomas | 2007-12-07 | 1 | -2/+0 |
| | | | | | between DST/non-DST, but at the unacceptable cost of buggering up the actual clock! | ||||
* | Remove error code comments, which were in some cases wrong; look at rfsv.h! | Reuben Thomas | 2007-11-21 | 1 | -44/+44 |
| | |||||
* | Remove traces of plpbackup. | Reuben Thomas | 2007-11-20 | 1 | -2/+1 |
| | |||||
* | Fix ComponentNameRecord: add a constructor to initialise m_names to | Reuben Thomas | 2007-07-06 | 2 | -3/+12 |
| | | | | | NULL so that the destructor can test this and only delete initialised arrays. | ||||
* | Fix time setting where the Psion is not on GMT/UTC. | Reuben Thomas | 2007-01-05 | 1 | -8/+8 |
| | |||||
* | Fixes to compile on amd64 (plp_inttypes.h) and with gcc >= 4.1 (the | Reuben Thomas | 2006-09-29 | 5 | -15/+19 |
| | | | | rest); patches from Debian bugs #384146, #386833 and #388831. | ||||
* | Implement setTime method | Reuben Thomas | 2006-05-16 | 1 | -0/+29 |
| | |||||
* | Take setTime out of #if 0 and give it a proper prototype. | Reuben Thomas | 2006-05-16 | 1 | -1/+1 |
| | |||||
* | Add proper setTime and correct comment typo. | Reuben Thomas | 2006-05-16 | 1 | -2/+2 |
| | |||||
* | Whitespace and spelling fixes. | Reuben Thomas | 2006-05-01 | 1 | -8/+8 |
| | |||||
* | Fix locale descriptions, and remove FIXMEs: the locales are valid. | Reuben Thomas | 2006-05-01 | 1 | -3/+2 |
| | | | | Remove commented out socket close. | ||||
* | Correct some comment typos. | Reuben Thomas | 2006-04-25 | 1 | -2/+2 |
| | |||||
* | Fix for gcc 4.0 compatibility from Petr Ostadal. | Reuben Thomas | 2005-08-06 | 1 | -2/+4 |
| | |||||
* | Build fixes for newer g++ from Thomas Lussnig. | Reuben Thomas | 2005-04-16 | 3 | -9/+10 |
| | |||||
* | Add *.loT, for recent libtools | Reuben Thomas | 2004-10-04 | 1 | -0/+1 |
| | |||||
* | If MSG_NOSIGNAL is not defined (like on NetBSD), define it to zero. | Thomas Klausner | 2004-09-08 | 1 | -0/+4 |
| | |||||
* | Include assert.h when using assert(). | Thomas Klausner | 2004-09-08 | 1 | -0/+1 |
| | |||||
* | Add missing #include of <assert.h> | Reuben Thomas | 2004-03-13 | 1 | -2/+3 |
| | |||||
* | - Changes for compiling with gcc 3.2 | Fritz Elfert | 2003-02-05 | 42 | -176/+175 |
| | |||||
* | - Fixed 4 more possible formatstring exploits. | Fritz Elfert | 2003-02-03 | 1 | -1/+1 |
| | |||||
* | - Fixed setting of CFLAGS and CXXFLAGS: With --enable-debug, disable -O | Fritz Elfert | 2002-08-11 | 2 | -0/+6 |
| | | | | | | | | | | | - 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 for Bug #584926 - libplp was broken on big endian systems. | Fritz Elfert | 2002-08-05 | 1 | -1/+1 |
| | |||||
* | - Bugfix for Bug #588859: Change Method in psitime.cc to mach header. | Fritz Elfert | 2002-08-05 | 1 | -1/+1 |
| | |||||
* | Spellings, updates | Daniel Brahneborg | 2002-07-17 | 1 | -1/+1 |
| | |||||
* | - Debian package now nearly finished | Fritz Elfert | 2002-07-16 | 1 | -1/+1 |
| | | | | - Applied patches from Chris Halls <chris.halls@gmx.de> | ||||
* | - Non-KDE stuff now builds correctly with gcc3 | Fritz Elfert | 2002-07-14 | 12 | -19/+77 |
| | |||||
* | Applied patches from debian bug #104967 (not yet tested) | Fritz Elfert | 2002-07-14 | 18 | -41/+59 |
| | |||||
* | - Fixed a possible exploit when using telnet (or any other network | Fritz Elfert | 2002-07-11 | 1 | -0/+2 |
| | | | | client) connecting to ncpd. | ||||
* | - Added comparison operators in PsiTime | Fritz Elfert | 2002-07-07 | 3 | -1/+30 |
| | | | | - Fixed a typo | ||||
* | More correct residual sis file truncation | Daniel Brahneborg | 2002-04-14 | 4 | -4/+51 |
| |