Commit History

Author SHA1 Message Date
  paul fbbbc1117d compiler: also parse dots in package name and in units which package contains (although package support is not implemented yet in FPC it can parse packages) 14 years ago
  paul 61f2335de9 compiler: replace "string" with ansistring where we concatenate substrings to prevent 255 chars limit overflow 14 years ago
  paul de21de2024 compiler: implement delphi like namespaces 14 years ago
  paul d3e19b711c 14 years ago
  paul 60ccec6f56 tests: add tests for "dot units"/namespaces feature (compiler changes will be committed later) 14 years ago
  marco 275261f815 * Fix for Mantis #20041, check assignment of buffer in TField.Getdata 14 years ago
  marco 9772257404 * fix for mantis #20047 ddeconnect VAR Parameter issue that can take NIL. 14 years ago
  florian 42c94d1b91 * controllerunit.inc is no longer used 14 years ago
  florian f629e3b4fb * new version 14 years ago
  florian a774f4681a * completed atmega128-Unit by Christian 14 years ago
  florian a08dfdf803 o slightly modified patch by John Clymer: 14 years ago
  florian e5c796e9fd * when compiling for arm-embedded, sub-arch is also passed to the compiler 14 years ago
  Tomas Hajny 7f7a4518f7 * FileExists fixed - wildcards not accepted any longer 14 years ago
  florian 8eafefc90f * arm-embedded requires sub-arch to be passed 14 years ago
  Tomas Hajny 8952607ff0 * 64-bit versions of TFileStatus* and TFileFindBuf* types added 14 years ago
  Tomas Hajny 6aecc69389 * FindFirst enhanced for file sizes >2 GB 14 years ago
  florian 8a9763018f * another overleft from ancient 1.0.x times removed 14 years ago
  florian ebd1c11e70 * remove 1.0.x specific Makefile commands 14 years ago
  florian 6005ec2c91 + a_jmp_cond implemented 14 years ago
  michael 843df2c0fc * Fixed missing content vars 14 years ago
  florian cf0d808708 + avr assemblers do not convert automatically cond. branches with too large jump distances into an unconditional branch and a reverse condition branch, so fpc does this now 14 years ago
  paul 8309809a0d compiler: use try_consume_unitsym for except variable parse. this is needed to reduce maintenance cost for later unit identifier search changes 14 years ago
  florian 4c403baa85 * new lpi version 14 years ago
  florian 3ea50bf440 * fix USBMem as requested by Jeppe on IRC 14 years ago
  joost 6d6f904a2e * Do now try to use a buildunit to compile gtk2, because it already has a build unit of its own. 14 years ago
  joost f95438ac0b * Compile libgbafpc and libndsfpc only for gba and nds respectively 14 years ago
  joost 25cb482572 * Fixed directory-setting in fpmake.pp 14 years ago
  joost 113417179f * Removed dependencies on units within other packages from fpmake.pp 14 years ago
  joost 46d8af7c9f * Exampleunits are not compiled, so do not trigger a recompile if they are missing 14 years ago
  joost 62f33a24c4 * Warn when a package is not installed for current target 14 years ago