The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
michael 0c669fbad0 * Patch from orinaudo@gmail.com:
+ 4 methods added to encapsulate RecInfo access (that was causing alignement troubles in several places under wince)
  + const added to define size (now 200) when string Field with zero size are copied from other datasets
  + cache added for fields offset instead of recalculating sum(fields size) everytime

git-svn-id: trunk@4822 -
2006-10-07 19:25:27 +00:00
compiler add message for {$T+} unportability 2006-10-07 19:21:32 +00:00
fcl * Patch from orinaudo@gmail.com: 2006-10-07 19:25:27 +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 * file moved as suggested by Mattias Gaertner 2006-10-06 17:13:26 +00:00
rtl * fixes argument parsing in win32 (bug #7536) 2006-10-06 17:24:04 +00:00
tests add tests for untyped pointer arithmetic warnings 2006-10-07 16:28:21 +00:00
utils * Patch from Peter Mugaas to support use of CTypes unit 2006-10-02 20:51:24 +00:00
.gitattributes add tests for untyped pointer arithmetic warnings 2006-10-07 16:28:21 +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