"Terminate batch job?"

2005-09-20 Thread Gary Fritz
I'm running Bash 3.00.16 on Cygwin. Sometimes, maybe 1/3 of the time, when I exit a bash shell, bash prompts me with the prompt "Terminate batch job? (Y/N)" It's not background tasks running in bash; if I run e.g. "cat &" and exit, it says "There are stopped jobs." and doesn't exit unless I sa

long delays when checking a maildir format mailbox

2005-09-20 Thread eravin
Configuration Information [Automatically generated, do not change]: Machine: i386 OS: netbsdelf2.0 Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i386' -DCONF_OSTYPE='netbsdelf2.0' -DCONF_MACHTYPE='i386-unknown-netbsdelf2.0' -DCONF_VENDOR='unknown' -DLOCALEDIR='/pkg/bash-3.0

read -t 0 causes segfault on SIGINT

2005-09-20 Thread hcz
Configuration Information [Automatically generated, do not change]: Machine: i486 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i486' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i486-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='ba

Change of the Makefile

2005-09-20 Thread Michael Song
Hello, Shell Community My name is Michael Song Recently I found shell is a nice program that can be extended to solve my automatic regression test problem. So I started hacking it. I found it would be easiler use $(wildcard) in the builtins/Makefile.in, in stead of staticly specify all the sour