texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo util/dir-example util/txitextest instal...


From: Karl Berry
Subject: texinfo util/dir-example util/txitextest instal...
Date: Mon, 23 May 2011 23:36:54 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       11/05/23 23:36:54

Modified files:
        util           : dir-example txitextest 
        install-info   : .gdbinit 

Log message:
        debugging info, etc.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/util/dir-example?cvsroot=texinfo&r1=1.86&r2=1.87
http://cvs.savannah.gnu.org/viewcvs/texinfo/util/txitextest?cvsroot=texinfo&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/texinfo/install-info/.gdbinit?cvsroot=texinfo&r1=1.1&r2=1.2

Patches:
Index: util/dir-example
===================================================================
RCS file: /sources/texinfo/texinfo/util/dir-example,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -b -r1.86 -r1.87
--- util/dir-example    19 May 2011 23:27:26 -0000      1.86
+++ util/dir-example    23 May 2011 23:36:54 -0000      1.87
@@ -9,7 +9,7 @@
 If you have dir entries for Texinfo manuals you'd like to be added here,
   please send them to address@hidden
 
-$Id: dir-example,v 1.86 2011/05/19 23:27:26 karl Exp $
+$Id: dir-example,v 1.87 2011/05/23 23:36:54 karl Exp $
 
 File: dir,     Node: Top,      This is the top of the INFO tree.
 
@@ -145,6 +145,7 @@
 * gccinstall: (gccinstall).     Installing the GNU Compiler Collection.
 * gccint: (gccint).             Internals of the GNU Compiler Collection.
 * help2man: (help2man).         Automatic manual page generation from -help.
+* vc-dwim: (vc-dwim).           VCS-agnostic commit, diff, and change logs.
 
 Emacs
 * Ada mode: (ada-mode).         Emacs mode for editing and compiling Ada code.
@@ -542,6 +543,9 @@
 * uucpd: (inetutils)uucpd invocation.           Unix to Unix Copy.
 * uudecode: (sharutils)uudecode invocation.     Restore file from 7-bits.
 * uuencode: (sharutils)uuencode invocation.     Force binary file to 7-bits.
+* vc-chlog: (vc-dwim)vc-chlog Invocation.       Changelog writing helper tool.
+* vc-dwim: (vc-dwim)vc-dwim Invocation.         Version-control-agnostic diff 
+                                                  and commit tool
 * vdir: (coreutils)vdir invocation.             List directories verbosely.
 * vftovp: (web2c)VFtoVP invocation.             Virtual font -> virtual pl.
 * view-pr: (gnats)Invoking view-pr.             Showing bug reports.

Index: util/txitextest
===================================================================
RCS file: /sources/texinfo/texinfo/util/txitextest,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- util/txitextest     14 Aug 2006 13:18:20 -0000      1.8
+++ util/txitextest     23 May 2011 23:36:54 -0000      1.9
@@ -1,5 +1,22 @@
 #!/bin/sh
-# $Id: txitextest,v 1.8 2006/08/14 13:18:20 karl Exp $
+# $Id: txitextest,v 1.9 2011/05/23 23:36:54 karl Exp $
+# Copyright 2006, 2011 Free Software Foundation, Inc.
+# 
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License,
+# or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Original author: Karl Berry.
+# 
 # Test texinfo.tex changes by running various manuals through with an
 # old version, saving the .ps result from dvips, doing the same with a
 # new version, and comparing.  Idea from Stepan Kasal.
@@ -40,7 +57,7 @@
 run_tex() \
 {
   TEXINPUTS=.:$mandir: tex $manual \
-  || { echo "tex $manual failed." >&2; exit 1; }
+  || { echo "$0: tex $manual failed." >&2; exit 1; }
 }
 
 for manual in $manuals; do

Index: install-info/.gdbinit
===================================================================
RCS file: /sources/texinfo/texinfo/install-info/.gdbinit,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- install-info/.gdbinit       18 May 2008 16:54:01 -0000      1.1
+++ install-info/.gdbinit       23 May 2011 23:36:54 -0000      1.2
@@ -2,9 +2,13 @@
 file ginstall-info
 end
 
-set args tests/ii-0053-input-info-file /tmp/junkdir
+#set args tests/ii-0053-input-info-file /tmp/junkdir
 #set args --name="Wildebeest" tests/ii-0029-input-info-file /tmp/junkdir
 #set args --name='* Wildebeest: (gnu).' tests/ii-0028-input-info-file 
/tmp/junkdir
 #set args --name='* Gnu: (gnu).' tests/ii-0022-input-info-file /tmp/junkdir
 #set args --name='Gnu' tests/ii-0023-input-info-file /tmp/junkdir
 #set args tests/ii-0051-input-info-file /tmp/junkdir
+
+#http://savannah.gnu.org/bugs/?32975
+set env LC_ALL=ru_RU  
+set args



reply via email to

[Prev in Thread] Current Thread [Next in Thread]