summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-03-08 09:54:54 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-03-08 09:54:54 -0800
commit7a3e541d24ea5d15ff7ee28a3505a9f33fd049f8 (patch)
tree710a6d9753de8a1c008bc38107df74c0c8e31894
parent61aa8e0cfc6c1483ad7d71cfa15df7aae926df48 (diff)
downloadtxr-7a3e541d24ea5d15ff7ee28a3505a9f33fd049f8.tar.gz
txr-7a3e541d24ea5d15ff7ee28a3505a9f33fd049f8.tar.bz2
txr-7a3e541d24ea5d15ff7ee28a3505a9f33fd049f8.zip
Version 85.txr-85
-rw-r--r--ChangeLog14
-rw-r--r--RELNOTES12
-rwxr-xr-xconfigure2
-rw-r--r--txr.14
-rw-r--r--txr.c2
5 files changed, 30 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c1fd74b..9d535f07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2014-03-08 Kaz Kylheku <kaz@kylheku.com>
+ Version 85
+
+ * txr.c (version): Bumped.
+
+ * txr.1: Bumped version, set date.
+
+ * configure (txr_ver): Bumped.
+
+ * RELNOTES: Updated
+
+ * txr.vim: Updated.
+
+2014-03-08 Kaz Kylheku <kaz@kylheku.com>
+
* txr.1: Added missing documentation for @(forget)/@(local).
2014-03-08 Kaz Kylheku <kaz@kylheku.com>
diff --git a/RELNOTES b/RELNOTES
index b9b0db34..cc45cc68 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,15 @@
+ TXR 85
+ 2014-03-07
+
+ Bugs
+
+ - Fixed a regression related to the *random-state* variable,
+ breaking all pseudo-random number functions.
+
+ - Fixed broken "txr -v".
+
+
+
TXR 84
2014-03-07
diff --git a/configure b/configure
index 0ec61819..ddc8ee0b 100755
--- a/configure
+++ b/configure
@@ -387,7 +387,7 @@ fi
#
-txr_ver=84
+txr_ver=85
#
# The all important banner.
diff --git a/txr.1 b/txr.1
index c8a62867..f48f1360 100644
--- a/txr.1
+++ b/txr.1
@@ -21,9 +21,9 @@
.\"IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
.\"WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-.TH "TXR" 1 2014-03-07 "Utility Commands" "TXR Text Processing Language" "Kaz Kylheku"
+.TH "TXR" 1 2014-03-08 "Utility Commands" "TXR Text Processing Language" "Kaz Kylheku"
.SH NAME
-txr \- text processing language (version 84)
+txr \- text processing language (version 85)
.SH SYNOPSIS
.B txr [ options ] query-file { data-file }*
.sp
diff --git a/txr.c b/txr.c
index bad61542..5423c971 100644
--- a/txr.c
+++ b/txr.c
@@ -47,7 +47,7 @@
#include "eval.h"
#include "txr.h"
-const wchli_t *version = wli("84");
+const wchli_t *version = wli("85");
const wchar_t *progname = L"txr";
/*