--- dietlibc/CHANGES 2001/04/22 15:17:58 1.75 +++ dietlibc/CHANGES 2001/04/22 15:44:28 1.76 @@ -2,6 +2,8 @@ update getpagesize. add personality. add "%*s" and "%*.*s" support to vsnprintf. + add putchar (apparently arm-linux-gcc will substitute printf("\n") + with putchar('\n') behind your back...?! 0.9: fixed initgroups (oops)