Skip to content

Latest commit

 

History

History
46 lines (45 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

46 lines (45 loc) · 1.66 KB

GPF Changelog

The intent of this changelog is to keep everyone in the loop about what's new in the M_CLI2 project. It is a curated, chronologically ordered list of notable changes including records of change such as bug fixes, new features, changes, and relevant notifications.

2023-02-01 ZUO Zhihua https://github.com/zoziha

🟢 ADD:

  • add SET_MODE(3f) and the initial modes to ignore keyword case, allow bundling of short Boolean keywords when strict mode is activated, and treat dash and underscore as equivalent characters in keywords

2023-02-01 ZUO Zhihua https://github.com/zoziha

🟢 ADD:

  • add-meson-support

2022-11-23 John S. Urban https://github.com/urbanjost

🟢 ADD:

  • Developer debug mode can be invoked by setting the environment variable $CLI_DEBUG_MODE to TRUE.

🔴 FIX:

  • The default response file on MSWindows in some environments had to be named PROGRAM_NAME.exe.rsp instead of PROGRAM_NAME.rsp, contrary to the documentation. The ".exe" is, as intended, not used or required anymore.

2022-11-15 John S. Urban https://github.com/urbanjost

🔴 FIX:

  • locate_c did not calculate the correct number of tries to locate keywords in the dictionary on 32-bit platforms because INT() was being used instead of NINT().

2020-08-03 John S. Urban https://github.com/urbanjost

🟢 ADD:

  • initial commit on github