From 581eb3cd7413997fc7a5b291778b9273c381b300 Mon Sep 17 00:00:00 2001 From: HAYAMA_Kaoru Date: Tue, 6 May 2025 21:13:35 +0900 Subject: [PATCH] Release notes: mention updating gmnlisp to v0.7.10 --- release_note_en.md | 5 ++++- release_note_ja.md | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/release_note_en.md b/release_note_en.md index 576c874..c326789 100644 --- a/release_note_en.md +++ b/release_note_en.md @@ -1,5 +1,8 @@ - Refactor: renamed the structure type managing Pseudoconsole session, goroutine communication channels, and other related information from `Global` to `Env`. -- To prepare for future gmnlisp updates where symbol names will become case-insensitive in accordance with the ISLisp standard, global variables have been renamed to `*argv*`, `*program-name*`, `*executable-name*`, and `*match*`. The old names are deprecated but still available for now. +- Dependency: Bump gmnlisp to v0.7.10 +- In gmnlisp v0.7.10, symbol names have officially become case-insensitive in accordance with the ISLisp standard. + To ensure consistent behavior, Lispect has adopted the canonical names `*argv*`, `*program-name*`, `*executable-name*`, and `*match*` for built-in global variables. + The previous names remain available as aliases for backward compatibility but are now deprecated. v0.5.0 ====== diff --git a/release_note_ja.md b/release_note_ja.md index 36dfcb5..31e1422 100644 --- a/release_note_ja.md +++ b/release_note_ja.md @@ -1,5 +1,6 @@ - 疑似端末情報やゴルーチン通信用チャンネルなどの情報を管理する構造体名を `Global` から `Env` に改めた。 -- ISLisp の仕様に従うため、将来的に gmnlisp ではシンボルの英大文字・小文字の区別がなくなることを見越し、グローバル変数の名前を `*argv*`、`*program-name*`、`*executable-name*`、`*match*` のように変更した。従来の名前も非推奨ながら当面は利用可能。 +- gmnlisp を v0.7.10 へ更新 +- gmnlisp v0.7.10 ではシンボル名は ISLisp の仕様に従って、英大文字・小文字の区別をしないよにした。一貫性を保証するため、グローバル変数は `*argv*`、`*program-name*`、`*executable-name*`、および `*match*` に改名した。以前の名前は非推奨だが、当面のあいだは引き続き使用可能とする。 v0.5.0 ======