# # ChangeLog for uspace/lib/posix/fnmatch.h in mainline # # Generated by Trac 1.6 # 2025-06-24T14:37:38Z 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). Sun, 26 Jun 2011 01:24:13 GMT Petr Koupy [4d41821] * uspace/lib/posix/fnmatch.h (modified) Removed GNU macros from fnmatch.h (not necessary after all). Sat, 25 Jun 2011 21:10:25 GMT Jiří Zárevúcky [5e628c64] * uspace/lib/posix/fnmatch.h (modified) fnmatch.h: fix a typo Sat, 25 Jun 2011 17:55:43 GMT Jiří Zárevúcky [f246c81c] * uspace/lib/posix/fnmatch.h (modified) fnmatch.h: rename macros and add GNU extensions 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.