Commit történet

Szerző SHA1 Üzenet Dátum
  felixf ae24d0f676 Conditional compilation: revived port sections 8 éve
  felixf 9e11c6357c Conditional compilation of skipped cells (introduced feature "Runtime = "A2") 8 éve
  skoster 15a64046e0 Patched a trap when warnings were switched on. 8 éve
  felixf d4b4149137 Properies working again, cleanup 8 éve
  felixf abc4574807 Separated interface relevant symbols (port and properties) from internals (variables) in order to be able to leave cells uncompiled 8 éve
  felixf f5a15dbf8a Added connection and delegation as operators 8 éve
  felixf d93acca959 Patched issues with array of system.byte (Release did not compile) 8 éve
  felixf e5f1a046cd Patched passing of variables, values and expressions as array of byte 8 éve
  felixf e43c1c52b1 Corrected behavior of passing values to array of system.byte 8 éve
  skoster c6d103c0ad Patched issues with operator overloading and arrays of system.byte 8 éve
  felixf fe46dcc47e revived hugeint as set element 9 éve
  felixf df21889098 Decided to allow for type test / type guard constant folding (with consequences for testing / guarding NIL objects of same type) 9 éve
  felixf da863aa98f patched issues with realtime: no more failed compilation tests 9 éve
  felixf 883b5b7f36 allowed allocation of math arrays 9 éve
  felixf 0d10b48549 Patched some issues in test (outdated) 9 éve
  felixf 9e675a60f6 patched INCL / EXCL with HUGEINT argument 9 éve
  felixf f04bd3f6fa patched forbidden new on value type 9 éve
  felixf 869e3d5d7f patched test case: SET {3..2} must be empty. 9 éve
  skoster d916ba688a Fixed how the semantic checker handles arrays of cells. 9 éve
  felixf a2b77c1bc2 Simplified 9 éve
  felixf be87a62c7a Patched problems with disabling cellnet compilation for TRM (needs cleanup and some reconsolidation) 9 éve
  felixf 3c00209322 Enabled separate imports / separate compilation of cells within a module (TRM / ARM / AMD separation) 9 éve
  skoster 5f1a319e3e Made sure that pointers in arrays of ports are registered (if cellsAreObjects) 9 éve
  felixf c4b63423fe Allowed assignment from procedure type to address type 9 éve
  felixf d91a4e15e8 LEN on unsafe pointer forbidden 9 éve
  felixf 448f472e3d Improved fictive offsets 9 éve
  felixf 36588b303f Patched issue with fictive offsets (symbol file did not show them ....) 9 éve
  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) 9 éve
  felixf 4b6693180c Added NEW with return type. Mainly for the interpreter. But can be useful in A2 Oberon also 9 éve
  felixf 40f957ebe7 Patched a case where integer was compared with unsafe pointer: 9 éve