development version newLISP 8.7.2

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

development version newLISP 8.7.2

Post by Lutz »

New batch-mode 'net-ping' suited for network discovery and several bug fixes.

Dowloads and change notes see: http://newlisp.org/downloads/development/

Lutz

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

Post by newdep »

hi Lutz,

Nice addons and fixes thanks, net-ping and dup, great enhancements!

a little remark... the net-ping does return a reverse ip number in the lists ! (intel) Although this is not wrong the manual states different.

>(net-ping "10.10.10.11")
>("11.10.10.10")

What was wrong with the time cycle during midnight? double zeros perhpas?


Regards, Norman.
-- (define? (Cornflakes))

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

Post by Lutz »

I have not had a chance yet to test on little-endian CPUs, this will be fixed shortly.

Lutz

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

Post by Lutz »

newlisp-8.7.2.tgz has been reposted with the byte-order fix for 'net-ping' on Intel CPUs

Lutz

Locked