# # ChangeLog for / in mainline # # Generated by Trac 1.5.4 # 2024-05-29T18:18:23Z Fri, 08 Jul 2011 17:25:53 GMT Petr Koupy [8cd8bf6] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/assert.h (added) * uspace/lib/posix/ctype.c (modified) * uspace/lib/posix/ctype.h (modified) * uspace/lib/posix/errno.c (added) * uspace/lib/posix/errno.h (added) * uspace/lib/posix/fcntl.c (modified) * uspace/lib/posix/fcntl.h (modified) * uspace/lib/posix/fnmatch.c (modified) * uspace/lib/posix/fnmatch.h (modified) * uspace/lib/posix/iso646.h (added) * uspace/lib/posix/locale.c (added) * uspace/lib/posix/locale.h (added) * uspace/lib/posix/pwd.c (modified) * uspace/lib/posix/signal.c (added) * uspace/lib/posix/signal.h (modified) * uspace/lib/posix/stdbool.h (modified) * uspace/lib/posix/stdint.h (modified) * uspace/lib/posix/stdio.c (modified) * uspace/lib/posix/stdio.h (modified) * uspace/lib/posix/stdio/scanf.c (added) * uspace/lib/posix/stdlib.c (modified) * uspace/lib/posix/stdlib.h (modified) * uspace/lib/posix/stdlib/strtol.c (modified) * uspace/lib/posix/stdlib/strtold.c (modified) * uspace/lib/posix/string.c (modified) * uspace/lib/posix/string.h (modified) * uspace/lib/posix/strings.c (modified) * uspace/lib/posix/sys/stat.c (modified) * uspace/lib/posix/sys/types.h (modified) * uspace/lib/posix/time.c (modified) * uspace/lib/posix/time.h (modified) * uspace/lib/posix/unistd.c (modified) * uspace/lib/posix/unistd.h (modified) Merge libposix changes. Fri, 08 Jul 2011 12:34:20 GMT Jiří Zárevúcky [ddc63fd] * uspace/lib/posix/errno.h (modified) errno.h: Fix a small mistake Fri, 08 Jul 2011 04:03:40 GMT Petr Koupy [9c1984f] * uspace/lib/posix/stdio/scanf.c (modified) Bugfixes and tests for scanf. 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). Thu, 07 Jul 2011 22:59:42 GMT Jiří Zárevúcky [3f466c33] * uspace/lib/posix/signal.h (modified) * uspace/lib/posix/sys/types.h (modified) * uspace/lib/posix/time.c (modified) * uspace/lib/posix/time.h (modified) More additions to time.h (still WIP) Thu, 07 Jul 2011 03:34:03 GMT Petr Koupy [f5b2522] * boot/Makefile.common (modified) * uspace/app/binutils/Makefile (modified) Changed behaviour of clean routine. Removed conflict between ... 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) 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 Tue, 05 Jul 2011 19:01:18 GMT Jiří Zárevúcky [d3ce33fa] * uspace/lib/posix/signal.c (modified) * uspace/lib/posix/signal.h (modified) * uspace/lib/posix/string.c (modified) * uspace/lib/posix/string.h (modified) signal.h: Add some functions and implementations Sun, 03 Jul 2011 21:56:51 GMT Jiří Zárevúcky [4f86fa3] * uspace/lib/posix/iso646.h (added) Add iso646.h Sun, 03 Jul 2011 13:26:57 GMT Jiří Zárevúcky [a35fc17] * uspace/lib/posix/ctype.c (modified) * uspace/lib/posix/ctype.h (modified) Add obsolete functions to ctype.h Sat, 02 Jul 2011 23:33:27 GMT Jiří Zárevúcky [a6d908c1] * uspace/lib/posix/stdio.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/strings.c (modified) * uspace/lib/posix/sys/stat.c (modified) * uspace/lib/posix/time.c (modified) Small changes in includes. Sat, 02 Jul 2011 23:28:05 GMT Jiří Zárevúcky [557a747] * uspace/lib/posix/assert.h (added) Add assert.h Fri, 01 Jul 2011 23:39:27 GMT Petr Koupy [1978a5f] * uspace/lib/posix/stdio.c (modified) Implemented ungetc() and commented some functions from stdio.c. Fri, 01 Jul 2011 23:36:00 GMT Petr Koupy [fb872c1] * uspace/lib/posix/unistd.c (modified) Implemented and commented some functions from unistd.c. 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(). Fri, 01 Jul 2011 21:51:00 GMT Jiří Zárevúcky [a43fbc95] * uspace/lib/posix/fnmatch.c (modified) fnmatch.h: Finish and fix bugs. Also add some basic tests (at the ... Fri, 01 Jul 2011 21:49:21 GMT Jiří Zárevúcky [6b4c64a] * uspace/lib/posix/stdbool.h (modified) stdbool.h: Fix the error line. Fri, 01 Jul 2011 21:48:16 GMT Jiří Zárevúcky [b52ef5a] * uspace/lib/posix/string.c (modified) Fix up string.h a bit. Fri, 01 Jul 2011 19:30:59 GMT Jiří Zárevúcky [517cedc0] * uspace/lib/posix/string.c (modified) * uspace/lib/posix/string.h (modified) string.h: Add strchrnul(). Thu, 30 Jun 2011 23:25:23 GMT Jiří Zárevúcky [65ed8f4] * uspace/lib/posix/fnmatch.c (modified) Add unfinished and untested implementation of fnmatch() (work in ... Wed, 29 Jun 2011 23:21:46 GMT Petr Koupy [9067152] * uspace/lib/posix/time.c (modified) Functions from time.c made runnable. Wed, 29 Jun 2011 23:21:07 GMT Petr Koupy [3daf2c31] * uspace/lib/posix/sys/stat.c (modified) Implemented and commented rest of the functions in sys/stat.c. Wed, 29 Jun 2011 23:19:47 GMT Petr Koupy [87ba48cb] * uspace/lib/posix/fcntl.h (modified) Cstyle corrections. Wed, 29 Jun 2011 23:16:31 GMT Petr Koupy [4ec6820] * uspace/lib/posix/fcntl.c (modified) * uspace/lib/posix/fcntl.h (modified) Implemented fcntl. Tue, 28 Jun 2011 20:51:10 GMT Jiří Zárevúcky [8b5fb5e] * uspace/lib/posix/stdint.h (modified) * uspace/lib/posix/stdio.c (modified) * uspace/lib/posix/stdio.h (modified) stdio.h: Add and implement more functions Sun, 26 Jun 2011 17:59:29 GMT Jiří Zárevúcky [244d6fd] * uspace/lib/posix/signal.c (modified) * uspace/lib/posix/signal.h (modified) * uspace/lib/posix/unistd.c (modified) * uspace/lib/posix/unistd.h (modified) Add sigaddset(), getlogin() and getlogin_r() functions. Sun, 26 Jun 2011 12:17:52 GMT Jiří Zárevúcky [3acff69] * uspace/lib/posix/stdlib.c (modified) * uspace/lib/posix/stdlib.h (modified) Add getloadavg() stub to stdlib Sun, 26 Jun 2011 12:07:24 GMT Jiří Zárevúcky [f232189] * uspace/lib/posix/pwd.c (modified) Fix shell path in pwd.c 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 Sun, 26 Jun 2011 11:08:58 GMT Jiří Zárevúcky [230fcfe] * uspace/lib/posix/fnmatch.h (modified) fnmatch.h: Return GNU extensions (other software still needs them).