mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-09 19:17:21 +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 -
|
||
|---|---|---|
| .. | ||
| wininc | ||
| crt.pp | ||
| dos.pp | ||
| dynlibs.inc | ||
| fpcmemdll.pp | ||
| fpwinsockh.inc | ||
| keyboard.pp | ||
| messages.pp | ||
| mouse.pp | ||
| printer.pp | ||
| sharemem.pp | ||
| sockets.pp | ||
| sysdir.inc | ||
| sysfile.inc | ||
| sysheap.inc | ||
| sysos.inc | ||
| sysosh.inc | ||
| systhrd.inc | ||
| systlsdir.inc | ||
| sysutils.pp | ||
| syswin.inc | ||
| tthread.inc | ||
| varutils.pp | ||
| video.pp | ||
| windirs.pp | ||
| winevent.pp | ||
| winres.inc | ||
| winsock2.pp | ||
| winsock.pp | ||