Lines Matching refs:A

55 	b.  A bug that caused a core dump when a script that did not
58 c. A bug which caused a core dump on some machines when
60 d. A bug which incorrectly handled set disciplines that
63 e. A bug caused by an EXIT trap inside a function that
67 g. The previous version incorrectly listed -A as an
68 invocation option. The -A option is only for set.
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
74 j. A bug in the macro expansion global replacement operator //,
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
154 d. A bug that could lead to memory corruption when a
157 e. A bug that could cause a core dump on some systems
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
165 h. A bug with here documents inside $(...) when the delimiter
167 i. A bug which caused $0 to display the wrong value when
170 j. A bug that could cause the built-in sleep to hang
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.
185 q. A bug in expansion of the form ${name/#pattern/string} and
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
236 e. A bug in printf that could cause the %E format to
238 f. A bug which causes some arithmetic expressions to be
247 j. A bug that caused side effects in subscript evaluation
255 m. A bug that caused the read builtin to resume execution
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
275 w. A discipline function for a global variable defined
281 a. A bug which would cause the secondary prompt to be
292 e. A bug in the processing of here-documents that could
295 f. A bug caused by a race condition that could cause SIGTERM
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
306 k. A security hole was fixed in suid_exec.
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
330 b. A bug in shcomp relating to compound variables was fixed.
331 c. A bug introduced in 'e' in which leading 0's in -Z
334 d. A bug when a name reference with a shorter name than
337 e. A bug which in which assignment to array variables in
342 g. A bug in [[ string1 > string2 ]] when ksh was run with -x
344 k. A bug in which the escape character was not processed
347 l. A bug in line continuation in here-documents has been
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
378 h. A bug in which ksh would consider expressions like [[ (a) ]]
380 i. A function defined as foo() without a function body
382 j. A bug in which ksh could run out of file descriptors when
385 k. A bug introduced when fixing item n from the 'g' point
389 a. A bug in which a script could terminate when getopts
399 b. A bug fixed for the v directive in vi MULTIBYTE has been
405 e. A bug with type ahead and KEYBOARD traps with the
409 g. A bug in brace pattern expansions that caused expressions
418 j. A bug in setting .sh.editchar during the KEYBD trap
420 k. A bug in which the precision given as an argument
424 a. A couple of minor changes to make adding built-ins easier.
427 c. A few changes have been made to the name-value library
450 k. A callback function can be installed which will give