diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-12-03 14:12:18 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-12-03 14:12:18 -0800 |
commit | ea34a4bc8826715e754b84077b244a2941eae7f4 (patch) | |
tree | 0f6c7578de6d78d5afb5f220858e4975e96130df /ChangeLog | |
parent | d29d62162d6898ea2e9d5b5516834e740c4b8c0c (diff) | |
download | txr-ea34a4bc8826715e754b84077b244a2941eae7f4.tar.gz txr-ea34a4bc8826715e754b84077b244a2941eae7f4.tar.bz2 txr-ea34a4bc8826715e754b84077b244a2941eae7f4.zip |
Version 027.txr-027
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,5 +1,22 @@ 2009-12-03 Kaz Kylheku <kkylheku@gmail.com> + Version 027. + + Code cleanup. + + gc-related bugfix. + + Improved file copying semantics of make install, + and adherence for DESTDIR convention. + + * txr.c (version): Bumped to 027. + + * txr.1: Bumped version to 027. + + * configure: Bumped txr_ver to 027. + +2009-12-03 Kaz Kylheku <kkylheku@gmail.com> + * Makefile (CFLAGS): Better test for g++, when removing warning options not appropriate for g++. Sometimes g++ may be called something that dosn't end in g++, |