Commit History

Author SHA1 Message Date
  eth.negelef 31e993010b Fixed typo 7 years ago
  eth.negelef ec4bc8d41f Allow explicit conversion on set types 7 years ago
  eth.negelef 05bd002c6b Added support for set types of different sizes 7 years ago
  felixf 0feb419cff having thought about the implications, reverted visibilitiy mismatch error. 7 years ago
  felixf c29d234643 support of ABSTRACT object type and ABSTRACT procedures 7 years ago
  felixf b348f5ed82 changed the ENUM semantics. Common sense seems to be that enums increase subsequently without collision avoidance. 7 years ago
  felixf e38bb96c61 no conversion of float to unsigned data types 7 years ago
  felixf 7ed8f166fd patched min/max fpr unsigned data types and overflow check of positive HUGEINT values 7 years ago
  negelef 769f62d8e1 Fixed spacing in error messages 7 years ago
  felixf 841851be60 allow type bound procedures for pointer to record 7 years ago
  felixf 328a86f8e0 reverted (32-bit Oberon legacy): LEN is treated as LONGINT 7 years ago
  felixf 5da5ca96aa Math Array Compatibility 7 years ago
  felixf 90d4e0f347 64 bit A2 conversions: 7 years ago
  felixf 3732897656 minor improvements 8 years ago
  felixf bbdfaf6b4f Improved fingerprinting: many more cases don't go unnoticed 8 years ago
  felixf a944167a30 untraced on pointer type 8 years ago
  felixf e6df489803 Forbid Math Array Value Paramteters 8 years ago
  felixf eeeb817fba Moved Complex Numbers out of ArrayBase (should complex numbers move back to a library in general?) 8 years ago
  felixf edcc2ff3e7 Slight improvement of array base: used unsafe pointer to record to avoid too many indirections 8 years ago
  felixf 6ae1f6e997 allowed for operator overloading of im / re 8 years ago
  felixf d65ab17eb9 Allow for index operator on value types 8 years ago
  felixf 41cfc1629d Improved declarations code 8 years ago
  felixf 1fc9dac2e3 Recursion problems solved: Support of value typed objects complete. 8 years ago
  felixf 1f5cb8d25b Patched fingerprinting issues 8 years ago
  felixf 4a3c451f48 Variable check for receiver 8 years ago
  felixf edec6f73ec Value-Type Semantics: experimental Oberon-2 integration 8 years ago
  felixf 33afff39c3 Patched issues with return in inlined code. 8 years ago
  felixf bb412d231b Allowed Oberon inline accross module boundaries 8 years ago
  felixf 5f1feac53d Added test for property compatibility 8 years ago
  felixf 812a845eba Minor issues with inline operators (allow Oberon inline for stream operator on ports) 8 years ago