# # ChangeLog for uspace/lib/posix/string.h in mainline # # Generated by Trac 1.6 # 2025-04-16T16:07:19Z 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. Mon, 20 Jun 2011 02:21:21 GMT Petr Koupy [b4d6252] * uspace/lib/posix/inttypes.h (modified) * uspace/lib/posix/limits.h (modified) * uspace/lib/posix/stddef.h (modified) * uspace/lib/posix/stdint.h (added) * uspace/lib/posix/string.h (modified) * uspace/lib/posix/unistd.c (modified) * uspace/lib/posix/unistd.h (modified) Various minor changes to header files. Added stdint.h header. Added ... Wed, 15 Jun 2011 23:38:45 GMT Petr Koupy [4f4b4e7] * uspace/lib/posix/common.h (modified) * uspace/lib/posix/ctype.c (modified) * uspace/lib/posix/ctype.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/string.c (modified) * uspace/lib/posix/string.h (modified) * uspace/lib/posix/strings.c (modified) * uspace/lib/posix/strings.h (modified) * uspace/lib/posix/sys/stat.c (modified) * uspace/lib/posix/sys/stat.h (modified) * uspace/lib/posix/sys/types.h (modified) * uspace/lib/posix/time.c (modified) * uspace/lib/posix/unistd.c (modified) * uspace/lib/posix/unistd.h (modified) Coding style and file structure unified. _exit moved to unistd.h. 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 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 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.