[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-cssc] some wee fixes and a "gmake check" report
From: |
Greg A. Woods |
Subject: |
[Bug-cssc] some wee fixes and a "gmake check" report |
Date: |
Tue, 08 Oct 2024 15:18:14 -0700 |
User-agent: |
Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (Gojō) APEL-LB/10.8 EasyPG/1.0.0 Emacs/26.3 (x86_64--netbsd) MULE/6.0 (HANACHIRUSATO) |
Here is a wee update for sccs(1) to support sact:
diff --git a/src/sccs.c b/src/sccs.c
index 50778a7..ab593d5 100644
--- a/src/sccs.c
+++ b/src/sccs.c
@@ -89,6 +89,7 @@ static const char filever[] = "$Id: sccs.c,v 1.44 2007/12/19
00:21:14 jay Exp $"
#define _PATH_SCCSPRT ("prt")
#define _PATH_SCCSRMDEL ("rmdel")
#define _PATH_SCCSCDC ("cdc")
+#define _PATH_SCCSSACT ("sact")
#define _PATH_SCCSVAL ("val")
#define _PATH_SCCSWHAT ("what")
#undef _PATH_TMP
@@ -330,6 +331,7 @@ const struct sccsprog SccsProg[] =
{"prs", PROG, 0, _PATH_SCCSPRS, 0 },
{"prt", PROG, 0, _PATH_SCCSPRT, 0 },
{"rmdel", PROG, REALUSER, _PATH_SCCSRMDEL, 0 },
+ {"sact", PROG, 0, _PATH_SCCSSACT, 0 },
{"val", PROG, 0, _PATH_SCCSVAL, 0 },
{"what", PROG, NO_SDOT, _PATH_SCCSWHAT, 0 },
{"sccsdiff", PROG, REALUSER, _PATH_SCCSDIFF, 0 },
Also a few minor fixes to the documentation:
diff --git a/docs/cssc.texi b/docs/cssc.texi
index f29e2a0..df7e275 100644
--- a/docs/cssc.texi
+++ b/docs/cssc.texi
@@ -333,7 +333,7 @@ BitKeeper files. Use this option with @emph{extreme} care.
@end table
-@node Flags, Modification Request Numbers, ,admin
+@node Flags, Modification Request Numbers, Admin Options, admin
@subsection Flags
@cindex Flags
@@ -1125,7 +1125,7 @@ that have been created since last week.
Include even removed deltas in the output. Removed deltas have a type
"R", as output by the :DT: keyword.
-@item -c@var{[cc]YYMMDDHHMMSS}
+@item -c@code{[cc]YYMMDDHHMMSS}
@cindex Year 2000
Specifies the time of the ``cutoff''. When this option is given, the
delta selected by @code{prs} is the last one checked in before the
@@ -1480,7 +1480,7 @@ delta information is printed.
@item -e
``Everything''; Means the same as @samp{-i -u -f -t -d}.
-@item -c@var{[cc]YYMMDDHHMMSS}
+@item -c@code{[cc]YYMMDDHHMMSS}
@cindex Year 2000
Specifies the time of the ``cutoff''. When this option is given,
@code{prt} stops printing delta information when it reaches a @sc{sid}
@@ -1510,7 +1510,7 @@ Print the flags of the @sc{sccs} file (@pxref{Flags}).
@item -i
Print the serial numbers of included, excluded, and ignored deltas.
-@item -r@var{[cc]YYMMDDHHMMSS}
+@item -r@code{[cc]YYMMDDHHMMSS}
Specifies a cutoff, as with the @option{-c} option, but with the opposite
sense; that is, nothing is printed for deltas that are more recent than
the indicated time.
Finally "gmake check" gave me the following on NetBSD (amd64):
[1] Abort trap (core dumped) "${@}" >${log_file} 2>&1
FAIL: test-pthread_sigmask1
[1] Abort trap (core dumped) "${@}" >${log_file} 2>&1
FAIL: test-pthread_sigmask2
FAIL: test-select-in.sh
[1] Abort trap (core dumped) "${@}" >${log_file} 2>&1
FAIL: test-sigprocmask
--
Greg A. Woods <gwoods@acm.org>
Kelowna, BC +1 250 762-7675 RoboHack <woods@robohack.ca>
Planix, Inc. <woods@planix.com> Avoncote Farms <woods@avoncote.ca>
pgpxqK_s7Dqhh.pgp
Description: OpenPGP Digital Signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug-cssc] some wee fixes and a "gmake check" report,
Greg A. Woods <=