# # ChangeLog for uspace/lib/posix/stdio.h in mainline # # Generated by Trac 1.6 # 2024-11-01T06:28:22Z Wed, 15 Jun 2011 23:38:45 GMT Petr Koupy [4f4b4e7] * uspace/lib/posix/common.h (modified) * uspace/lib/posix/ctype.c (modified) * uspace/lib/posix/ctype.h (modified) * uspace/lib/posix/signal.h (modified) * uspace/lib/posix/stdio.c (modified) * uspace/lib/posix/stdio.h (modified) * uspace/lib/posix/stdlib.c (modified) * uspace/lib/posix/stdlib.h (modified) * uspace/lib/posix/string.c (modified) * uspace/lib/posix/string.h (modified) * uspace/lib/posix/strings.c (modified) * uspace/lib/posix/strings.h (modified) * uspace/lib/posix/sys/stat.c (modified) * uspace/lib/posix/sys/stat.h (modified) * uspace/lib/posix/sys/types.h (modified) * uspace/lib/posix/time.c (modified) * uspace/lib/posix/unistd.c (modified) * uspace/lib/posix/unistd.h (modified) Coding style and file structure unified. _exit moved to unistd.h. Thu, 09 Jun 2011 16:06:07 GMT Jiří Zárevúcky [09b0b1fb] * uspace/lib/posix/stdio.c (added) * uspace/lib/posix/stdio.h (modified) * uspace/lib/posix/stdlib.c (modified) * uspace/lib/posix/stdlib.h (modified) Add getc->fgetc alias, atoi(), freopen(), perror() stubs. Wed, 08 Jun 2011 12:07:40 GMT Jiří Zárevúcky [3a3ef72] * uspace/lib/posix/stdio.h (added) Add stdio.h