| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
- Change readline detection again
|
|
|
|
|
| |
- Added plpprint stuff (yet not useful)
- ccmalloc upgrade
|
| |
|
|
|
|
| |
Added some files in maintainer-clean target
|
| |
|
|
|
|
| |
More work on restore in kpsion.
|
|
|
|
|
| |
- Added am_edit to dis-hook
- Added some missing EXTRA_DISTs in KDE subdirs
|
|
|
|
|
| |
Added missing dist files.
Added ChangeLog, required by gettext standard setup
|
|
|
|
|
|
| |
Started NLS support.
Added kpsion KDE2 application.
Unified file-headers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
| |
- Splitted up acinclude.m4
- Added m4 macros, needed for KDE stuff
|
| |
|
|
|
|
| |
Bumped up version.
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Configuration now is in config.h and this is included as the very first header.
|
| |
|
|
|
|
|
| |
using Makefile.cvs. Of course, a developer should all of the
necessary tools installed (automake, autoconf, libtool).
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|