Development release newLISP v.10.2.3

Notices and updates
Locked
Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Development release newLISP v.10.2.3

Post by Lutz »

- bug fixes and additional syntax patterns for 'net-connect' and 'net-service'

for CHANGES notes and source package see here:

http://www.newlisp.org/downloads/development/

this is is a source-only release

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Re: Development release newLISP v.10.2.3

Post by newdep »

Hi Lutz,

>>'time' did overflow after 35 minutes now can count to about 68 years.

Did that happen on the 9.x releases too? Or is this a specific v10.2.2 issue?
-- (define? (Cornflakes))

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Re: Development release newLISP v.10.2.3

Post by Lutz »

the 'time' limit when from 596 hours to 38 minutes in v.10.1.3 then in v.10.2.2 to 68 years. The change in 10.1.3 was done to let 'time' deliver floatin point milliseconds with microsecond resolution after the decimal point on modern faster processors.

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Re: Development release newLISP v.10.2.3

Post by newdep »

Aha..oke..thanks for the clarification ;-)...
-- (define? (Cornflakes))

Tim Johnson
Posts: 253
Joined: Thu Oct 07, 2004 7:21 pm
Location: Palmer Alaska USA

Re: Development release newLISP v.10.2.3

Post by Tim Johnson »

Lutz wrote:- bug fixes and additional syntax patterns for 'net-connect' and 'net-service'

for CHANGES notes and source package see here:

http://www.newlisp.org/downloads/development/

this is is a source-only release
Not to quibble, but it is v.10.2.4 at the link above.
Another successful compile and install on slack 13.0 32-bit
using configure-alt
--
tj
Programmer since 1987. Unix environment.

Locked