CVS update [cvs1-11-x-branch]: /ccvs/
[email protected] 27 May 2005 16:25:43 -0000
| Newsgroups | gmane.comp.version-control.cvs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Tag: cvs1-11-x-branch
User: dprice
Date: 05/05/27 09:25:43
Modified:
/ccvs/
BUGS, ChangeLog, NEWS
Log:
* NEWS: Note diff space split fix.
* BUGS: Remove diff space split note.
File Changes:
Directory: /ccvs/
=================
File [changed]: BUGS
Url: https://ccvs.cvshome.org/source/browse/ccvs/BUGS?r1=1.55.6.18&r2=1.55.6.19
Delta lines: +0 -7
-------------------
--- BUGS 25 Aug 2004 03:14:01 -0000 1.55.6.18
+++ BUGS 27 May 2005 16:25:41 -0000 1.55.6.19
@@ -88,13 +88,6 @@
noticed under BSDI.
-* Spaces in arguments to `cvs diff' are currently split on spaces and tabs
-before being passed to diff. This can often cause diff to abort since it can
-no longer interpret its options string and if it can, coincidentally,
-interpret its option string, then the problem may be output in unexpected
-formats.
-
-
* Status
/*-------.
File [changed]: ChangeLog
Url: https://ccvs.cvshome.org/source/browse/ccvs/ChangeLog?r1=1.692.2.209&r2=1.692.2.210
Delta lines: +5 -0
-------------------
--- ChangeLog 4 May 2005 02:35:14 -0000 1.692.2.209
+++ ChangeLog 27 May 2005 16:25:41 -0000 1.692.2.210
@@ -1,3 +1,8 @@
+2005-05-27 Derek Price <[email protected]>
+
+ * NEWS: Note diff space split fix.
+ * BUGS: Remove diff space split note.
+
2005-05-03 Derek Price <[email protected]>
* INSTALL: Add footnote about compiling a CVS checkout of CVS on a
File [changed]: NEWS
Url: https://ccvs.cvshome.org/source/browse/ccvs/NEWS?r1=1.116.2.131&r2=1.116.2.132
Delta lines: +2 -0
-------------------
--- NEWS 2 May 2005 17:07:20 -0000 1.116.2.131
+++ NEWS 27 May 2005 16:25:41 -0000 1.116.2.132
@@ -3,6 +3,8 @@
BUG FIXES
+* `cvs diff' no longer splits its arguments on spaces.
+
* Thanks to an old report and patch from Stewart Brodie <[email protected]>, a
potential crash in response to a corrupt RCS file has been fixed.