Commit 6be01a33 authored by Mike Stephens's avatar Mike Stephens
Browse files

fix bug in oscli gstrans handling (a problem provoked by long command lines...

fix bug in oscli gstrans handling (a problem provoked by long command lines with top bit set buffer addresses and not fixed properly). Problem was mistaken rejection of gstrans'd parameters other than at beginning of buffer.

Tested on simple desktop build for Risc PC

Version 5.35, 4.79.2.40. Tagged as 'Kernel-5_35-4_79_2_40'
parent 487911b4
......@@ -13,12 +13,12 @@
GBLS Module_ComponentPath
Module_MajorVersion SETS "5.35"
Module_Version SETA 535
Module_MinorVersion SETS "4.79.2.39"
Module_Date SETS "21 Jun 2001"
Module_ApplicationDate2 SETS "21-Jun-01"
Module_ApplicationDate4 SETS "21-Jun-2001"
Module_MinorVersion SETS "4.79.2.40"
Module_Date SETS "22 Jun 2001"
Module_ApplicationDate2 SETS "22-Jun-01"
Module_ApplicationDate4 SETS "22-Jun-2001"
Module_ComponentName SETS "Kernel"
Module_ComponentPath SETS "RiscOS/Sources/Kernel"
Module_FullVersion SETS "5.35 (4.79.2.39)"
Module_HelpVersion SETS "5.35 (21 Jun 2001) 4.79.2.39"
Module_FullVersion SETS "5.35 (4.79.2.40)"
Module_HelpVersion SETS "5.35 (22 Jun 2001) 4.79.2.40"
END
......@@ -4,19 +4,19 @@
*
*/
#define Module_MajorVersion_CMHG 5.35
#define Module_MinorVersion_CMHG 4.79.2.39
#define Module_Date_CMHG 21 Jun 2001
#define Module_MinorVersion_CMHG 4.79.2.40
#define Module_Date_CMHG 22 Jun 2001
#define Module_MajorVersion "5.35"
#define Module_Version 535
#define Module_MinorVersion "4.79.2.39"
#define Module_Date "21 Jun 2001"
#define Module_MinorVersion "4.79.2.40"
#define Module_Date "22 Jun 2001"
#define Module_ApplicationDate2 "21-Jun-01"
#define Module_ApplicationDate4 "21-Jun-2001"
#define Module_ApplicationDate2 "22-Jun-01"
#define Module_ApplicationDate4 "22-Jun-2001"
#define Module_ComponentName "Kernel"
#define Module_ComponentPath "RiscOS/Sources/Kernel"
#define Module_FullVersion "5.35 (4.79.2.39)"
#define Module_HelpVersion "5.35 (21 Jun 2001) (4.79.2.39)"
#define Module_FullVersion "5.35 (4.79.2.40)"
#define Module_HelpVersion "5.35 (22 Jun 2001) (4.79.2.40)"
......@@ -920,7 +920,7 @@ nogstransingta
CMP R2, #0
BEQ preversion_detectified ; empty expansions are naff
ADD R10, R10, R2
ADD R6, R1, R10
ADD R6, R1, R2
nastycharscan
LDRB R2, [R1], #1
CMP R2, #&7F
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment