The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 9ba5267b61 * use libc functions instead of (wrong) translations of C code for most
functions (except for TCGetPGrp, which behaves differently in Pascal
   compared to the C version -- although that may be a bug in itself)
   (mantis #21665)

git-svn-id: trunk@21295 -
2012-05-14 18:12:30 +00:00
compiler * fixed operand order for AND-operation in smallset<=/=>smallset code 2012-05-14 17:41:48 +00:00
ide * replaced most (if not all) remaining fields/parameters in the compiler 2012-04-29 17:36:23 +00:00
installer + Regenerate all Makefiles's after adding x86_64 netbsd target 2012-04-24 23:15:18 +00:00
packages * TRegistry (XML flavor): check if FSysData is actually assigned in methods that are called from destructor. Destructor is executed when an exception occurs in constructor, but FSysData may not yet be assigned in this case. 2012-05-14 14:28:48 +00:00
rtl * use libc functions instead of (wrong) translations of C code for most 2012-05-14 18:12:30 +00:00
tests compiler: allow compiler to find real class definition during class members parse to handle references to self constants + test 2012-05-14 04:50:49 +00:00
utils * PIC does not require using the external assembler anymore 2012-04-29 14:19:32 +00:00
.gitattributes compiler: allow compiler to find real class definition during class members parse to handle references to self constants + test 2012-05-14 04:50:49 +00:00
.gitignore fpvectorial is now moved to lazarus/components/fpvectorial 2011-10-30 16:42:46 +00:00
Makefile * fixed "make install" for non-JVM targets after r21069 2012-04-27 09:17:50 +00:00
Makefile.fpc * fixed "make install" for non-JVM targets after r21069 2012-04-27 09:17:50 +00:00