Skip to content

2.96_0

Choose a tag to compare

@hymkor hymkor released this 30 May 15:32
· 1 commit to master since this release
  • add: nyaos.command2 , nyaos.filter2 , nyaos.dirstack
  • del: nyaos.exe's option "-a"
  • lua_e command support redirect of standard-input
  • can refer errorlevel with %errorlevel%
  • can use pairs/ipairs function for nyaos.alias/suffix/option/history/dirstack
  • nyaos's option "-D" reports compiled date and timing of loading _nya
  • Bugfix: nyaos aborts when error occurs at executing 'source'.

  • nyaos.command2 の設置
  • nyaos.filter2 の設置
  • nyaos.command/command2 の戻り値を errorlevel へ反映させるようにした。
  • nyaos.dirstack の設置
  • nyaos.alias/suffix/option を pairs関数で扱えるようにした。
  • nyaos.history/dirstack を ipairs関数で扱えるようにした。
  • 起動オプション「-D」で、コンパイル日時、_nya のロードタイミングを表示するようにした。
  • 起動オプション「-a」廃止
  • lua_e コマンドでの入力リダイレクトのサポート
  • %errorlevel% で、エラー値を参照できるようにした[蟲繕]
  • source 実行中にエラーが発生すると、NYAOS 本体が終了する問題を修正.