# # ChangeLog for uspace/lib/posix/time.h in mainline # # Generated by Trac 1.6 # 2025-06-24T17:45:13Z Thu, 07 Jul 2011 01:32:53 GMT Jiří Zárevúcky [324d46b] * uspace/lib/posix/locale.c (modified) * uspace/lib/posix/locale.h (modified) * uspace/lib/posix/time.c (modified) * uspace/lib/posix/time.h (modified) Partial time.h implementation (WIP, untested) Fri, 01 Jul 2011 23:34:23 GMT Petr Koupy [06cb827] * uspace/lib/posix/time.c (modified) * uspace/lib/posix/time.h (modified) Implemented clock(). Thu, 23 Jun 2011 23:57:33 GMT Petr Koupy [823a929] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/math.c (added) * uspace/lib/posix/math.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/sys/wait.c (added) * uspace/lib/posix/sys/wait.h (added) * uspace/lib/posix/time.c (modified) * uspace/lib/posix/time.h (modified) * uspace/lib/posix/unistd.c (modified) * uspace/lib/posix/unistd.h (modified) Added function stubs (binutils compile-time dependencies). 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.