#144 closed defect (fixed)
libc: tolower() doesn't work for the first 128 chars if not inlined.
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | normal | Milestone: | libc-0.6.2 |
Component: | libc | Version: | 0.6 |
Severity: | normal | Keywords: | tolower |
Cc: |
Description (last modified by )
Typo in the locale_ctype.c
version of __tolower()
causes tolower() to return incorrect values for the first 128 characters (when it's not inlined).
Change History (2)
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 18 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
(In [3019]) Fixed broken tolower (when not inlined). Fixes #144.