# # ChangeLog for uspace/lib/posix/Makefile in mainline # # Generated by Trac 1.6 # 2025-04-05T13:57:27Z Wed, 08 Jun 2011 12:24:04 GMT Jiří Zárevúcky [0e89c28] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/ctype.c (added) * uspace/lib/posix/ctype.h (added) Add ctype.h with isxdigit Wed, 08 Jun 2011 12:17:05 GMT Jiří Zárevúcky [a16210b5] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/unistd.c (added) * uspace/lib/posix/unistd.h (added) Add initial unistd.h and unistd.c Mon, 06 Jun 2011 00:48:47 GMT Petr Koupy [2fc5072] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/stdlib.c (added) * uspace/lib/posix/stdlib.h (added) * uspace/lib/posix/time.c (added) * uspace/lib/posix/time.h (added) Added skeletons for functions from time.h and stdlib.h. Sun, 29 May 2011 23:00:48 GMT Petr Koupy [7bb9b53] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/string.c (added) * uspace/lib/posix/string.h (added) Added skeletons for functions from string.h. Sun, 29 May 2011 22:52:06 GMT Petr Koupy [965c250] * uspace/lib/posix/Makefile (modified) libposix directory linked with libc include directory. Tue, 24 May 2011 03:28:31 GMT Petr Koupy [2d2b8e6] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/lib/posix/Makefile (added) Added basic build infrastructure.