aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-03-05 00:33:27 +0000
committerLev Walkin <vlm@lionet.info>2005-03-05 00:33:27 +0000
commitb9b8b9594faea0cc793e5bcc82955cfd96cd26be (patch)
treee99671cc7f15fbbc81fa95882fc6f6890fd57d2d /ChangeLog
parent01633091bb222adb2101037097cdf79aa216be59 (diff)
-fno-include-deps
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fc03b75f..a19179f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,11 +3,13 @@
* Released -fcompound-names to fix the name clashes in the code
produced by the asn1c.
+ * Released -fno-include-deps to avoid #including non-critical
+ external dependencies.
+ * Compiler is taught to produce compilable code for yet another class
+ of circular ASN.1 type references.
* X.693:8.3.4 prohibits anything but SignedNumber; fixed XER codec.
* Fixed ENUMERATED identifier to value conversion in XER.
Reported by <jacque.celaire@caramail.com>.
- * Compiler is taught to produce compilable code for yet another class
- of circular ASN.1 type references.
* If the compiled file contents are the same as in already existing
file (left from previous compilation), the old file is retained.
This prevents thrashing `make` dependencies if amount of changes in