Commit Verlauf

Autor SHA1 Nachricht Datum
  florian 4a79262728 * make asciinr string long enough for binary char constants as pointed out by Matti Kronman, resolves #20821 vor 13 Jahren
  paul c6ca9e5091 compiler: vor 14 Jahren
  florian 73a084d662 * fixes bootstrapping with 2.6.0 vor 14 Jahren
  paul 21ac5dfb3b compiler: output ansistring constants in explicit codepage if codepage is explicitly defined using either $codepage directive or compiler switch or for SystemCodepage modeswitch vor 14 Jahren
  paul a99ffb3097 compiler: apply patches from Inoussa and Jonas: vor 14 Jahren
  paul 6f185f2184 compiler: replace {$ifdef FPC_FULLVERSION<20700} with {$ifdef VER2_4} for including ccharset as in other compiler places vor 14 Jahren
  florian a6d01c09aa * make compiler compilable with 2.4.4 rtl vor 14 Jahren
  florian d7f7a9bb76 * patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolves #20346 vor 14 Jahren
  Jonas Maebe cf47b8d422 * fixed all known memory leaks in the code added for the JVM port vor 14 Jahren
  pierre 10586b19c3 * Reading tsettings field by field vor 14 Jahren
  paul 828367bebd compiler: vor 14 Jahren
  paul 4d3da666db compiler: replace string codepage comparison to numeric. store codepage as number in current settings vor 14 Jahren
  paul f3ebaab222 merge r19075 from cpstrnew branch by paul: vor 14 Jahren
  paul 1db610ecbd merge r17434 from cpstrnew branch by michael: vor 14 Jahren
  pierre 47f39748f6 Handle FileIndex/Line/Column for change_nedian in token buffer for generics vor 14 Jahren
  pierre 57f3f0a82b scanner unit: vor 14 Jahren
  pierre b526bb4dfa * Fix failures introduced by rev 18975 vor 14 Jahren
  pierre 68d27263e7 Try to improve RecordTokenBuf with respect to PPU reading vor 14 Jahren
  pierre 637a4671d9 Fix messages to tokenbuufer writing to zvoid problems with PPU vor 14 Jahren
  Jonas Maebe 28c20cfc5e * the default string type for the JVM target is no longer automatically vor 14 Jahren
  Jonas Maebe e534a17c01 - removed unused scanner.tscannerstate, inserttext_begin and inserttext_end vor 14 Jahren
  Jonas Maebe 019ca93a04 * symcreat functionality to use the parser from inside the compiler for vor 14 Jahren
  Jonas Maebe 7200245337 + cs_unicodestrings global switch to indicate that the default string type vor 14 Jahren
  Jonas Maebe 37b5c061e3 + support for "final" fields in *external* (Java and other) classes, enabled vor 14 Jahren
  Jonas Maebe baf2a3f1fb * fixed copy/paste error that didn't disable default inline support when vor 14 Jahren
  florian d19d8de8fe * packed column writing/reading for token recorder, reduces size of fgl.ppu by approx. 10% vor 14 Jahren
  florian 7d9c4a97ce + compression of tokens in token recorder vor 14 Jahren
  florian 41c18adaf4 * patch by Sven Barth, handle idtoken correctly in the token recorder, resolves #19277 vor 14 Jahren
  florian 13285ab264 o several strings changed into ansistrings, resolves #19318, no compilation speed degrations measurable vor 14 Jahren
  paul 86d3e41442 compiler: replace MODESWTICH POINTERARITHMETICS with $POINTERMATH directive, disable pointer arithmetic in delphi mode by default (compatible with delphi), enable pointer arithmetic in fpc/objfpc modes as they had it enabled by default before, add has_pointer_math field to tpointerdef to allow pointer arithmetic with such pointer even if pointer math mode is off (delphi compatible) + tests vor 14 Jahren