diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-10-17 20:43:42 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-10-17 20:43:42 -0700 |
commit | a1b531c559cf06722ce30e04afe7295b2d143ce4 (patch) | |
tree | cf9759ff6973619c95c979428904eadfb96b7aef /ChangeLog | |
parent | 9b18f519decaf0cd7f52571c3c44012e3fc23a3a (diff) | |
download | txr-a1b531c559cf06722ce30e04afe7295b2d143ce4.tar.gz txr-a1b531c559cf06722ce30e04afe7295b2d143ce4.tar.bz2 txr-a1b531c559cf06722ce30e04afe7295b2d143ce4.zip |
* HACKING: New section Type Safety.
Table of contents regenerated with line numbers.
* HACKING-toc.txr: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2014-10-17 Kaz Kylheku <kaz@kylheku.com> + * HACKING: New section Type Safety. + Table of contents regenerated with line numbers. + + * HACKING-toc.txr: New file. + +2014-10-17 Kaz Kylheku <kaz@kylheku.com> + Converting cast expressions to macros that are retargetted to C++ style casts when compiling as C++. |