From c3585f41efa1e5dc8ce41c800fe2963ae66c09ab Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sun, 10 May 2020 08:20:30 +0200 Subject: [PATCH] examples: beware of ~/.inputrc * examples/c/bistromathic/bistromathic.test: here. --- NEWS | 3 +++ examples/c/bistromathic/README.md | 3 +++ examples/c/bistromathic/bistromathic.test | 4 ++++ 3 files changed, 10 insertions(+) diff --git a/NEWS b/NEWS index 21937f12..31df56c5 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ GNU Bison NEWS * Noteworthy changes in release ?.? (????-??-??) [?] +** Bug fixes + + GNU readline portability issues. * Noteworthy changes in release 3.6 (2020-05-08) [stable] diff --git a/examples/c/bistromathic/README.md b/examples/c/bistromathic/README.md index 05f1b7ed..6b66299e 100644 --- a/examples/c/bistromathic/README.md +++ b/examples/c/bistromathic/README.md @@ -14,6 +14,9 @@ This example demonstrates best practices when using Bison. - It supports debug traces with semantic values. - It uses named references instead of the traditional $1, $2, etc. +To customize the interaction with bistromathic, see the GNU Readline user +manual (see `info rluserman`). +