summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-03-15 22:46:47 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-03-15 22:46:47 -0700
commitbdb1339f8b042fdf752f3c5503371c42512d223e (patch)
tree9a6977165b0d8b862216252532b8ad4d139992ab /txr.1
parentd4dccc67dc91aa0ed60820cbb006658f99d647bf (diff)
downloadtxr-bdb1339f8b042fdf752f3c5503371c42512d223e.tar.gz
txr-bdb1339f8b042fdf752f3c5503371c42512d223e.tar.bz2
txr-bdb1339f8b042fdf752f3c5503371c42512d223e.zip
Version 61txr-61
* txr.c (version): Bumped. * txr.1: Bumped version and set date. * configure (txr_ver): Bumped. * eval.c (op_modplace): Fix warning about uninitialized variable. No bug. * filter.c: gcc compilation regresion: missing <stdio.h> breaks inclusion of "stream.h" header. Strangely, didn't show up when configured for compiling with g++ on Ubuntu. * match.c (match_filter): Fixed ununsed variable warning. * txr.vim: Bunch of missing keywords added. * dep.mk: Regenerated.
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 0c59ecb7..6b53f3c4 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-03-03 "Utility Commands" "Txr Text Processing Language" "Kaz Kylheku"
+.TH "TXR" 1 2012-03-15 "Utility Commands" "Txr Text Processing Language" "Kaz Kylheku"
.SH NAME
-txr \- text processing language (version 60)
+txr \- text processing language (version 61)
.SH SYNOPSIS
.B txr [ options ] query-file { data-file }*
.sp