Historique des commits

Auteur SHA1 Message Date
  florian b2b26f84cf * partially merged the mips-embedded branch of Michael Ring: il y a 11 ans
  marco 31a3e98a91 * fix for #25753 il y a 11 ans
  nickysn 8ff628afe1 + added i_msdos.pas and t_msdos.pas to ppc8086.lpi il y a 11 ans
  nickysn 4c8e947f0c * changed the shortstring index variables that were previously longint and were later changed to sizeint (in r26917) to ObjpasInt after r27142 il y a 11 ans
  sergei fcfed19c84 * Fixed one of the C porting bugs (wonder how many are still left...) il y a 11 ans
  sergei ab3ae9cf40 * Fixed comment. il y a 11 ans
  sergei 4952754184 - i386 and x86_64 no longer use any softfloat stuff. il y a 11 ans
  florian 0e5cf6529e + peephole optimizations AndMovzToAnd, MovMov2Mov1 and MovMov2MovMov1 for x86-64 il y a 11 ans
  sergei 0255eb880e - Removed mathuh.inc files which are identical for all targets (except m68k, see below), their contents moved into math.pp. il y a 11 ans
  sergei 13da05a778 * Factored direct access to softfloat_exception_flags into a helper procedure. il y a 11 ans
  lacak 8aa280fd81 fcl-db: tests: add '23:59:59' to test time values il y a 11 ans
  sergei e79e038f9c + Win32/Win64 SEH: STATUS_FLOAT_MULTIPLE_(FAULTS|TRAPS) need additional handling. Makes floating-point exceptions consistent between x87 and SSE. il y a 11 ans
  nickysn b7d759344d * fixed do_filepos and do_seekend not returning the high 16 bits of the file il y a 11 ans
  nickysn d989a42111 * several local variables changed from longint to integer il y a 11 ans
  sergei b32579278b * Forgot to increase size of array in r27146 il y a 11 ans
  nickysn 517f802ccc * revert to the initial implementation of GetCommandLine as the code generator il y a 11 ans
  sergei 5f985602fb * Replaced fpc_ln_real with modern port from fdlibm/uclibc, it has even better accuracy than damath library. il y a 11 ans
  sergei 9801288cdc * Removed SysInitFPU/SysResetFPU from (remaining) system units initialization code. It is redundant there because it is called from fpc_cpuinit, or, in case of i386, from fpc_cpucodeinit. il y a 11 ans
  reiniero 420e0165a2 fcl-db: sqlconnection: il y a 11 ans
  sergei 6baba5065c * i386: Perform all CPU-related initialization in fpc_cpucodeinit, instead of having it scattered between fpc_cpuinit,fpc_cpucodeinit and check_sse_support. Simplifies things quite a bit. il y a 11 ans
  sergei a9b0a92873 * cpuid_support: translated to ATT syntax and optimized a bit. il y a 11 ans
  Jonas Maebe 4dfc731bdc + support for nested classes in the WPO devirtualisation and VMT il y a 11 ans
  Jonas Maebe 80863a8361 * fixed warning/compilation il y a 11 ans
  Jonas Maebe 5dd4389f78 * made internalerror unique il y a 11 ans
  sergei 17b5359db0 * Win32 SEH: handle 'Athlon prefetch bug' and SSE detection exceptions in __FPC_default_handler. il y a 11 ans
  nickysn a176c2d4f5 + add overloaded versions of HexStr(pointer) for i8086 near and far pointers il y a 11 ans
  sergei 3fb304cbe2 - Removed Win64 SEH code specific to results of managed types returned in registers. Since r26228 managed types are always returned in parameters. il y a 11 ans
  sergei 1d5dc8c3bd * More comments can never harm. il y a 11 ans
  nickysn 1ef9a0509b - rm packset 1, because that's already the default in delphi mode il y a 11 ans
  nickysn 238c4f91d8 * fixed dos.getftime returning a wrong value for 'time' on i8086-msdos il y a 11 ans