From 2218cb8cef4962308bc5b4825e1f07fced9ebbc1 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 29 Aug 2014 21:56:39 -0700 Subject: Version 97. --- ChangeLog | 12 ++++++++++++ RELNOTES | 14 ++++++++++++++ configure | 2 +- dep.mk | 2 +- share/txr/stdlib/ver.txr | 2 +- 5 files changed, 29 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 62082926..fc8fe69e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2014-08-29 Kaz Kylheku + + Version 97. + + * RELNOTES: Updated. + + * configure, txr.1: Bumped version. + + * share/txr/stdlib/ver.txr: Likewise + + * dep.mk: Regenerated. + 2014-08-29 Kaz Kylheku * eval.c (expand_quasi): Regression: fix broken handling diff --git a/RELNOTES b/RELNOTES index 85de0764..ae58d695 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,3 +1,17 @@ + TXR 97 + 2014-08-14 + + + Bugs + + - A few GC-related fixes after code review. + + - Fixed @(load), broken in TXR 94. + + - Fixed broken @{var mod} syntax Lisp quasiliterals, broken in TXR 96. + + + TXR 96 2014-08-14 diff --git a/configure b/configure index 15549f0e..0b978097 100755 --- a/configure +++ b/configure @@ -408,7 +408,7 @@ fi # -txr_ver=96 +txr_ver=97 # # The all important banner. diff --git a/dep.mk b/dep.mk index 023e9bb7..561eae7b 100644 --- a/dep.mk +++ b/dep.mk @@ -3,7 +3,7 @@ ./y.tab.o: config.h $(top_srcdir)/./lib.h $(top_srcdir)/./signal.h $(top_srcdir)/./unwind.h $(top_srcdir)/./regex.h $(top_srcdir)/./utf8.h $(top_srcdir)/./match.h $(top_srcdir)/./hash.h $(top_srcdir)/./eval.h $(top_srcdir)/./stream.h $(top_srcdir)/./parser.h ./match.o: config.h $(top_srcdir)/./lib.h $(top_srcdir)/./gc.h $(top_srcdir)/./signal.h $(top_srcdir)/./unwind.h $(top_srcdir)/./regex.h $(top_srcdir)/./stream.h $(top_srcdir)/./parser.h $(top_srcdir)/./txr.h $(top_srcdir)/./utf8.h $(top_srcdir)/./filter.h $(top_srcdir)/./hash.h $(top_srcdir)/./debug.h $(top_srcdir)/./eval.h $(top_srcdir)/./match.h ./lib.o: config.h $(top_srcdir)/./lib.h $(top_srcdir)/./gc.h $(top_srcdir)/./arith.h $(top_srcdir)/./rand.h $(top_srcdir)/./hash.h $(top_srcdir)/./signal.h $(top_srcdir)/./unwind.h $(top_srcdir)/./stream.h $(top_srcdir)/./utf8.h $(top_srcdir)/./filter.h $(top_srcdir)/./eval.h $(top_srcdir)/./regex.h -./regex.o: config.h $(top_srcdir)/./lib.h $(top_srcdir)/./parser.h $(top_srcdir)/./signal.h $(top_srcdir)/./unwind.h $(top_srcdir)/./regex.h $(top_srcdir)/./txr.h +./regex.o: config.h $(top_srcdir)/./lib.h $(top_srcdir)/./parser.h $(top_srcdir)/./signal.h $(top_srcdir)/./unwind.h $(top_srcdir)/./gc.h $(top_srcdir)/./regex.h $(top_srcdir)/./txr.h ./gc.o: config.h $(top_srcdir)/./lib.h $(top_srcdir)/./stream.h $(top_srcdir)/./hash.h $(top_srcdir)/./txr.h $(top_srcdir)/./gc.h $(top_srcdir)/./signal.h ./unwind.o: config.h $(top_srcdir)/./lib.h $(top_srcdir)/./gc.h $(top_srcdir)/./stream.h $(top_srcdir)/./txr.h $(top_srcdir)/./signal.h $(top_srcdir)/./eval.h $(top_srcdir)/./parser.h $(top_srcdir)/./unwind.h ./stream.o: config.h $(top_srcdir)/./lib.h $(top_srcdir)/./gc.h $(top_srcdir)/./signal.h $(top_srcdir)/./unwind.h $(top_srcdir)/./stream.h $(top_srcdir)/./utf8.h $(top_srcdir)/./eval.h $(top_srcdir)/./regex.h diff --git a/share/txr/stdlib/ver.txr b/share/txr/stdlib/ver.txr index 399e54a3..6be75946 100644 --- a/share/txr/stdlib/ver.txr +++ b/share/txr/stdlib/ver.txr @@ -1 +1 @@ -@(do (defvar *lib-version* 96)) +@(do (defvar *lib-version* 97)) -- cgit v1.2.3