The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
sergei 1404b7397a - Win64, EXE_Entry: removed messing with gs:[0], it won't work anyway.
- Also don't modify rsp in the middle of procedure, x86_64 targets use fixed stack.
- Cleaned outdated FPC_HAS_RIP_RELATIVE and VER2_2 defines.

git-svn-id: trunk@19460 -
2011-10-11 08:38:10 +00:00
compiler compiler: move ansistring codepage number replacement code from the asm generator to one level up. output both 0 and CP_NONE ansistring constants as constants with codepage 0. codepage 0 means CP_ACP and it will be properly understood of RTL routines while codepage CP_NONE means no codepage. For delphi unicode mode output them in compiler codepage as before. 2011-10-11 07:22:49 +00:00
ide Add USE_OLD_REGEXPR option for regular expression unit choice 2011-08-29 13:38:13 +00:00
installer + Update all Makefile's modified by 2011-08-16 20:10:19 +00:00
packages * fixed wrong dependency of fppkg on fcl-web for all targets 2011-10-10 23:06:10 +00:00
rtl - Win64, EXE_Entry: removed messing with gs:[0], it won't work anyway. 2011-10-11 08:38:10 +00:00
tests i386 openbsd C objects added 2011-10-09 16:37:49 +00:00
utils * OpenBSD fixes. 2011-10-09 20:21:14 +00:00
.gitattributes * New file for cthreads unit support 2011-10-10 22:19:11 +00:00
.gitignore
Makefile + armv4t 2011-08-27 20:21:42 +00:00
Makefile.fpc