# # ChangeLog for uspace/lib/posix in mainline # # Generated by Trac 1.6 # 2026-06-01T05:02:35Z Wed, 08 Jun 2011 11:51:03 GMT Jiří Zárevúcky [ef6dd3f] * uspace/lib/posix/string.c (modified) * uspace/lib/posix/string.h (modified) Almost complete implementation of string.h Wed, 08 Jun 2011 11:10:00 GMT Jiří Zárevúcky [acc3f82c] * uspace/lib/posix/stdlib.h (modified) * uspace/lib/posix/time.h (modified) Use relative header paths (it won't build otherwise). Tue, 07 Jun 2011 17:16:38 GMT Jiří Zárevúcky [4d10fc8] * 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/time.c (modified) * uspace/lib/posix/time.h (modified) Add LIBPOSIX_INTERNAL macro to avoid unnecessary undefines 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.