Package: cssc / 1.4.0-5

Metadata

Package Version Patches format
cssc 1.4.0-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 groff.diff | (download)

docs/sccs.1 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
04 fix texinfo | (download)

docs/cssc.texi | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 fix texinfo documentation
 @insertcopying usage, and missing references to "sccs admin" subtopics,
 both prevented curent makeinfo to work.
06 gtest death tests | (download)

unit-tests/test_delta-table.cc | 3 2 + 1 - 0 !
unit-tests/test_delta.cc | 2 2 + 0 - 0 !
unit-tests/test_mylist.cc | 4 4 + 0 - 0 !
unit-tests/test_sccsdate.cc | 2 2 + 0 - 0 !
4 files changed, 10 insertions(+), 1 deletion(-)

 disable death tests
 Condition death tests with GTEST_HAS_DEATH_TEST, which is not
 available for kfreebsd and hurd in the included version of gtest.
07 tmprace sccsdiff | (download)

docs/cssc.texi | 4 0 + 4 - 0 !
src/sccsdiff.sh.in | 8 4 + 4 - 0 !
2 files changed, 4 insertions(+), 8 deletions(-)

---
yes errors | (download)

testutils/yes.c | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

 cause test-utils/yes to stop on write error
 Submitter got this tight-looping on EPIPE.