Historia zmian

Autor SHA1 Wiadomość Data
  pierre 7129de8a6e Fix compilation with -dSYSTEMDEBUG after heap changes (removal of 'tiny' in memory functions in tiny heap) 9 lat temu
  pierre 13076a3580 Use NO prefix to disable a feature (-Sfnoheap) instead of '-' prefix 9 lat temu
  pierre 270a574d6a + Allow to disable specific feature with -Sf-FEATURE_NAME 9 lat temu
  pierre dfeadf89e9 Modify test to take into account the specific prologue for Huge model 9 lat temu
  pierre 7efce7f121 Rewrite CommandLine creation in Dos.Exec function to avoid problems when ComLine is 255 characters long 9 lat temu
  pierre 3253711e95 Disable expliccitly overlfow and range checks 9 lat temu
  pierre 544d33bf48 Range and overflow check explicitly disabled 9 lat temu
  pierre 40292a476f Expicitly disable range check on old test and add new test with and changes 9 lat temu
  pierre f079701302 Also disable range check error that can happen on 64-bit processors 9 lat temu
  pierre df7e562d94 Add explicit $R- or $Q- to avoid different results if -Criot option is used 9 lat temu
  pierre 27119cad3c Disable range checks explicitly as THandle is unsigned at least for win32 OS 9 lat temu
  nickysn 5306ee552b * regenerated makefiles with latest fpcmake 9 lat temu
  nickysn 9233ac9e0a * update revision.inc 9 lat temu
  nickysn 11006c2b72 * set the proper file extensions for the i8086-embedded target 9 lat temu
  nickysn c639bf3900 * fixed bug, caused by an incorrect order of ifdefs, which caused the system 9 lat temu
  nickysn 20d2c74d8e + added system_i8086_embedded to the systems_embedded set 9 lat temu
  nickysn 73d0dae569 + added various things, needed for i8086 compilation to the system unit of the 9 lat temu
  nickysn a58dd988a4 * regenerate makefiles after the fpcmake update 9 lat temu
  nickysn cb5a2b9a2e + enable the i8086-embedded cpu/os combination in fpmkunit as well 9 lat temu
  nickysn 2dc530dfe3 + enable the i8086-embedded cpu/os combination in fpcmake 9 lat temu
  nickysn c2305809dc + added an i8086-embedded target support to the compiler (RTL and makefile 9 lat temu
  michael e022ba1b53 * Annotations (and HTML links) support 9 lat temu
  florian d31d24ed16 * r33995 was not complete 9 lat temu
  svenbarth dfe00a8ed1 Fix for Mantis #30279. Apply patch by Max Nazhalov to fix compilation of i386-wince and arm-wince (the only modification is that the no longer used AnsiString variants of ExecuteProcess are removed) 9 lat temu
  florian 1cbae41cab * proper fix for the issue detected in r33945 9 lat temu
  svenbarth 248490bbf1 * declare fpc_zeromem and fpc_fillmem as inline to avoid one call 9 lat temu
  Jonas Maebe 11c90a73b1 - removed "Set8087CW(Default8087CW)" call from SysEntry: 9 lat temu
  Jonas Maebe 899add8c7d * don't emit default values for local variables in generic routines: those 9 lat temu
  Jonas Maebe 5313db710b * override gen_stack_check_size_para() and gen_stack_check_call() 9 lat temu
  Jonas Maebe 98ac6c4797 * converted gen_stack_check_call() to the high level code generator 9 lat temu