Histórico de commits

Autor SHA1 Mensagem Data
  pierre a0747f4d5d Also update TESTCONFIG and TESTRUNHISTORY tables 11 anos atrás
  pierre 218adfe6c3 * Allow compilation for windows OS. 11 anos atrás
  pierre 360f53b742 Add -ll option to use longlog file 11 anos atrás
  sergei ffba5aee60 * MIPS: emit PIC-friendly instruction sequences instead of "J" when fixing up branches outside of 128K range. Resolves #25399. 11 anos atrás
  nickysn a68b9fd01f * use byte sized instead of word sized memory operations on the fpu control 11 anos atrás
  marco 4871a7b1c9 * fix for mantis #25191, extract gobject routines to separate unit. 11 anos atrás
  reiniero 5ae858fbf5 * fcl-db oracleconnection.pp: cosmetic: replace Dutch tel variable with counter; translate Dutch comment 11 anos atrás
  pierre 80c67337ed Move GetTestRunHistoryID and AddTestHistoryEntry to dbtests unit 11 anos atrás
  sergei 0e0273d53f * Partially reverted r26192, preserving registers in presence of exceptions needs a different solution. 11 anos atrás
  pierre a5ea0d2b4c Add dbconfig program to handle TESTCONFIG table 11 anos atrás
  pierre bd91a8da7e Force SrcExeExt for prog parameter in ExecuteRemote function 11 anos atrás
  pierre 85f138b409 + Add StringQuery and InsertQuery functions. 11 anos atrás
  pierre 0987129993 Add 2.6.0 to 2.6.3 versions 11 anos atrás
  pierre cf175b28d1 Add TU_COMPILERDATE to ShowRunData 11 anos atrás
  nickysn 9c86da1911 - rm the fwait after fstsw in fpc_exp_real. My own testing on a true i8087 shows 11 anos atrás
  nickysn 775619ef8b * 8087/80287 fixes in fpc_exp_real 11 anos atrás
  marco 67c21b3a5e * fix for #25402 One argument of GetICMProfileW missed an indirection 11 anos atrás
  nickysn d0a7522e1f + also init Default8087CW in DetectFPU 11 anos atrás
  nickysn 180ddf2ddd + i8086 FPU detection code updated to also identify the FPU type (8087/287/387+) 11 anos atrás
  marco a8671e550e * fix FPC_USE_LIBC for inotify and clock* functions, and always link librt when this unit is used under FPC_USE_LIBC. 11 anos atrás
  Jeppe Johansen d24cbbf9f5 Changed debug information to dwarf for ARM_embedded, and set local minimum alignment to 4. 11 anos atrás
  lacak 29ddc3f688 fcl-db: mysql: add support for MySQL 5.6 11 anos atrás
  florian dde4ec96c2 * avoid range check error during compilation due to constant propagation 11 anos atrás
  florian 5aae381d10 * as nodes can appear directly in statements for checking of type conversions 11 anos atrás
  Károly Balogh 0d43bae95a Removed some extra directory separators which screwed up the install path on Amiga/MorphOS (// means /../ here) 11 anos atrás
  pierre 9c85f31ad6 Add character, buidcollations and unicodeXXX units 11 anos atrás
  sergei e26ce9e442 * Fix code generation of for-loops. Keeping a copy of to-value in register during pass 2 is basically a hack, because register may be destroyed if an exception is raised and handled in loop body. This went unnoticed because generic setjmp-based exception handling is restoring registers to the state at entry to try block, and Win64 SEH also has some register-preserving features. However, for Win32 SEH it is not true. 11 anos atrás
  sergei 563b74b16a * Cleanup code generation for try..finally nodes. 11 anos atrás
  michael b480fc761a * Added to build, extra fix, added mysql56dyn 11 anos atrás
  marco e93413fae7 * Initial FPC_USE_LIBC implementation of termios for Linux. 11 anos atrás