From 53c73d88881ff9706996fa8091a2e5bc32715c97 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Thu, 25 Apr 2024 14:53:17 -0400 Subject: [PATCH] 1.1.1 applied and working --- src/AMOSPro_BSDSocket.Lib | Bin 6068 -> 6072 bytes src/BSDSocket.s | 5 +++-- src/BSDSocket_Labels.s | 2 +- src/BSDSocket_Size.s | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/AMOSPro_BSDSocket.Lib b/src/AMOSPro_BSDSocket.Lib index a83c2feed9efbb1370ac61554c355dc2d81f97ac..0c0c7eec8beaa6e4bcad1015b6e640498d8cfa47 100644 GIT binary patch delta 118 zcmdm@ze9h5xad;`2IiLx46Hz!!4Jq5Vqg$HHc`i#(Pm?Y68|JYw#g5~_$SZj7iJ1} z-n@zbIJ>Q(u91O}iGi`9xq?P=eoCrdMq+YyYEe>Yo?c37nI?lum}`)gf}tJ|!c_td I2La|!09-{L0{{R3 delta 85 zcmdm?zeRt7xaboG2IiLx46Hz!!4Jq5Vqg$HGEv8x(RyQs5IQ251OUEK6yN{= diff --git a/src/BSDSocket.s b/src/BSDSocket.s index 7947dd7..4cc7c51 100644 --- a/src/BSDSocket.s +++ b/src/BSDSocket.s @@ -7,7 +7,7 @@ ; extension number 18 ExtNb equ 18-1 Version MACRO - dc.b "1.1.0-20240223" + dc.b "1.1.1-20240317" ENDM VerNumber equ $1 @@ -1353,7 +1353,7 @@ _SocketSelect_PerformSelect PreserveStackFunction EnsureBSDSocketLibrary _SocketInetNtoa_LibraryOpen - RestoreStackInstruction + RestoreStackFunction Ret_Int _SocketInetNtoa_LibraryOpen: @@ -1373,6 +1373,7 @@ _SocketInetNtoA_StringSizeLoop: MOVE.L A0,D3 SUB.L A2,D3 ; D3 = length + SUBQ #1,D3 ; get rid of the null terminator Rjsr L_Demande ; string base address is in A0/A1 MOVE.W D3,(A0)+ ; length of string diff --git a/src/BSDSocket_Labels.s b/src/BSDSocket_Labels.s index 97c99e2..52ab0ee 100644 --- a/src/BSDSocket_Labels.s +++ b/src/BSDSocket_Labels.s @@ -1,5 +1,5 @@ ; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -; BSDSocket.s, list of the library functions on the 25-04-2024 14:34:43 +; BSDSocket.s, list of the library functions on the 25-04-2024 14:44:28 ; ; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ L_Cold: set 0 diff --git a/src/BSDSocket_Size.s b/src/BSDSocket_Size.s index 744803d..ab081f3 100644 --- a/src/BSDSocket_Size.s +++ b/src/BSDSocket_Size.s @@ -1,5 +1,5 @@ ; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -; BSDSocket.s, library size on the 25-04-2024 14:34:43 +; BSDSocket.s, library size on the 25-04-2024 14:44:28 ; ; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Lib_Size equ 39