blob: 313934312dd1db46765f1327e911540da14e1e70 [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +00001MAJOR:
2
Lev Walkin985e2ad2004-10-20 15:50:17 +000031. Support for PER encoding. Requires advanced subtype constraints support,
Lev Walkinf6479552004-09-07 06:43:05 +00004which is already completed.
Lev Walkinf15320b2004-06-03 03:38:44 +00005
Lev Walkin985e2ad2004-10-20 15:50:17 +000062. Support for Information Object Classes.
Lev Walkinff1333a2004-10-03 09:10:40 +00007 Status: Support for parsing IOCs is mostly present.
8 Support for slicing the IOCs to produce "views"
9 is not yet designed.
Lev Walkinf15320b2004-06-03 03:38:44 +000010
Lev Walkin144db9b2004-10-12 23:26:53 +000011MEDIUM:
Lev Walkin9095a3b2004-08-22 03:20:15 +000012
Lev Walkinf6479552004-09-07 06:43:05 +0000131. Support for DEFAULT encoding and decoding, at least in INTEGER/ENUMERATED types.
Lev Walkin144db9b2004-10-12 23:26:53 +0000142. Support for EXTERNAL, EMBEDDED-PDV and CHARACTER STRING types.
15
16MINOR:
17
181. Parsing of CONSTRAINED BY clauses
Lev Walkin7aedc5e2004-11-24 17:42:31 +000019
202. If the generated target language source file is not different from
21the one already present (except maybe a compiler version in comments),
22do not update the file. Prevents trashing file dependencies in multifile
23compilation.
24