The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2010-12-11 04:47:33 +00:00
compiler * Intel assembler writer, don't truncate written values to 32 bits, as this code is also used for x86_64. Fixes Mantis #18020. 2010-12-10 01:51:57 +00:00
ide * Try to get win64 to work 2010-11-26 23:32:08 +00:00
installer + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
packages * Fixed detection of regular strings, so that a normal search is performed 2010-12-10 15:40:33 +00:00
rtl * win/sysutils.pp: Use GetModuleHandle for dynamic loading of kernel32.dll instead of LoadLibrary, this is possible because kernel32 is statically linked by RTL and is therefore always loaded with application. Also makes FreeLibrary at finalization unnecessary. 2010-12-11 04:47:33 +00:00
tests + widestringmanager.codepointlengthproc added, which can be used to 2010-12-10 14:10:01 +00:00
utils * Do not handle packages twice, when they are passed on the command line 2010-11-28 17:08:39 +00:00
.gitattributes + support for the freeglut extensions (patch by Michalis Kamburelis, 2010-12-10 15:29:19 +00:00
.gitignore - obsolete, removed (handled by regular script) 2010-12-10 10:13:55 +00:00
Makefile + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
Makefile.fpc * Makefiles version 2.5.1 2009-08-13 21:21:28 +00:00