Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#30 closed defect (fixed)

setlocale / ctype is broken.

Reported by: bird Owned by: bird
Priority: normal Milestone: libc-0.6.1
Component: libc Version: 0.6
Severity: normal Keywords: libc setlocale
Cc:

Description (last modified by bird)

We're using ___wctype() which is checking the globals instead of the temporary copy. If this had worked, it would've wasted time and queried the char type twice.

Change History (3)

comment:1 Changed 18 years ago by bird

Description: modified (diff)
Status: newassigned

comment:2 Changed 18 years ago by bird

Resolution: fixed
Status: assignedclosed

comment:3 Changed 18 years ago by bird

After this fix toupper & tolower returned incorrect values for EOF, this is being fixed now.

Note: See TracTickets for help on using tickets.