The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
sergei 724227c962 * Cleaned out code marked as originated from glibc:
- strlen.inc: removed, was never actually used anywhere.
  - StrCopy: removed, its generic version is optimized well enough now.
  * StrComp: rewritten, speed somewhat improved.

git-svn-id: trunk@20349 -
2012-02-14 16:09:45 +00:00
compiler compiler: change overload search for char constants (for delphi compatibility): 2012-02-14 06:52:33 +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 r336 | jonas | 2012-02-12 22:09:38 +0100 (Sun, 12 Feb 2012) | 2 lines 2012-02-12 21:11:04 +00:00
rtl * Cleaned out code marked as originated from glibc: 2012-02-14 16:09:45 +00:00
tests compiler: change overload search for char constants (for delphi compatibility): 2012-02-14 06:52:33 +00:00
utils * Added support for conditional notes 2012-02-13 13:45:37 +00:00
.gitattributes * Cleaned out code marked as originated from glibc: 2012-02-14 16:09:45 +00:00
.gitignore
Makefile * some Makefiles regenerated to support mips-linux 2012-02-04 09:50:03 +00:00
Makefile.fpc