# # ChangeLog for uspace/lib/posix/fnmatch.c in mainline # # Generated by Trac 1.6 # 2025-01-18T11:07:15Z 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.