Lines Matching refs:was
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
13 subscript was evaluated twice for $((foo[x++]++)) has been fixed.
18 10-01-01 A bug in the parser in which '$((case i in i):;esac);:))' was not
19 parsed correctly was fixed.
27 < SIGCHLD when a trap for a signal > SIGCHLD was set has been fixed.
28 09-12-18 A bug where [[ -v var ]] was incorrect for some variables (including
32 09-12-11 A bug where the subscript of an unset variable was not evaluated has
46 09-11-19 When read from a terminal was called from with a while or foo loop,
47 and an edit mode was on, a backspace or erase no longer will
85 pipefail option was on has been fixed.
94 when it was converted from a compound variable by adding an another
104 09-08-26 The .sh.file variable was not being set for a script that was run
174 begins with a . was referenced as part of a name reference inside
176 09-05-01 A bug that caused a core dump when SIGWINCH was received and
180 09-04-08 A change was made in the -n option which printed out an incorrect
182 09-04-07 The emacs edit command M-_ and M_. and the vi command _ was fixed
190 verify that it was set by the invoking process rather than being
198 to ruid. A bug that did the wrong test (ruid<SHOPT_P_UID) was fixed.
201 09-03-10 If a variable that was left or right justified or zero-filled was
202 changed with a typeset statement that was left or right justified
213 09-02-02 The exit status when exit was called without an argument from
214 a signal handler was incorrect and has been fixed.
221 09-01-30 A bug in which 'eval print \$0' inside a function was giving the
227 09-01-26 The [[ -v var ]] operator was modified to test for array elements.
228 09-01-23 The redirection operator <>; was added. It is similar to <>
231 09-01-23 The default file descriptor for <> was changed to 1.
232 09-01-20 A bug in which the exit status specified in an exit trap was
239 09-01-16 The -R unary operator was added to [[...]] and test to check whether
241 09-01-16 The -v unary operator was added to [[...]] and test to check whether
243 09-01-14 The unset built-in was modified to return 0 exit status when
244 unsetting a variable that was unset to conform with the POSIX
246 09-01-14 The unset built-in was modified to continue to unset variables
262 last element of a pipeline in a command substitution was a built-in
263 and the output was more that PIPE_BUFF.
272 08-12-10 The [[ -t fd ]] test was fixed to handle fd>9.
275 08-12-09 Command completion was changed to use \ to quote special characters
277 08-12-07 A bug in typeset -m which occurred when the target node was an
300 shcomp was found has been fixed.
303 08-11-11 A bug in which a field that was unset in a type definition and later
309 was that of the most recent command substitution that had completed
312 08-11-06 A bug which could cause a core dump when the _ reference variable was
367 loose output that was produced after the foreground completed
400 08-08-06 A bug in read when used in a loop when a prompt was specified
411 08-07-17 A bug which occurred when a nameref was created from within a
412 function that was part of a pipeline has been fixed.
413 08-07-14 The compile option SHOPT_STATS was added. With this option the
427 was three characters or less has been fixed.
428 08-06-23 A bug in which the SIGCLD was not be triggered when background
438 specified variable was not set has been fixed.
460 a command substitution with that failed was zero when the assignment
498 08-05-07 The typeset -S option was added for variables outside type
505 a character was deleted from near the beginning of the any
522 08-04-28 A bug in which ${!x} did not expand to x when x was unset has been
530 08-03-27 A bug in which the terminal group was not given back to the parent
531 shell when the last part of a pipeline was handled by the parent shell
533 The symptom was that the pipeline became uninterruptable.
538 08-03-24 A bug in which OPTIND was not set correctly in subshells has
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.
545 08-03-18 A buffering problem in which standard error was sometimes
563 cursor to be on the wrong line when interrupt was hit has been fixed.
565 optional for ${a[i]} inside [[...]] was restored in the case
590 07-10-03 A bug in which : was not allowed as part of an alias name has been
597 07-09-18 The value of ${!var} was correct when var was a reference to an
599 07-09-18 The value of ${!var[sub]} was not expanding to var[sub] and this
600 was fixed. It also fixed ${name} where name is a name reference
614 08-04-17 A bug in which umask was not being restored correctly after a
621 08-03-27 A bug in which typeset -LZ was being treated as -RZ has been fixed.
629 assignments was treated as a noop has been fixed.
645 07-12-06 A bug in the emacs edit mode when multiline was set that output
658 07-11-21 A bug where an unbalanced '[' in a command argument was not treated
688 07-10-29 The sleep builtin was fixed so that all floating point constants
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
708 07-08-22 A bug in which the value of an array instance was of a compound
709 variable was not expanded correctly has been fixed.
710 07-08-14 A bug which could cause a core dump when a compound assignment was
723 an exit status of 127 when pipefail was enabled has been fixed.
728 when the pipeline was the last command and the failure happened
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
742 ${var/pattern/rep} when it was not followed by \ or a digit has
744 07-05-10 A bug in which ksh -R file core dumped if no script was specified
762 signal and exits normally, ksh93 was incorrectly exiting with
784 06-12-19 A -v option was added to read. With this option the value of
793 an internal file was closed from with a subshell has been fixed.
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
824 06-09-17 The -a option was added to typeset for indexed arrays. This
826 06-09-06 The showme option was added. Each simple command not beginning
844 history event !$ was not processed has been fixed.
848 06-07-20 Removed the SHOPT_OO compilation option which was only partially
854 06-07-13 The default HISTSIZE was increased from 128 to 512.
885 06-05-10 The =~ operator was added to [[...]] and [[ string ~= ERE ]]
893 06-03-28 The -s option to typeset was added to modify -i to indicate short
910 06-01-23 A bug in which print -u<n> could fail when file descriptor <n> was
913 the colon was an assignment.
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
923 05-12-07 The multiline option was added which changes that way the edit
939 pattern match. Previously it was only set for substring matches.
941 with a directory when a .path file was not encountered in
943 05-09-15 A for/while loop optimizer bug in which $OPTIND was not
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
957 05-07-24 A bug in completion with <n>=, where n was the one of the
959 05-07-21 A bug with multibyte input when no edit mode was specified which
969 the -e option was added to enable these expansion.
974 05-05-18 A bug in which the line number for errors was not correct for
1008 libraries was not called has been fixed.
1012 was not deleted in some cases with the d% directive has been fixed.
1042 to ${array[0]} when ${array[3]} was not set has been fixed.
1052 04-08-08 The maximum size for read -n and and read -N was increased from
1054 04-08-04 printf %q was modified so that if an no operand was supplied, no
1065 04-06-24 The number of subexpressions in a pattern was increased to 64
1067 04-06-17 The -t option to read was modified to allow seconds to be
1078 the same name was declared in a script invoked by name has
1083 04-04-28 If the first character of assignment to an integer variable was 0,
1084 the variable had been treated as unsigned. This behavior was
1095 a shell that is a session group leader was not passed down to
1106 invoked by name was not getting passed to the script has been fixed.
1126 the meta key were not processed until return was hit. This
1128 03-12-05 A problem which occurred when the login shell was not a group
1131 that should cause it to terminate while it was in the process
1144 03-09-22 A bug in which the .get discipline function was not being
1145 called when a string variable was implicitly referenced from
1159 03-08-07 A bug in which the KEYBD trap was not being invoked when
1189 was unset has been fixed.
1190 03-06-22 The -x option was added to the command builtin. If this
1197 03-06-06 A bug in which the shell could core dump when a script was
1217 uname was invoked with a non-standard option has been fixed.
1221 whose last element was a function.
1231 some elements would not be output when the name was a prefix
1241 03-03-18 A -N unary operator was added to test and [[...]] which returns
1243 was last read.
1244 03-03-18 The TIMEFORMAT variable was added to control the format for
1247 03-03-06 A -N n option was added to read which causes exactly n bytes
1251 was found in. The variable .sh.fun names the current function
1264 03-02-28 A bug in which the value of $LINENO was not correct when executing
1269 expansion operators, ksh93 was modified to accept :% as equivalent
1272 error when standard error was a pty has been fixed.
1273 03-02-14 The shell arithmetic was modified to use long double on systems
1276 would not be found when the last component of PATH was . and the
1277 current directory was one of the directories in PATH has been fixed.
1282 03-02-05 A bug in which .sh.match[n], n>0, was not being set for substring
1290 03-01-02 A -P option was added for systems such as Solaris 8 that support
1306 02-11-14 The code to display compound objects was rewritten to make
1308 02-11-14 A change was made to allow runtime builtins to be notified when
1311 the ALRM signal was used internally and could not be used
1314 for which traps were set was not handled correctly 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
1328 02-09-30 The maximum indexed array size was increased to 16Megs.
1334 'a' before the right hand side was evaluated has been fixed.
1335 02-09-27 A bug in which the error message for ${var?message} when var was
1344 an array was treated as an invariant has been fixed.
1348 02-09-09 A bug in which a background job was not removed from the job list
1376 was enabled has been fixed.
1379 02-06-17 A bug in which the shell could core dump if getopts was called
1383 cat command was used in command substitution on a file whose
1384 size was larger than PIPE_BUF has been fixed.
1385 02-06-10 A bug in which the trap on ERR was not being processed when
1390 02-05-28 A bug which could occur when the last command of a script was
1395 a backslash was inserted in the replacement string when it contained
1399 was requested after a long line had been returned for the previous
1405 02-03-26 A bug in which \ was not handled correctly when used in file
1408 documents when the here-document delimiter was followed by
1410 02-12-06 An optimization bug in which ${!x[@]) was treated as invariant in
1420 x=(word ...), was treated as a reserved word has been fixed.
1421 02-01-07 A bug in the handling of \ when noglob was enabled and a
1431 01-11-28 The value of $? was not being set when called with exit.
1432 01-11-28 If the last command was of the form (...) and a trap on EXIT or
1433 ERR was set, and the command inside () modified the trap, then
1436 the base was not 10.
1448 01-10-11 An optimization bug in which ${!x) was treated as invariant in
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
1467 01-09-25 The exponentiation operator ** was added to the shell arithmetic
1470 01-09-25 The code was modified to use the ast multibyte macros
1486 01-09-23 A bug in which IFS was not being restored after being changed in
1494 and functions. Command listing from the edit mode was presented
1506 character was received has been fixed.
1578 01-05-09 A bug in which the output of select was not flushed before the
1584 01-05-08 A bug in read -n when echo mode was disabled has been fixed.
1601 01-04-30 The shcomp command was modified so that it can work in an
1606 even though the full pathname for the command was specified
1618 n characters was received has been fixed.
1620 was not treated as a string has been fixed so that if i=')',
1629 which the erase character in viraw mode was moving the cursor
1631 01-04-02 On some systems the wcwith() function was returning a wrong
1646 01-03-06 A bug in which an argument of the form foo=bar was not
1648 was foo has been fixed.
1657 01-02-20 The + was not being displayed during an execution trace
1662 script with #! was invoked by full pathname from the
1671 01-02-05 The sequence \<newline> inside $'...' was not incrementing
1678 01-01-19 read -n1 was not working and has been fixed.
1681 a new-line was needed at the end of the delimiter word.
1706 did not work correctly when pattern was '/' or "/" has
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
1719 checking name to see if it was a name reference has been fixed.
1721 non-printing characters was not correct has been fixed.
1754 00-03-30 Code was modified in several places to support automatic
1759 00-03-27 A bug in which the library path variable was not updated
1765 was found on the path but was not executable was set
1767 00-03-05 A prototype for ioctl() was removed from the vi edit mode.
1779 00-01-28 When a symbolic link was specified as the name of
1780 the script to invoke by name, the value of $0 was
1784 to printf was not working has been fixed.
1799 for the MULTIBYTE option was fixed in release ksh93h.
1802 99-03-31 A bug in which the value of $? was changed when executing
1813 was often garbled and has been fixed.
1819 was not reported as a syntax error.
1821 a stream was repeatedly opened with exec and read from
1843 98-04-30 A bug in shcomp relating to compound variables was fixed.
1848 the variable it references was the subject of a compound
1853 98-04-30 read name?prompt was putting a 0 byte at the end of the
1855 98-04-30 A bug in [[ string1 > string2 ]] when ksh was run with -x
1857 98-04-30 A bug in which the escape character was not processed
1864 the value was determined by the first assignment.
1869 where ddd was more than five digits generated a syntax
1892 97-06-30 A bug which caused ksh read -s name to core dump was
1911 the last process of a pipeline was a POSIX function was fixed.
1914 97-06-30 A security hole was fixed in suid_exec.
1922 parameter and the name reference was not defined inside
1932 with the M-f and M-b emacs directives as it was in ksh88.
1949 yield 1 for y when x was declared typeset -i was fixed.
1966 when tracing was enabled for subscripts using ++ or --
1979 96-07-31 The value of TMOUT was affected by changes make to
1983 96-07-31 The error message for ksh -o unknown was incorrect.
1987 executed code when a shell script or coprocess was
1999 95-08-28 The \ character was not handled correctly in replacement
2021 95-04-31 The expansion of "$@" was incorrect when $1 was the null
2024 a backquoted expression when a $ was preceded by \\
2031 substitution was expanded has been fixed.
2038 was on and the first command of and && or || list
2043 a script was invoked as an argument to the . command
2048 to be removed when it was followed by digit inside double
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
2065 ${x='\\'} expanded to \ when x was unset has been fixed.
2067 when the last command in a script was a function invocation
2070 standard error was redirected to a file with exec,
2079 95-04-31 A bug which could cause a core dump if variable TMPDIR was
2090 The previous behavior was never documented.
2092 The previous behavior was never documented.
2103 The previous behavior was never documented.
2117 monitor mode was turned off has been fixed.
2124 ignored at the time that the shell was invoked by exec
2127 function was unset within a discipline was fixed.
2133 94-12-31 A bug which caused read to fail on a file that was
2135 was print or printf has been fixed.
2139 an argument but didn't have one was incorrect in the
2160 the LANG variable was assigned to has been fixed.
2163 was called from the arithmetic evaluator has been fixed.
2165 was executed in a subshell was fixed.
2170 94-06-30 A bug was fixed which caused ksh to loop when execution trace
2171 was enabled and the PS4 prompt required command substitution.
2174 terminated was fixed.
2178 it was terminated with a colon inside an assignment
2195 was not found has been fixed.
2197 ignored at the time that the shell was invoked has