The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Almindor 57d5ce9713 * some unix changes mainly on freeBSD and fix to MAXPATHLEN constant
+ added kld* syscalls for freeBSD (tested)
  + changed "directives" macro for freeBSD unit to "extdecl" for Lazarus
  + changed MAXPATHLEN from 255 (wrong on all unices known to fpc since 1993) to 1024 for non-linux and 4096 for linux as per source code (2.4+ for linux, 1993 BSD for BSDs, Solaris 10)

git-svn-id: trunk@4779 -
2006-10-03 20:35:07 +00:00
compiler Test 2006-10-03 16:35:41 +00:00
fcl * Patch from Sergei Gorelkin: 2006-10-03 09:40:03 +00:00
fv * write error in case of problem with initializing resources 2006-08-19 22:47:48 +00:00
ide * renamed sqr to sqrt, fixes 7278 2006-08-27 19:18:13 +00:00
installer + regenerated makefiles to support powerpc-amiga target 2006-08-06 12:28:28 +00:00
packages + added constant for header version 2006-09-24 16:06:39 +00:00
rtl * some unix changes mainly on freeBSD and fix to MAXPATHLEN constant 2006-10-03 20:35:07 +00:00
tests * Made the test working for delphi/fpc and return error code for failures 2006-10-01 10:15:56 +00:00
utils * Patch from Peter Mugaas to support use of CTypes unit 2006-10-02 20:51:24 +00:00
.gitattributes * shortstring benchmarking 2006-10-01 10:05:04 +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