Lines Matching refs:cause

34 12-06-22  A bug which could cause the shell to hang when a coprocess exits
66 12-06-04 A bug in which continuing a stopped builtin could cause it to
88 12-05-18 Another bug with SHOPT_EDPREDICT which could cause a core dump has
90 12-05-17 A bug with fixed size arrays which could cause a core dump has been
144 cause the path search to fail has been fixed.
168 12-03-29 A bug which could cause a core dump when copying a large index array
204 12-03-18 A bug with SHOPT_EDPREDICT which could cause a core dump when the
231 that could cause the exist status to get lost has been fixed.
259 12-01-20 A bug that could cause the shell to hang waiting for an incorrect
319 11-09-20 A bug in which ${var.} could cause a core dump has been fixed.
322 11-09-20 A bug in emacs edit mode with SHOPT_EDPREDICT that would cause
326 that could cause a core dump has been fixed.
327 11-09-16 A bug in which a command name ending in .. could cause the shell to
333 11-09-08 A bug in which printf "%R" could cause a core dump for invalid shell
378 11-05-25 A bug in which unset -f foo, called within function foo could cause
384 11-05-09 A bug in which 'typeset +p array[$i]' in a subshell could cause an
401 11-04-26 I fixed a bug with SHOPT_FIXEDARRAY compilation that could cause
415 11-04-11 A bug in which readonly var, where var is exported could cause var
417 11-04-06 A tokenizer bug in which ${x/{3}(\d)/ } would cause in infinite
419 11-04-05 A bug in which ${!x.} could cause a core dump has been fixed.
425 11-03-29 A bug in which suspend could cause a core dump has been fixed.
429 11-03-16 A bug in the pipefail option which could cause a script to hang
443 which cause the wrong line length for edit commands has been fixed.
515 leading zeros no longer cause the value to be treated as an
538 10-11-18 Fixed a bug in which typeset -T foo; typeset -T could cause a
548 10-11-16 A bug which could cause a core dump when unsetting a type variable
550 10-11-15 A bug which could cause a core dump when unsetting a compound
554 to another array could cause the array to display incorrectly has
579 10-10-22 Fixed a bug with BGX compile option that could cause the shell to
599 10-10-08 A bug which could cause a core dump if IFS is unset inside a function
624 10-09-22 A bug which could cause an exception when a function with static
638 elements could cause subsequent array elements to be treated as
652 cause a core dump has been fixed.
674 character was not a new-line, could cause memory corruption.
772 10-05-24 Fixed a bug which cause an exception when both -l and -s were
777 reference could cause the value to display incorrectly has been fixed.
782 are treated as a shell pattern and cause matching lines from the
797 subshells have been fixed. One could cause an exception and the
850 10-04-07 A bug in which setting the trap on CHLD to ignore could cause
864 10-04-05 A bug in the creation of type instances of arrays which could cause
896 10-03-15 Fixed a bug in which read -u[fd] could cause the shell to core
945 09-12-03 A bug in which SHLVL exported with some attributes could cause
962 now cause the shell to exit.
988 09-09-17 A bug in which unsetting SVLVL could cause a script invoked by
1019 that could cause a core dump on some systems has been fixed.
1034 09-08-06 A bug in which setting the trap on CHLD to ignore could cause
1075 substitution could cause the command substitution to hang has been
1079 09-05-12 A bug which could cause a core dump when a variable whose name
1121 09-02-02 A bug in which a function autoloaded in a subshell could cause
1144 could cause a memory fault has been fixed.
1158 for could, in rare instances, cause the shell to go into an infinite
1161 non-existent sub-variable in an arithmetic expression could cause
1165 08-12-24 A bug in which killing the last element of a pipe did not cause
1167 08-12-19 A bug which could cause command substitution to hang when the
1179 08-12-10 A bug where function stack misalignment could cause a bus error
1186 cause the last process of a pipeline entered interactively to fail
1205 08-11-20 A bug which could cause a core dump if a function compiled with
1218 08-11-06 A bug which could cause a core dump when the _ reference variable was
1275 08-09-10 A timing bug on some systems that could cause coprocesses started by a
1290 08-09-01 A bug in the subshell cleanup code that could cause SIGSEGV has
1299 08-08-19 +The ALRM signal no longer cause the sleep builtin to terminate.
1309 cause an asynchronous command to block has been fixed.
1313 from with a here document could cause a syntax error has been fixed.
1327 alternate flag # can be used to cause output into a single line.
1379 as an argument to another function could cause an incorrect binding.
1395 08-05-08 +Changing the value of HISTFILE or HISTSIZE will cause the old
1407 type definitions and outside a function, the -S option cause
1417 08-05-01 A bug in the multiline edit mode which could cause the current
1423 08-04-30 A bug which could cause a coprocess to hang when the read end
1446 08-03-24 A bug which could cause a memory exception when a compound variable
1458 cause the terminal group to change has been fixed.
1468 08-03-04 A bug in multiline mode in emacs and vi mode which could cause the
1523 from within a shell function caused cause the invoking shell to
1530 08-01-31 A bug in which command substitution inside ((...)) could cause
1541 an array assignment could cause a core dump has been fixed.
1554 in the edit modes would cause the $ to disappear has been fixed.
1555 07-11-28 A bug in which setting IFS to readonly could cause a subsequent
1557 07-11-27 A work around for a gcc 4.* C99 "feature" that could cause a job
1580 name+=([sub]=value) could cause the array to become an associative
1587 07-11-14 A bug which could cause a core dump when a script invoked by name
1601 07-09-19 A bug which cause cause a core dump if .sh.edchar returned
1603 07-09-14 A bug in which could cause a core dump when more than 8 file
1612 could cause the subscript to be evaluated as an arithmetic expression
1616 07-08-14 A bug which could cause a core dump when a compound assignment was
1633 07-06-25 A bug in which pipefail would cause a command to return 0
1654 function could cause a pipeline that invokes this function to
1672 cause an unset error when the subshell completed has been fixed.
1698 06-11-14 A bug which could cause a core dump if a file descriptor for
1727 cause the builtin to hang has been fixed.
1773 and cause a program to hang has been eliminated
1793 06-04-25 A bug in the vi edit mode which could cause the shell to core dump
1807 06-03-27 A bug in which read <&p (print >&p) would cause the coprocess input
1867 05-06-24 A race condition which could cause the exit status to get lost
1869 05-06-21 A bug in which nested patterns of the form {m,n}(pat) would cause
1871 05-06-21 A bug in the macro expander has been fixed which could cause a
1900 05-03-03 A bug where a SIGCHLD interrupt could cause a fifo open to fail has
1903 keep a file descriptor open which could cause a foreground
1916 to a numbered file descriptor could cause it to close has been fixed.
1983 cause a core dump when a script with an associative array with
1994 04-03-30 A bug in the for loop optimizer which in rare cases could cause
2007 04-02-14 A bug in which the exportall option (set -a) would cause incorrect
2013 04-01-20 A bug in which an unset discipline function could cause a core
2026 would cause it to be treated as an indexed array has been fixed.
2035 leader that could cause it to fail has been fixed.
2037 that should cause it to terminate while it was in the process
2044 non-lvalue could cause a core dump has been fixed.
2078 03-07-20 A bug in which could cause memory corruption when a posix
2087 variable could cause a core dump has been fixed.
2089 could cause to core dump has been fixed.
2101 03-06-14 A bug in which could cause a core dump on some systems with
2124 03-05-19 A job control bug which would cause the shell to exit because
2129 which could cause a pipeline to hang if the first component
2177 03-02-14 A bug which could cause a core dump when reading from standard
2225 02-10-21 A bug which could cause a core dump when a local SECONDS variable
2235 02-09-30 A bug which could cause a core dump when changing attributes
2244 cause a subsequent here document to fail has been fixed.
2252 3 and 9 could cause a subsequent here document to fail has been
2269 02-08-01 A bug which could cause a core dump to occur when a shell script
2276 02-06-17 A bug in which user defined macros could cause a core dump in
2283 02-06-17 A bug in which background job completion could cause the sleep
2293 02-06-07 A bug in which function definitions could cause the history count
2321 could cause this script to have an invalid pointer leading
2379 offsets which cause offsets to be measured from the end.
2413 01-08-29 A bug introduced in ksh93l which could cause a core dump
2432 could cause a shell exception has been fixed. Discipline
2454 {m,n}-(pattern}, and @-(pattern) to cause the minimal
2468 are used to cause maximal matching and to cause case
2488 01-05-08 +The FPATH variable now requires an explicit . to cause the
2545 entered interactively could cause the shell to go into
2588 01-01-02 A bug in which a KEYBD trap would cause a multi-line token
2747 itself and later cause the shell to get into an infinite
2795 97-06-30 A bug which would cause the secondary prompt to be
2809 97-06-30 A bug caused by a race condition that could cause SIGTERM
2816 97-06-30 A bug which could cause an interactive shell to terminate when
2818 97-06-30 A bug which could cause command substitution of a shell script
2860 96-07-31 A bug in printf that could cause the %E format to
2938 95-04-31 A bug that could cause a core dump on some systems
2941 95-04-31 A bug which could cause a coprocess to hang when
2951 95-04-31 A bug that could cause the built-in sleep to hang
2956 95-04-31 A bug which could cause a core dump if ksh was invoked with
2958 95-04-31 A bug which could cause a core dump if typeset -A was
2964 Also, a bug in which failed ulimits could cause a core dump
2980 95-04-31 A bug which could cause standard input to be incorrectly
2985 95-04-31 A bug which could cause a core dump if variable TMPDIR was
3013 a field. For example, IFS=$'\t\t' will cause two consecutive
3032 94-12-31 A bug which could cause a core dump when a discipline
3049 94-12-31 A bug which caused an invalid trap to cause a script
3078 94-06-30 A bug which could cause the job control switch character