#fpc #freepascal #compiler #fpcobj #pascal

yury 5dc6e54925 * Removed inline for procedures with assembler or formal parameters, since inline is not supported for them (compiler warns about that now). Even if there is no inline modifier in interface declaration of procedure, it is possible to specify inline in procedure implementation if needed (e.g. for generic implementations) and inlining will work for them. 17 years ago
compiler 951a202e5d * fix by Jan Bruns for #11042: improves reading of references on arm 17 years ago
ide 39cd83a465 * use UpdateCrc32 instead of Crc32 17 years ago
installer d43197f8d1 * let installer know package CHM 18 years ago
packages 0399268e0a * Fixed packages building for wince. 17 years ago
rtl 5dc6e54925 * Removed inline for procedures with assembler or formal parameters, since inline is not supported for them (compiler warns about that now). Even if there is no inline modifier in interface declaration of procedure, it is possible to specify inline in procedure implementation if needed (e.g. for generic implementations) and inlining will work for them. 17 years ago
tests 951a202e5d * fix by Jan Bruns for #11042: improves reading of references on arm 17 years ago
utils 85250cca06 * split repository in InstalledRepository and AvailableRepository 17 years ago
.gitattributes 36b557b142 * quick test successful -> commit 17 years ago
.gitignore dc56d1c82d * base removed 17 years ago
Makefile b0838b13d7 * add armeb target to compiler/Makefiles 17 years ago
Makefile.fpc b0838b13d7 * add armeb target to compiler/Makefiles 17 years ago