Actions
Feature #5428
closedprovide fts(), reallocarray(), and strtonum()
Start date:
2014-12-11
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
fts functions in libc allow for easy traversing of file hierarchies.
Unlike {,n}ftw, fts functions are cursor based.
Related issues
Updated by Yuri Pankov over 5 years ago
- Status changed from New to In Progress
- Assignee set to Yuri Pankov
- % Done changed from 0 to 30
- Difficulty changed from Medium to Bite-size
- Tags deleted (
needs-triage)
Updated by Yuri Pankov over 5 years ago
- Subject changed from want fts for BSD compatibility to provide fts(), reallocarray(), and strtonum()
- Priority changed from Low to Normal
- % Done changed from 30 to 50
Overload this to provide reallocarray() and strtonum() as well.
Updated by Yuri Pankov about 5 years ago
- Blocks Bug #8297: update mdocml to 1.14.1 added
Updated by Electric Monk about 5 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 4585130b259133a26efae68275dbe56b08366deb
commit 4585130b259133a26efae68275dbe56b08366deb Author: Yuri Pankov <yuri.pankov@nexenta.com> Date: 2017-06-13T03:16:28.000Z 5428 provide fts(), reallocarray(), and strtonum() Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Joshua M. Clulow <josh@sysmgr.org>
Updated by Yuri Pankov almost 5 years ago
- Related to Feature #4869: need libc secure enhancements for libressl added
Actions