# # ChangeLog for uspace/lib/posix/fnmatch.h in mainline # # Generated by Trac 1.6 # 2025-06-22T18:24:59Z 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. 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.