1
0
Fork 0

Adding upstream version 2.13.1.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-21 08:13:55 +02:00
parent 38ef975b7f
commit 1fa764a8d3
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424
1212 changed files with 566468 additions and 0 deletions

20
docs/TODO Normal file
View file

@ -0,0 +1,20 @@
In progress:
* store .so link in the db.
* reduce wasted/duplicated text stored within the databases.
10-20% database size reduction so far.
* pipeline library:
- make COMMAND_FUNCTION child reentrant, so it doesn't have to be a
subprocess; will save lots of forks of zlib children in mandb
In need of attention:
* clear up the use of troff and/or groff
* complete configuration file redesign to allow better dynamic determination
of programs/paths/extensions etc.
* multiple debug levels?
Case-insensitive lookup transition:
* Solaris layout is broken.
* Need to make sure pointers trigger an exact-case lookup [done for whatis].