Skip to content

Commit 37ad43c

Browse files
committed
Release calc 2.12.7.1
Corrected CHANGES notes that were mixed up for TAB, VT, CR & NL. The code in 2.12.7.0 is correct. The CHANGE notes should have read: The following is a partial list of escape sequences recognized in strings and in printf formats: \a audible bell byte 0x07 in ASCII encoding \b backspace byte 0x08 in ASCII encoding \f form feed byte 0x0c in ASCII encoding \n newline byte 0x0a in ASCII encoding \r return byte 0x0d in ASCII encoding \t tab byte 0x09 in ASCII encoding \v vertical tab byte 0x0b in ASCII encoding Sorry!
1 parent a877cb5 commit 37ad43c

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

CHANGES

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
The following are the changes from calc version 2.12.7.1 to date:
22

3-
Corrected CHANGES notes that were mixed up for TAB, VT, CR & NL.
4-
The core in 2.12.7.0 is correct. The CHANGE notes were mixed up.
3+
Corrected CHANGES notes that were mixed up for TAB, VT, CR &
4+
NL. The code in 2.12.7.0 is correct. The CHANGE notes should
5+
have read:
6+
7+
The following is a partial list of escape sequences recognized
8+
in strings and in printf formats:
9+
10+
\a audible bell byte 0x07 in ASCII encoding
11+
\b backspace byte 0x08 in ASCII encoding
12+
\f form feed byte 0x0c in ASCII encoding
13+
\n newline byte 0x0a in ASCII encoding
14+
\r return byte 0x0d in ASCII encoding
15+
\t tab byte 0x09 in ASCII encoding
16+
\v vertical tab byte 0x0b in ASCII encoding
17+
518
Sorry!
619

720

Makefile.ship

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ EXT=
10541054

10551055
# The default calc versions
10561056
#
1057-
VERSION= 2.12.7.0
1057+
VERSION= 2.12.7.1
10581058

10591059
# Names of shared libraries with versions
10601060
#

custom/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ EXT=
348348

349349
# The default calc versions
350350
#
351-
VERSION= 2.12.7.0
351+
VERSION= 2.12.7.1
352352

353353
# Names of shared libraries with versions
354354
#

custom/Makefile.head

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ EXT=
348348

349349
# The default calc versions
350350
#
351-
VERSION= 2.12.7.0
351+
VERSION= 2.12.7.1
352352

353353
# Names of shared libraries with versions
354354
#

0 commit comments

Comments
 (0)