mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-06 12:47:24 +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 -
|
||
|---|---|---|
| .. | ||
| pre | ||
| classes.pp | ||
| crt.pp | ||
| dos.pp | ||
| dynlibs.inc | ||
| errno.inc | ||
| initc.pp | ||
| keyboard.pp | ||
| libc.imp | ||
| libc.pp | ||
| libcclib.imp | ||
| Makefile | ||
| Makefile.fpc | ||
| mouse.pp | ||
| netware.imp | ||
| netwsockh.inc | ||
| nwl_dlle.as | ||
| nwl_main.as | ||
| nwsnut.imp | ||
| nwsnut.pp | ||
| qos.inc | ||
| rtldefs.inc | ||
| sockets.pp | ||
| sysdir.inc | ||
| sysfile.inc | ||
| sysheap.inc | ||
| sysos.inc | ||
| sysosh.inc | ||
| system.pp | ||
| systhrd.inc | ||
| sysutils.pp | ||
| tthread.inc | ||
| varutils.pp | ||
| video.pp | ||
| winsock.pp | ||
| ws2_32.imp | ||
| ws2nlm.imp | ||