Lines Matching refs:which

6 10-02-12  A bug in which the get discipline function was not invoked for
8 10-02-12 A bug which could occur if the last line of a script was an eval
12 10-01-20 A bug in the evaluation of arithmetic expression in which the
18 10-01-01 A bug in the parser in which '$((case i in i):;esac);:))' was not
20 10-01-01 A bug in the parser in which '$(( 2 , 3.6 ))' dumped core for locales
26 09-12-18 A bug with the SHOPT_BGX option set which disabled traps for signals
37 09-12-04 A bug in which in some cases a trap in a function executed in
39 09-12-03 A bug in which SHLVL exported with some attributes could cause
41 09-12-02 A bug with pipefail in which the shell could hang waiting for the
43 09-11-30 A bug in which a trap could be inherited by the first element of
57 09-11-11 A bug in which an interrupt handler processed during the read builtin
59 09-11-09 A bug in which a variable that has been unset in a subshell and then
71 09-10-12 A bug in which a function loaded in a subshell could leave side
80 09-09-24 A bug in which LANG=foo; LC_ALL=foo; unset LC_ALL; did not revert
82 09-09-17 A bug in which unsetting SVLVL could cause a script invoked by
84 09-09-16 A bug in which a pipeline in a here-document could hang when the
86 09-09-09 A bug in the processing of line joining in here documents which
90 09-09-09 A bug in which a subshell containing a background process could
93 09-09-03 A bug which caused an index array to have the wrong number of elements
106 09-08-25 A bug in which a function called to deeply from command substitution
114 09-08-20 A bug in which a compound variable containing an array of a type
116 09-08-19 A bug which disabled function tracing inside a function after
118 09-08-19 A bug in which initializing a compound variable instance to another
120 09-08-18 A bug in which compound variable instances could be lost after
122 09-08-18 A bug in which a discipline function for a type applied to an
128 09-08-06 A bug in which setting the trap on CHLD to ignore could cause
136 09-06-19 A bug which caused a core dump with trap DEBUG set with an array
144 09-06-18 A bug which occurs when appending a compound variable to an indexed
153 in which the output only contained on array element has been fixed.
159 09-06-12 A bug in vi edit mode in which hitting the up arrow key at the
160 end of a line longer than 40 characters which caused a core dump
162 09-06-11 A bug in which "eval non-builtin &" would create two processes,
168 09-05-13 A bug in which redirections of the form 2>&1 1>&5 inside command
173 09-05-12 A bug which could cause a core dump when a variable whose name
180 09-04-08 A change was made in the -n option which printed out an incorrect
187 09-03-31 A bug in which a nested command substitution with redirections could
207 09-03-03 A bug in which an expansion of the form ${!prefix@} could generate
209 09-02-02 A bug in restricted mode in which the value of ENV could be
211 09-02-02 A bug in which an erroneous message indicating that a process
215 09-02-02 A bug in which a function autoloaded in a subshell could cause
217 09-02-02 A bug in which 2>&1 inside a command substitution wasn't working
221 09-01-30 A bug in which 'eval print \$0' inside a function was giving the
223 09-01-28 A bug in which a command substitution could return an exit status
232 09-01-20 A bug in which the exit status specified in an exit trap was
234 09-01-19 A bug in which a signal whose default action is to terminate
237 09-01-19 A bug in which sending SIGWINCH to a process that reads from a pipe
251 09-01-13 A bug in which background jobs and pipelines that were not waited
254 09-01-06 A bug in indexed arrays of compound variables in which referencing
257 09-01-05 A bug in which the \ character did not escape extended regular
259 08-12-24 A bug in which killing the last element of a pipe did not cause
261 08-12-19 A bug which could cause command substitution to hang when the
264 08-12-18 A bug which occurs when a here documented marker embedded in a
268 08-12-16 A bug in which a name reference to a name reference variable that
270 08-12-16 A bug in which a variable given both the -A and -C attribute along
277 08-12-07 A bug in typeset -m which occurred when the target node was an
294 08-12-04 A bug in which printf "%d\n" "'<euro>'" did not output the
299 08-11-20 A bug which could cause a core dump if a function compiled with
301 08-11-20 A bug in which jobs were not cleared from the jobs table for
303 08-11-11 A bug in which a field that was unset in a type definition and later
306 08-11-11 A bug in which running a simple command & inside a function would
308 08=11-10 A bug in which the exit status of a command could be lost if the pid
312 08-11-06 A bug which could cause a core dump when the _ reference variable was
334 08-10-05 A bug which caused the shell to emit a syntax error for an arithmetic
366 08-09-10 A bug in which a subshell that spawned a background process could
376 08-09-08 A bug in which a coprocess created in a subshell that did not
382 08-09-05 A bug in which unsetting a compound variable did not unset all
386 06-08-26 The SHLVL variable which is an environment variable used by bash
396 08-08-11 A bug in which type instantiation with a compound assignment in
397 a dot script in which the type is defined has been fixed.
402 08-08-01 A bug with the pipefail option in which a nested pipeline could
406 08-07-30 A bug in which expanding compound variable that had a get discipline
408 08-07-18 A bug in which a nameref caused a local variable to be created
411 08-07-17 A bug which occurred when a nameref was created from within a
426 08-06-29 A bug in multiline edit mode which occurred when the prompt length
428 08-06-23 A bug in which the SIGCLD was not be triggered when background
433 08-06-19 A bug in which a syntax error in a dot script could generated
437 08-06-16 A bug in which printf "%B" could generate an exception when the
443 08-06-13 A bug in which a compound variable defined in a subshell could
459 08-06-09 A bug in which the return value for an assignment command containing
469 08-06-02 Several bugs in which compound variables were modified by
472 08-05-21 A bug in which a name reference defined in a function and passed
493 08-05-08 A parser bug in which reserved words and labels were recognized
511 08-05-01 A bug in the multiline edit mode which could cause the current
514 08-05-01 A bug in which options set in functions declared with the function
517 08-04-30 A bug which could cause a coprocess to hang when the read end
522 08-04-28 A bug in which ${!x} did not expand to x when x was unset has been
524 08-04-27 A bug in which the assignment x=(typeset -a foo=([0]=abc)) created
526 08-04-25 A bug in which $# did not report correctly when there were more
530 08-03-27 A bug in which the terminal group was not given back to the parent
536 08-03-25 A bug in which the pipefail option did not work for a pipeline
538 08-03-24 A bug in which OPTIND was not set correctly in subshells has
540 08-03-24 A bug which could cause a memory exception when a compound variable
542 08-03-20 A bug in which ${!var[sub].*} was treated as an error has been fixed.
545 08-03-18 A buffering problem in which standard error was sometimes
547 08-03-17 A bug in which a signal sent to $$ while in a subshell would be
551 08-03-14 A bug in which using monitor mode from within a script could
559 08-03-07 A bug in which ksh -i did not run the ENV file has been fixed.
560 08-03-07 A bug in which ulimit did not always produce the same output as
562 08-03-04 A bug in multiline mode in emacs and vi mode which could cause the
564 08-03-03 The change made in ksh93s+ on 07-06-18 in which braces became
567 08-03-03 A bug in which creating a name reference to an associative array
570 08-02-29 The redirection operator >; has been added which for non-special
575 08-02-07 A bug in which test \( ! -e \) produced an error has been fixed.
577 of an enumeration type which allows subscripts to be enumerations.
578 08-02-14 The enum builtin which creates enumeration types has been added.
588 07-11-15 A bug in the macro expander for multibyte characters in which
590 07-10-03 A bug in which : was not allowed as part of an alias name has been
592 07-09-26 A bug in which appending a compound variable to a compound variable
606 07-07-09 A bug in which typeset -a did not list indexed arrays has been
614 08-04-17 A bug in which umask was not being restored correctly after a
616 08-04-15 A bug in which sending a STOP signal to a job control shell started
619 08-04-11 A bug which caused $(exec > /dev/null) to go into an infinite loop
621 08-03-27 A bug in which typeset -LZ was being treated as -RZ has been fixed.
623 in which it would exit after running a non-builtin has been fixed.
624 08-01-31 A bug in which command substitution inside ((...)) could cause
626 08-01-17 A bug in which discipline functions could be deleted when invoked
628 08-01-17 A bug in which a command substitution consisting only of
630 08-01-17 A bug in which discipline functions invoked from withing a
634 08-01-16 A bug in which a set discipline defined for a variable before
636 08-01-03 A bug in on some systems in which exit status 0 is incorrectly
639 07-12-13 A race condition in which a program that has been stopped and then
643 07-12-11 A bug in the macro expander for multibyte characters in which
647 07-12-04 A bug in which using <n>TAB after a variable name listing expansion
649 07-11-28 A bug in which setting IFS to readonly could cause a subsequent
654 07-11-27 A bug in which the shell could read ahead on a pipe causing the
656 07-11-27 A bug in which compound variable UTF-8 multibyte values were not
660 07-11-15 A bug in which compatibility mode (no long option names) getopts(1)
662 07-11-15 A bug in which "hash -- name" treated "--" as an invalid name operand
665 07-11-15 A bug in which the umask builtin mis-handled symbolic mode operands
667 07-11-15 Bugs in which shell arithmetic and the printf builtin mis-handled the
671 07-11-15 A bug in which creating an index array with only subscript 0 created
673 07-11-14 A bug in which appending to an indexed array using the form
676 07-11-14 A bug in which typeset without arguments could coredump if a
679 07-11-14 A bug in which creating a local SECONDS variable with typeset in
681 07-11-14 A bug which could cause a core dump when a script invoked by name
683 07-11-05 A bug in which printf %d "'AB" did not diagnose unconverted characters
686 07-11-01 A bug in which typeset -f fun did not display the function definition
690 07-10-10 A bug in which the locale was not being restored after
692 07-09-20 A bug in which a nameref to a compound variable that was local
695 07-09-19 A bug which cause cause a core dump if .sh.edchar returned
697 07-09-14 A bug in which could cause a core dump when more than 8 file
699 07-09-10 A bug in which creating a name reference to an instance of
703 07-09-06 A bug in which subprocess cleanup could corrupt the malloc() heap
705 07-08-26 A bug in which a name reference to an associative array instance
708 07-08-22 A bug in which the value of an array instance was of a compound
710 07-08-14 A bug which could cause a core dump when a compound assignment was
713 07-08-08 A bug in which a trap ignored in a subshell caused it to be
715 07-08-07 A bug in which the set command would generated erroneous output
718 07-08-02 A bug in which read x[1] could core dump has been fixed.
719 07-08-02 A second bug in which after read x[sub] into an associative array
722 07-07-31 A bug in which a pipeline that completed correctly could have
727 07-06-25 A bug in which pipefail would cause a command to return 0
734 07-05-28 A bug in brace expansion in which single and double quotes did
739 07-05-15 A bug in which the %B format of printf was affected by the
741 07-05-14 A bug in which \ was not removed in the replacement pattern with
744 07-05-10 A bug in which ksh -R file core dumped if no script was specified
747 07-04-30 A bug in which a pipeline with command substitution inside a
753 07-03-08 A bug in which set +o output command line options has been fixed.
754 07-03-08 A bug in which an error in read (for example, an invalid variable
756 07-03-06 A bug in which read could core dump when specified with an array
765 07-02-26 A bug in which setting a variable readonly in a subshell would
768 07-02-19 A bug in which ksh93 did not allow multibyte characters in
772 07-02-19 A bug in which using compound commands in process redirection
774 07-01-29 A bug which caused the shell to core dump which can occur when a
776 07-01-26 A bug in which ~(E) in patterns containing \ that are not inside ()
780 06-12-29 A bug in which the value of IFS could be changed after a command
787 06-11-20 A bug in which "${foo[@]:1}}" expands a null argument (instead of
792 06-11-14 A bug which could cause a core dump if a file descriptor for
805 06-10-23 A bug in which the value of $! was affected by a background
816 06-10-06 A bug in which IFS was not being restored correctly in some
818 06-10-06 A bug in which pipefail was not detecting some failures in
820 06-10-03 A bug in the processing of >(...) with builtins which could
822 06-10-03 A bug in the for loop optimizer which causes >(...) process
828 select condition can be preceded by a semi-colon which will
843 06-07-26 A bug in the C-shell history (enabled with set -H) in which the
845 06-07-21 A bug on some systems in which assigning PATH on a command line
848 06-07-20 Removed the SHOPT_OO compilation option which was only partially
852 06-07-17 A bug with arithmetic command expressions for locales in which
866 06-06-13 A window between fork/exec in which a signal could get lost
871 06-06-04 Modified built-in binding so that for systems for which /bin
887 06-04-25 A bug in the vi edit mode which could cause the shell to core dump
889 06-04-17 A bug in which using LANG or LC_ in assignment lists with builtins
891 06-04-04 A bug in which discipline functions could not be added to variables
895 06-03-28 A bug in which variables assignment lists before functions
898 06-03-28 A bug in which name references defined within a function defined
901 06-03-27 A bug in which read <&p (print >&p) would cause the coprocess input
904 06-02-28 A bug in which stopping a job created with the hist builtin command
908 06-01-24 A bug in which running commands with standard output closed would
910 06-01-23 A bug in which print -u<n> could fail when file descriptor <n> was
914 05-12-24 A bug which could lead to a core dump when elements of a compound
916 05-12-13 An arithmetic bug in which x+=y+=z was not working has been fixed.
917 05-12-13 An arithmetic bug in which x||y was returning x when x was non-zero
921 05-12-07 The histexpand (-H) option has been added which allows C-shell
923 05-12-07 The multiline option was added which changes that way the edit
928 05-11-29 A bug which caused ksh -c '[[ ! ((' to core dump rather than
931 which caused a zero byte to terminate the value has been fixed.
940 05-10-17 A bug in which the library path variable could be prefixed
943 05-09-15 A for/while loop optimizer bug in which $OPTIND was not
945 05-09-05 A bug in which a history command that invoked a history
952 05-08-16 A bug in which n<&m did not synchronize m has been fixed.
953 05-08-16 A bug in which process substitution ( <() and >() ) was not
955 05-07-24 A bug in which the pattern ~(E)(foo|bar) was treated as a syntax
959 05-07-21 A bug with multibyte input when no edit mode was specified which
961 05-06-24 A race condition which could cause the exit status to get lost
963 05-06-21 A bug in which nested patterns of the form {m,n}(pat) would cause
965 05-06-21 A bug in the macro expander has been fixed which could cause a
968 05-06-08 On systems for which echo does not do System V style \ expansions,
970 05-06-08 A bug in which ${var op pattern} to not work when inside an
974 05-05-18 A bug in which the line number for errors was not correct for
976 05-04-18 A bug in which the exit status $? is not set when a trap triggered
979 with no intervening space, where varname is a variable name which
996 05-02-25 A bug in which a builtin command run in the background could
997 keep a file descriptor open which could cause a foreground
1007 05-02-12 A bug in which the lib_init() function for .paths BUILTIN_LIB
1009 05-02-06 A bug on some systems in which moving the write end of a co-process
1011 05-02-06 A bug in the vi-edit mode in which the character under the cursor
1023 05-01-11 The .paths file, introduced in ksh93m, which can appear in
1030 05-01-10 A bug in which a nameref to a compound name caused a core dump has
1032 05-01-09 A bug in which some SIGCHLD interrupts (from child processes exiting)
1034 04-12-24 A bug in which some SIGCHLD interrupts (from child processes exiting)
1037 04-12-01 A bug in which typeset -Fn truncated less than n digits for large
1039 04-11-25 A bug in which standard error could be closed after a redirection
1041 04-11-17 A bug in which an expansion of the form ${array[@]:3} could expand
1046 04-10-05 The .paths file, introduced in ksh93m, which can appear in
1063 04-07-08 A loop optimizer bug which occurs when typeset is used in
1072 04-06-15 A bug in ${var/pattern/"string"} which occurred when string
1076 04-05-24 A bug in which an associative array without any elements could
1080 04-05-11 A bug in which an exec statement could close the script that
1086 04-04-05 A bug in which the positioning of standard input could be incorrect
1088 04-03-30 A bug in the for loop optimizer which in rare cases could cause
1091 04-03-29 A bug introduced in ksh93p on some systems in which invoked by
1094 04-03-29 A bug introduced in ksh93p in which a HUP signal received by
1101 04-02-14 A bug in which the exportall option (set -a) would cause incorrect
1103 04-02-02 A bug in which an exported array would pass more than
1105 04-02-02 A bug on some systems in which name=value pairs preceding a script
1107 04-01-20 A bug in which an unset discipline function could cause a core
1109 04-01-12 A bug in which a continue or break called outside a loop from
1114 04-01-08 A bug in the vi edit mode in which the wrong repeat count on
1119 04-01-06 A bug in which unsetting all elements of an associative array
1121 03-12-15 A bug in which a quoted string ending with an unescaped $ would
1123 03-12-05 A bug in which the shell could hang when set -x tracing a command
1128 03-12-05 A problem which occurred when the login shell was not a group
1130 03-12-05 A problem in which a shell could core dump after receiving a signal
1135 03-11-21 A bug introduced in ksh93o in which the DEBUG trap could get
1137 03-11-04 A bug in which using arithmetic prefix operators ++ or -- on a
1139 03-11-04 A bug in which leading zeros were stripped from variable
1142 03-10-08 A bug introduced in ksh93o in which a large here document inside
1144 03-09-22 A bug in which the .get discipline function was not being
1147 03-09-22 A bug in which a script without a leading #! could get executed
1159 03-08-07 A bug in which the KEYBD trap was not being invoked when
1161 03-08-02 A parser bug introduced in ksh93o which caused the character
1164 03-08-01 A bug in which "${foo#pattern}(x)" treated (x) as if it were
1172 03-07-20 A bug in which could cause memory corruption when a posix
1174 03-07-15 A bug in which a file descriptor>2 could be closed before
1180 03-07-15 An error in which expanding an indexed array inside a compound
1182 03-07-15 A bug in which on rare occasions a job completion interrupt
1184 03-06-26 A bug in which process substitution embedded within command
1186 03-96-23 A bug in which ${@:offset:len} could core dump when there
1188 03-96-23 A bug in which ${X[@]:offset:len} could core dump when X
1195 03-06-14 A bug in which could cause a core dump on some systems with
1197 03-06-06 A bug in which the shell could core dump when a script was
1200 03-06-05 A bug in which the shell could core dump when a child process
1206 03-05-30 A bug in which the PATH search could give incorrect results when
1213 03-05-20 A bug in which read -N could hang on some systems when reading
1215 03-05-19 A bug in which the output of uname from a command substitution
1218 03-05-19 A job control bug which would cause the shell to exit because
1223 which could cause a pipeline to hang if the first component
1227 03-05-13 A bug in which the name of an identifier could have the string
1230 03-05-13 A bug in the expansion of $var for compound variables in which
1237 03-04-25 A bug in which if x is a name reference, then nameref y=x.foo
1241 03-03-18 A -N unary operator was added to test and [[...]] which returns
1247 03-03-06 A -N n option was added to read which causes exactly n bytes
1248 to be read unlike -n n which causes at most n bytes to be read.
1264 03-02-28 A bug in which the value of $LINENO was not correct when executing
1271 03-02-14 A bug which could cause a core dump when reading from standard
1275 03-02-09 A bug in which a function located in the first directory in FPATH
1282 03-02-05 A bug in which .sh.match[n], n>0, was not being set for substring
1284 03-01-15 A bug in which getopts did not work for numerical arguments specified
1286 03-01-09 A bug in which using ${.sh.match} multiple times could lead to
1300 02-11-30 An optimization bug in which an expansion of the form ${!name.@},
1301 which occurred inside a for or a while loop, when name is a name
1303 02-11-18 A bug in which modifying array variables in a subshell could leave
1313 02-10-31 A bug in which signals received while reading from a coprocess
1314 for which traps were set was not handled correctly has been fixed.
1315 02-10-31 A bug in which a file opened with exec inside a subshell could
1317 02-10-21 A bug in which setting PATH or FPATH inside a function might not
1319 02-10-21 A bug which could cause a core dump when a local SECONDS variable
1321 02-10-15 A bug in which the associate array name operator ${!array[@]}
1323 02-10-15 A bug in which the zero'th element of an associative array was
1329 02-09-30 A bug which could cause a core dump when changing attributes
1331 02-09-30 A bug in which exporting an array variable would not export the
1333 02-09-30 A bug in which an array assignment of the form a=($a ...) would unset
1335 02-09-27 A bug in which the error message for ${var?message} when var was
1337 02-09-27 A bug in which closing file descriptors 0 through 2 could
1339 02-09-14 A bug in whence which occurs when the specified name contained
1343 02-09-14 A for loop optimization bug in which the number of elements in
1345 02-09-09 A bug in which redirection or closing of a file descriptor between
1348 02-09-09 A bug in which a background job was not removed from the job list
1350 02-09-03 A bug in which an assignment of the form name=(integer x=3)
1353 02-08-19 A command completion bug which occurred on file systems that
1355 02-08-19 A bug which could lead to an exception on some systems (for
1356 example FREEBSD) which occurred when setting PATH has been fixed.
1357 02-08-11 A bug in arithmetic rounding in which a value input as a decimal
1360 02-08-11 A bug in which the last character could be deleted from shell
1363 02-08-01 A bug which could cause a core dump to occur when a shell script
1366 02-08-01 A bug in which command completion in multibyte mode could
1370 02-06-17 A bug in which user defined macros could cause a core dump in
1372 02-06-17 A bug in which printf format specifiers of the form %2$s were causing
1374 02-06-17 A bug in which setting stty to noecho mode did not prevent the
1377 02-06-17 A bug in which background job completion could cause the sleep
1379 02-06-17 A bug in which the shell could core dump if getopts was called
1382 02-06-10 A bug which occurred for interactive shells in which the builtin
1385 02-06-10 A bug in which the trap on ERR was not being processed when
1387 02-06-07 A bug in which function definitions could cause the history count
1389 02-06-05 A bug in read in which share mode could be enabled has been fixed.
1390 02-05-28 A bug which could occur when the last command of a script was
1394 02-05-07 A bug in substitutions of the form ${var/pattern/string} in which
1397 02-05-01 A bug in the emacs edit mode which occurred in versions compiled
1398 for multibyte character sets which occurred when a repeated search
1405 02-03-26 A bug in which \ was not handled correctly when used in file
1407 02-02-18 A bug in which lines beginning with a # were deleted from here
1410 02-12-06 An optimization bug in which ${!x[@]) was treated as invariant in
1412 02-02-06 A bug in which the ERR trap is not cleared for a script invoked
1414 02-01-08 A bug in which a shell script executed from within a subshell
1417 02-01-07 Added here documents of the form <<< word (as per zsh) which
1419 02-01-07 A bug in which the first word of a compound assignment,
1427 02-01-07 A bug in which builtin foo, where foo is already a builtin
1429 02-01-07 A bug which the shell executed a command found in the current
1445 01-10-16 A bug introduced in ksh93l in which assignments specified with
1448 01-10-11 An optimization bug in which ${!x) was treated as invariant in
1456 01-10-03 Yet another optimizer bug in which shell patterns were
1460 01-09-27 A bug introduced in ksh93k in which the PATH searching was
1463 01-09-26 A bug in which a zero filled field was treated as octal when
1473 offsets which cause offsets to be measured from the end.
1477 01-09-24 The change staring with ksh93g in which the the appropriate
1486 01-09-23 A bug in which IFS was not being restored after being changed in
1500 01-09-04 A bug introduced in ksh93k in which an arithmetic statement
1503 01-09-04 A bug introduced in ksh93l in which export -p did not prefix
1505 01-08-29 A bug in multibyte input which occurred when a partial multibyte
1507 01-08-29 A bug introduced in ksh93l which could cause a core dump
1513 01-07-27 A bug in which IFS would be unset after a command substitution
1521 01-07-23 A bug in which unset -f invoked in a subshell could unset a
1525 01-07-09 A bug in which a discipline function applied to a local variable
1537 01-05-22 A bug in which attributes for variables that did not have
1573 01-05-10 A bug in which open files were not restored after a subshell
1578 01-05-09 A bug in which the output of select was not flushed before the
1580 01-05-08 A bug in which job ids would not be freed for interactive shells
1585 01-05-07 A bug in which function definitions could be listed as part
1595 match or until the value of the variable changes which ever
1605 01-04-30 A bug in which the builtin version of a command would get invoked
1608 01-04-30 A bug in which read would loose the last character when
1611 01-04-23 A bug on some systems in which in vi mode the end of file
1614 01-04-23 A bug on some systems in which invoking a shell script that
1617 01-04-20 A bug in which read -n from a pipe would block if fewer than
1619 01-04-09 A bug in which invalid patterns, for example, ) by itself,
1623 01-04-09 A bug in which a non-zero return from a function defined
1626 01-04-02 A bug on some systems, in which characters above 127 were
1629 which the erase character in viraw mode was moving the cursor
1635 01-03-26 A bug in which valid scripts could produce syntax errors
1638 01-03-20 A bug in which an syntax error in an arithmetic expression
1642 which /bin/test -l tests for symbolic links.
1643 01-03-10 A bug in parsing scripts in which { and } are used in place of
1646 01-03-06 A bug in which an argument of the form foo=bar was not
1653 01-02-25 A race condition in which a coprocess which completed too quickly
1659 01-02-19 The error message which occurs when the interpreter name
1661 01-02-19 A bug in which $0 would not be set correctly when a
1665 made by external commands such as stty which could
1679 01-01-17 ksh now handles the case in which a here document in command
1682 01-01-02 A bug in which a KEYBD trap would cause a multi-line token
1689 00-11-29 A bug in which jobs -p would yield 0 for background
1691 00-11-21 A bug in integer arrays in which the number of elements is
1694 00-11-20 A timing bug in which the shell could reset the terminal
1705 00-10-18 A bug in which expansions of the form ${var//pattern/string}
1714 00-10-16 A bug in which the SIGCONT signal was being sent to
1718 00-10-10 A bug in which name prefix matching ${!name.*} was not
1720 00-09-26 A bug in the multibyte version in which the width of for
1723 00-09-12 A bug in which multibyte characters would be displayed incorrectly
1732 00-06-26 A bug in which on rare occasions wait could return before all
1734 00-06-21 A bug in which backspace did not work correctly during the
1756 00-03-28 A bug in which the set and trap commands invoked with --name
1759 00-03-27 A bug in which the library path variable was not updated
1776 00-01-28 A bug in which a script could terminate when getopts
1783 00-01-28 A bug in which the precision given as an argument
1802 99-03-31 A bug in which the value of $? was changed when executing
1807 99-03-31 A bug in which a local variable in a function declared readonly
1810 99-03-31 A bug in which \<new_line> entered from the keyboard
1814 99-03-31 A bug in the KEYBD trap in which escape sequences of the form
1816 99-03-31 A bug in which ksh would consider expressions like [[ (a) ]]
1820 99-03-31 A bug in which ksh could run out of file descriptors when
1840 98-04-30 A bug in which a name reference could be created to
1844 98-04-30 A bug introduced in ksh93e in which leading 0's in -Z
1850 98-04-30 A bug which in which assignment to array variables in
1857 98-04-30 A bug in which the escape character was not processed
1865 98-04-30 A parsing bug in which a # preceded alphanumeric
1868 98-04-30 A bug in which a decimal constant represented as 10#ddd
1871 98-04-30 A bug in here document expansion in which ${...} expansions
1873 98-04-30 The sh_fun() function now takes third argument which
1876 98-04-30 A callback function can be installed which will give
1889 97-06-30 A bug which would cause the secondary prompt to be
1892 97-06-30 A bug which caused ksh read -s name to core dump was
1905 97-06-30 A bug which prevented the startup of a coprocess immediately
1910 97-06-30 A bug which could cause an interactive shell to terminate when
1912 97-06-30 A bug which could cause command substitution of a shell script
1920 97-06-30 A bug which caused a core dump on some machines when
1926 97-06-30 A bug in which integer variables could be expanded
1929 97-06-30 A bug in which IFS wasn't correctly restored when
1947 96-07-31 A bug in right to left arithmetic assignment for which
1956 96-07-31 A bug which causes some arithmetic expressions to be
1986 96-07-31 A bug in which the shell would reexecute previously
1989 96-07-31 A bug in which an empty here-document would leave
1991 96-07-31 A bug in which $(set -A array ...) would leave a
2001 95-08-28 A bug with read in which the line did not end with
2003 95-08-28 A bug in file name generation which sometimes
2009 95-08-28 A bug with hist (fc) -e which prevented a command
2011 95-08-28 A bug which prevented quoting from removing the meaning
2015 95-08-28 Builtin functions can take a third argument which is
2023 95-04-31 A bug which could incorrectly report a syntax error in
2026 95-04-31 A bug which prevented the shell from exiting after
2035 95-04-31 A bug which could cause a coprocess to hang when
2037 95-04-31 A bug which caused a script to terminate when set -e
2042 95-04-31 A bug which caused $0 to display the wrong value when
2047 95-04-31 A bug introduces in 12/28/93b which caused the backslash
2050 95-04-31 A bug which could cause a core dump if ksh was invoked with
2052 95-04-31 A bug which could cause a core dump if typeset -A was
2057 95-04-31 A bug which prevented ulimit -t from working has been fixed.
2058 Also, a bug in which failed ulimits could cause a core dump
2062 95-04-31 A bug which caused read -r on a line that contained only
2064 95-04-31 A bug introduced in the 'a' point release in which
2066 95-04-31 A bug which prevented a trap on EXIT from being executed
2069 95-04-31 A bug which caused an interactive shell ignore input when
2074 95-04-31 A bug which could cause standard input to be incorrectly
2076 95-04-31 A bug in the edit modes which allowed walking back in
2079 95-04-31 A bug which could cause a core dump if variable TMPDIR was
2081 95-04-31. A bug which prevented a trap on EXIT from being cleared
2111 94-12-31 A bug which caused unset RANDOM to dump core has been
2113 94-12-31 A bug which prevented return for terminating a profile
2115 94-12-31 A bug which prevented standard input from being
2120 94-12-31 A bug which prevented the shell from sending a HUP
2123 94-12-31 A bug which allowed a script to trap signals that are
2126 94-12-31 A bug which could cause a core dump when a discipline
2133 94-12-31 A bug which caused read to fail on a file that was
2141 94-12-31 A bug which caused the terminal to get into a bad
2143 94-12-31 A bug which caused an invalid trap to cause a script
2148 94-12-31 A bug in chmod which caused the -R option to fail has
2153 94-06-30 An expansion bug which causes portions of a word after
2159 94-06-30 A bug which caused a core dump on some machines when
2161 94-06-30 A bug which incorrectly handled set disciplines that
2170 94-06-30 A bug was fixed which caused ksh to loop when execution trace
2172 94-06-30 A bug which could cause the job control switch character
2177 94-06-30 A bug which prevented ~ expansion from occurring when
2180 94-06-30 A bug in the dot command which prevented autoload functions
2182 94-06-30 A bug which caused a variable to be unset if the
2187 94-06-30 A bug on some systems in which $0 would be incorrect
2190 94-06-30 A bug which disabled argument passing and resetting
2193 94-06-30 A bug in which an EXIT trap set the caller of a function
2196 94-06-30 A bug which allowed a script to trap signals that are
2199 94-06-30 A bug which caused 2<&1- when applied to a shell built-in
2201 94-06-30 A bug which caused the shell to incorrectly parse