Skip to content

Commit c49d544

Browse files
committed
Version 8.0.3 - bug fix release.
See the README.md file: fixes version snafu and adds explicit GPL 3.0 licence file.
1 parent 7413e81 commit c49d544

32 files changed

+748
-60
lines changed

Output/scc-test.example2-c++98-c-n.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@(#)Purpose: Test SCC on core functionality
66
@(#)Author: J Leffler
77
@(#)Copyright: (C) JLSS 1997,2003,2007,2013-15
8-
@(#)Product: SCC Version 8.0.2 (2022-05-29)
8+
@(#)Product: SCC Version 8.0.3 (2022-05-30)
99
*/
1010

1111
/* Mainly for testing */

Output/scc-test.example2-c++98-c.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@(#)Purpose: Test SCC on core functionality
66
@(#)Author: J Leffler
77
@(#)Copyright: (C) JLSS 1997,2003,2007,2013-15
8-
@(#)Product: SCC Version 8.0.2 (2022-05-29)
8+
@(#)Product: SCC Version 8.0.3 (2022-05-30)
99
*/
1010
/* Mainly for testing */
1111
/* Retained comments */

Output/scc-test.example2-c90-c-n.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@(#)Purpose: Test SCC on core functionality
66
@(#)Author: J Leffler
77
@(#)Copyright: (C) JLSS 1997,2003,2007,2013-15
8-
@(#)Product: SCC Version 8.0.2 (2022-05-29)
8+
@(#)Product: SCC Version 8.0.3 (2022-05-30)
99
*/
1010

1111
/* Mainly for testing */

Output/scc-test.example2-c90-c.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@(#)Purpose: Test SCC on core functionality
66
@(#)Author: J Leffler
77
@(#)Copyright: (C) JLSS 1997,2003,2007,2013-15
8-
@(#)Product: SCC Version 8.0.2 (2022-05-29)
8+
@(#)Product: SCC Version 8.0.3 (2022-05-30)
99
*/
1010
/* Mainly for testing */
1111
/* Retained comments */

Output/scc-test.example2-c99-c-n.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@(#)Purpose: Test SCC on core functionality
66
@(#)Author: J Leffler
77
@(#)Copyright: (C) JLSS 1997,2003,2007,2013-15
8-
@(#)Product: SCC Version 8.0.2 (2022-05-29)
8+
@(#)Product: SCC Version 8.0.3 (2022-05-30)
99
*/
1010

1111
/* Mainly for testing */

Output/scc-test.example2-c99-c.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@(#)Purpose: Test SCC on core functionality
66
@(#)Author: J Leffler
77
@(#)Copyright: (C) JLSS 1997,2003,2007,2013-15
8-
@(#)Product: SCC Version 8.0.2 (2022-05-29)
8+
@(#)Product: SCC Version 8.0.3 (2022-05-30)
99
*/
1010
/* Mainly for testing */
1111
/* Retained comments */

Output/scc.test-08.example2-ec.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@(#)Purpose: Test SCC on core functionality
66
@(#)Author: J Leffler
77
@(#)Copyright: (C) JLSS 1997,2003,2007,2013-15
8-
@(#)Product: SCC Version 8.0.2 (2022-05-29)
8+
@(#)Product: SCC Version 8.0.3 (2022-05-30)
99
*/
1010
/* Mainly for testing */
1111
/* Retained comments */

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ described in [Remove Comments from C/C++
66
Code](http://stackoverflow.com/questions/2394017/) on Stack Overflow.
77

88
There are currently 8 releases:
9+
* 8.0.3 (2022-05-30) - stable release
910
* 8.0.2 (2022-05-30) - stable release
1011
* 8.0.1 (2022-05-21) - stable release
1112
* 6.80 (2017-10-26) - stable release
@@ -19,6 +20,11 @@ There are currently 8 releases:
1920

2021
These are tagged release/x.yz. The code is all on branch master.
2122

23+
### Version 8.0.3 - 2022-05-30
24+
25+
A packaging snafu left SCC reporting the wrong version.
26+
Add an explicit GPL 3.0 licence file (as COPYING).
27+
2228
### Version 8.0.2 - 2022-05-30
2329

2430
A bug fix release, dealing with GitHub issue 2, a bug in the handling of

errhelp.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@(#)Purpose: Print usage and help message in standard format.
66
@(#)Author: J Leffler
77
@(#)Copyright: (C) JLSS 2007-2022
8-
@(#)Product: SCC Version 8.0.2 (2022-05-29)
8+
@(#)Product: SCC Version 8.0.3 (2022-05-30)
99
*/
1010

1111
/*TABSTOP=4*/

filter.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@(#)Purpose: Classic File Filter
66
@(#)Author: J Leffler
77
@(#)Copyright: (C) JLSS 1987-89,1991,1993,1996-99,2002-05,2008,2012,2014-15
8-
@(#)Product: SCC Version 8.0.2 (2022-05-29)
8+
@(#)Product: SCC Version 8.0.3 (2022-05-30)
99
*/
1010

1111
/*TABSTOP=4*/

filter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@(#)Purpose: Header for filter functions
66
@(#)Author: J Leffler
77
@(#)Copyright: (C) JLSS 1993,1995-98,2003-04,2006,2008,2014-15
8-
@(#)Product: SCC Version 8.0.2 (2022-05-29)
8+
@(#)Product: SCC Version 8.0.3 (2022-05-30)
99
*/
1010

1111
/*TABSTOP=4*/

filterio.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@(#)Purpose: Perform standardized I/O error check for filter programs
66
@(#)Author: J Leffler
77
@(#)Copyright: (C) JLSS 2003-2019
8-
@(#)Product: SCC Version 8.0.2 (2022-05-29)
8+
@(#)Product: SCC Version 8.0.3 (2022-05-30)
99
*/
1010

1111
/*TABSTOP=4*/

0 commit comments

Comments
 (0)