Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#113 closed defect (fixed)

libc: scanf("%lld", &lld)

Reported by: bird Owned by: bird
Priority: normal Milestone: libc-0.6.2
Component: libc-frontend Version: 0.6
Severity: normal Keywords: scanf longlong
Cc:

Description

'll' isn't recognized by scanf. This is a bug in _input.c, where 'll' isn't promoted to 'L'. While we're at it, support for 'z', 'hh' and similar should be added (already done for _output.c).

Change History (4)

comment:1 Changed 18 years ago by bird

Resolution: fixed
Status: newclosed

(In [2792]) Implemented the new length modifiers for *scanf. Adjusted the length modifier implementation for *printf. Fixes #113.

comment:2 Changed 18 years ago by bird

(In [2793]) Implemented the new length modifiers for *scanf. Adjusted the length modifier implementation for *printf. Fixes #113. (from 0.6)

comment:3 Changed 17 years ago by bird

(In [2894]) Fixed a typo introduced when implementing some wchar support in changeset [2792]. References #113.

comment:4 Changed 17 years ago by bird

(In [2895]) Fixed a typo introduced when implementing some wchar support in changeset [2792]. References #113.

Note: See TracTickets for help on using tickets.