Historique des commits

Auteur SHA1 Message Date
  nickysn 54ec2f4b4b * makefiles updated after the msdos loader changes il y a 12 ans
  nickysn e28852d07d * prt0 startup code file for small model renamed to prt0s il y a 12 ans
  nickysn c124283a36 * msdos startup code for tiny and small memory models moved to a shared nasm include file to avoid code duplication il y a 12 ans
  pierre 55252e82f2 Remove readln and add mode delphi il y a 12 ans
  marco 2a09070108 * add INVALID_FILE_SIZE mentioned on Lazarus list. il y a 12 ans
  michael 6411d31787 * Changed sharing mode il y a 12 ans
  yury 7e5af23ace * Android: There are cases when libc "environ" var may be NULL. Check for such case and provide fake valid environment. Bug #24519. il y a 12 ans
  lacak b7d5ed4bd7 fcl-db: sqldb: Some SQLConnections does not support statement [un]preparation, so let them do cleanup f.e. cancel pending queries and/or free resultset when dataset is closed. il y a 12 ans
  lacak c5cf5b5b2f fcl-db: bufdataset: Fix wrong initialization of OrgBufID in new blob buffer. il y a 12 ans
  nickysn 4cd26988ad + added prt0t.o (loader for i8086-msdos tiny memory model) to the makefiles il y a 12 ans
  sergei 2868a30cce + Added mips32r2 opcodes needed for pic32. il y a 12 ans
  sergei cc8772cf92 * sizeof(x), typeof(x): if "x" is typenode, request GOT for PIC because a global VMT label will be loaded. il y a 12 ans
  lacak b17cdf4e09 fcl-db: bufdataset: use call to FreeBlobBuffers instead of separate Freemem+Dispose il y a 12 ans
  lacak f520795cfe fcl-db: formatting (unification char-case) il y a 12 ans
  lacak 299938e784 fcl-db: sqldb: FSelectable must be set to true by default, to work for TSQLConnections which does not provide information about statement (if there will be resultset) at preparation stage. il y a 12 ans
  paul fa0d5bb66e rtl: add tkBool into TTypeData case (issue #0024538) il y a 12 ans
  nickysn b409d600ee + implemented the tiny memory model for i8086-msdos; we now produce working dos .com files as well il y a 12 ans
  Jeppe Johansen f3273fa87d Optimize Add/Sub+Ldr/Str by using preindexed references il y a 12 ans
  joost f8a6ddd460 * Fixed paths in fpmake.pp files il y a 12 ans
  joost 07325e2b80 * fpcres depends on paszlib il y a 12 ans
  joost 53d1a08e03 * Do not use an underscore in the directory-names of winunits-base and -jedi il y a 12 ans
  joost df4191acb3 * Handle the location of each package at run-time, not at compilation time il y a 12 ans
  Jeppe Johansen 2d823452b7 The scheduler pass of the ARM optimizer left markers in the instruction list, which could prevent further peephole optimizations il y a 12 ans
  nickysn 7edabc64e6 * rm support for Mem without segment on i8086 il y a 12 ans
  nickysn dd0d2d6bf5 * fixed the spurious compiler warnings and added proper rangechecking when using Mem[] on i8086 il y a 12 ans
  Jeppe Johansen 570b40faed Signed modulus by 2 on ARM with no division is optimized to a series of instructions instead of calling fpc_mod_longint. il y a 12 ans
  Jonas Maebe 7f2750f188 * missing part of r24776, using a build server also has pitfalls :/ il y a 12 ans
  Jonas Maebe 9938169d2c * don't use the paracgsize in get_paraloc_def(), because it generally il y a 12 ans
  Károly Balogh e3594452b5 implemented FileGetDate for MorphOS, based on FileAge implementation il y a 12 ans
  nickysn c867fb14dd + implemented dos.exec on i8086-msdos il y a 12 ans