Stable maintenance release newLISP v.10.7.1

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

Stable maintenance release newLISP v.10.7.1

Post by Lutz »

Stable maintenance release v.10.7.1 adds minor functionality and fixes bugs.

Downloads: http://www.newlisp.org/index.cgi?Downloads

Release notes: http://www.newlisp.org/downloads/newLIS ... lease.html

Many thanks to all for suggestions and bug reports leading to this release.

johu
Posts: 143
Joined: Mon Feb 08, 2010 8:47 am

Re: Stable maintenance release newLISP v.10.7.1

Post by johu »

Hello, Lutz.

I finished translartions of manuals.

newlisp_manual-10701

There is in here.

and maybe
line 15831 in newlisp_manual v10.7.1
<em>bool-params</em> evaluates to to <em>true</em>, the call arguments are included
                ↓
<em>bool-params</em> evaluates to <em>true</em>, the call arguments are included

Regards,

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

Re: Stable maintenance release newLISP v.10.7.1

Post by Lutz »

Thanks for the correction and quick update of the Japanese manual translation.

English: http://www.newlisp.org/downloads/newlisp_manual.html

Japanese: http://www.newlisp.org/newlisp_manual-jp.html

shoukei
Posts: 6
Joined: Tue Aug 30, 2016 1:29 pm

Re: Stable maintenance release newLISP v.10.7.1

Post by shoukei »

Hello Lutz,

File upload script stopped working with the stable newLISP v.10.7.1 Jan. 30, 2017 version.
It finishes uploading the files but the file is corrupt. (tried with pdf and xlsx files)

It worked with the development version v10.7.1 Oct. 6, 2016 version.
I am using OS X 10.10.5


I like using newLISP. It''s very cool!!
I am now having 17 newLISP web servers running where I work!

Thank you.
Shoukei

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

Re: Stable maintenance release newLISP v.10.7.1

Post by Lutz »

Thanks Shoukei for catching this. Fixing seek and search for mixed file-stream / raw-handle operations was not done right.

Fixed here: http://www.newlisp.org/downloads/develo ... nprogress/

shoukei
Posts: 6
Joined: Tue Aug 30, 2016 1:29 pm

Re: Stable maintenance release newLISP v.10.7.1

Post by shoukei »

Lutz wrote:Thanks Shoukei for catching this. Fixing seek and search for mixed file-stream / raw-handle operations was not done right.

Fixed here: http://www.newlisp.org/downloads/develo ... nprogress/
Thanks Lutz for the quick response and fix!!

protozen
Posts: 36
Joined: Thu Aug 22, 2013 4:02 am

Re: Stable maintenance release newLISP v.10.7.1

Post by protozen »

Will this make it to the other binaries?

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

Re: Stable maintenance release newLISP v.10.7.1

Post by Lutz »

Still testing it and working on it. There could be other related issues.

May be sometime next week, I can make a maintenance release with new binaries.

protozen
Posts: 36
Joined: Thu Aug 22, 2013 4:02 am

Re: Stable maintenance release newLISP v.10.7.1

Post by protozen »

Thank you

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

Re: Stable maintenance release newLISP v.10.7.1

Post by Lutz »

Binaries for 10.7.2 are available here:

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

IVShilov
Posts: 23
Joined: Wed Apr 12, 2017 1:58 am

Re: Stable maintenance release newLISP v.10.7.1

Post by IVShilov »

Hello!
I upgrade v10.6.2 to v10.7.1 and found that it cannot start.
Tryed

Code: Select all

newlisp.exe -h
and got the same error.
Using procmon.exe founded that problem is in reading old init.lsp, moving it out - newlisp starts fine.
IMHO "newlisp.exe -h" must not read init.lsp, especially because it output helps with startup problems.

Thank you for new release! If it wrong place to post such complains, point me a proper, please.

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

Re: Stable maintenance release newLISP v.10.7.1

Post by Lutz »

Good suggestion. In 10.7.3 "newlisp -h" will also suppress loading of init.lsp:

http://www.newlisp.org/downloads/develo ... nprogress/

Locked