The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
sergei 97e6e1fafd * Changed generic StrCopy and StrECopy to use IndexByte+Move:
o Makes behavior predictable in cases when source and destination strings happen to overlap.
  o Removes need in CPU-specific implementations, at least for CPUs having optimized IndexByte and Move implementations.

git-svn-id: trunk@20196 -
2012-01-30 09:09:49 +00:00
compiler * make self-pointer passed by reference not regable. Was not necessary 2012-01-29 11:30:12 +00:00
ide * fix for crash of textmode IDE when loading CHM index that contains empty tags. 2012-01-15 15:42:07 +00:00
installer * wrong path suggested for LIBPATH fixed 2012-01-13 23:14:43 +00:00
packages sqliteds: better approach to fix compilation with 2.4 and 2.6 fpc compiler 2012-01-29 23:40:24 +00:00
rtl * Changed generic StrCopy and StrECopy to use IndexByte+Move: 2012-01-30 09:09:49 +00:00
tests * correction for compiler options 2012-01-29 20:29:33 +00:00
utils * Patch by Ludo: 2012-01-23 14:16:03 +00:00
.gitattributes * make self-pointer passed by reference not regable. Was not necessary 2012-01-29 11:30:12 +00:00
.gitignore fpvectorial is now moved to lazarus/components/fpvectorial 2011-10-30 16:42:46 +00:00
Makefile * don't build utils on gba and embedded 2012-01-07 21:52:40 +00:00
Makefile.fpc * don't build utils on gba and embedded 2012-01-07 21:52:40 +00:00