[RTEMS Project] #1292: No support of %j*, %z* and %t* in printf() etc.
RTEMS trac
trac at rtems.org
Sat Nov 22 12:38:58 UTC 2014
#1292: No support of %j*, %z* and %t* in printf() etc.
-----------------------------+-----------------------------
Reporter: sebastian.huber | Owner: ralf.corsepius
Type: defect | Status: closed
Priority: normal | Milestone: 4.10
Component: Newlib | Version: unspecified
Severity: normal | Resolution: fixed
Keywords: |
-----------------------------+-----------------------------
Changes (by gedare):
* milestone: => 4.10
Old description:
> The following code:
>
> printf( "%ju\n", 0);
> printf( "%zu\n", 0);
> printf( "%ti\n", 0);
>
> produces:
>
> ju
> zu
> ti
New description:
The following code:
printf( "%ju\n", 0);
printf( "%zu\n", 0);
printf( "%ti\n", 0);
produces:
ju
zu
ti
--
--
Ticket URL: <http://devel.rtems.org/ticket/1292#comment:3>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list