Revision 1212624

Go back to digest for 9th January 2011

Bug Fixes in KDE Base

Martin Koller committed changes in /trunk/KDE/kdebase/runtime/kioslave/man:

Fix a lot of HTML-generation bugs by implementing some additional macros, escape sequences, etc, etc.

Also start to make the code more readable and introduce more Qt/C++
while eliminating old C code, which is horrible to maintain.

The request keywords are now looked up by a gperf hash function.
The generated gperf file is committed, so that noone has to rely on the existence of gperf on the build machine.

If I broke the rendering of some man pages, please inform me.

File Changes

Added 4 files
  • /trunk/KDE/kdebase/runtime/kioslave/man
  •   /request_gperf.c
  •   /request_hash.cpp
  •   /request_hash.h
  •   /requests.gperf
Modified 3 files
  • /trunk/KDE/kdebase/runtime/kioslave/man
  •   /CMakeLists.txt
  •   /man2html.cpp
  •   /tests/CMakeLists.txt
7 files changed in total