mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 03:47:18 +01:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
- Avoid calling Utf8ToUnicode with only three parameters, as this is not reliable if the ansitring contains embedded #0 chars. Use explicit high(SizeUInt) or allocated length explicitly. - Change destLen type to SizeUInt. * UpperAnsiString, LowerAnsiString: Also avoid call to Utf8ToUnicode with only three parameters. Change type of slen and ulen local variables to SizeUInt. * CompareStrAnsiString: Fix sign of return value if l2=0 (was returning negative value) git-svn-id: trunk@38972 - |
||
|---|---|---|
| compiler | ||
| installer | ||
| packages | ||
| rtl | ||
| tests | ||
| utils | ||
| .gitattributes | ||
| .gitignore | ||
| fpmake_add1.inc | ||
| fpmake_proc1.inc | ||
| fpmake.pp | ||
| Makefile | ||
| Makefile.fpc | ||