Revīziju vēsture

Autors SHA1 Ziņojums Datums
  felixf d91a4e15e8 LEN on unsafe pointer forbidden 9 gadi atpakaļ
  felixf 448f472e3d Improved fictive offsets 9 gadi atpakaļ
  felixf 36588b303f Patched issue with fictive offsets (symbol file did not show them ....) 9 gadi atpakaļ
  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 gadi atpakaļ
  felixf 4b6693180c Added NEW with return type. Mainly for the interpreter. But can be useful in A2 Oberon also 9 gadi atpakaļ
  felixf 40f957ebe7 Patched a case where integer was compared with unsafe pointer: 9 gadi atpakaļ
  felixf 254efba198 Implement operator overloading for stream operators 9 gadi atpakaļ
  eth.guenter 082413aafd allow set ranges in big endian notation and avoid a compiler trap in case of elements > 31 9 gadi atpakaļ
  eth.morozova fef1eb2991 a fix: GreaterGreater and LessLess operators do not return a value 9 gadi atpakaļ
  felixf a80a205861 Removed limitation for port depths when CellsAreObjects is not present. 9 gadi atpakaļ
  felixf 3652015eb1 Resolved problem with cell inheritance when CellsAreObjects is not specified. 9 gadi atpakaļ
  felixf ba0c909622 Implemented Inheritance on Cells (NOT: Polymorphism) 9 gadi atpakaļ
  eth.hunzikerp df972e6e95 allow Arity 2..4 for Global.All 9 gadi atpakaļ
  felixf dea60cabfc added set properties 9 gadi atpakaļ
  felixf 9bf936102f Added support for boolean and longreal properties 9 gadi atpakaļ
  felixf 06f473ddd7 Patched wrong direction of "?" and "!" parameters. 9 gadi atpakaļ
  felixf 5d63ddb4a0 added support for static arrays of ports in ActiveCells3 9 gadi atpakaļ
  felixf 75743de371 Patched problem with reimporting ActiveCellsRuntime 9 gadi atpakaļ
  felixf e7ca9ce59f removed dependencies on module ActiveCells, Hardware and TRMTools 9 gadi atpakaļ
  felixf abfd9d4167 Made available operators "<<", ">>", "<<?" and ">>?" for overloading. 9 gadi atpakaļ
  eth.morozova df8f2630ee ALL operator-related modifications: use original code from Felix based on ProcedureTypeDistance 9 gadi atpakaļ
  eth.morozova c382dd998e implemented support of "ALL" operator; it was necessary to introduce procedure type comparison in FoxSemanticChecker.Distance to allow procedure as a parameter of the operator; 9 gadi atpakaļ
  felixf 9b39e6259c Added heuristic check for forbidden variable access for len argument of ARRAY len OF Type (allowed are only properties, currently) 10 gadi atpakaļ
  felixf 286a9bce82 patched case when system import is not yet resolved 10 gadi atpakaļ
  felixf b6c971cf96 added check of system import 10 gadi atpakaļ
  felixf 6015fdb0e1 removed warnings for unused parameters 10 gadi atpakaļ
  felixf 079df6faad added alignment for record types 10 gadi atpakaļ
  felixf ca5e94a17b Removed redundant conversion. 10 gadi atpakaļ
  felixf e62d536cdc Patched an issue with ARRAY OF Cell in ActiveCells3. 10 gadi atpakaļ
  felixf 3c9373ca91 Implemented sending and receiving via stream operators 10 gadi atpakaļ