The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
daniel 30078a56dc * Further cleanup.
* Don't typecast 0 and nil to longint/pointer.
    * Don't typecast 0 to char, use #0 instead.
    * Use TP define for TP specific code.

git-svn-id: trunk@4808 -
2006-10-05 20:58:29 +00:00
compiler * fixes compilation due to neli-ism 2006-10-05 16:50:49 +00:00
fcl * some small fixes to pooledmm related files 2006-10-05 14:36:25 +00:00
fv * Modify constants to match app.pas. 2006-10-05 06:58:03 +00:00
ide * fixed type errors 2006-10-04 21:23:36 +00:00
installer + regenerated makefiles to support powerpc-amiga target 2006-08-06 12:28:28 +00:00
packages * Further cleanup. 2006-10-05 20:58:29 +00:00
rtl * fixes a findfirst bug (thanks to jesusrmx) 2006-10-05 20:28:53 +00:00
tests * also assign something to the classvar 2006-10-04 17:43:55 +00:00
utils * Patch from Peter Mugaas to support use of CTypes unit 2006-10-02 20:51:24 +00:00
.gitattributes * Pooledmm unit implementation copied from LCL 2006-10-05 12:41:52 +00:00
.gitignore initial import 2006-07-08 15:14:26 +00:00
Makefile + regenerated makefiles to support powerpc-amiga target 2006-08-06 12:28:28 +00:00
Makefile.fpc * reenable generation of smartlinked libraries during build, use -ap to speed up the process (no regeneration of makefiles yet) 2006-04-20 08:50:08 +00:00