Commit History

Author SHA1 Message Date
  florian d4c0ea9a1f + initial skeleton of the js backend 11 years ago
  michael 181892cc5f * First implementation of pas2js converter program 11 years ago
  michael 0c50662156 * Initial version of pascal-to-javascript converter 11 years ago
  sergei adc8cdb5af * Calling tlabelsym.mangledname should not define the label. This was causing "already defined" errors if a label was referenced before it was defined. 11 years ago
  svenbarth 5c1b8fdad9 Fix for Mantis #19697. For this we need to have the internal static var symbol know that it came from a static field var symbol so that we can check that for generic or not. 11 years ago
  svenbarth c5050ea645 Forgot to commit test mentioned in last commit 11 years ago
  svenbarth 689996d84f Fix for Mantis #25959. 11 years ago
  nickysn 4832682c58 * fixed i8086 far pointer typed constants that are initialized with nil 11 years ago
  pierre db13107e53 Rename printer.pas to printer.pp to adapt to fpmake 11 years ago
  sergei eb30da60a6 * x86_64-linux: fixed existing Pascal startup code (syntax only, operation not tested yet) and added missing files. 11 years ago
  Jonas Maebe 8364232049 + symx86 unit, forgot to commit (part of r27397) 11 years ago
  Jonas Maebe 54964d92eb + forgot to commit, part of r26472 11 years ago
  Jonas Maebe 4a79481c51 * isolated segment-related functionality of tabsolutevarsym into i386/i8086- 11 years ago
  marco a818559481 * clocale moved to rtl-extra. 11 years ago
  marco d6f5ca21b9 * moved units ipc for *BSD, darwin/iphonesim and linux. The others are 11 years ago
  marco 56277b18db * move fpcsubst to utils/ because it uses classes 11 years ago
  sergei 1744988962 * Modified behavior of CExtended type in overload selection: it is made more compatible to Extended than to Double and Single. Also an Extended parameter selects a CExtended overload (if available) instead of Double. 11 years ago
  Jonas Maebe b57c95043f + support overriding tdef/tsym methods with target-specific functionality: 11 years ago
  marco c6424b2e0b * moved unit terminfo to rtl-console 11 years ago
  marco 959ea7f5bb * printer unit moved. Amiga unit also moved but it is not actively used. 11 years ago
  marco 7f8a9bcf6e * serial to rtl-extra 11 years ago
  marco c465d3d64a * moving 4 cp9* units. These are 16-bit and big. 11 years ago
  michael 48a7259ec3 * Patch from Reinier to test library loader for SQlite 11 years ago
  marco ed3a49372d * strutils moved to packages/rtl-objpas 11 years ago
  svenbarth a08e8ff982 Fix for Mantis #25929 11 years ago
  svenbarth e003e1773c Add implementation of HMAC-MD5 and HMAC-SHA1 from Silvio Clecio. Resolves Mantis #24136 11 years ago
  mazen 2ab3e8704d + fcl-sound: added new package for supporting sound processing. 11 years ago
  nickysn 0236c2823a + added startup modules for compact, large and huge model that define the 11 years ago
  nickysn f4c463b6bd * prt0stm.asm renamed prt0comn.asm, as it will probably be used as the common 11 years ago
  florian 6f14dbdebe * avoid internal error if an empty record is assigned to a function result, resolves #25895 11 years ago