Lines Matching refs:which

52 	a.  An expansion bug which causes portions of a word after
58 c. A bug which caused a core dump on some machines when
60 d. A bug which incorrectly handled set disciplines that
69 h. A bug was fixed which caused ksh to loop when execution trace
71 i. A bug which could cause the job control switch character
76 k. A bug which prevented ~ expansion from occurring when
79 l. A bug in the dot command which prevented autoload functions
81 m. A bug which caused a variable to be unset if the
86 o. A bug on some systems in which $0 would be incorrect
89 1. A bug which disabled argument passing and resetting
92 r. A bug in which an EXIT trap set the caller of a function
95 s. A bug which allowed a script to trap signals that are
98 t. A bug which caused 2<&1- when applied to a shell built-in
100 u. A bug which caused the shell to incorrectly parse
105 a. A bug which caused unset RANDOM to dump core has been
107 b. A bug which prevented return for terminating a profile
109 c. A bug which prevented standard input from being
114 e. A bug which prevented the shell from sending a HUP
117 f. A bug which allowed a script to trap signals that are
120 g. A bug which could cause a core dump when a discipline
127 j. A bug which caused read to fail on a file that was
135 m. A bug which caused the terminal to get into a bad
137 n. A bug which caused an invalid trap to cause a script
142 p. A bug in chmod which caused the -R option to fail has
148 b. A bug which could incorrectly report a syntax error in
151 c. A bug which prevented the shell from exiting after
160 f. A bug which could cause a coprocess to hang when
162 g. A bug which caused a script to terminate when set -e
167 i. A bug which caused $0 to display the wrong value when
172 k. A bug introduces in 12/28/93b which caused the backslash
175 l. A bug which could cause a core dump if ksh was invoked with
177 m. A bug which could cause a core dump if typeset -A was
182 p. A bug which prevented ulimit -t from working has been fixed.
183 Also, a bug in which failed ulimits could cause a core dump
187 r. A bug which caused read -r on a line that contained only
189 s. A bug introduced in the 'a' point release in which
191 t. A bug which prevented a trap on EXIT from being executed
194 u. A bug which caused an interactive shell ignore input when
199 w. A bug which could cause standard input to be incorrectly
201 y. A bug in the edit modes which allowed walking back in
204 z. A bug which could cause a core dump if variable TMPDIR was
206 aa. A bug which prevented a trap on EXIT from being cleared
212 b. A bug with read in which the line did not end with
214 c. A bug in file name generation which sometimes
220 e. A bug with hist (fc) -e which prevented a command
222 f. A bug which prevented quoting from removing the meaning
229 c. A bug in right to left arithmetic assignment for which
238 f. A bug which causes some arithmetic expressions to be
268 t. A bug in which the shell would reexecute previously
271 u. A bug in which an empty here-document would leave
273 v. A bug in which $(set -A array ...) would leave a
281 a. A bug which would cause the secondary prompt to be
284 b. I bug which caused ksh read -s name to core dump was
297 g. A bug which prevented the startup of a coprocess immediately
302 i. A bug which could cause an interactive shell to terminate when
304 j. A bug which could cause command substitution of a shell script
312 n. A bug which caused a core dump on some machines when
318 p. A bug in which integer variables could be expanded
321 q. A bug in which IFS wasn't correctly restored when
327 a. A bug in which a name reference could be created to
331 c. A bug introduced in 'e' in which leading 0's in -Z
337 e. A bug which in which assignment to array variables in
344 k. A bug in which the escape character was not processed
352 n. A parsing bug in which a # preceded alphanumeric
355 o. A bug in which a decimal constant represented as 10#ddd
358 p. A bug in here document expansion in which ${...} expansions
364 b. A bug in which the value of $? was changed when executing
369 d. I bug in which a local variable in a function declared readonly
372 e. I bug in which \<new_line> entered from the keyboard
376 g. I bug in the KEYBD trap in which escape sequences of the form
378 h. A bug in which ksh would consider expressions like [[ (a) ]]
382 j. A bug in which ksh could run out of file descriptors when
389 a. A bug in which a script could terminate when getopts
416 use fork() in which the current option settings where
420 k. A bug in which the precision given as an argument
434 e. Builtin functions can take a third argument which is
447 j. The sh_fun() function now takes third argument which
450 k. A callback function can be installed which will give