# # ChangeLog for uspace/lib/posix/Makefile in mainline # # Generated by Trac 1.6 # 2025-04-17T12:47:16Z Fri, 08 Jul 2011 00:54:24 GMT Jiří Zárevúcky [ec18957a] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/errno.c (added) * uspace/lib/posix/errno.h (added) * uspace/lib/posix/fcntl.c (modified) * uspace/lib/posix/stdio/scanf.c (modified) * uspace/lib/posix/stdlib.c (modified) * uspace/lib/posix/stdlib/strtol.c (modified) * uspace/lib/posix/stdlib/strtold.c (modified) * uspace/lib/posix/string.c (modified) * uspace/lib/posix/sys/stat.c (modified) * uspace/lib/posix/unistd.c (modified) Added errno.h (see commentary inside). Wed, 06 Jul 2011 23:33:02 GMT Petr Koupy [08053f7] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/stdio.c (modified) * uspace/lib/posix/stdio/scanf.c (added) Implementation of scanf (not tested yet, just compiles). Wed, 06 Jul 2011 17:09:02 GMT Jiří Zárevúcky [d9eaa43] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/locale.c (added) * uspace/lib/posix/locale.h (added) Add basic locale.h Sun, 26 Jun 2011 11:41:42 GMT Jiří Zárevúcky [7530a00] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/signal.c (added) * uspace/lib/posix/signal.h (modified) * uspace/lib/posix/unistd.c (modified) Fix environ. Add signal.c and fix signal.h Sat, 25 Jun 2011 21:02:07 GMT Jiří Zárevúcky [90c5eb6] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/pwd.c (added) * uspace/lib/posix/pwd.h (added) Add a dumb implementation of pwd.h Sat, 25 Jun 2011 17:03:09 GMT Jiří Zárevúcky [be64a84] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/fnmatch.c (added) * uspace/lib/posix/fnmatch.h (added) Add fnmatch.h and a stub implementation. Sat, 25 Jun 2011 12:41:40 GMT Jiří Zárevúcky [2b83add] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/stdlib.c (modified) * uspace/lib/posix/stdlib.h (modified) * uspace/lib/posix/stdlib/strtol.c (added) Add string to int conversion functions and implement some in stdlib.h 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, 22 Jun 2011 01:08:50 GMT Petr Koupy [dddc3d9] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/fnmatch.c (deleted) * uspace/lib/posix/fnmatch.h (deleted) * uspace/lib/posix/getopt.c (deleted) * uspace/lib/posix/getopt.h (deleted) * uspace/lib/posix/string.h (modified) Removed unnecesarry/conflicting headers and GNU extensions. Sat, 18 Jun 2011 23:24:21 GMT Jiří Zárevúcky [63fc519] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/stdlib.c (modified) * uspace/lib/posix/stdlib/strtold.c (added) Add strtold() implementation and use it for strtof() and strtod() as ... Fri, 17 Jun 2011 02:20:50 GMT Petr Koupy [ba7b753] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/getopt.c (added) * uspace/lib/posix/getopt.h (added) Added skeleton for the getopt.h. Thu, 09 Jun 2011 16:11:48 GMT Jiří Zárevúcky [9536e6e] * uspace/lib/posix/Makefile (modified) Forgot to add stdio.c to the makefile.. Wed, 08 Jun 2011 19:05:13 GMT Jiří Zárevúcky [ae1c11b] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/strings.c (added) * uspace/lib/posix/strings.h (added) Add skeletal strings.{h,c} Wed, 08 Jun 2011 12:39:48 GMT Jiří Zárevúcky [53900ab] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/sys/stat.c (added) * uspace/lib/posix/sys/stat.h (added) Add sys/stat.h 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.