The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
pierre e3b56a1bcb + TargetHasDosStyleDirectories, TargetAmigaLike,
TargetIsMacOS: New variables, used in new function IsAbsolute.
  SetTargetDirectoriesStyle;, IsMacFullPath, IsAbsolute: New functions.
  CopyFile: Changed from procedure to function returning the
  number of copied chars.
  RunCompiler: Add compilation type for benchmark -D option.
  RunExecutable: Add execution time for benchmark -D option.
  Also report Exitcode on failure if no output is written
  (i.e. CopyFile returns zero written chars).
  HelpScreen function: Order options alphabetically.
  Add new -D benchmark option.

git-svn-id: trunk@16757 -
2011-01-13 14:06:24 +00:00
compiler compiler: always derive DispInterface from IDispatch, this solve a problem with assigning dispinterface to IUnknown or IDispatch variables 2011-01-13 04:43:49 +00:00
ide + Add $rbp FrameName for x86_64 CPU 2010-12-30 14:53:57 +00:00
installer * fix check for necessity of LIBPATH changes 2011-01-05 23:05:03 +00:00
packages * Add .note.GNU-stack section to .or files, so that executables do not get an executable stack, bug #16545 2011-01-12 12:03:16 +00:00
rtl * RTL: Replaced deprecated formatting symbols with their up-to-date counterparts, reduces compiler noise. 2011-01-09 15:27:05 +00:00
tests + TargetHasDosStyleDirectories, TargetAmigaLike, 2011-01-13 14:06:24 +00:00
utils * Added support for project file 2011-01-05 22:19:53 +00:00
.gitattributes * splitted xmlxsd.pas into xmlxsd.pas and xmlxsdparser.pas 2011-01-11 23:09:00 +00:00
.gitignore * changed syntax of external objcclasses (see wiki/FPC_PasCocoa). Another 2011-01-02 14:50:46 +00:00
Makefile
Makefile.fpc