[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
trans-coord/gnun/server/gnun ChangeLog NEWS gnu...
From: |
Pavel Kharitonov |
Subject: |
trans-coord/gnun/server/gnun ChangeLog NEWS gnu... |
Date: |
Mon, 04 Aug 2014 07:20:05 +0000 |
CVSROOT: /sources/trans-coord
Module name: trans-coord
Changes by: Pavel Kharitonov <ineiev> 14/08/04 07:20:05
Modified files:
gnun/server/gnun: ChangeLog NEWS gnun-add-fuzzy-diff.in
Log message:
Fix the case when no input file is given.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.423&r2=1.424
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/NEWS?cvsroot=trans-coord&r1=1.110&r2=1.111
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/gnun-add-fuzzy-diff.in?cvsroot=trans-coord&r1=1.5&r2=1.6
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.423
retrieving revision 1.424
diff -u -b -r1.423 -r1.424
--- ChangeLog 15 Jul 2014 11:22:10 -0000 1.423
+++ ChangeLog 4 Aug 2014 07:20:04 -0000 1.424
@@ -1,3 +1,10 @@
+2014-08-04 Pavel Kharitonov <address@hidden>
+
+ * gnun-add-fuzzy-diff.in: Fix the case when no input
+ file is given. Broken since 2014-03-15.
+ Reported by Thérèse Godefroy.
+ * NEWS: Update.
+
2014-07-15 Pavel Kharitonov <address@hidden>
* gnun-init-po.in:
Index: NEWS
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/NEWS,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -b -r1.110 -r1.111
--- NEWS 27 Jun 2014 16:53:27 -0000 1.110
+++ NEWS 4 Aug 2014 07:20:05 -0000 1.111
@@ -4,6 +4,9 @@
** Bugs fixed in 0.10.
+*** `gnun-add-fuzzy-diff' didn't work correctly when no input file
+ was given.
+
*** `gnun-report' was broken.
*** `gnun-diff-po' didn't work with awks that don't
Index: gnun-add-fuzzy-diff.in
===================================================================
RCS file:
/sources/trans-coord/trans-coord/gnun/server/gnun/gnun-add-fuzzy-diff.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- gnun-add-fuzzy-diff.in 15 Mar 2014 07:58:27 -0000 1.5
+++ gnun-add-fuzzy-diff.in 4 Aug 2014 07:20:05 -0000 1.6
@@ -90,7 +90,7 @@
if test "x$file" = x; then
if test $# -lt 1; then
- single_file_required
+ single_file_needed
else
file="$1"
shift
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- trans-coord/gnun/server/gnun ChangeLog NEWS gnu...,
Pavel Kharitonov <=