aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* More cleanup:Fritz Elfert2001-02-011-3/+3
| | | | | | | | | | | | | | | - Removed bool.h and references to it everywhere. This is checked now in ./configure and the stuff went into acconfig.h - Replaced ugly bufferStore-based method of returning directory entries from rfsv::readdir() by a cleaner way. (A new, separate class PlpDirent is returned now.) With the old implementation, the caller has to know about the layout of the entries. Also, the old implementation was not 64bit aware. - Similar replacement done for rfsv::dir(). This now returns the entries in a standard STL container (deque) instead of a bufferArray. - Started renaming #include statements for standard library headers from the old <xxx.h> form to the new recommended <xxx> form.
* Misc. Makefile changes.Fritz Elfert2000-11-111-1/+1
| | | | Bumped up version.
* Added a wrapper for enums and changed all return-code related stuffFritz Elfert2000-08-021-2/+2
| | | | | | as well as some other enums to use that instead of plain enums. This results in stronger type checking, range checking and the ability to write an enum's textual representation.
* Removed more intermediate files from CVS. Those can be rebuilt byFritz Elfert2000-07-311-0/+5
| | | | | using Makefile.cvs. Of course, a developer should all of the necessary tools installed (automake, autoconf, libtool).
* Applied mjg-0.6 patch.Fritz Elfert2000-07-311-3/+3
| | | | | Started adding kdoc compliant documentation comments. Added PsiTime
* Release of plptools-0.5Fritz Elfert2000-01-171-2/+6
|
* logging via syslog, more error-handling.Fritz Elfert1999-07-041-2/+3
|
* Added shared libFritz Elfert1999-07-011-2/+3
|
* Optimization for speed.Fritz Elfert1999-06-281-1/+1
|
* First import.Fritz Elfert1999-06-281-0/+3