mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-21 06:59:51 +01:00
o these routines are now generic wrappers in filutil.inc, and call
the platform-dependent internalfindfirst/next/close routines
o on unix, the fnmatch routine got proper support for UTF-8 matching
(e.g., it won't match a partial UTF-8 code point to a "?" wildcard)
o for NativeNT, a similar (untested) UTF-16 version has been added
+ test for the above
* rawbytestring/unicodestring versions of fileage
git-svn-id: branches/cpstrrtl@25302 -
|
||
|---|---|---|
| .. | ||
| classes.pp | ||
| dos.pp | ||
| libc.inc | ||
| libch.inc | ||
| Makefile | ||
| Makefile.fpc | ||
| rtldefs.inc | ||
| sysdir.inc | ||
| sysfile.inc | ||
| sysheap.inc | ||
| sysos.inc | ||
| sysosh.inc | ||
| system.pp | ||
| systhrd.inc | ||
| sysutils.pp | ||
| tthread.inc | ||
| varutils.pp | ||
| wii.inc | ||
| wiih.inc | ||