Lines Matching refs:an
8 10-02-12 A bug which could occur if the last line of a script was an eval
32 09-12-11 A bug where the subscript of an unset variable was not evaluated has
47 and an edit mode was on, a backspace or erase no longer will
55 09-11-11 If set -e is on for an interactive shell errors in special builtins
57 09-11-11 A bug in which an interrupt handler processed during the read builtin
89 no longer causes an error. It now is used for the "showme" option.
93 09-09-03 A bug which caused an index array to have the wrong number of elements
94 when it was converted from a compound variable by adding an another
96 09-09-03 Specifying export for a compound variable now generates an error.
101 09-09-01 Several bugs in the processing for types that included an associative
107 did not display an error message has been fixed.
114 09-08-20 A bug in which a compound variable containing an array of a type
121 an instance that invoked a type method discipline has been fixed.
122 09-08-18 A bug in which a discipline function for a type applied to an
136 09-06-19 A bug which caused a core dump with trap DEBUG set with an array
142 09-06-18 A bug in appending a compound variable to a an indexed array of
144 09-06-18 A bug which occurs when appending a compound variable to an indexed
150 09-06-17 A bug in appending to nodes of an array of compound variables when
152 09-06-17 A bug in typeset -p var, when var is an array of compound variables
155 reference to an element of an array.
164 09-06-08 When var is an identifier and is unset, ${var} no longer tries to
180 09-04-08 A change was made in the -n option which printed out an incorrect
207 09-03-03 A bug in which an expansion of the form ${!prefix@} could generate
208 an exception after the return from a function has been fixed.
211 09-02-02 A bug in which an erroneous message indicating that a process
213 09-02-02 The exit status when exit was called without an argument from
223 09-01-28 A bug in which a command substitution could return an exit status
225 09-01-26 ksh93 now generates an error message if you attempt to create
232 09-01-20 A bug in which the exit status specified in an exit trap was
252 for could, in rare instances, cause the shell to go into an infinite
255 non-existent sub-variable in an arithmetic expression could cause
269 references an array element has been fixed.
271 with an initial assignment didn't work correctly has been fixed.
277 08-12-07 A bug in typeset -m which occurred when the target node was an
281 with an "Exec format error" has been fixed.
304 set for an instance could appear twice when displaying the variable
313 used as an embedded type with a compound assignment has been fixed.
334 08-10-05 A bug which caused the shell to emit a syntax error for an arithmetic
343 08-09-29 A bug in the display of compound variables containing an indexed
345 08-09-29 A bug in the display of compound variables containing an associative
361 type, this function will be called when an instance is created.
364 08-09-10 The shell now prints an error message when the type name specified
365 for an indexed array subscript is not an enumeration type.
386 06-08-26 The SHLVL variable which is an environment variable used by bash
388 08-08-25 For an indexed array, a negative subscript now refers to offsets
394 08-08-13 When used in an arithmetic expression, the .sh.version variable
403 cause an asynchronous command to block has been fixed.
404 08-08-01 A for loop optimizer bug that treats .sh.lineno as an invariant
409 rather than binding to an existing variable in the global scope
424 08-07-01 A bug in the handling of shared variables when inside an embedded
437 08-06-16 A bug in which printf "%B" could generate an exception when the
459 08-06-09 A bug in which the return value for an assignment command containing
473 as an argument to another function could cause an incorrect binding.
480 result from an expansion.
487 08-05-12 The unset built-in now returns non-zero when deleting an array
525 x.foo as an associative array has been fixed.
541 containing an indexed array with only element 0 defined was expanded.
542 08-03-20 A bug in which ${!var[sub].*} was treated as an error has been fixed.
567 08-03-03 A bug in which creating a name reference to an associative array
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.
590 07-10-03 A bug in which : was not allowed as part of an alias name has been
593 or to an index array didn't work has been fixed.
597 07-09-18 The value of ${!var} was correct when var was a reference to an
602 07-09-18 It is now legal to create a name reference without an initialization.
610 shell environment. The ${ must be followed by a blank or an
619 08-04-11 A bug which caused $(exec > /dev/null) to go into an infinite loop
633 generate an error message.
635 an array assignment could cause a core dump has been fixed.
652 control shell to go into an infinite loop by adding the volatile
658 07-11-21 A bug where an unbalanced '[' in a command argument was not treated
662 07-11-15 A bug in which "hash -- name" treated "--" as an invalid name operand
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
674 name+=([sub]=value) could cause the array to become an associative
699 07-09-10 A bug in which creating a name reference to an instance of
700 an array when the array name is itself a reference has been fixed.
701 07-09-10 The file completion code has been modified so that after an = in
705 07-08-26 A bug in which a name reference to an associative array instance
706 could cause the subscript to be evaluated as an arithmetic expression
708 07-08-22 A bug in which the value of an array instance was of a compound
719 07-08-02 A second bug in which after read x[sub] into an associative array
720 of an element that hasn't been assigned could lead to a core dump
723 an exit status of 127 when pipefail was enabled has been fixed.
745 has been fixed. it not displays an error message.
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
757 variable with a subscript that is an arithmetic expression has
766 cause an unset error when the subshell completed has been fixed.
793 an internal file was closed from with a subshell has been fixed.
913 the colon was an assignment.
926 05-12-05 The whence builtin now returns an absolute pathname when the
932 05-11-22 The ability to seek to an offset within a file has been added
946 command could go into an infinite loop has been fixed.
966 syntax error for an expansion of the form ${x-$(...)} when
970 05-06-08 A bug in which ${var op pattern} to not work when inside an
1041 04-11-17 A bug in which an expansion of the form ${array[@]:3} could expand
1054 04-08-04 printf %q was modified so that if an no operand was supplied, no
1069 an integral number of seconds, for example even -t 'sin(.5)'
1074 04-05-08 printf $'%d\n' produced an erroneous error message and has
1076 04-05-24 A bug in which an associative array without any elements could
1077 cause a core dump when a script with an associative array with
1080 04-05-11 A bug in which an exec statement could close the script that
1083 04-04-28 If the first character of assignment to an integer variable was 0,
1099 04-02-28 The ability to apply an append discipline to any variable has
1103 04-02-02 A bug in which an exported array would pass more than
1107 04-01-20 A bug in which an unset discipline function could cause a core
1119 04-01-06 A bug in which unsetting all elements of an associative array
1120 would cause it to be treated as an indexed array has been fixed.
1121 03-12-15 A bug in which a quoted string ending with an unescaped $ would
1124 when an invalid multibyte character is encountered has been fixed.
1180 03-07-15 An error in which expanding an indexed array inside a compound
1227 03-05-13 A bug in which the name of an identifier could have the string
1294 variable, $x will not be treated as an octal constant.
1298 are in an autoloaded function when the function is autoload from
1300 02-11-30 An optimization bug in which an expansion of the form ${!name.@},
1305 02-11-18 A memory leak when unsetting an associative array has been fixed.
1323 02-10-15 A bug in which the zero'th element of an associative array was
1324 not getting set when an assignment was made without a subscript
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
1344 an array was treated as an invariant has been fixed.
1350 02-09-03 A bug in which an assignment of the form name=(integer x=3)
1351 could be interpretted as an array assignment rather than a
1355 02-08-19 A bug which could lead to an exception on some systems (for
1415 could cause this script to have an invalid pointer leading
1461 not restored after running a command with an assignment list
1500 01-09-04 A bug introduced in ksh93k in which an arithmetic statement
1508 when an assignment list containing PATH is specified inside
1518 before doing a path search for an executable script. Earlier
1519 versions first checked for an executable script using the
1540 an extended regular expression.
1554 specially even when in an enclosing character class. The
1575 01-05-10 Redirection to a null file name now generates an error message.
1582 01-05-08 The FPATH variable now requires an explicit . to cause the
1592 in a variable substitution. The variable .sh.match is an
1598 shcomp now stops compiling when it finds an exit or exec
1601 01-04-30 The shcomp command was modified so that it can work in an
1638 01-03-20 A bug in which an syntax error in an arithmetic expression
1640 an infinite loop outputting the error message has been fixed.
1646 01-03-06 A bug in which an argument of the form foo=bar was not
1657 01-02-20 The + was not being displayed during an execution trace
1677 as ((int)float)%int rather than as an error.
1711 implicitly unreference an existing name reference.
1713 is appended to a variable that is not an array has been fixed.
1743 is not an alpha character. Previous versions core dumped with this.
1777 encountered an error when invoked inside a function
1783 00-01-28 A bug in which the precision given as an argument
1808 would generated an error when the function went out of
1835 a colon is given to cd, it is assumed to be an absolute
1837 98-04-30 When an executable is found on a given path,
1841 itself and later cause the shell to get into an infinite
1874 is an argument list for the invoked discipline function
1907 97-06-30 ulimit foobar, where foobar is not an arithmetic
1908 expression, now gives an error message as it did with ksh88
1910 97-06-30 A bug which could cause an interactive shell to terminate when
1918 97-06-30 The error message from a script containing an incomplete
1989 96-07-31 A bug in which an empty here-document would leave
2027 reporting an error when failing to open a script
2033 after ksh detected an error when reading a function
2041 word is an identifier has been fixed.
2043 a script was invoked as an argument to the . command
2053 specified for an existing variable has been fixed.
2069 95-04-31 A bug which caused an interactive shell ignore input when
2138 94-12-31 The value of OPTARG when an option that required
2139 an argument but didn't have one was incorrect in the
2143 94-12-31 A bug which caused an invalid trap to cause a script
2144 to terminate, rather than just return an error, has
2164 94-06-30 A bug caused by an EXIT trap inside a function that
2168 94-06-30 The previous version incorrectly listed -A as an
2178 it was terminated with a colon inside an assignment
2189 94-06-30 Here documents with an empty body now work.
2193 94-06-30 A bug in which an EXIT trap set the caller of a function