Release 1.81
This commit is contained in:
parent
3c61ef860d
commit
a2c3595477
2
ANSI.c
2
ANSI.c
@ -180,7 +180,7 @@
|
|||||||
added DECSTR & RIS;
|
added DECSTR & RIS;
|
||||||
fix state problems with windowless processes.
|
fix state problems with windowless processes.
|
||||||
|
|
||||||
v1.81-wip, 26 to 28 December, 2017:
|
v1.81, 26 to 28 December, 2017:
|
||||||
combine multiple CRs as one (to ignore all CRs before LF);
|
combine multiple CRs as one (to ignore all CRs before LF);
|
||||||
don't process CR or BS during CRM;
|
don't process CR or BS during CRM;
|
||||||
don't flush CR immediately (to catch following LF);
|
don't flush CR immediately (to catch following LF);
|
||||||
|
@ -334,7 +334,7 @@ Version History
|
|||||||
|
|
||||||
Legend: + added, - bug-fixed, * changed.
|
Legend: + added, - bug-fixed, * changed.
|
||||||
|
|
||||||
1.81-wip - 28 December, 2017:
|
1.81 - 28 December, 2017:
|
||||||
- fix multiple CRs before LF (including preventing an immediate flush);
|
- fix multiple CRs before LF (including preventing an immediate flush);
|
||||||
- fix CR, BS and partial RM during CRM;
|
- fix CR, BS and partial RM during CRM;
|
||||||
- fix buffer overflow caused by incorrect critical section;
|
- fix buffer overflow caused by incorrect critical section;
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
version.h - Version defines.
|
version.h - Version defines.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define PVERS L"1.81-wip" // wide string
|
#define PVERS L"1.81" // wide string
|
||||||
#define PVERSA "1.81-wip" // ANSI string (windres 2.16.91 didn't like L)
|
#define PVERSA "1.81" // ANSI string (windres 2.16.91 didn't like L)
|
||||||
#define PVERE L"181" // wide environment string
|
#define PVERE L"181" // wide environment string
|
||||||
#define PVEREA "181" // ANSI environment string
|
#define PVEREA "181" // ANSI environment string
|
||||||
#define PVERB 1,8,1,0 // binary (resource)
|
#define PVERB 1,8,1,0 // binary (resource)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user