Historial de Commits

Autor SHA1 Mensaje Fecha
  michael 9191f44c6e * Memory leak fixed (bug 26063) hace 11 años
  lacak ec1d9d497b fcl-db: tests: reduce testCurrencyValues to fit into DECIMAL(18,4) and also reduce decimal digits to 2 because PostgreSQL uses for money data type only 2 decimal places. hace 11 años
  nickysn a47ab44ec8 * unified the 8-bit and 16-bit alu handling in tshlshrnode.pass_typecheck hace 11 años
  nickysn 7d8fb1833f * 16-bit alu handling in tshlshrnode.pass_typecheck simplified via the use of hace 11 años
  lacak 2be706dbb0 fcl-db: tests: as MS SQL Server does not support for datetime times beyond 23:59:59.997 use this value instead of 23:59:59.999 introduced in rev.27522 hace 11 años
  sergei f767d9017c * Fixed sin(-0.0) to return -0.0 (was returning 0.0) hace 11 años
  nickysn a17797f3ca * tshlshrnode.simplify: in the case of 16-bit or 8-bit shl/shr, AND the right hace 11 años
  pierre 0d3bccaa1b Do not consider ansi/wide/unicode strings as taggable for stabs hace 11 años
  nickysn aa3f450832 * 8/16-bit alu fixes in tnotnode.simplify hace 11 años
  pierre 356ea656e4 Try to avoid problems with generic types for stabs/stabx hace 11 años
  pierre 9a40ff19a1 Avoid problems on implicit functions for gas hace 11 años
  pierre 778e15251e avoid unbalanced .ef complaint in GDB for stabx hace 11 años
  pierre 19ba1b43a1 Add possibility to use GNU assembler gas on naitve AIX hace 11 años
  michael bb3ec0bd86 * Patch from Reinier to make OnGetSocketHandler published (Bug ID 26028) hace 11 años
  sergei 196436b7e7 * ARM: Test if range check of floating point constants is necessary in the same way as on other targets. This should have been part of r10940 6 years ago... hace 11 años
  nickysn 313240b9e8 * use a better way (suggested by Jonas) to determine whether a procedure is from hace 11 años
  pierre 98c7d43c57 Add aix specific options for old Makefile.fpc.fpcmake hace 11 años
  pierre 83580077ab Add aix specific options hace 11 años
  pierre b258b6dc04 Fix constant string stabx writing hace 11 años
  sergei 65f75791ea * rem_pio2: Return NaN for infinite or NaN arguments, so it is propagated into return values of sin(),cos() and other (not yet existing) callers. hace 11 años
  Jonas Maebe 01d63b376e * wait for some started threads to terminate when we fail to create hace 11 años
  nickysn efb3cfcbc7 - don't write the default unit code section in the beginning of each asm file, hace 11 años
  nickysn 8a606761cd * don't push cs in ti8086callnode.extra_interrupt_code in the far code memory hace 11 años
  nickysn 70a7ecd0fa + use 'push cs + call near' (which is both shorter and faster), instead of far hace 11 años
  pierre d7c5b4502f Fix AIX assembler issue by enabling WriteExtraFooter with modified output hace 11 años
  sergei f20b6c73ef * SPARC: convert carry flag into register without branching. hace 11 años
  sergei 1ec5026465 * Call fpc_shortstr_to_shortstr instead of fpc_shortstr_assign. It is the same procedure with different order of parameters (suited for generation from node level). Now fpc_shortstr_assign remains needed only for bootstrapping. hace 11 años
  sergei 2ee0c8de45 * i386: For integer comparisons with zero, emit "test $-1,%reg" instead of "test %reg,%reg". It is more spilling-friendly, because it transforms into "test $-1,spilltemp" and does not require a register. hace 11 años
  nickysn 1fa0e64480 + {$hugecode on} for the graph unit in the large and huge i8086 memory models hace 11 años
  nickysn 597f110eb9 + added support for units with code larger than 64kb in the far code i8086 hace 11 años