Skip to content

v0.7.0

Latest

Choose a tag to compare

@hymkor hymkor released this 17 Aug 13:17
· 3 commits to master since this release

Changes in v0.7.0 (English)

  • Updated gmnlisp to v0.7.23
  • Integrated the (quit) function from the gmnlisp exit subpackage. As a result, calling (quit) no longer prints Lisp call history (stack-trace-like output); instead, lispect now exits cleanly with the specified exit code.

Changes in v0.7.0 (Japanese)

  • gmnlisp を v0.7.23 に更新
  • gmnlisp のサブパッケージ exit による (quit) を組み込み。これにより、(quit) 実行時に Lisp の関数呼び出し履歴(スタックトレース風の出力)が表示されず、指定した終了コードで正常に終了するようにした