# # ChangeLog for uspace/lib/posix/fnmatch.c in mainline # # Generated by Trac 1.6 # 2025-01-18T10:09:23Z Wed, 20 Jul 2011 21:52:22 GMT Petr Koupy [4cf8ca6] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/assert.h (modified) * uspace/lib/posix/errno.c (modified) * uspace/lib/posix/errno.h (modified) * uspace/lib/posix/fcntl.c (modified) * uspace/lib/posix/fcntl.h (modified) * uspace/lib/posix/float.h (modified) * uspace/lib/posix/fnmatch.c (modified) * uspace/lib/posix/fnmatch.h (modified) * uspace/lib/posix/internal/common.h (modified) * uspace/lib/posix/inttypes.h (modified) * uspace/lib/posix/iso646.h (modified) * uspace/lib/posix/limits.h (modified) * uspace/lib/posix/locale.c (modified) * uspace/lib/posix/locale.h (modified) * uspace/lib/posix/math.c (modified) * uspace/lib/posix/math.h (modified) * uspace/lib/posix/pwd.c (modified) * uspace/lib/posix/pwd.h (modified) * uspace/lib/posix/signal.c (modified) * uspace/lib/posix/signal.h (modified) * uspace/lib/posix/stdbool.h (modified) * uspace/lib/posix/stddef.h (modified) * uspace/lib/posix/stdint.h (modified) * uspace/lib/posix/stdio.c (modified) * uspace/lib/posix/stdio.h (modified) * uspace/lib/posix/stdlib/strtold.c (modified) * uspace/lib/posix/string.h (modified) * uspace/lib/posix/sys/mman.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/sys/wait.c (modified) * uspace/lib/posix/sys/wait.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) Various minor commenting (no change in functionality). 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 ... 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 ... 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. 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 22:42:53 GMT Jiří Zárevúcky [9b1503e] * uspace/lib/posix/fcntl.c (modified) * uspace/lib/posix/fnmatch.c (modified) * uspace/lib/posix/getopt.c (modified) * uspace/lib/posix/internal/common.h (moved) * uspace/lib/posix/stdio.c (modified) * uspace/lib/posix/stdlib.c (modified) * uspace/lib/posix/strings.c (modified) * uspace/lib/posix/sys/stat.c (modified) * uspace/lib/posix/time.c (modified) * uspace/lib/posix/unistd.c (modified) Move common.h to the internal subdirectory. Fri, 17 Jun 2011 15:58:00 GMT Petr Koupy [ad28599] * uspace/lib/posix/fcntl.c (added) * uspace/lib/posix/fcntl.h (added) * uspace/lib/posix/fnmatch.c (added) * uspace/lib/posix/fnmatch.h (added) Added skeletons for the fcntl.h and fnmatch.h.