bash-5.2.9 lib/readline/input.c fix for Tru64

2022-11-14 Thread Henry Bent
Hi, In bash-5.2.9 if HAVE_SELECT is set but HAVE_PSELECT is not, we still need the "fd_set readfds;" at line 808 in lib/readline/input.c. Found on Tru64 5.1. Also this platform doesn't have strtoimax but config.h is still setting #define HAVE_DECL_STRTOIMAX 1 #define HAVE_DECL_STRTOLL 1 #define

Re: bash-5.2.9 lib/readline/input.c fix for Tru64

2022-11-15 Thread Henry Bent
On Tue, 15 Nov 2022 at 10:11, Chet Ramey wrote: > On 11/14/22 10:01 PM, Koichi Murase wrote: > > > I think someone needs to finally check the fixed version actually > > compiles in a real Tru64 machine. I attach a possible patch > > [202211-0044.HAVE_PSELECT-in-True64.patch] but haven't tested it

Re: bash-5.2.9 lib/readline/input.c fix for Tru64

2022-11-15 Thread Henry Bent
On Tue, 15 Nov 2022 at 20:02, Koichi Murase wrote: > 2022年11月16日(水) 9:36 Koichi Murase : > > > > 2022年11月16日(水) 0:18 Henry Bent : > > > There is a free Alpha emulator here: > > > http://www.migrationspecialties.com/FreeAXP.html . I haven't used > >

5.1 locale.c typos?

2021-01-11 Thread Henry Bent
locale.c: In function 'set_default_locale': locale.c:94:3: error: 'local_shiftstates' undeclared (first use in this function) local_shiftstates = 0; ^ locale.c:94:3: note: each undeclared identifier is reported only once for each function it appears in locale.c: In function 'set_default_local

Re: 5.1 locale.c typos?

2021-01-12 Thread Henry Bent
On Tue, Jan 12, 2021, 08:58 Chet Ramey wrote: > On 1/11/21 8:07 PM, Henry Bent wrote: > > locale.c: In function 'set_default_locale': > > locale.c:94:3: error: 'local_shiftstates' undeclared (first use in this > > function) > > local_shiftst