Histórico de Commits

Autor SHA1 Mensagem Data
  skoster c6d103c0ad Patched issues with operator overloading and arrays of system.byte há 9 anos atrás
  felixf fe46dcc47e revived hugeint as set element há 9 anos atrás
  felixf df21889098 Decided to allow for type test / type guard constant folding (with consequences for testing / guarding NIL objects of same type) há 9 anos atrás
  felixf da863aa98f patched issues with realtime: no more failed compilation tests há 9 anos atrás
  felixf 883b5b7f36 allowed allocation of math arrays há 9 anos atrás
  felixf 0d10b48549 Patched some issues in test (outdated) há 9 anos atrás
  felixf 9e675a60f6 patched INCL / EXCL with HUGEINT argument há 9 anos atrás
  felixf f04bd3f6fa patched forbidden new on value type há 9 anos atrás
  felixf 869e3d5d7f patched test case: SET {3..2} must be empty. há 9 anos atrás
  skoster d916ba688a Fixed how the semantic checker handles arrays of cells. há 9 anos atrás
  felixf a2b77c1bc2 Simplified há 9 anos atrás
  felixf be87a62c7a Patched problems with disabling cellnet compilation for TRM (needs cleanup and some reconsolidation) há 9 anos atrás
  felixf 3c00209322 Enabled separate imports / separate compilation of cells within a module (TRM / ARM / AMD separation) há 9 anos atrás
  skoster 5f1a319e3e Made sure that pointers in arrays of ports are registered (if cellsAreObjects) há 9 anos atrás
  felixf c4b63423fe Allowed assignment from procedure type to address type há 9 anos atrás
  felixf d91a4e15e8 LEN on unsafe pointer forbidden há 9 anos atrás
  felixf 448f472e3d Improved fictive offsets há 9 anos atrás
  felixf 36588b303f Patched issue with fictive offsets (symbol file did not show them ....) há 9 anos atrás
  felixf 2f4a13a074 Experimental "fictive" fields for better high-level expressiveness of low-level heap data structures -- might become very handy for device drivers but should better never be used in normal programming (allows, in principle, to implement unions) há 9 anos atrás
  felixf 4b6693180c Added NEW with return type. Mainly for the interpreter. But can be useful in A2 Oberon also há 9 anos atrás
  felixf 40f957ebe7 Patched a case where integer was compared with unsafe pointer: há 9 anos atrás
  felixf 254efba198 Implement operator overloading for stream operators há 9 anos atrás
  eth.guenter 082413aafd allow set ranges in big endian notation and avoid a compiler trap in case of elements > 31 há 9 anos atrás
  eth.morozova fef1eb2991 a fix: GreaterGreater and LessLess operators do not return a value há 9 anos atrás
  felixf a80a205861 Removed limitation for port depths when CellsAreObjects is not present. há 9 anos atrás
  felixf 3652015eb1 Resolved problem with cell inheritance when CellsAreObjects is not specified. há 9 anos atrás
  felixf ba0c909622 Implemented Inheritance on Cells (NOT: Polymorphism) há 9 anos atrás
  eth.hunzikerp df972e6e95 allow Arity 2..4 for Global.All há 9 anos atrás
  felixf dea60cabfc added set properties há 9 anos atrás
  felixf 9bf936102f Added support for boolean and longreal properties há 9 anos atrás