Bug #4176
tolower(3c) refers to nonexistent _tolower(3c)
Start date:
2013-10-03
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
That.
Updated by Garrett D'Amore over 7 years ago
- Category changed from manpage - manual pages to lib - userland libraries
- Assignee set to Garrett D'Amore
- Difficulty deleted (
Bite-size)
I have a fix for this in progress... _tolower() is required by the standards. Its in my new locale stuff.
Updated by Garrett D'Amore over 7 years ago
- Category changed from lib - userland libraries to manpage - manual pages
- Assignee deleted (
Garrett D'Amore) - Difficulty set to Bite-size
Ah, got it, this is a problem with the man pages, not with the macro _tolower() itself missing.
Updated by Ryan Zezeski over 5 years ago
- Status changed from New to In Progress
- Assignee set to Ryan Zezeski
Updated by Electric Monk over 5 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit 44b359c66ee1fc7d3ff451ed5221ba1235e28f78
commit 44b359c66ee1fc7d3ff451ed5221ba1235e28f78 Author: Ryan Zezeski <ryan@zinascii.com> Date: 2015-10-07T14:55:52.000Z 4176 tolower(3c) refers to nonexistent _tolower(3c) Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Josef Sipek <jeffpc@josefsipek.net> Approved by: Robert Mustacchi <rm@joyent.com>