summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-02-25 05:31:51 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-02-25 05:36:21 -0800
commitd3069e9fabe241d6f6c3bc659902e4191bfd5e08 (patch)
tree35d1d378e2a8d00fae7a17ff8a89119fa5671e81 /txr.1
parent1eb5c9800789e0f6b14c84656b12418bd86e0786 (diff)
downloadtxr-d3069e9fabe241d6f6c3bc659902e4191bfd5e08.tar.gz
txr-d3069e9fabe241d6f6c3bc659902e4191bfd5e08.tar.bz2
txr-d3069e9fabe241d6f6c3bc659902e4191bfd5e08.zip
Version 58txr-58
* txr.c (version): Bumped. * txr.1: Bumped version and set date. * configure (txr_ver): Bumped. * RELNOTES: Updated. * eval.c (eval_init): Updated. * rand.c (rand): Function renamed to rnd due to a clash with standard C library (that does not show up when compiling as C++). * rand.h (rand): Declaration renamed to rnd.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.14
1 files changed, 2 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index aa290163..7adeee9b 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 2012-02-14 "Utility Commands" "Txr Text Processing Language" "Kaz Kylheku"
+.TH "TXR" 1 2012-02-25 "Utility Commands" "Txr Text Processing Language" "Kaz Kylheku"
.SH NAME
-txr \- text processing language (version 57)
+txr \- text processing language (version 58)
.SH SYNOPSIS
.B txr [ options ] query-file { data-file }*
.sp