The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
florian 396b5524ee * patch from Luiz Américo:
1 - Return false when the argument is a directory (like Delphi)
  2 - Return false when passing '*' as argument (like Delphi)
  3 - Its faster 

git-svn-id: trunk@1404 -
2005-10-16 09:17:41 +00:00
compiler * fixed passing currency variables to arrayconstructors on platforms where 2005-10-16 06:04:58 +00:00
fcl + fixed some memory issues when using parameters 2005-10-15 22:32:03 +00:00
fv * use register variables when release-building for ppc (more or less doubles 2005-10-15 16:36:52 +00:00
ide + valgrind switch for debug info 2005-10-15 22:05:59 +00:00
installer * use register variables when release-building for ppc (more or less doubles 2005-10-15 16:36:52 +00:00
packages * use register variables when release-building for ppc (more or less doubles 2005-10-15 16:36:52 +00:00
rtl * patch from Luiz Américo: 2005-10-16 09:17:41 +00:00
tests - removed -Op3 parameter so test also compiles on non-x86 2005-10-16 05:41:18 +00:00
utils * use register variables when release-building for ppc (more or less doubles 2005-10-15 16:36:52 +00:00
.gitattributes - disable inlining for procedures with a formal const parameter, fixes 2005-10-15 20:48:35 +00:00
.gitignore * more ignores 2005-07-26 08:01:40 +00:00
Makefile * use register variables when release-building for ppc (more or less doubles 2005-10-15 16:36:52 +00:00
Makefile.fpc * makefile adaption to be able to cycle compiler and RTL on PowerPC64 target 2005-10-08 15:48:39 +00:00