Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#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 bird)

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 Changed 17 years ago by bird

Resolution: fixed
Status: newclosed

(In [3019]) Fixed broken tolower (when not inlined). Fixes #144.

comment:2 Changed 17 years ago by bird

Description: modified (diff)
Note: See TracTickets for help on using tickets.