Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public key
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
According to recent man-pages on readdir, it is now
thread-safe in recent glibc implementations. It should
be safe to replace readdir_r with it now and avoid the
deprecation warnings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- rewrite in C++
- much improved speed
- new feature to add non-standard library locations, see the
man-page for details
|
|
|
|
We can close the file as soon as mmap() succeeded.
|
|
Previously these scripts claimed to be sh-compatible, but they do
require bash instead.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|