7122b94921
Changes since last packaged version (0.16alpha.pl0): * We now support the "x" (make g-file executable) and "y" (limit keyword expansion) SCCS file flags. These are SCO OpenServer and Sun Solaris 8 extensions, respectively. * We now support "sccs diffs -u", which of course produces unified-format diffs. We also support the "-n" and "-w" options to diff and the -a, -B, -d, -H, -p, -q, -s, -v ad -y options to GNU diff. * Some changes to support compilation with Sun CC 5.5. (this was a suggestion by Thomas Duffy, who has just taken on responsibility for the RPM and SRPM packages of CSSC). * The "sccs -d /xxx print foo.txt" command now works; previously, use of the "-d" flag would have generated an error. * Better handling of the archive bit on Windows systems.
12 lines
311 B
Text
12 lines
311 B
Text
$NetBSD: patch-ab,v 1.2 2004/10/18 18:49:39 seb Exp $
|
|
|
|
--- sccsfile.cc.orig 2004-10-18 15:45:45.000000000 +0200
|
|
+++ sccsfile.cc
|
|
@@ -1256,6 +1256,7 @@ print_subsituted_flags_list(FILE *out, c
|
|
if (printf_failed(fprintf(out, "%c", members[i])))
|
|
return false;
|
|
}
|
|
+ return true;
|
|
}
|
|
|
|
bool sccs_file::
|