Histórico de Commits

Autor SHA1 Mensagem Data
  svenbarth 435dec656f * m68k/n68kcnv.pas, tm68ktypeconvnode.second_int_to_bool: há 11 anos atrás
  sergei 1f22c2de22 - Text i/o routines are not expected to return a value. há 11 anos atrás
  michael ff2b6a90d9 * Added tests for various strutils functions by Karl-Michael Schindler (bug ID 25756) há 11 anos atrás
  Károly Balogh 1c930b5d24 sysutils/GetEnvironmentVariable() now handles PATH lengths above 255 chars há 11 anos atrás
  Károly Balogh e286a7462c a slightly less broken getpathstring() for dos unit. yes, sadly this code is still in use on MorphOS, sysutils wraps to it há 11 anos atrás
  florian ab3f5744e0 * skip dec/inc type checking in unspecialized generic methods, resolves #25603 há 11 anos atrás
  Károly Balogh 31ec76422a redirect .s files to the RAM: drive on Amiga while compiling há 11 anos atrás
  Károly Balogh c6d60979d2 set errno after syscalls. this fixes tiorte test at least. this code ideally should be in assembly, but it seems the assembler reader needs some fixing first... há 11 anos atrás
  Károly Balogh 50c59a1cc2 don't try to fillchar/move by a negative amount, fixes tmem test há 11 anos atrás
  Károly Balogh 74533a7c90 avoid generating addressing like <label>+8(aX), since this might fail during linking if label is more than 32k away, fixes linking with lineinfo unit here há 11 anos atrás
  svenbarth 60a07770f1 Fix cycling after addition of the new case simplification. há 11 anos atrás
  svenbarth 500920030b Implement simplification of ordinal case nodes if the case expression is constant (might be useful when inlining). há 11 anos atrás
  nickysn 83dd2aed4a * refactored the pass_typecheck code for and/or/xor/comparisons, so that the logic is simpler, but still yields exactly the same result há 11 anos atrás
  michael cc88c609c8 * Fixed known memory leaks, removed some debug statements and change TJSPrimaryExpressionIdent.AString -> name há 11 anos atrás
  michael 5c158507cf * Added some ease-of-use constructors há 11 anos atrás
  michael 1785a12670 * Fixed known memory leaks há 11 anos atrás
  michael 7d61aa0404 * Fixed known memory leaks há 11 anos atrás
  florian 6364cf412d * do not crash on invalid property declaration, resolves #23980 há 11 anos atrás
  nickysn 3c332bf276 * not(is_signed(ld) xor is_signed(rd)) changed to (is_signed(ld)=is_signed(rd)) for better readability há 11 anos atrás
  lacak 58687847db fcl-db: bufdataset: formatting (cosmetic, char-case, ordering of methods) há 11 anos atrás
  sergei c83f4c5ddc * Windows targets: removed 'errno' threadvar, OS error codes can be passed directly to Errno2InOutRes(). há 11 anos atrás
  michael d91da3bd6b * Patch from Petr-K to take into account modifier - for short date format (bug id 25731) há 11 anos atrás
  michael 3c3e2d1909 * Added NullStream compilation há 11 anos atrás
  florian f7785be945 * make the dwarf line info reader more fault tolerant, patch by Martin Friebe, resolves #24900 há 11 anos atrás
  florian caba4a2050 + test for #24410 so it does not popup again há 11 anos atrás
  sergei 489b23cecd * Made TStartupInfo type common for win32 and win64 and updated as suggested by Mantis #23074. há 11 anos atrás
  Jonas Maebe 5729c9c8ef * fixed shl/shr with constant value>=32 on 64 bit platforms há 11 anos atrás
  Jonas Maebe 7033ddf679 * converted tshshrnode to thlcgobj há 11 anos atrás
  sergei 5e762cc6ea * Second part of 64-bit Windows fixes and updates from Mantis #23074. há 11 anos atrás
  sergei 83deae45b8 * First part of 64-bit Windows fixes from Mantis #23074. há 11 anos atrás