-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
・バッファーオーバーランの可能性がある箇所を修正しました。 ・EUC-JIS-2004のSS2(0x8E)またはSS3(0x8F)の直後のバイト列において最上位ビットを無視していたバグを修正しました。 ・正常系の処理結果に変更はありません。 ・SS2(0x8E)またはSS3(0x8F)の直後にASCII文字があるような不正な文字列をエラーとするようになります。
- Loading branch information
1 parent
ba742f8
commit 475c01b
Showing
5 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
# CorvusSKK ver. 2.1.3 | ||
# CorvusSKK ver. 2.1.4 | ||
|
||
Windowsで動作するSKK風のIMEです。 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
| ||
============================================================================== | ||
|
||
CorvusSKK ver. 2.1.3 | ||
CorvusSKK ver. 2.1.4 | ||
|
||
https://nathancorvussolis.github.io/ | ||
[email protected] | ||
|
@@ -29,6 +29,6 @@ | |
|
||
マニュアル | ||
|
||
https://github.com/nathancorvussolis/corvusskk/blob/2.1.3/README.md | ||
https://github.com/nathancorvussolis/corvusskk/blob/2.1.4/README.md | ||
|
||
============================================================================== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
set VERSION=2.1.3 | ||
set VERSION=2.1.4 | ||
|
||
set TARGETDIR=build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Include> | ||
<?define version="2.1.3" ?> | ||
<?define version="2.1.4" ?> | ||
</Include> |