aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bufferarray.h
Commit message (Collapse)AuthorAgeFilesLines
* - Changes for compiling with gcc 3.2Fritz Elfert2003-02-051-0/+1
|
* Modified icons.Fritz Elfert2001-03-011-130/+159
| | | | | | Started NLS support. Added kpsion KDE2 application. Unified file-headers.
* More cleanup:Fritz Elfert2001-02-011-1/+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.
* General cleanup:Fritz Elfert2000-08-071-5/+26
| | | | | | | | | | | - Corrected some operators of bufferArray - Added more constructors to PsiTime - Added one more fallback for Timezone calculation in PsiTime - Use PsiTime in rfsv - Moved some common methods from rfsv16/32 to rfsv - Added more kdoc comments. - Made interface more robust (added const whereever possible, changed pointer arguments to references)
* Applied mjg-0.6 patch.Fritz Elfert2000-07-311-26/+111
| | | | | Started adding kdoc compliant documentation comments. Added PsiTime
* Release of plptools-0.5Fritz Elfert2000-01-171-3/+18
|
* Optimization for speed.Fritz Elfert1999-06-281-11/+11
|
* First import.Fritz Elfert1999-06-281-0/+25