0.16: "diet -v" or "diet -Os" segfaulted without further arguments. Andre found two very embarassing bugs in my four lines of md5 glue. I need to get more sleep. Thanks Ogrisegg found that ptrace does not work as documented and provided a wrapper that emulates the glibc behaviour. Dirk Engling saved 8 bytes and 4 cycles in the ARM clone() fix ptrace.h for S/390 and ARM provide a PORTING document so we don't lose track of which file need to be touched to port the diet libc to a new platform. remove a few warnings provide a prototype for usleep. make __dtostr work on ARM by using long instead of long long. Idea by Dirk Engling. fix an argument counting bug in *scanf (Thomas Ogrisegg) Forgot an #endif in asm/sigcontext.h (Mike Castle) Kurt Garloff sent in patches to fix struct termios on non-x86 architectures printf("%+05d\n",500) was broken (Raimar Falke told me, Olaf fixed it) create libcompat.a (and move daemon to it) add getdelim and getline *printf now recognize 'z' integer flag (and ignore it) Dirk Engling provided a strcpy.S for ARM. Olaf: fixed *scanf familie. It hadn't wored with "long long". Hans Lermen fixed i386/getenv.S diet -Os no longer discards -fpic and -fno-pic fix i386 rand/random to use correct RAND_MAX (thanks, Jaroslav Macodiseas) sys/ipc.h now includes sys/types.h Olaf: started to make the sparc64 port scandir should not sort if compar() is NULL (reported by Andrea Marrosu)