aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-09-14 12:47:45 +0000
committerLev Walkin <vlm@lionet.info>2004-09-14 12:47:45 +0000
commitc78cbfbd7af24f5a224bb10a0bd19e8cb00b7e00 (patch)
treef6c3f0f0c964f5e44a7e93bdcd36a02b90ea4081 /ChangeLog
parent2888f274fae017ec91dc454befa5319150d9049f (diff)
REAL support
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3867e960..e101272a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-0.9.5: 2004-Sep-13
+0.9.5: 2004-Sep-14
* Fixed CER (common BER) decoder code. See check-25.c/VisibleString
case for details. X.690 specifies that inner structures in BER
@@ -10,6 +10,8 @@
* Added converters between any generic type and the ANY type.
* Parser fixed: Information Object Class fields may be taged.
* Parser fixed: tagged types inside SEQUENCE OF/SET OF support.
+ * Real REAL support! (Haven't tested denormals support yet!)
+ See skeletons/tests/check-REAL.c
0.9.4: 2004-Sep-10