112-08-01  --- Release ksh93u+ ---
212-08-01  A bug that ignored interrupts for some builtins (e.g. cmdtst::grep)
3	  that read from stdin has been fixed.
412-08-01  A bug that interpreted "cd .foo" as "cd foo" has been fixed.
512-07-30  Added automatic restart for EINTR for ioctl, tcgetattr, and tcsetattr.
612-07-23  A scoping error with namrefs to compound associative arrays has
7	  been fixed.
812-07-20  A bug where builtin -d /path/foo deleted foo has been fixed.
912-07-18  A bug in which /dev/stdout did not work in command substitution on
10	  some systems has been fixed.
1112-07-17  A bug in which the restricted option set in a subshell prevented
12	  some variables from getting restored when the subshell completed
13	  has been fixed.
1412-07-09  A bug in which the directory is not restored after a subshell changes
15	  the name of the directory for subshells executed in the same process
16	  has been fixed.
1712-07-09  A bug in which file descriptors created with {n}< file were not being
18	  closed has been fixed.
1912-07-09  The 12-04-04 fix for cd .. was not correct causing cd /etc;cd .. to
20	  remain in /etc.  This has been fixed.
2112-07-02  A bug in which builtin name did now work for builtins found in a
22	  library added by builtin -f lib has been fixed.
2312-07-02  A bug in the edit modes which <tab> after a directory did not refresh
24          the input line has been fixed.
2512-07-02  A bug in which an exit status > 256 corresponding to a signal was
26          not returned by a function to indicate a signal exit has been fixed.
2712-06-28  Fix ulimit -a to list (Kibytes) instead of (kbytes).
2812-06-27  Fix unitialized data reference for <CR> as first char in --vi mode.
2912-06-26  The formatting of printf "%q" for multibyte locales has changed to
30	  output using \u[xxx] format for valid wide characters.
3112-06-25  The size limit for read -N and read -n has been raised to INT_MAX.
3212-06-22  A bug in which an exit trap set in a subshell might not be triggered
33	  when the last command was a simple executable has been fixed.
3412-06-22  A bug which could cause the shell to hang when a coprocess exits
35	  while a command inside a command substitution is reading from it has
36	  been fixed.
3712-06-21 +ksh new accepts for commands of the form for i; <nl> do;...;done
3812-06-19  Tab completion after a / when there is only one match not completes
39	  with that match rather than generating a menu of matches.
4012-06-19  A bug in which patterns containing {...} where not processed
41	  correctly inside ${var/pattern/string} has been fixed.
4212-06-18  Code modified to eliminate fts_notify variable.
4312-06-15  Change the .paths plugin/builtin library variable name from
44	  BUILTIN_LIB to PLUGIN_LIB to prevent new plugin_version() aware
45	  -lcmd from causing older non-plugin_version() aware ksh to dump core.
4612-06-14  builtin without argument no longer lists .sh.tilde as a built-in.
4712-06-12  For assignments if the form x=(foo bar), foo is only check for an
48	  alias if it is float, integer, compound, or nameref.
4912-06-12 +The shell supports 64 bit i-nodes even for 32 bit binaries.
5012-06-11  A bug wth >; redirection systems for which vfork() was the same a
51	  fork() has been fixed.
5212-06-11  A bug in path lookup that ignored buffer boundaries has been fixed.
5312-06-08  typeset -a var and typeset -A var, first unset var when var is
54	  a compound variable.
5512-06-08  A bug in which running shcomp on a program containg namespace
56	  could core dump has been fixed.
5712-06-06  A bug in which unset of an associative array of compound variables
58	  did not completely unset the variable has been fixed.
5912-06-06  A bug in which exporting left or right justfied fields could loose
60	  the field width has been fixed.
6112-06-06  A bug on Solaris11 in which >; did not work for /dev/null was fixed.
6212-06-05  A race condition which occured when stopping a builtin command
63	  invoked from a subshell has been fixed.
6412-06-05  A bug with appending elements to an empty indexed array has been
65	  fixed.
6612-06-04  A bug in which continuing a stopped builtin could cause it to
67	  terminate has been fixed.
6812-06-04  By default, builtins added at runtime will restore the current
69	  directory if they are killed or stopped.
7012-06-04  A bug in handling \\ in read has been fixed.
7112-05-31  Use getrlimit64/setrlimit64 on systems that support it.
7212-05-31  Fix 64 bit big-endian arithmentic bug that mishandled nan and inf.
7312-05-31  Handle ECONNRESET like EPIPE.
7412-05-31  Change .paths parse to use only the last BUILTIN_LIB from the top
75	  and treat BUILTIN_LIB value as a ':' separated list of lib names.
7612-05-29  Fix BUILTIN_LIB binding bug that ignored subsequent lookups.
7712-05-29  shtests: --nocompile omits the compile test and --compile does only
78	  the compile test.
7912-05-25  A command subsitution containing a here-document that itself contains
80	  a here-document no longer hangs.
8112-05-24  When the redirection operatory >; is directed to a symlink, it now
82	  overwrites the file named by the link rather than the link.
8312-05-21 +Added printf formats %(type)q where type can be html, url, pattern,
84	  ere, or csv.
8512-05-18  A bug with appending elements to an indexed array has been fixed.
8612-05-18  The exit status from getopts --man interactively was 0 instead of 2
87	  and has been fixed.
8812-05-18  Another bug with SHOPT_EDPREDICT which could cause a core dump has
89	  been fixed.
9012-05-17  A bug with fixed size arrays which could cause a core dump has been
91	  fixed.
9212-05-17  A bug in which the here-document <<< $(<file) was not processed
93	  correctly has been fixed.
9412-05-15  The default value for -L, -R, and -Z when the size was not set was
95	  incorrectly defaulting to 1 and has been fixed.
9612-05-15  A bug in which a subshell of the form (name=value exec ...) could
97	  coredump when name is an environment variable and xtrace is on has
98	  been fixed.
9912-05-15  Fixed a .paths bug in which only the first BUILTIN_LIB assignment worked.
10012-05-14  Arithmetic expressions and subexpressions that are not floating point
101	  now treat -0 as 0, so that $((-0)) is 0 and $((-0.0)) is -0.
10212-05-11  'unset .sh' now fails with readonly message instead of coredump.
10312-05-11  A bug which left an associative array arr containing one element in
104	  the wrong state after expanding with ${arr[@]} has been fixed.
10512-05-10  A bug in which typeset -f did not display options that called getopts
106	  has been fixed.
10712-05-08  Fixed a number of potential bugs uncovered by valgrind.
10812-05-08  A bug in which typeset -b -Z10 var did not initialize var to the
109	  empty string has been fixed.
11012-05-07  A bug in which the exit value of an interactive shell could be
111	  affected by the evaluation of the PS1 prompt has been fixed.
11212-05-04  A bug in which x=() was not unsetting the old value of x before
113	  creating an empty compound variable has been fixed.
11412-05-01  A bug in vi edit mode in which after <ESC>^V, the terminal was not
115	  restored to insert mode after a character is entered has been fixed.
11612-04-27  A bug in which old attributes were not cleared when assigning a
117	  value using typeset has been fixed.
11812-04-26 +Enabled multiline editing by default.  set +o multiline can disable.
11912-04-25  The 12-04-17 PATH fix created a new bug which was fixed.
12012-04-25  Fixed a big memory leak problem in which unsetting compound variables
121	  did not free all the space.
12212-04-25  A bug in which test ! ! ! was treated as an error has been fixed.
12312-04-24  A bug with print -v for a compound variable that contained fixed
124	  arrays which prevented the output from being used again as input
125	  has been fixed.
12612-04-23 +kill provides the STKFLT signal on systems that support it.
12712-04-23 +The -L option was added to kill.  The -L option is the same as -l
128	  except that without arguments the output format is in the form of
129	  a select menu.
13012-04-23  A bug in which the exit status for an interactive shell was always
131	  0 has been fixed.
13212-04-20  Entering blank lines interactively no longer resets the exit status.
13312-04-18  A bug in file completion in which the second tab completion on a file
134	  would list the completion rather than inserting the completion has
135	  been fixed.
13612-04-18  A bug in which "${arr[@]:i:j}" and "${@:i:j}" generated the empty
137	  string when i was a valid subscript and j was <=0 rather than
138	  generating nothing has been fixed.
13912-04-17  A bug in which read -d delim from a terminal did not respond to
140	  interrupt and did not termrinate when the delimiter was entered
141	  has been fixed.
14212-04-17  A bug in which a directory in PATH containing a .paths file that
143	  contains a line with FPATH=dir, where dir does not exist could
144	  cause the path search to fail has been fixed.
14512-04-16  A bug in which $(trap -p) did not display traps such as ERR and
146	  DEBUG that are not associated with signals has been fixed.
14712-04-11  A bug in which unsetting a variable did not unset attributes when
148	  the variable did not have a value has been fixed.
14912-04-11  A bug in which read -A for an array whose index is an enumeration
150	  type, lost the enumeration type has been fixed.
15112-04-10  Shared libraries loaded from a library named by a BUILTIN_LIB= found
152	  in a .paths file found in a directory on PATH now add builtins that
153	  are associated with the directory in PATH containing the .paths file.
15412-04-09  Increased I/O buffer sizes for better performance.
15512-04-09  A bug in which the leading 0 was stripped from $x, when $x contained
156	  a heximadecimal constant inside an arithmetic expression inside
157	  a for or while loop.
15812-04-06  Modified namespaces to hand variabes FPATH, PATH, and OPTIND that
159	  are defined in name spaces appropriately.  This also fixed OPTIND
160	  and OPTARG processing for functions.
16112-04-04  A bug in which cd .. fails when the current directory has been
162	  renamed has been fixed.
16312-04-02  Made some namespace changes and added a regression test.
16412-03-30  A bug with namespaces in which PATH and FPATH set in a namespace was
165	  not restored when leaving the namespace has been fixed.
16612-03-29  A bug in which appending an index array onto an array without elements
167	  caused the first element to be 1 rather than 0 has been fixed.
16812-03-29  A bug which could cause a core dump when copying a large index array
169	  has been fixed.
17012-03-28  The shell now generates an error message when the sizes with L, Z, and
171	  R are > 32767 on 32 bit binaries instead of generating a core dump.
17212-03-28  A bug in left and right justification in which the width of invalid
173	  characters was not taken as zero has been fixed.
17412-03-26  A bug in which typeset -p ref, when ref is a reference to an index
175	  array element did not display the subscript has been fixed.
17612-03-23  A bug in lowercase and uppercase fields when expanding ${name:=val}
177	  when name is the empty string has been fixed.
17812-03-22  A namespace bug in which a type t defined in namespace foo could not
179	  be referenced outside the namespace as .foo.t has been fixed.
18012-03-22  A bug in name reference scoping in which a name function called from
181	  another function is pass a name reference to a compound variable
182	  instance to be created and the compound variable is in the global
183	  scope.
18412-03-22  A bug in which ${ref[@}} did not behave like ${arr[i][@]} when
185	  ref is a name reference to arr[i] has been fixed.
18612-03-21  A bug in which assigning a compound variable into arr[i], where
187	  arr[i] is an array variable did not work correctly has been fixed.
18812-03-21  A bug with multi-dimenstional index arrays in which ${arr[i][j]}
189	  could generate a bogus error message when i was > 9 has been fixed.
19012-03-21  A bug in which typeset v=foo, typeset -p v[0] generated a core dump
191	  has been fixed.
19212-03-20  A bug in vi edit mode in which the sequence bar<ESC>0i<ESC>l left the
193	  cursor on the b rather than the a has been fixed.
19412-03-20  A bug which caused a core dump when defining a type with a field
195	  as ' integer -a data=([0]=0)' has been fixed.
19612-03-19  Using typeset -a array when array is an associative arry not
197	  generated an error message.
19812-03-19  typeset +a, typeset +A, and typeset +C not displays the variables
199	  with the attributes a, A, and C respectively instead of an error.
20012-03-19  A bug in which typeset -pC, typeset -pa, and typeset -pA output all
201	  variables rather than those of type C, a, or A only has been fixed.
20212-03-18  A bug in which unset foo where foo is a name reference to a compound
203	  variable defined inside a function is not unset has been fixed.
20412-03-18  A bug with SHOPT_EDPREDICT which could cause a core dump when the
205	  list of matches became empty has been fixed.
20612-03-15  The assignment, typeset -C foo=(a b c) now generates a syntax
207	  error since a is not an assignment command.
20812-03-16  A bug in which an unset discipline from a variable defined in a
209	  subshell is not invoked in the subshell has been fixed.
21012-03-08  The assignment typeset -a (x=1 y=2) now creates an index array
211	  of two elements rathern than an array of one element which is
212	  a compound variable.
21312-03-02 +The vi and emacs edit modes now list all the entries in a directory
214	  when entering a <tab> for completion after a /.
21512-03-02  A bug in which a program that exits with value 12 when called
216	  from a command substitution in which standard output has been
217	  redirected caused the shell to hang has been fixed.
21812-03-01  A bug in which the shell could not parse [[ ']' == ~(E)[]] ]]
219	  has been fixed.
220
22112-02-29  --- Release ksh93u+ ---
22212-02-29  A bug in which ~user expanded first in a subshell prevented it
223	  from expanding later in a program has been fixed.
22412-02-29  A bug which could lead to a core dump when more that four shared
225	  libraries were added with the builtin command has been fixed.
22612-02-29  Fixed a few bugs which caused SIGCHLD to be blocked preventing
227	  background jobs from being reaped until a foreground job was run.
22812-02-27  A bug in which sh -c for a simple command caused a fork() has been
229	  fixed.
23012-02-27  A timing bug on systems such as AIX that doesn't support vfork()
231	  that could cause the exist status to get lost has been fixed.
23212-02-22  A private file descriptor that was not close-on-exec for a command
233	  substitution and has been fixed.
23412-02-14  A bug in which ^Z did not stop a pipeline when the last component
235	  was a shell built-in has been fixed.
23612-02-14  getconf("PATH") used to initialize ed(1) path.
23712-02-13 +In earlier version read from standard input would fail when called
238	  from the KEYBD trap.  Now read options -N, -n, and -t should work
239	  when called from a KEYBD trap.
24012-02-13  If FCEDIT is not set and fc is invoked without the -e option,
241	  ed will be invoked if found instead of /bin/ed.
24212-02-10  Another bug in the saving and restoring of IFS in a subshell
243	  that caused a core dump has been fixed.
24412-02-08  A bug in which .sh.fun disciplines could be cleared after a
245	  function completes has been fixed.
24612-02-08  A bug in job control in which the foregroup process group was not
247	  set correctly after restarting a stopped pipeline has been fixed.
24812-02-07  A bug in which numbers with leading zeros could be treated as
249	  octal constants outside of ((...)) has been fixed.
25012-02-06  A bug in arithmetic with compound variables containing multiple
251	  array elements has been fixed.
25212-02-02  A bug in the ulimit option table was fixed.
25312-01-26  A bug in which a set command that did not change monitor could
254	  effect the behavior of the monitor when monitor mode is on is fixed.
25512-01-21 +You can now test whether the shell implements a math function using
256	  typeset -f .sh.math.name, where name is the name of the function.
25712-01-21  A bug in which typeset -L and typeset -R did not handle multibyte
258	  characters correctly has been fixed.
25912-01-20  A bug that could cause the shell to hang waiting for an incorrect
260	  job pid has been fixed.
26112-01-19  A memory leak which occured for a nested command subtiution has been
262	  fixed.
26312-01-17  A bug in which typeset -u PS1 could enable the uppercase attribute
264	  for some other variables, for exampe, HISTFILE has been fixed.
26512-01-16  A bug in which .sh.match was not correct after a substring match when
266	  the replacement string contained a substring match has been fixed.
26712-01-12 +Files that are sourced from profile files are now read and executed
268	  one command at a time so that alias definitions take effect as they
269	  do for profile files.
27012-01-12  A bug in which whence -p would find a function if one existed and
271	  there was no command of that name on PATH.
27212-01-11  Change b_* prototype (int, char**, void*) => (int, char**, Shbltin_t*).
27312-01-05  A bug in which read was not terminating for a signal that had a trap
274	  set has been fixed.
27512-01-01  A timing problem with >; has been fixed.
27612-01-01  A macro expansion memory leak has been fixed.
27711-12-26  A bug in array assignments of the form arr=( $arr[i] ...) in which
278	  arr was not unset before the assignment has been fixed.
27911-12-20  A number of code changes were made based on the results of errors
280	  indicated by static code analysis.
28111-12-13  In vi edit mode a lteral <TAB> can now be entered by preceding it
282	  with a backshash.
28311-12-13  When tab is entered for completion after a ' or ", the ' and "
284	  characters are no longer deleted.
28511-12-07  A bug in which a program in the current direcotry with a . in the
286	  name could fail to execute when both PATH and FPATH end with :. has
287	  been fixed.
28811-12-07  I fixed a bug in which a variable expansion in a large here-document
289	  could be expanded to a null string.
29011-12-06  An optimization to read was added in the case the the read command
291	  was redirected from a file.
29211-12-06  Changes were made to make the line limit for read unlimited by
293	  default.
29411-12-05  A bug in which unsetting an array variable did not completely clear
295	  the variable in some cases has been fixed.
29611-12-02 +The printf alternative character # when applied to the %q format will
297	  quote argument in a form suitable for a field in a .csv format file.
29811-12-02 +A -S option was added to read to be able to read .csv format files.
29911-11-28  A bug in which redirection of standard error in a function called from
300	  command substitution caused standard error to be lost has ben fixed.
30111-11-21  [[ (-n foo) ]] no longer requires a space before (.
30211-11-11  The readonly attribute for a variable now applies to compound
303	  assignments to that variable.
30411-11-07  Changes were made to reduce the stack size to allow deeper function
305	  recursion.
30611-10-10 +Added alternate flag to printf %H for encoding of URI's.
30711-10-10  A bug which could lead to a core dump when the shell was invoked
308	  with more than twenty five open files has been fixed.
30911-10-06  A bug in the scoping of name references in functions called by other
310	  functions has been fixed.
31111-10-05  A bug in which wait on a pid may return the exit status of an
312	  earlier background job with that pid instead has been fixed.
31311-09-22  A bug in which a read timed out with TMOUT did not always restore
314	  the terminal state has been fixed.
31511-09-21  An optimization that allowed the last command in a script to use
316	  the same process id as the script has been eliminated.
31711-09-21  Added letoctal option that enables the let command to recognize
318	  octal constants starting with 0.
31911-09-20  A bug in which ${var.} could cause a core dump has been fixed.
32011-09-20  A bug with SHOPT_EDPREDICT when neither vi or emacs was enabled for
321	  lines beginning with # when in a multibyte locale has been fixed.
32211-09-20  A bug in emacs edit mode with SHOPT_EDPREDICT that would cause
323	  history searches matching comments lines to generate predictions
324	  has been fixed.  Only user typed comment lines generate predictions.
32511-09-20  A bug in emacs edit mode with a search that matches a comment line
326	  that could cause a core dump has been fixed.
32711-09-16  A bug in which a command name ending in .. could cause the shell to
328	  abort has been fixed.
32911-09-16  The characters ! + - % and @ in file names are no longer escaped with
330	  file name completion.
33111-09-13  The let command no longer treats numbers starting with 0 as octal
332	  constants.
33311-09-08  A bug in which printf "%R" could cause a core dump for invalid shell
334	  patterns has been fixed.
33511-08-09  With set -u, ${var#pattern} reported that var was unset for special
336	  variables.
33711-08-03  A bug in which the shell did not preserve the exit status for a
338	  coprocess has been fixed.
33911-08-02  A bug in the saving and restoring of IFS in command substitution that
340	  caused a core dump has been fixed.
34111-07-21  Modified the 10-08-27 bug fix so that background jobs started in for
342	  and while loops created interactively generate completion messages.
34311-07-20  I fixed a bug in here documents in which multi-byte characters that
344	  crossed buffer boundaries were not processed correctly.
34511-06-22  The shell compiler now supports process substitution.
34611-06-22 +Added code to support process substitution on systems that do
347	  not supply the /dev/fd directory.
34811-06-21  Fixed extraneous jobs Done messages when builtin is at the end of a
349	  pipeline.
35011-06-20  Fixed two regression tests.
35111-06-20  Fixed a bug introduced on last update.
35211-06-14  A bug with pipefail in which the shell would wait for background
353	  jobs to complete has been fixed.
35411-06-09  A bug which caused the options.sh regression test to fail on OS390
355	  Linux has been fixed.  The bug could also have affected other systems.
35611-06-07 +A number of changes to support the still undocuments namespace option
357	  have been added.
35811-06-06  A bug in which command substitution of eval would hang when it  had
359	  standard error redirected to standard output has been fixed.
36011-06-01  A bug in case statement fall through (;&) ignoring set -e was fixed.
36111-06-01  A bug in which creating a left or right justified upper or lowercase
362          variable with an empty string has been fixed.
36311-06-01  A bug in which the .paths directory wasn't read when a subshell was
364	  executed before any other command has been fixed.
36511-05-31  The shell now gives an error when a type variable is assigned to
366	  an array instance when the array has been declared a compound variable
367	  array.
36811-05-31  A bug in which typeset -m of an array instance did not remove the
369	  original instance has been fixed.
37011-05-28  A bug in which typeset -m dest=src fails when src and are passed as
371	  name references was fixed.
37211-05-28  A bug in which typeset -m "c.board[1][i]=el", where el is a compound
373	  variable core dumps has been fixed.
37411-05-28  Two bugs in the display of arrays of compound variables with print -v
375	  have been fixed.
37611-05-27  A bug with command substitution with the shift jis locale has been
377	  fixed.
37811-05-25  A bug in which unset -f foo, called within function foo could cause
379	  the shell to core dump has been fixed.
38011-05-24  A bug in unsetting arrays of compound variables that could lead to
381	  a core dump has been fixed.
38211-05-24  A scoping bug in with typeset -m for variables passed as references
383	  has been fixed.
38411-05-09  A bug in which 'typeset +p array[$i]' in a subshell could cause an
385	  exception has been fixed.
38611-05-03  Two more scoping bugs with name references and read -C were fixed.
38711-05-03  A potential race condition which occurs when here-documents are
388	  processed in asynchronous blocks has been eliminated.
38911-05-02  Another scoping bug with name references defined in a function has
390	  been fixed.
39111-05-02  A bug in which the shell discards saved exit status of a job if it is
392	  followed by a subshell execution has been fixed.
39311-04-28  The shell now checks for numerical overflows with process ids.
39411-04-28  Another scoping bug with compound variables defined by name references
395	  inside a function has been fixed.
39611-04-28  A bug which caused a core dump on 32 bit systems with the basic.sh
397	  regression test has been fixed.
39811-04-27  A scope binding error for name references has been fixed.
39911-04-27  Assignment of compound variable to compound array element by name
400	  is now working.
40111-04-26  I fixed a bug with SHOPT_FIXEDARRAY compilation that could cause
402	  an a core dump for not fixed arrays.
40311-04-25  A bug in the references to two dimensional compound arrays has
404	  been fixed.
40511-04-20  A bug in which a name reference to a multidimentional index array
406	  index, nameref x=foo[3][4], did not work correctly has been fixed.
40711-04-18  Changes were added to allow fixed size arrays of variable sized
408	  objects when the SHOPT_FIXEDARRAY compile option defined on 10-09-28.
40911-04-18  A bug in which name references to array elements could fail has
410	  been fixed.
41111-04-15 +A compile option, SHOPT_2DMATCH, has been added which causes
412	  .sh.match to be a two dimensional array after ${var//pat/str}
413	  where the first dimension is the pattern number and the second is
414	  the match instance.
41511-04-11  A bug in which readonly var, where var is exported could cause var
416	  to be unset has been fixed.
41711-04-06  A tokenizer bug in which ${x/{3}(\d)/ } would cause in infinite
418	  loop has been fixed.
41911-04-05  A bug in which ${!x.} could cause a core dump has been fixed.
42011-04-04  A bug in which cleaning out the history file could terminate before
421	  keeping all the recent history events has been fixed.
42211-03-29  A bug in which ${#array[@]} was 1 rather than 0 after issuing
423	  typeset array[7] has been fixed.
42411-03-29  The subscript out or range message for fixed arrays has been fixed.
42511-03-29  A bug in which suspend could cause a core dump has been fixed.
42611-03-24  For the showme option added 09-09-09, commands beginning with a ;
427	  inside an arithmetic for loop, no longer produce syntax errors.
42811-03-18  A bug in _WINIX ~domain/user expansion has been fixed.
42911-03-16  A bug in the pipefail option which could cause a script to hang
430	  has been fixed.
43111-03-12  The shell no longer treats ${##pattern} as a syntax error.
43211-03-11  A bug in typeset -u on systems that don't supply the towctrans()
433	  function has been fixed.
43411-03-11  A bug in which a compound assignment of the form var[sub]=(...)
435	  would evaluate sub for each assignment has been fixed.
43611-03-07  A bug in which reassigning a compound variable to an associative
437	  array index could incorrectly increase the count of the number
438	  of elements has been fixed.
43911-03-04 +The tilde expansion on windows has been modified to handle user
440	  names of the form domain/user so that ~domain/user now expands
441	  to the home directory of that domain user.
44211-03-03  A bug in which the width of the prompt was calculated incorectly
443	  which cause the wrong line length for edit commands has been fixed.
44411-03-02  A bug in which a global variables set from within a function inside
445	  a subshell can leave side effects in parent shell has been fixed.
44611-03-01  A bug in which whence -a could dump core when the first match
447	  was due to : in PATH and the program was in the current directory.
44811-02-28  A bug in emacs mode with SHOPT_EDPREDICT (added on 10-05-20) which
449	  disabled prediction on a line starting with # when the cursor was not
450	  at the end of line has been fixed.
45111-02-28  The output format for compound variables with set has been fixed.
45211-02-25  A bug which could lead to a core dump occurred when a shell script
453	  without #! is invoked by name from a parent shell that has name
454	  references defined and the script creates name references of the
455	  same name.
45611-02-21  The shell now fails with a syntax error when a here-document in a
457	  command substition is not completed before the closing ), for
458	  example, $( foobar <<! )
459		here_doc
460	  !.
46111-02-18  A bug in which the value of $0 in a function defined by name()
462	  was changed to name has been fixed.
46311-02-17  A bug in which the declaration typeset var[100] did not work
464	  correctly has been fixed.
46511-02-15  A bug in which [[ -v sh.match ]] did not work correctly has been
466	  fixed.
467
46811-02-08  --- Release ksh93u  ---
46911-02-08  A bug in which opening standard output after it has been closed with
470	  exec 1>&- doesn't work has been fixed.
47111-02-07  A bug on some systems for which a command subtitution could hang
472	  has been fixed.
47311-01-28  A bug in file name completion for files containing both multibyte
474	  characters shell special characters has been fixed.
47511-01-18  The .sh.match variable now shows elements that do not match as
476	  as not set rather than an empty string.
47711-01-18  A bug with typeset -m of an array into an element of an indexed
478	  array has been fixed.
47911-01-13  A bug in handling of arrays of compound variables inside ((...)) which
480	  reported a syntax error been fixed.
48111-01-10  A bug in arithmetic assignment operators of the form op= for array
482	  variables when the same array was referenced on the left and the
483	  right hand side with different indices has been fixed.
48411-01-10  A bug in which the output of time was lost when { time...;} 2>&1
485	  occurred inside command substition has been fixed.
48611-01-07  [[ -v sh.match[i] ]] was returning false when sh.match[i] was set.
48711-01-05  Added and modified warning messages with sh -n.
48811-01-02  Fixed bugs with typeset -l/-u/-M and arrays.
48910-12-28  Fixed a bug with typeset -l/-u/-M values in arithmetic expressions.
49010-12-26  Fixed a time parsing bug in sleep and localeconv() initialization.
49110-12-23  Prevented the shell from generating a core dump when it sends itself
492	  a termination signal because the last command terminated with that
493	  signal.  This prevents a core dump to be overwritten by the shell.
49410-12-22  A bug in the expansion of  ${A[@]} ${B[@]}, introduced in 10-12-01
495	   when A="" B=B has been fixed.
49610-12-21 +Use MS_3D in b_vpath() for setting win32 WoW mount defaults.
49710-12-17  A bug in the expansion of ${var:i:j} which caused a core dump when
498	  i > ${#var} has been fixed.
49910-12-16 +sleep now treats . as decimal point even in locales that use comma.
50010-12-16 +typeset -M mapname was added to generalize on toupper and tolowwer
501	  mapping as provided with wctrans().
50210-12-10  A bug in which typeset -l displayed namespaces as well as lower case
503	  variables has been fixed.
50410-12-06  A bug in which a pipeline could terminate prematurely for a pipeline
505	  whose right hand side is a builtin, and whose left hand side ends in
506	  a simple command that has standard output redirected has been fixed.
50710-12-06  A bug in hexfloat assignments when the right hand side is a string
508          variable starting with 0x has been fixed.
50910-12-01  A bug in the expansion of ${$1+"$@"} which causes the last positional
510	  parameter to disappear when it is empty has been fixed.
51110-12-01  A number of changes were made to reduce the startup time.
51210-11-29  When wait is interrupted by a signal that is caught, it now exits
513	  with a non-zero exit status.
51410-11-29  When a variable is used directly in an arithmetic expression,
515	  leading zeros no longer cause the value to be treated as an
516	  octal constant.  This was true in previous versions for justified
517	  variables.
51810-11-29  An incorrect warning message was eliminated with the -n option for
519	  arithmetic expressions with associative arrays.
52010-11-29  Some changes were made to slightly reduces startup time.
52110-11-24  A bug in which a name reference is make to arr[0] when arr is not
522	  an array has been fixed.
52310-11-23  If a type definition is made without a compound variable assignment it
524	  produces an error message and no longer shows up as a defined type.
52510-11-22  The handling of \ inside [...] for for shell and ~(E) patterns has
526	  been fixed.
52710-11-22  A patch was made to pfsh to handle an error case.
52810-11-22 +Modified types defined in namespace so that they do not clash with
529	  types in other namespaces.  Types can be referenced using
530	  .namespace.typename.
53110-11-22  A bug which caused functions addressed as .namespace.funct to not
532	  work has been fixed.
53310-11-22  A bug in which if nr was a name reference to an unset associative
534	  array subscript, then ${!nr} did not output the subscript correctly
535	  has been fixed.
53610-11-18  A bug in which shcomp -n was not processing double quotes correctly
537	  has been fixed.
53810-11-18  Fixed a bug in which typeset -T foo; typeset -T could cause a
539	  core dump.
54010-11-17  Fixed a bug in which the error message for set -u could come out
541	  garbelled.
54210-11-17  Modified the parser so that typeset -a var=(...) no longer checks
543	  the first index for aliases and reserved words.
54410-11-17  A bug in which a subshell command consisted of only a for or until
545	  command has been fixed.
54610-11-16  Fixed a bug in which typeset -u would display namespace variables
547	  as well as upper case variables.
54810-11-16  A bug which could cause a core dump when unsetting a type variable
549	  when there are references to type elements has been fixed.
55010-11-15  A bug which could cause a core dump when unsetting a compound
551	  array variable when there are references to array subscripts has
552	  been fixed.
55310-11-15  A bug in which using typeset -m to move an indexed array instance
554	  to another array could cause the array to display incorrectly has
555	  been fixed.
55610-11-12  A bug in which the unset discipline function for a type is called
557	  when the type is initialized has been fixed.
55810-11-12  The sequences \< and \> are now preserved after patterns containing
559	  ~(E) in ${var/pattern/string} expansions.
56010-11-11  A bug in typeset -m when the variables were compound arrary instances
561	  has been fixed.
56210-11-10  A bug in output of a compound variable with types containing types
563	  has been fixed.
56410-11-10  Fixed ``name=value export [-p]'' to list environment.
56510-11-09  shtests resets SIGPIPE to SIG_DFL for all tests.
56610-11-09  Fixed a bug in expansion of $"..." when used in assignments.
56710-11-09  Fixed a getaddrinfo() memory leak that didn't call freeaddrinfo()
568	  after an interrupt.
56910-11-08  Modified the behavior of set -u so that the shell terminates with
570	  error message when when var is unset with ${!var} and ${#var}.
57110-11-02  Fix a bug in which a signal received while in a subshell could be
572	  ignored.
57310-10-26  Fix a bug where terminal interrupt was ignored while in vi/emacs
574	  edit search mode.
57510-10-26  Fix $'a\0b'c to expand to 'ac'.
57610-10-26  Provide user defined round() if not in <math.h>.
57710-10-26  Fix bug where $((undefined_function(1))) dumped core.
57810-10-22  Provide user defined iszero() if not in <math.h>.
57910-10-22  Fixed a bug with BGX compile option that could cause the shell to
580	  hang.
58110-10-22  Fixed a bug with user define math function on systems for which
582	  char is unsigned.
58310-10-21  A bug in which function autoloaded in a function leaves a file open
584	  has been fixed.
58510-10-20  Modified the behavior of set -u so that the shell terminates when
586	  when var is unset with ${var op string} when op is #, % or /.
58710-10-20  Fixed a bug with the AUDIT option in which the audit file was not
588	  not close-on-exec.
58910-10-20 +Made a number of changes and fixes for the NAMESPACE compile option
590	  which as added on 10-06-09 but some problems still remain.
59110-10-15  Fixed a bug in which arithmetic functions (added on 10-03-24) did
592	  not work when the function definition was in the same compound
593	  command in which the function was referenced.
59410-10-13  A bug in which creating an associative array of compound variables
595	  with no members as an element of a compound variable did not work
596	  has been fixed.
59710-10-08  A bug in which killing the last command in a function defined
598	  with function name, terminated the calling script has been fixed.
59910-10-08  A bug which could cause a core dump if IFS is unset inside a function
600	  has been fixed.
60110-10-07 +To reduce unwanted side effects, invoking typeset without the export
602	  option and without an assignment now causes the variables to be unset
603	  if the variable is inherited from the environment.
60410-10-06  The closing brace for ${ command } is now a token no matter what
605	  character follows it.
60610-10-04  The change for $'...' expansion on 10-08-09 did not expand parameters
607	  contained in the error message and this has been fixed.
60810-10-04  A bug in which a declaration of indexed array (-a_ in a type
609	  definition would be displayed as a compound indexed array (-C -a)
610	  has been fixed.
61110-09-30  The C99 math function ldexp has been added.
61210-09-30  A bug with two dimensional arrays with expansion of the form
613	  ${ref[0..5]} where ref is a nameref to array[i] has been fixed.
61410-09-29  A bug in which an eval with redirections invoked from a dot script
615	  would not restore the file has been fixed.
61610-09-29  A bug in which loading a function from FPATH could leave a file
617	  descriptor open has been fixed.
61810-09-28 +A new compile option SHOPT_FIXEDARRAY has been added and is being
619	  evaluation.  It allows fixed sized indexed arrays be to defined
620	  using "typeset array[dim1][dim2]...[dimn]".  Fixed sized arrays
621	  are used the same way indexed arrays are.  Currently, only fixed
622	  arrays of fixed objects (float, int, and justifies objects) are
623	  supported.
62410-09-22  A bug which could cause an exception when a function with static
625	  variables was redefined has been fixed.
62610-09-21  A bug in the processing of (command&) which created a job in the
627	  parent process has been fixed.
62810-09-21  A for loop optimization bug with arithmetic expression evaluation
629	  has been fixed.
63010-09-21  A bug in which a recursive function containing a pipeline could
631	  lead to an exception fixed after 8 levels of recursion has been
632	  fixed.
63310-09-18  A bug in which the count of elements in an array was wrong leading
634	  to an exception has been fixed.
63510-09-13  A bug which occurred when both xtrace and showme options where
636	  specified in which the xtrace option disabled showme has been fixed.
63710-09-13  A bug in which creating a reference to an array variable with any
638	  elements could cause subsequent array elements to be treated as
639	  compound variables has been fixed.
64010-09-09  A bug which caused ((c.ar[x][y])) to be treated as a syntax error
641	  has been fixed.
64210-09-08  A bug in the processing of references to multidimensional arrays
643	  in arithmetic expressions has been fixed.
64410-09-08  A bug in the handling of multi-dimensional arrays which caused
645	  the number of elements in each dimension to be incorrect has
646	  been fixed.
64710-09-07  The change for messages on 10-08-09 did not handle message in
648	  assignments and this has been fixed.
64910-09-07  A bug in the indentation of compound variables in arrays when
650	  output with print -v has been fixed.
65110-09-07  A rare bug with indexed arrays when assigned a null string that could
652	  cause a core dump has been fixed.
65310-09-03  A number of changes were made for jobs pools.
65410-08-31  typeset -p was modified to output name references after other
655	  variables so that the output could be used as input.
65610-08-31  A bug with typeset -p in which variables with attributes but
657	  without attributes were not displayed correctly has been fixed.
65810-08-27 +When running a subshell, the current pool is unset.
65910-08-27  A bug in which jobs started from within for or while lists in
660	  interactive shells could generate completion messages has been fixed.
66110-08-25  Fixed a couple of bugs related to job pools.
66210-08-24 +[[ -e /dev/xxx/ ]] can be used to check whether special files of
663	  those names are handled by the shell.
66410-08-24  A bug in the running of a compiled dot script in which only the
665	  first command was executed has been fixed.
66610-08-23  A bug which sometimes caused a core dump with a configure script
667	  has been fixed.
66810-08-20  A bug in command substitution which caused a configure script to
669	  hang has been fixed.
67010-08-19  Eliminated unnecessary ; from output of compound variable with
671	  typeset -p.
67210-08-17  Fixed a bug in command substitution in which under certain
673	  circumstances a file whose size is a power of 2 plus one, and the last
674	  character was not a new-line, could cause memory corruption.
67510-08-13 +Added static discipline functions to type similar to C++ static
676	  class functions.
67710-08-11  A bug in time when applied to a pipeline in which the shell did
678	  not wait for all elements of the pipeline to complete has been fixed.
67910-08-11  Restored sh_fmtq() quoting to not quote NAME= in NAME=VALUE.
68010-08-09 +Modified the expansion of message strings, $"...", so that they
681	  are expanded each time they are referenced rather than expanding
682	  them when the script is compiled or read in.
68310-08-06 +The process id for jobs in job pools is now of the form poolname.n
684	  where n is the jobid in that pool.  Commands that accept job names
685	  or numbers now understand names in this format.
68610-08-05  A bug in which an assignment from within an arithmetic expression
687	  inside a function would create a local variable has been fixed.
68810-08-04  A bug in the expanding of variables whose names contain multibyte
689	  characters has been fixed.
69010-08-04  A bug which caused an exception when processing scripts compiled
691	  with shcomp -n has been fixed.
69210-08-02  Tests using very small buffer sizes uncovered a number of bug most
693	  connected with here documents which have been fixed.
69410-07-27  The format modifier , used for digit grouping with d and f formats
695	  has been documented.
69610-07-26  cd '' now produces and error rather than changing to the current
697	  directory.
69810-07-26  A bug in multi-byte locales which the last character of a
699	  multi-byte character is a \ or pattern character which could occur
700	  when the character was the last character of a command substitution
701	  has been fixed.
70210-07-23  Another bug in the processing of ${var:offset;len} in multi-byte
703	  locales when len is larger than the number of characters has been
704	  fixed.
70510-07-23  Many coding changes have been made to eliminate most of the uses
706	  of global variables in the shell code.
70710-07-22  Fixed a bug in which discipline functions were not being invoked
708	  when it was invoked as ref.discipline where ref was a name reference
709	  to an array instance.
71010-07-22  Fixed a bug in which discipline functions were not being invoked it
711	  was invoked on a two dimensional array, i.e., arr[5][9].discipline.
71210-07-19  Fixed a buffering problem which occurred when running a script with
713	  ssh and the parent ssh process is killed.
71410-07-14  Modified the parser to treat ((...)) inside [[...]] as ( (...) ) to
715	  that it is a nested (...).
71610-07-09  A bug in the handling of process substitution inside command
717	  substitution as part of a pipeline has been fixed.
71810-07-07  A bug in the output for compound variables containing
719	  multi-dimensional arrays has been fixed.
72010-07-06  ksh now recovers from changes made by bash to the history file without
721	  loosing history commands.
72210-06-25  A bug in which a large here document containing command substitutions
723	  of a dynamically loaded function that contained a here document
724	  could get truncated has been fixed.
72510-06-24  If after executing a script found in FPATH, if a function, builtin,
726	  or type name corresponding to that script is not defined, the shell
727	  now outputs an error message and returns value 126.
72810-06-23  Floating point functions that happened to return integer values
729	  were being treated as if the function returned integers so that
730	  integer division could be used instead of floating point division.
73110-06-22  Fixed a bug in earlier ksh93u in which an arithmetic assignment to a
732	  variable in the global scope would instead create a local variable if
733	  the variable had an attribute but did not have a value.
73410-06-18  Modified trap handling so that if the same signal is received when
735	  executing the handler, it is deferred until the handler completes.
73610-06-16  Fixed a bug in which ulimit -v was setting the the cpu limit
737	  on Linux.
73810-06-14 +The command 'typeset -T' now generates the list of type definitions
739	  in a format that can be used as input to the shell.
74010-06-09  Put in patch from Solaris for output quoting with %q.
74110-06-09 +Made changes to the NAMESPACE compile option so that it now seems
742	  to work.  With this option, namespace <name> { command;} will
743	  run command in the namespace .name so that all variables and
744	  functions created by command are accessible outside the name
745	  space via .name.var and .name.fun.  Variables and functions that
746	  are not in the namespace are not modified when running command.
74710-06-07  Change most internal interfaces to take Sh_t* argument.
74810-06-03 +Types can be loaded on first reference by putting definitions in
749	  PFPATH.
75010-06-03 +The shell is now able to parse commands which use type statements
751	  before the typeset -T command to define the type executes.
75210-06-03  A bug in the quoting for name reference declarations which did
753	  not properly handle [ and ] in subscripts for associative arrays.
75410-06-02  A bug in which a discipline function defined by a type instance to
755	  override the default was not being registered has been fixed.
75610-06-02  A bug in which read -C of an associative array of compound variables
757	  was not working has been fixed.
75810-06-02  A bug in which the error message for an unset parameter with set -u
759	  did not contain the name of the variable has been fixed.
76010-06-01  A bug in typeset -m for moving an indexed array instance to a variable
761	  has been fixed.
76210-06-01  A bug in which caused memory to be freed twice when unset was called
763	  for an indexed array that had get or set disciplines has been fixed.
76410-06-01  A bug in which the %b format of printf was not preserving NUL bytes
765	  with \0 has been fixed.
76610-06-01  A bug in the handling of name references to array variables in
767	  arithmetic expressions has been fixed.
76810-05-28  Fixed bugs in changing attributes for two dimensional arrays.
76910-05-28  Eliminated a few unreferenced variables and a reference to
770	  uninitialized memory.
77110-05-27  Rewrote the subshell code to avoid using pipes an many cases.
77210-05-24  Fixed a bug which cause an exception when both -l and -s were
773	  specified with typeset -i.
77410-05-21  Inputting of three dimensional indexed arrays with ( ( (...)...)...)
775          was not working and has been fixed.
77610-05-21  A bug in which adding the attributes -Ai to a variable via a name
777	  reference could cause the value to display incorrectly has been fixed.
77810-05-21  A bug in which using $var inside ((...)) did not work when var was
779	  a hex float variable.
78010-05-20 +The compile option SHOPT_EDPREDICT has been added.  When this option
781	  is on, as you type a line beginning with a # the following characters
782	  are treated as a shell pattern and cause matching lines from the
783	  history file to be displayed as a numbered list as you type.
784	  You can scroll up and down this list or you can use <ESC>nTAB
785	  to make this the current line (n defaults to 1 of omitted) or
786	  <ESC>n<cr> to execute.
78710-05-20  A bug which caused an exception when multiple levels of composite
788	  functions in arithemtic expressions has been fixed.
78910-05-19  <<< with an empty string no longer gives an error.
79010-05-19  A bug in arithmetic evaluation when a name reference to an array
791	  instance was used has been fixed.
79210-05-14  A bug in which the shell treats a valid index array assignment,
793	  typeset -a x=(foo (x=3;y=4) bar) as a syntax error has been fixed.
79410-05-13  A bug in creating name references to associative array variable
795	  after a lookup of one of its elements has been fixed.
79610-05-12  Two bugs in the handling of function static type variables in
797	  subshells have been fixed.  One could cause an exception and the
798	  other would leave side effects in the parent shell.
79910-05-10  A bug in which static variables in functions were not being saved and
800	  restored properly when running subshells has been fixed.
80110-05-05  A bug in which print -v did not work correctly when an operand was an
802	  indexed array element referring to a compound variable has been fixed.
80310-05-05  A change to improve performance by special casing empty string
804	  assignments to avoid repeated malloc() and free().
80510-05-05  A bug in which creating a name reference to a non-existent associative
806	  array element would create the array element has been fixed.
80710-05-04  A bug in which name references to static variables in the static
808	  scope were not found has been fixed.
80910-04-30  Do not use socketpair() on systems that implement ioctl(I_PEEK)
810	  on pipes.
81110-04-29 +When the current job pool is set, coprocess are run in a job pool.
81210-04-28  A type defined with a member foo that is an associative array without
813	  elements followed by an expansion ${bar.foo[a]} and an assignment
814	  bar.foo[a]=b, no longer indicates that ${#bar.foo[@]} has 0 members.
81510-04-27  Another bug in which a nested command substitution could hang if it
816	  generated too much data has been fixed.
81710-04-26  A type defined with a member that is an indexed array without elements
818	  would behave as if the 0th element of each instance was defined after
819	  a non-zero element was specified and this has been fixed.
82010-04-26  A bug in which types defined in a subshell were not undefined when
821	  the subshell completed has been fixed.
82210-04-23  For file completion in commmand line editing, file names starting
823	  with # are now escaped so that they are not treated as comments.
82410-04-23  A bug in which ${t.var:=value}, where t is an instance of a type
825	  variable, could assign value to the type variable rather than to
826	  the type instance has been fixed.
82710-04-23 +Added &| which can be used in place of | to have portions of a
828	  pipeline executed in the pool.
82910-04-22 +The .sh.pool variable was added for use with job pools.
83010-04-22  A bug in which a nested command substitution could hang if it
831	  generated too much data has been fixed.
83210-04-20  A bug which corrupted one byte of memory when read was called with
833	  reads that did not use a delimiter has been fixed.
83410-04-19  The display of a compound variable with an embedded array with
835	  attributes was sometimes not working correctly and has been fixed.
83610-04-16  A bug in which attributes were not be propagated to elements in
837	  an associative array has been fixed.
83810-04-15  A bug which caused scripts containing user defined math functions to
839	  fail to compile with shcomp has been fixed.
84010-04-15 +Job pools have been added with the SHOPT_COSHELL compilation option.
841	  A job pool allows a collection of background jobs to run either locally
842	  or remotely and to be managed as a unit.  The command '& name ...'
843	  creates or uses a named job pool for subsequent background jobs.
844	  kill, wait, and jobs allow the pool name as operands.
84510-04-14  A bug in which a coprocess connection could terminate prematurely
846	  when running a nested subshell has been fixed.
84710-04-12 +Enumeration constants can be used in arithmetic expressions with the
848	  ==, != and = operators when the left hand side is an enum variable
849	  and the right hand side is an enumeration constant.
85010-04-07  A bug in which setting the trap on CHLD to ignore could cause
851	  an incorrect exit status has been fixed.
85210-04-06  A bug in which LINENO was not incremented for a here-document when
853	  the here-document word was followed by a comment has been fixed.
85410-04-06  The optimization that execs the last process of a script rather
855	  than creating a new process has been removed when a trap on
856	  interrupt has been set.
85710-04-06  Unsetting the 'C', 'A' or 'a' typeset attribute now produces an
858	  error message rather than generating an exception.
85910-04-06  A bug in which .sh.name contained the subscript and .sh.subscript
860	  was empty in some cases with discipline functions on array instances
861	  has been fixed.
86210-04-05  A bug in the edit modes where preceding the interrupt character with
863	  the literal next character did not work has been fixed.
86410-04-05  A bug in the creation of type instances of arrays which could cause
865	  an exception has been fixed.
86610-03-30  A bug in the display of a compound variable containing an indexed
867	  array of compound variables has been fixed.
86810-03-24 +Arithmetic functions can be defined using the shell function syntax,
869	  'function .sh.math.name x y z{...}' , where name is the function name
870	  invoked within ((...)) and x y z are long double arguments passed
871	  as name references.  y and z are used for functions with two and
872	  three arguments respectively.  The value of the function is the value
873	  of the long double .sh.value variable when the function returns.
87410-03-24  A bug in which integer division was mistakenly used when the
875	  numerator was a binary operator with the first operand floating
876	  point and the second integer, e.g. (.1**3)/3, has been fixed.
87710-03-24  The >; file operator was modified so that the temporary file is
878	  created in the same physical directory as file.
87910-03-23  A warning message was added to sh -n when $var was used inside
880	  ((...)) instead of var.
88110-03-19  fmin was added to the list of math function on the man page.
88210-03-19  Fixed the return value for unalias when the alias did not
883	  exist.
88410-03-19  A bug in which the SHLVL variable exported the value it had on
885	  input rather than the incremented value has been fixed.
88610-03-19  A bug which causes whence -q to go into an infinite loop has been
887	  fixed.
88810-03-19  Removed space between Stopped message and (SIGTTIN) and (SIGTTOUT).
88910-03-17  Modified profile shell execution so that when builtins that
890	  correspond to executable have extended attributes, they are
891	  executed by pfksh instead of being treated as built-ins.
89210-03-16  A bug in whence -a which produced duplicate lines of output has
893	  been fixed.
89410-03-16  A bug in the handling of process groups in monitor mode for
895	  command substitutions has been fixed.
89610-03-15  Fixed a bug in which read -u[fd] could cause the shell to core
897	  dump when fd was greater than open_max.
89810-03-15 +Modified the shell I/O so that the shell will not fail if the
899	  ulimit for open_max is increased as part of the script.
90010-03-12  A bug in which a here-document containing command substitutions
901	  that contained here-documents did not process correctly has been
902	  fixed.
90310-03-12  A bug in which the terminal is not restored to canonical mode
904	  after read times out when in a multibyte locale with no edit mode
905	  enabled has been fixed.
906
90710-03-05  --- Release ksh93t+  ---
90810-03-05  A variable unset memory leak has been fixed and tests/leaks.sh
909	  has been added to verify the fix.
91010-03-04  Documentation, comment, and diagnostic spelling typos corrected.
91110-02-14  Fix sh_getenv() initialization to cooperate with the 3d fs.
91210-02-12  A bug in which the get discipline function was not invoked for
913	  associative array subscripts for unset array elements has been fixed.
91410-02-12  A bug which could occur if the last line of a script was an eval
915	  that executed multiple commands has been fixed.
91610-02-02  A buffer overflow in read and another in binary type base64
917	  encoding were fixed.
91810-01-20  A bug in the evaluation of arithmetic expression in which the
919	  subscript was evaluated twice for $((foo[x++]++)) has been fixed.
92010-01-19  A workaround for a double-free of a trap in both a subshell and its
921	  parent has been added.
92210-01-18  A bug in type handling of typeset -H has been fixed.
92310-01-15  The "adding empty subscript" warning now only emitted with -x set.
92410-01-01  A bug in the parser in which '$((case i in i):;esac);:))' was not
925	  parsed correctly was fixed.
92610-01-01  A bug in the parser in which '$(( 2 , 3.6 ))' dumped core for locales
927	  with radix char , and thousands separator . has been fixed.
92809-12-28  A bug in the handling of SIGCLD on systems that generated SIGCLD
929	  while blocked waiting for process to complete has been fixed.
93009-12-24  ast setlocale() reworked to differentiate env var changes from user
931	  override.
93209-12-18  A bug with the SHOPT_BGX option set which disabled traps for signals
933	  < SIGCHLD when a trap for a signal > SIGCHLD was set has been fixed.
93409-12-18  A bug where [[ -v var ]] was incorrect for some variables (including
935	  LC_* vars) has been fixed.
93609-12-15  A bug that produced a syntax error when a multibyte character
937	  straddled a buffer boundary has been fixed.
93809-12-11  A bug where the subscript of an unset variable was not evaluated has
939	  been fixed.
94009-12-09  A bug where shcomp dumped core on certain syntax errors has been fixed.
94109-12-07  A bug where a parent shell environment var reset in a subshell removed
942	  the value in subsequent children of the parent shell has been fixed.
94309-12-04  A bug in which in some cases a trap in a function executed in
944	  a subshell could trigger twice has been fixed.
94509-12-03  A bug in which SHLVL exported with some attributes could cause
946	  the shell to abort at startup has been fixed.
94709-12-02  A bug with pipefail in which the shell could hang waiting for the
948	  writer to complete before the last reader command has been fixed.
94909-11-30  A bug in which a trap could be inherited by the first element of
950	  a pipeline when the command had more than 63 arguments that did
951	  not contain any macro expansions has been fixed.
95209-11-19  When read from a terminal was called from with a while or for loop,
953	  and an edit mode was on, a backspace or erase no longer will
954	  overwrite the prompt.
95509-11-17 +Change .paths parse to handle BUILTIN_LIB=foo BUILTIN_LIB=foo-1.2.
95609-11-17  Inside a function, typeset foo.bar will bind foo to global variable
957	  foo if local variable foo does not exist, instead of creating a
958	  local variable.
95909-11-17  "read -n1" from the terminal has been fixed to read exactly one character.
96009-11-11  Job control now works for subshell commands, (...).
96109-11-11  If set -e is on for an interactive shell errors in special builtins
962	  now cause the shell to exit.
96309-11-11  A bug in which an interrupt handler processed during the read builtin
964	  when IFS did not contain a new line has been fixed.
96509-11-09  A bug in which a variable that has been unset in a subshell and then
966	  exported from that subshell does not show up in the environment
967	  has been fixed.
96809-11-02  ``,2'' is now a valid numeric constant for locales with
969	  decimal_point=','.
97009-11-02  A bug where "return" in .profile did not restore the shell state
971	  has been fixed.
97209-10-31  A bug that corrupted saved exit status when pids wrapped around has
973	  been fixed.
97409-10-26  A bug in { LANG LC_ALL LC_category } ordering has been fixed in -last.
97509-10-16  A bug where notification to libast that the environment has changed
976          has been fixed.
97709-10-12  A bug in which a function loaded in a subshell could leave side
978	  effects in the parent shell has been fixed.
97909-10-12  A bug in converting a printf %d operand to a number when the operand
980	  contains multiple subscripts for the same variable has been fixed.
98109-10-09  A bug in the handling of the escape character \ in directory prefixes
982	  in command completion has been fixed.
98309-10-09  $PATH processing has been changed to delay dir stat() and .paths
984	  lookup until the directory is needed in the path search.
98509-09-28  Call the ast setlocale() intercept on unset too.
98609-09-24  A bug in which LANG=foo; LC_ALL=foo; unset LC_ALL; did not revert
987	  LC_CTYPE etc. to the LANG value has been fixed.
98809-09-17  A bug in which unsetting SVLVL could cause a script invoked by
989	  name without #! to core dump has been fixed.
99009-09-16  A bug in which a pipeline in a here-document could hang when the
991	  pipefail option was on has been fixed.
99209-09-09  A bug in the processing of line joining in here documents which
993	  occurred when a buffer began with <escape><new-line> has been fixed.
99409-09-09 +A leading ; with commands in a brace group or parenthesis group
995	  no longer causes an error.  It now is used for the "showme" option.
99609-09-09  A bug in which a subshell containing a background process could
997	  block until the background process completed has been fixed.
99809-09-04  A bug in handing ${var[sub]}, where var is a nameref has been fixed.
99909-09-03  A bug which caused an index array to have the wrong number of elements
1000	  when it was converted from a compound variable by adding an another
1001	  element has been fixed.
100209-09-03  Specifying export for a compound variable now generates an error.
100309-09-02  $"..." localizations strings are no longer recognized inside `...`.
100409-09-01  A bug in the for loop optimizer in the handling of type static
1005	  variables has been fixed.
100609-09-01  An error message is not displayed when * and @ are used as subscripts.
100709-09-01  Several bugs in the processing for types that included an associative
1008	  array of another type has been fixed.
100909-09-01  A bug in the tracing of [[ a < b ]] and [[ a > b ]] has been fixed.
101009-08-26  The .sh.file variable was not being set for a script that was run
1011	  by name and didn't start with #! and this has been fixed.
101209-08-25  A bug in which a function called to deeply from command substitution
1013	  did not display an error message has been fixed.
101409-08-24 +When processing profiles, ksh93 now violates the POSIX standard and
1015	  treats &> as a redirection operator similar to bash.
101609-08-23  A bug in the handling of the trap on SIGPIPE that could lead to a
1017	  memory fault has been fixed.
101809-08-21  A bug in the handling of the comma operator in arithmetic expressions
1019	  that could cause a core dump on some systems has been fixed.
102009-08-20  A bug in which a compound variable containing an array of a type
1021	  that doesn't have any elements now expands correctly.
102209-08-19  A bug which disabled function tracing inside a function after
1023	  a call to another function has been fixed.
102409-08-19  A bug in which initializing a compound variable instance to another
1025	  compound variable by name has been fixed.
102609-08-18  A bug in which compound variable instances could be lost after
1027	  an instance that invoked a type method discipline has been fixed.
102809-08-18  A bug in which a discipline function for a type applied to an
1029	  array instance when invoked in a function ignored the subscript
1030	  has been fixed.
103109-08-18  A scoping error with variables in arithmetic expression with
1032	  type variables when reference with a name reference has been fixed.
103309-08-10  Several memory leaks were fixed primarily related to subshells.
103409-08-06  A bug in which setting the trap on CHLD to ignore could cause
1035	  a script to hang has been fixed.
103609-07-08  A bug in the processing of name reference assignments when it
1037	  contained pattern expansions with quoting has been fixed.
103809-06-22 +The default width for typeset -X has been changed so that there
1039	  should be no loss of precision when converting to a string.
104009-06-19  A bug in the printing of array elements for binary variables with
1041	  printf %B has been fixed.
104209-06-19  A bug which caused a core dump with trap DEBUG set with an array
1043	  assignment with no elements has been fixed.
104409-06-19  A bug with read with typeset -b -Z<num> has been fixed.
104509-06-19  Two bugs related to read -b for array variables has been fixed.
104609-06-19  A bug with typeset for compound variables containing arrays of
1047	  compound variables has been fixed.
104809-06-18  A bug in appending a compound variable to a an indexed array of
1049	  compound variables has been fixed.
105009-06-18  A bug which occurs when appending a compound variable to an indexed
1051	  array element has been fixed.
105209-06-18  Setting VISUAL to a value other than one ending in vi or emacs will
1053	  no longer unset the edit mode.
105409-06-17  A bug in typeset -m when moving a local compound variable to a
1055	  global compound variable via a name reference has been fixed.
105609-06-17  A bug in appending to nodes of an array of compound variables when
1057	  addressing them via nameref has been fixed.
105809-06-17  A bug in typeset -p var, when var is an array of compound variables
1059	  in which the output only contained on array element has been fixed.
106009-06-17  The prefix expansion ${!y.@} now works when y is a name
1061	  reference to an element of an array.
106209-06-16  Traps on signals that are ignored when the shell is invoked
1063	  no longer display.  Previously they were ignored as required but
1064	  would be listed with trap -p.
106509-06-12  A bug in vi edit mode in which hitting the up arrow key at the
1066	  end of a line longer than 40 characters which caused a core dump
1067	  has been fixed.
106809-06-11  A bug in which "eval non-builtin &" would create two processes,
1069	  one for the & and another for non-builtin has been fixed.
107009-06-08  When var is an identifier and is unset, ${var} no longer tries to
1071	  run command substitution on the command var.
107209-06-08 +Process substitution arguments of the form <(command) can now be
1073	  used following the < redirection operator to redirect from command.
107409-05-13  A bug in which redirections of the form 2>&1 1>&5 inside command
1075	  substitution could cause the command substitution to hang has been
1076	  fixed.
107709-05-12  To conform with POSIX, the -u option only checks for unset variables
1078	  and subscript elements rather than checking for all parameters.
107909-05-12  A bug which could cause a core dump when a variable whose name
1080	  begins with a . was referenced as part of a name reference inside
1081	  a function has been fixed.
108209-05-01  A bug that caused a core dump when SIGWINCH was received and
1083	  both vi and emacs mode were off has been fixed.
108409-04-22 +Default alias compound='typeset -C' added.
108509-04-15  A bug that caused ${...;} to hang for large files has been fixed.
108609-04-08  A change was made in the -n option which printed out an incorrect
1087	  warning with <>.
108809-04-07  The emacs edit command M-_ and M_. and the vi command _ was fixed
1089	  to handle the case there there is no history file.
109009-04-05  A bug in handling new-lines with read -n has been fixed.
109109-04-05  The ENV variable defaults the the file named by $HOME/.kshrc rather
1092	  then to the string $HOME/.kshrc.
109309-03-31  A bug in which a nested command substitution with redirections could
1094	  leave a file descriptor open has been fixed.
109509-03-24 +ksh now only uses the value of the _ variable on startup if it can
1096	  verify that it was set by the invoking process rather than being
1097	  inherited by some other ancestor.
109809-03-24 +When ksh is invoked without -p and ruid!=euid, and the shell is
1099	  compiled without SHOPT_P_UID or ruid<SHOPT_P_UID, the shell now
1100	  enables the -p option.  The previous version instead set the
1101	  euid to the ruid as it does for set +p.
110209-03-24 +When SHOPT_P_UID is defined at compile time and the shell is started
1103	  without -p and ruid!=euid and ruid>=SHOPT_P_UID then euid is set
1104	  to ruid. A bug that did the wrong test (ruid<SHOPT_P_UID) was fixed.
110509-03-17 +The sleep(1) builtin now accept and ISO 8601 PnYnMnDTnHnMnS
1106	  duration or date(1) compatible date/time operand.
110709-03-10  If a variable that was left or right justified or zero-filled was
1108	  changed with a typeset statement that was left or right justified
1109	  or zero-filled, then the original justification no longer affects
1110	  the result.
111109-03-10  A bug in the handling of traps when the last command in a script
1112	  is a subshell grouping command has been fixed.
111309-03-03  A bug in which an expansion of the form ${!prefix@} could generate
1114	  an exception after the return from a function has been fixed.
111509-02-02  A bug in restricted mode in which the value of ENV could be
1116	  changed from within a function has been fixed.
111709-02-02  A bug in which an erroneous message indicating that a process
1118	  terminated with a coredump has been fixed.
111909-02-02  The exit status when exit was called without an argument from
1120	  a signal handler was incorrect and has been fixed.
112109-02-02  A bug in which a function autoloaded in a subshell could cause
1122	  a core dump when the subshell completed has been fixed.
112309-02-02  A bug in which 2>&1 inside a command substitution wasn't working
1124	  correctly has been fixed.
112509-02-02  A bug in the call stack of arithmetic function with 2 args
1126	  returning int has been fixed.
112709-01-30  A bug in which 'eval print \$0' inside a function was giving the
1128	  wrong value for $0 has been fixed.
112909-01-28  A bug in which a command substitution could return an exit status
1130	  of 127 when the pipefail option is enabled has been fixed.
113109-01-26  ksh93 now generates an error message if you attempt to create
1132	  a global name reference to a local variable.
113309-01-26 +The [[ -v var ]] operator was modified to test for array elements.
113409-01-23 +The redirection operator <>; was added.  It is similar to <>
1135	  except that if the command it is applied to succeeds, the file
1136	  is truncated to the offset at the command completion.
113709-01-23  The default file descriptor for <> was changed to 1.
113809-01-20  A bug in which the exit status specified in an exit trap was
1139	  not used when a process terminated with a signal has been fixed.
114009-01-19  A bug in which a signal whose default action is to terminate
1141	  a process could be ignored when the process is running a sub-shell
1142	  has been fixed.
114309-01-19  A bug in which sending SIGWINCH to a process that reads from a pipe
1144	  could cause a memory fault has been fixed.
114509-01-16 +The -R unary operator was added to [[...]] and test to check whether
1146	  a variable is a  name reference.
114709-01-16 +The -v unary operator was added to [[...]] and test to check whether
1148	  a variable is set.
114909-01-14  The unset built-in was modified to return 0 exit status when
1150	  unsetting a variable that was unset to conform with the POSIX
1151	  standard.
115209-01-14  The unset built-in was modified to continue to unset variables
1153	  after encountering a variable that it could not unset to
1154	  conform to the POSIX standard.
115509-01-14  The parameter expansion ${x+value} no longer expands the value of
1156	  the variable x when determining whether x is set or not.
115709-01-13  A bug in which background jobs and pipelines that were not waited
1158	  for could, in rare instances, cause the shell to go into an infinite
1159	  loop or fail has been fixed.
116009-01-06  A bug in indexed arrays of compound variables in which referencing
1161	  non-existent sub-variable in an arithmetic expression could cause
1162	  the sub-variable to be created has been fixed.
116309-01-05  A bug in which the \ character did not escape extended regular
1164	  expression pattern characters has been fixed.
116508-12-24  A bug in which killing the last element of a pipe did not cause
1166	  a write to the pipe to generate a SIGPIPE has been fixed.
116708-12-19  A bug which could cause command substitution to hang when the
1168	  last element of a pipeline in a command substitution was a built-in
1169	  and the output was more that PIPE_BUFF.
117008-12-18  A bug which occurs when a here documented marker embedded in a
1171	  command substitution occurs on a buffer boundary has been fixed.
117208-12-17  A bug in the output of typeset -p for variables that had attributes
1173	  but did not have a value has been fixed.
117408-12-16  A bug in which a name reference to a name reference variable that
1175	  references an array element has been fixed.
117608-12-16  A bug in which a variable given both the -A and -C attribute along
1177	  with an initial assignment didn't work correctly has been fixed.
117808-12-10  The [[ -t fd ]] test was fixed to handle fd>9.
117908-12-10  A bug where function stack misalignment could cause a bus error
1180	  has been fixed.
118108-12-09  Command completion was changed to use \ to quote special characters
1182	  instead of quoting the argument in single quotes.
118308-12-07  A bug in typeset -m which occurred when the target node was an
1184	  associative array element has been fixed.
118508-12-07  A timing bug on some systems (for example darwin), that could
1186	  cause the last process of a pipeline entered interactively to fail
1187	  with an "Exec format error" has been fixed.
118808-12-04 +SHOPT_BGX enables background job extensions. Noted by "J" in
1189	  the version string when enabled. (1) JOBMAX=n limits the number
1190	  of concurrent & jobs to n; the n+1 & job will block until a
1191	  running background job completes. (2) SIGCHLD traps are queued
1192	  so that each completing background job gets its own trap; $! is
1193	  set to the job pid and $? is set to the job exit status at the
1194	  beginning of the trap. (3) sleep -s added to sleep until the time
1195	  expires or until a signal is delivered.
119608-12-04  The sign of floating point zero is preserved across arithmetic
1197	  function calls.
119808-12-04  A bug that caused print(1) to produce garbled stdout/stderr
1199	  output has been fixed.
120008-12-04  A bug in which printf "%d\n" "'<euro>'" did not output the
1201          numerical value of the EURO symbol, 8354, has been fixed.
120208-11-24 + /dev/fd* and /dev/std* redirections are first attempted with
1203	  open() to preserve seek semantics; failing that the corresponding
1204	  file descriptors are dup()'d.
120508-11-20  A bug which could cause a core dump if a function compiled with
1206	  shcomp was found has been fixed.
120708-11-20  A bug in which jobs were not cleared from the jobs table for
1208	  interactive shells when the pipefail option is on has been fixed.
120908-11-11  A bug in which a field that was unset in a type definition and later
1210	  set for an instance could appear twice when displaying the variable
1211	  has been fixed.
121208-11-11  A bug in which running a simple command & inside a function would
1213	  not return the correct process id has been fixed.
121408-11-10  A bug in which the exit status of a command could be lost if the pid
1215	  was that of the most recent command substitution that had completed
1216	  has been fixed.
121708-11-10  The maximum depth for subshells has been increased from 256 to 65536.
121808-11-06  A bug which could cause a core dump when the _ reference variable was
1219          used as an embedded type with a compound assignment has been fixed.
1220
122108-10-31  --- Release ksh93t  ---
122208-10-31  Variable scoping/initialization bugs that could dump core were fixed.
122308-10-24  The lexer now accepts all RE characters for patterns prefixed
1224	  with a ksh ~(...) option expression.
122508-10-24 +For ${var/pat/sub} \0 in sub expands to the text matched by pat.
122608-10-18  A bug in array scoping that could dump core has been fixed.
122708-10-10  read -n and -N fixed to count characters in multibyte locales.
122808-10-10  A bug that mishandled _.array[] type references has been fixed.
122908-10-09 +${.sh.version} now contains a concatenation of the following (after
1230	  'Version') denoting compile time features:
1231		A	SHOPT_AUDIT
1232		B	SHOPT_BASH
1233		L	SHOPT_ACCT
1234		M	SHOPT_MULTIBYTE
123508-10-09  A bug that caused subshell command substitution with redirection
1236	  to hang has been fixed.
123708-10-08  Output errors, other than to stderr, now result in a diagnostic.
123808-10-08  ksh93 now supports types that contain arrays of other types as
1239	  members.  Earlier versions core dumped in this case.
124008-10-05  A bug which caused the shell to emit a syntax error for an arithmetic
1241	  statement of the form (( var.name[sub] = value)) has been fixed.
124208-10-01  A bug that caused subshell command substitution to hang has
1243	  been fixed.
124408-09-29  When the -p export option of typeset is used with other options,
1245	  only those variables matching the specified options are displayed.
124608-09-29  When the shell reads the environment and finds variables that are
1247	  not valid shell assignments, it now passes these on to subsequent
1248	  commands rather than deleting them.
124908-09-29  A bug in the display of compound variables containing an indexed
1250	  array of compound variables has been fixed.
125108-09-29  A bug in the display of compound variables containing an associative
1252	  array with a subscript containing a . in the name has been fixed.
125308-09-26  A core dump in the subshell environment restore has been fixed.
125408-09-24  $(...) has been fixed to properly set the exit status in $?.
125508-09-23  $(<...) with IFS=$'\n\n' has been fixed to retain all but the last
1256	  of multiple trailing newlines.
125708-09-23  The -p option to typeset when used with other attributes, restricts
1258	  the output to variables with the specified attributes.
125908-09-22  A bug that sometimes lost the exit status of a job has been fixed.
126008-09-21  A bug that retained trailing command substitution newlines in
1261	  cases where the command caused the shell to fork has been fixed.
126208-09-19  type, whence -v, and command -v were fixed to comply with POSIX
1263	  by writing 'not found' diagnostics to the standard error.
126408-09-18  test and [...] were fixed to comply with POSIX in the case
1265	  of test '(' binop ')' where binop is a valid binary test operator.
126608-09-16 +If a method discipline named create is specified when defining a
1267	  type, this function will be called when an instance is created.
126808-09-15 +The variable _ is now set as a reference to the compound variable
1269	  when defining a compound variable or a type.
127008-09-10  The shell now prints an error message when the type name specified
1271	  for an indexed array subscript is not an enumeration type.
127208-09-10  A bug in which a subshell that spawned a background process could
1273	  loose output that was produced after the foreground completed
1274	  has been fixed.
127508-09-10  A timing bug on some systems that could cause coprocesses started by a
1276	  subshell to not clean up and prevent other coprocesses has been fixed.
127708-09-09  The typeset -m option is now able to rename array elements from
1278	  the same array.
127908-09-09  The exit status of 2 from the DEBUG trap causes the next command
1280	  to be skipped.  An exit value of 255 from a DEBUG trap called from
1281	  a function causes the function to return.
128208-09-08  A bug in which a coprocess created in a subshell that did not
1283	  complete when the subshell terminated could prevent a coprocess
1284	  from being created in the parent shell has been fixed.
128508-09-05  An assignment of the form name1=name2 where name1 and name2
1286	  are both compound variables causes name1 to get a copy of name2.
1287	  name1+=name2 causes name2 sub-variables to be appended to name1.
128808-09-05  A bug in which unsetting a compound variable did not unset all
1289	  the sub-variables has been fixed.
129008-09-01  A bug in the subshell cleanup code that could cause SIGSEGV has
1291	  been fixed.
129206-08-26 +The SHLVL variable which is an environment variable used by bash
1293          and zsh that gets incremented when the shell starts.
129408-08-25 +For an indexed array, a negative subscript now refers to offsets
1295	  from the end so that -1 refers to the last element.
129608-08-24  An alignment error for shorts on 64 bit architectures has been fixed.
129708-08-22  If oldvar is a compound variable, typeset -C newvar=oldvar creates
1298	  newvar as a copy of oldvar.
129908-08-19 +The ALRM signal no longer cause the sleep builtin to terminate.
130008-08-13  When used in an arithmetic expression, the .sh.version variable
1301	  now produces a number that will be increasing for each release.
130208-08-11  A bug in which type instantiation with a compound assignment in
1303	  a dot script in which the type is defined has been fixed.
130408-08-07 +The -m option has been added to typeset to move or rename a
1305	  variable.  Not documented yet.
130608-08-06  A bug in read when used in a loop when a prompt was specified
1307	  when reading from a terminal has been fixed.
130808-08-01  A bug with the pipefail option in which a nested pipeline could
1309	  cause an asynchronous command to block has been fixed.
131008-08-01  A for loop optimizer bug that treats .sh.lineno as an invariant
1311	  has been fixed.
131208-07-30  A bug in which expanding compound variable that had a get discipline
1313	  from with a here document could cause a syntax error has been fixed.
131408-07-18  A bug in which a nameref caused a local variable to be created
1315	  rather than binding to an existing variable in the global scope
1316	  has been fixed.
131708-07-17  A bug which occurred when a nameref was created from within a
1318	  function that was  part of a pipeline has been fixed.
131908-07-14 +The compile option SHOPT_STATS was added. With this option the
1320	  compound variable .sh.stats keeps usage statistics that could help
1321	  with performance tuning.
132208-07-10 +The output of set now always uses a single line for each variable.
1323	  For array variables, the complete set of values is now displayed.
132408-07-09 +The typeset -C option can be used with arrays to indicate that
1325	  each element should default to a compound variable.
132608-07-08 +The %B format now outputs compound variables and arrays.  The
1327	  alternate flag # can be used to cause output into a single line.
132808-07-03  When the window change signal, WINCH, is received, the current
1329	  edit line is redrawn in place.
133008-07-01  A bug in the handling of shared variables when inside an embedded
1331	  type has been fixed.
133208-06-29  A bug in multiline edit mode which occurred when the prompt length
1333	  was three characters or less has been fixed.
133408-06-23  A bug in which the SIGCLD was not be triggered when background
1335	  jobs completed has been fixed.
133608-06-23  _KSH_VERSION added as a name reference to .sh.version.
133708-06-20  type now outputs 'special builtin' for special builtins.
133808-06-19  A couple of bugs in multi-dimensional arrays have been fixed.
133908-06-19  A bug in which a syntax error in a dot script could generated
1340	  a syntax error in the next subsequent command has been fixed.
134108-06-17  Reduced the maximum function call depth to 2048 to avoid exceptions
1342	  on some architectures.
134308-06-16  A bug in which printf "%B" could generate an exception when the
1344	  specified variable was not set has been fixed.
134508-06-16 +When typeset -p is followed by variable names, it now displays
1346	  the attributes names and values for the specific names.
134708-06-14  A bug that could effect the drawing of the screen from multiline
1348	  emacs or gmacs mode when walking up the history file has been fixed.
134908-06-13  A bug in which a compound variable defined in a subshell could
1350	  have side effects into the parent shell has been fixed.
135108-06-13  A number of bugs related to using .sh.level to set the stack from
1352	  for DEBUG traps have been fixed.
135308-06-13 +The .sh.lineno variable has been added.  When .sh.level is changed
1354	  inside a DEBUG trap, the .sh.lineno contains the calling line number
1355	  for the specified stack frame.
135608-06-13  The .sh.level variable has been documented and now works.
135708-06-11 +The -C option has been added to read for reading compound command
1358	  definitions from a file.
135908-06-11 +The . command is now permitted inside a compound command definition.
1360	  The dot script can contain declaration commands and dot commands.
136108-06-09 +Add -C option to typeset so that typeset -C foo, is equivalent
1362	  to foo=().
136308-06-09  Added -n warning message for typeset option orderings that are valid
1364	  with ksh88 but not valid with ksh93, for example Lx5.
136508-06-09  A bug in which the return value for an assignment command containing
1366	  a command substitution with that failed was zero when the assignment
1367	  contained redirections has been fixed.
136808-06-09  A bug in the quoting of $ inside a ERE pattern ~(E)(pattern)
1369	  has been fixed.
137008-06-06  A bug when processing `` command substitution with the character
1371	  sequence \$' has been fixed.
137208-06-02 +When defining a type, the typeset -r attribute causes this field
1373	  to be required to be specified for each instance of the type and
1374	  does not allow a default value.
137508-06-02  Several bugs in which compound variables were modified by
1376	  subshells have been fixed.
137708-05-22 +The ceil function has been added to the math functions.
137808-05-21  A bug in which a name reference defined in a function and passed
1379	  as an argument to another function could cause an incorrect binding.
138008-05-21  A bug in freeing compound variables that are local to functions
1381	  has been fixed.
138208-05-19 +The array expansions ${array[sub1..sub2]} and ${!array[sub1..sub2]}
1383	  to expand to the value (or subscripts) for array between sub1 and
1384	  sub2 inclusive.  For associative arrays, the range is based on
1385	  location in the POSIX locale.  The .. must be explicit and cannot
1386	  result from an expansion.
138708-05-15  The trap on SIGCLD is no longer triggered by the completion of
1388	  the foreground job as with ksh88.
138908-05-14  A bug in the implementation of the editing feature added on
1390	  07-09-19 in emacs mode has been fixed.
139108-05-12  A bug in processing the test built-in with parenthesis has been
1392	  fixed.
139308-05-12  The unset built-in now returns non-zero when deleting an array
1394	  subscript that is not set.
139508-05-08 +Changing the value of HISTFILE or HISTSIZE will cause the old
1396	  history file to be close and reopened with the new name or size.
139708-05-08  When FPATH is changed functions that were found via a path search
1398	  will be searched for again.
139908-05-08  A parser bug in which reserved words and labels were recognized
1400	  inside compound indexed array assignment after a new-line has
1401	  been fixed.
140208-05-07  A bug in getopts when handling numerical option arguments has
1403	  been fixed.
140408-05-07 +The typeset -S option was added for variables outside type
1405	  definitions to provide a storage class similar to C static
1406	  inside a function defined with function name.  When outside
1407	  type definitions and outside a function, the -S option cause
1408	  the specified variable so be unset before the assignment and
1409	  before the remaining attributes are supplied.
141008-05-07  A bug that affected the cursor movement in multiline mode when
1411	  a character was deleted from near the beginning of the any
1412	  line other than the first.
141308-05-01  In multiline edit mode, the refresh operation will now clear
1414	  the remaining portion of the last line.
141508-05-01  A bug in computing prompt widths for the edit modes for prompts
1416	  with multibyte characters has been fixed.
141708-05-01  A bug in the multiline edit mode which could cause the current
1418	  line to be displayed incorrectly when moving backwards from third
1419	  or higher line to the previous line has been fixed.
142008-05-01  A bug in which options set in functions declared with the function
1421	  name syntax were carried across into functions invoked by these
1422	  functions has been fixed.
142308-04-30  A bug which could cause a coprocess to hang when the read end
1424	  is a builtin command has been fixed.
142508-04-30 +The emacs and vi editors have been modified to handle window
1426	  change commands as soon as they happen rather than waiting for
1427	  the next command.
142808-04-28  A bug in which ${!x} did not expand to x when x was unset has been
1429	  fixed.
143008-04-27  A bug in which the assignment x=(typeset -a foo=([0]=abc)) created
1431	  x.foo as an associative array has been fixed.
143208-04-25  A bug in which $# did not report correctly when there were more
1433	  than 32K positional parameters has been fixed.
143408-04-04  Choose the name _ as the sub-variable that holds type or instance
1435	  specific data used by discipline functions.
143608-03-27  A bug in which the terminal group was not given back to the parent
1437	  shell when the last part of a pipeline was handled by the parent shell
1438	  and the other parts of the pipeline complete has been fixed.
1439	  The symptom was that the pipeline became uninterruptable.
144008-03-25  A bug in restricted mode introduced in ksh93s that caused scripts
1441	  that did not use #! to executed in restricted mode has been fixed.
144208-03-25  A bug in which the pipefail option did not work for a pipeline
1443	  within a pipeline has been fixed.
144408-03-24  A bug in which OPTIND was not set correctly in subshells has
1445	  been fixed.
144608-03-24  A bug which could cause a memory exception when a compound variable
1447	  containing an indexed array with only element 0 defined was expanded.
144808-03-20  A bug in which ${!var[sub].*} was treated as an error has been fixed.
144908-03-20  Associative array assignments of the form ([name]=value ...)
1450	  now allow ; as well as space tab and new line to separate elements.
145108-03-18  A buffering problem in which standard error was sometimes
1452	  not flushed before sleep has been fixed.
145308-03-17  A bug in which a signal sent to $$ while in a subshell would be
1454	  sent to the subshell rather than the parent has been fixed.
145508-03-17 + A --default option added to set(1) to handle set +o POSIX semantics.
1456	  set --state added as a long name alias for set +o.
145708-03-14  A bug in which using monitor mode from within a script could
1458	  cause the terminal group to change has been fixed.
145908-03-10  The new ${...} command substitution will treat the trailing }
1460	  as a reserved word even if it is not at the beginning of a command,
1461	  for example, ${ date }.
146208-03-10  If the name of the ENV begins with /./ or ././ then the
1463	  /etc/ksh.kshrc file will not be executed on systems that support
1464	  this interactive initialization file.
146508-03-07  A bug in which ksh -i did not run the ENV file has been fixed.
146608-03-07  A bug in which ulimit did not always produce the same output as
1467	  ulimit -fS has been fixed.
146808-03-04  A bug in multiline mode in emacs and vi mode which could cause the
1469	  cursor to be on the wrong line when interrupt was hit has been fixed.
147008-03-03  The change made in ksh93s+ on 07-06-18 in which braces became
1471	  optional for ${a[i]} inside  [[...]] was restored in the case
1472	  where the argument can be a pattern.
147308-03-03  A bug in which creating a name reference to an associative array
1474	  instance would fail when the subscript contained characters [ or
1475	  ] has been fixed.
147608-02-29 +The redirection operator >; has been added which for non-special
1477	  files, generates the output in a temporary file and writes the
1478	  specified file only of the command has completed successfully.
147908-02-15  A bug in ${var/pattern/string} for patterns of the form ?(*) and +(*)
1480	  has bee fixed.
148108-02-07  A bug in which test \( ! -e \) produced an error has been fixed.
148208-02-14 +The typeset -a option can now optionally be followed by the name
1483	  of an enumeration type which allows subscripts to be enumerations.
148408-02-14 +The enum builtin which creates enumeration types has been added.
148508-02-12  The backoff logic when there are no more processes has been fixed.
148608-02-07  The -X option has been added to typeset.  The -X option creates
1487	  a double precision number that gets displayed using the C99 %a
1488	  format.  It can be used along with -l for long double.
148908-01-31  The -T option to typeset has been added for creating typed
1490	  variables.  Also the -h and -S options have been added to
1491	  typeset that are only applicable when defining a type.
149208-01-31  The prefix expansion operator @ has been added.  ${@name}
1493	  expands to the type of name or yields the attributes.
149407-11-15  A bug in the macro expander for multibyte characters in which
1495	  part of the character contains a file pattern byte has been fixed.
149607-10-03  A bug in which : was not allowed as part of an alias name has been
1497	  fixed.
149807-09-26  A bug in which appending a compound variable to a compound variable
1499	  or to an index array didn't work has been fixed.
150007-09-19  In both emacs and vi edit mode, the escape sequence \E[A (usually
1501	  cursor up, when the cursor is at the end of the line will fetch
1502	  the most recent line starting with the current line.
150307-09-18  The value of ${!var} was correct when var was a reference to an
1504	  array instance.
150507-09-18  The value of ${!var[sub]} was not expanding to var[sub] and this
1506	  was fixed.  It also fixed ${name} where name is a name reference
1507	  to var[sub].
150807-09-18 +It is now legal to create a name reference without an initialization.
1509	  It will be bound to a variable on the first assignment.
151007-08-30 +A discipline function can be invoked as ${x.foo} and is equivalent
1511	  to ${ x.foo;} and can be invoked as x.foo inside ((...)).
151207-07-09  A bug in which typeset -a did not list indexed arrays has been
1513	  fixed.
151407-07-03 +The command substitution ${ command;} has been added.  It behaves
1515	  like $(command) except that command is executed in the current
1516	  shell environment.  The ${ must be followed by a blank or an
1517	  operator.
1518
151908-04-17  --- Release ksh93s+  ---
152008-04-17  A bug in which umask was not being restored correctly after a
1521          subshell has been fixed.
152208-04-15  A bug in which sending a STOP signal to a job control shell started
1523	  from within a shell function caused cause the invoking shell to
1524	  terminate has been fixed.
152508-04-11  A bug which caused $(exec > /dev/null) to go into an infinite loop
1526	  has been fixed.
152708-03-27  A bug in which typeset -LZ was being treated as -RZ has been fixed.
152808-03-06  A bug with ksh -P on systems that support the the profile shell,
1529          in which it would exit after running a non-builtin has been fixed.
153008-01-31  A bug in which command substitution inside ((...)) could cause
1531	  syntax errors or lead to core dumps has been fixed.
153208-01-17  A bug in which discipline functions could be deleted when invoked
1533	  from a subshell has been fixed.
153408-01-17  A bug in which a command substitution consisting only of
1535	  assignments was treated as a noop has been fixed.
153608-01-17  A bug in which discipline functions invoked from withing a
1537	  compound assignment could fail has been fixed.
153808-01-16  Incomplete arithmetic assignments, for example ((x += )), now
1539	  generate an error message.
154008-01-16  A bug in which a set discipline defined for a variable before
1541	  an array assignment could cause a core dump has been fixed.
154208-01-03  A bug in on some systems in which exit status 0 is incorrectly
1543	  returned by a process that catches the SIGCONT signal is stopped
1544	  and then continued.
154507-12-13  A race condition in which a program that has been stopped and then
1546	  continued could loose the exit status has been fixed.
154707-12-12  Code to check for file system out of space write errors for all
1548	  writes has been added.
154907-12-11  A bug in the macro expander for multibyte characters in which
1550	  part of the character contains a file pattern byte has been fixed.
155107-12-06  A bug in the emacs edit mode when multiline was set that output
1552	  a backspace before the newline to the screen has been fixed.
155307-12-04  A bug in which using <n>TAB after a variable name listing expansion
1554	  in the edit modes would cause the $ to disappear has been fixed.
155507-11-28  A bug in which setting IFS to readonly could cause a subsequent
1556	  command substitution to fail has been fixed.
155707-11-27  A work around for a gcc 4.* C99 "feature" that could cause a job
1558	  control shell to go into an infinite loop by adding the volatile
1559	  attribute to some auto vars in functions that call setjmp().
156007-11-27  A bug in which the shell could read ahead on a pipe causing the
1561	  standard input to be incorrectly positioned has been fixed.
156207-11-27  A bug in which compound variable UTF-8 multibyte values were not
1563	  expanded or traced properly has been fixed.
156407-11-21  A bug where an unbalanced '[' in a command argument was not treated
1565	  properly has been fixed.
156607-11-15  A bug in which compatibility mode (no long option names) getopts(1)
1567	  incorrectly set the value of OPTARG for flag options has been fixed.
156807-11-15  A bug in which "hash -- name" treated "--" as an invalid name operand
1569	  has been fixed.
157007-11-15  typeset now handles "-t -- [-r] [--]" for s5r4 hash(1) compatibility.
157107-11-15  A bug in which the umask builtin mis-handled symbolic mode operands
1572	  has been fixed.
157307-11-15  Bugs in which shell arithmetic and the printf builtin mis-handled the
1574	  signs of { -NaN -Inf -0.0 } have been fixed.
157507-11-15 +The full { SIGRTMIN SIGRTMIN+1 ... SIGRTMAX-1 SIGRTMAX } range
1576	  of signals, determined at runtime, are now supported.
157707-11-15  A bug in which creating an index array with only subscript 0 created
1578	  only a simple variable has been fixed.
157907-11-14  A bug in which appending to an indexed array using the form
1580	  name+=([sub]=value) could cause the array to become an associative
1581	  array has been fixed.
158207-11-14  A bug in which typeset without arguments could coredump if a
1583	  variable is declared as in indexed array and  has no elements has
1584	  been fixed.
158507-11-14  A bug in which creating a local SECONDS variable with typeset in
1586	  a function could corrupt memory has been fixed.
158707-11-14  A bug which could cause a core dump when a script invoked by name
1588	  from a function used compound variables has been fixed.
158907-11-05  A bug in which printf %d "'AB" did not diagnose unconverted characters
1590	  has been fixed.
159107-11-05  printf %g "'A" support added for all floating point formats.
159207-11-01  A bug in which typeset -f fun did not display the function definition
1593          when invoked in a subshell has been fixed.
159407-10-29  The sleep builtin was fixed so that all floating point constants
1595	  are valid operands.
159607-10-10  A bug in which the locale was not being restored after
1597          LANG=value command has been fixed.
159807-09-20  A bug in which a nameref to a compound variable that was local
1599	  to the calling function would not expand correctly when displaying
1600	  is value has been fixed.
160107-09-19  A bug which cause cause a core dump if .sh.edchar returned
1602	  80 characters or more from a keyboard trap has been fixed.
160307-09-14  A bug in which could cause a core dump when more than 8 file
1604	  descriptors were in use has been fixed.
160507-09-10  A bug in which creating a name reference to an instance of
1606	  an array when the array name is itself a reference has been fixed.
160707-09-10  The file completion code has been modified so that after an = in
1608	  any word, each : will be considered a path delimiter.
160907-09-06  A bug in which subprocess cleanup could corrupt the malloc() heap
1610          has been fixed.
161107-08-26  A bug in which a name reference to an associative array instance
1612	  could cause the subscript to be evaluated as an arithmetic expression
1613	  has been fixed.
161407-08-22  A bug in which the value of an array instance was of a compound
1615	  variable was not expanded correctly has been fixed.
161607-08-14  A bug which could cause a core dump when a compound assignment was
1617	  made to a compound variable element with a typeset -a attribute
1618	  has been fixed.
161907-08-08  A bug in which a trap ignored in a subshell caused it to be
1620	  ignored by the parent has been fixed.
162107-08-07  A bug in which the set command would generated erroneous output
1622	  for a variable with the -RZ attribute if the variable name had been
1623	  passed to a function has been fixed.
162407-08-02  A bug in which read x[1] could core dump has been fixed.
162507-08-02  A second bug in which after read x[sub] into an associative array
1626	  of an element that hasn't been assigned could lead to a core dump
1627	  has been fixed.
162807-07-31  A bug in which a pipeline that completed correctly could have
1629	  an exit status of 127 when pipefail was enabled has been fixed.
163007-07-09 +The SHOPT_AUDIT compile option has been added for keyboard logging.
163107-06-25  In vi insert mode, ksh no longer emits a backspace character
1632	  before the carriage return when the newline is entered.
163307-06-25  A bug in which pipefail would cause a command to return 0
1634	  when the pipeline was the last command and the failure happened
1635	  on a component other than the last has been fixed.
163607-06-25  A bug in the expansion of ${var/pattern/rep} when pattern or rep
1637	  contained a left parenthesis in single quotes has been fixed.
163807-06-18  The braces for a subscripted variable with ${var[sub]} are now
1639	  optional when inside [[...]], ((...)) or as a subscript.
164007-05-28  A bug in brace expansion in which single and double quotes did
1641          not treat the comma as a literal character has been fixed.
164207-05-24  The -p option of whence now disables -v.
164307-05-23  Several bug fixes in compound variables and arrays of arrays
1644	  have been made.
164507-05-15  A bug in which the %B format of printf was affected  by the
1646	  locale has been fixed.
164707-05-14  A bug in which \ was not removed in the replacement pattern with
1648	  ${var/pattern/rep} when it was not followed by \ or a digit has
1649	  been fixed.
165007-05-10  A bug in which ksh -R file core dumped if no script was specified
1651	  has been fixed.  it not displays an error message.
165207-05-07  Added additional Solaris signals to signal table.
165307-04-30  A bug in which a pipeline with command substitution inside a
1654	  function could cause a pipeline that invokes this function to
1655	  hang when the pipefail option is on has been fixed.
165607-04-30 +Added -q to whence.
165707-04-18  A small memory leak with each redirection of a non-builtin has
1658	  been fixed.
165907-03-08  A bug in which set +o output command line options has been fixed.
166007-03-08  A bug in which an error in read (for example, an invalid variable
1661	  name), could leave the terminal in raw mode has been fixed.
166207-03-06  A bug in which read could core dump when specified with an array
1663	  variable with a subscript that is an arithmetic expression has
1664	  been fixed.
166507-03-06  Several serious bugs with the restricted shell were reported and
1666	  fixed.
166707-03-02  If a job is stopped, and subsequently restarted with a CONT
1668	  signal and exits normally, ksh93 was incorrectly exiting with
1669	  the exit status of the stop signal number.
167007-02-26 +M-^L added to emacs mode to clear the screen.
167107-02-26  A bug in which setting a variable readonly in a subshell would
1672	  cause an unset error when the subshell completed has been fixed.
167307-02-19 +The format with printf uses the new = flag to center the output.
167407-02-19  A bug in which ksh93 did not allow multibyte characters in
1675	  identifier names has been fixed.
167607-02-19  A bug introduced in ksh93 that causes global compound variable
1677	  definitions inside functions to exit with "no parent" has been fixed.
167807-02-19  A bug in which using compound commands in process redirection
1679	  arguments would give syntax errors <(...) and >(...) has been fixed.
168007-01-29  A bug which caused the shell to core dump which can occur when a
1681	  built-in exits without closing files that it opens has been fixed.
168207-01-26  A bug in which ~(E) in patterns containing \ that are not inside ()
1683	  has been fixed.
1684
168506-12-29  --- Release ksh93s  ---
168606-12-29  A bug in which the value of IFS could be changed after a command
1687	  substitution has been fixed.
168806-12-22 +/dev/(tcp|udp|sctp)/HOST/SEVRICE now handles IPv6 addresses on
1689	  systems that provide getaddrinfo(3).
169006-12-19 +A -v option was added to read.  With this option the value of
1691	  the first variable name argument will become the default value
1692	  when read from a terminal device.
169306-11-20  A bug in which "${foo[@]:1}}" expands a null argument (instead of
1694	  no argument), when foo[0] is not empty has been fixed.
169506-11-16  The discipline functions have been modified to allow each subscript
1696	  to act independently.  Currently the discipline function will not
1697	  be called when called from a discipline function of the same variable.
169806-11-14  A bug which could cause a core dump if a file descriptor for
1699	  an internal file was closed from with a subshell has been fixed.
170006-10-30 +The redirections <# pattern, and <## pattern have been added.
1701	  Both seek forward to the beginning of the next line that contains
1702	  the pattern.  The <## form copies the skipped portion to standard
1703	  output.
170406-10-26 +On systems that support stream control transport, the virtual file
1705	  name /dev/sctp/host/port can now be used to establish connections.
170606-10-26 +The printf modifier # when used with d produces units in thousands
1707	  with a single letter suffix added.  The modifier # when used with
1708	  the i specification provides units of 1024 with a two letter suffix.
170906-10-24  The value of $! is now set to the process id of a job put
1710	  into the background with the bg command as required by POSIX.
171106-10-23  A bug in which the value of $! was affected by a background
1712	  job started from a subshell has been fixed.
171306-10-23  A bug in ${var:offset:len} in multibyte locales has been fixed.
171406-10-15 +The remaining math functions from C99 were added for any system
1715	  that supports them.
171606-10-13  The klockwork.com software detected a few coding errors that
1717	  have been fixed.
171806-10-12  A bug when skipping over `...` with ${x:=`...`} when x is set
1719	  has been fixed.
172006-10-11  A bug in process floating constants produced by the %a format
1721	  of printf has been fixed.
172206-10-06  A bug in which IFS was not being restored correctly in some
1723	  cases after a subshell has been fixed.
172406-10-06  A bug in which pipefail was not detecting some failures in
1725	  pipelines with 3 or more states has been fixed.
172606-10-03  A bug in the processing of >(...) with builtins which could
1727	  cause the builtin to hang has been fixed.
172806-10-03  A bug in the for loop optimizer which causes >(...) process
1729	  substitution to be ignored has been fixed.
173006-09-17 +The -a option was added to typeset for indexed arrays.  This
1731	  is only needed when using the ([subscript]=value ...) form.
173206-09-06 +The showme option was added.  Each simple command not beginning
1733	  with a redirection and not occurring with in the while, until, if,
1734	  select condition can be preceded by a semi-colon which will
1735	  be ignored when showme is off.  When showme is on, any command
1736	  preceded by a colon will be traced but not executed.
173706-08-16 +As a new feature, a leading ~(N) on a pattern has no effect
1738	  except when used for file expansion.  In this case if not
1739	  matches are found, the pattern is replaced by nothing rather
1740	  than itself.
174106-08-11  A bug in the expansion of ${.sh.match[i]:${#.shmatch[i]}} has
1742	  been fixed.
174306-08-10 +The read builtin options -n and -N have been modified to treat
1744          the size as characters rather than bytes unless storing into a
1745	  binary (typeset -B) variable.
174606-07-27 +When the here document operator << is followed directly by a #
1747	  rather than a -, the first line of the here-document determines
1748	  how much whitespace is removed for each line.
174906-07-26  A bug in the C-shell history (enabled with set -H) in which the
1750	  history event !$ was not processed has been fixed.
175106-07-21  A bug on some systems in which assigning PATH on a command line
1752	  would not take effect has been fixed.
175306-07-20  Add ksh93 and rksh93 as allowable names for ksh binaries.
175406-07-20  Removed the SHOPT_OO compilation option which was only partially
1755	  implemented.
175606-07-20  The ability to use egrep, grep, and fgrep expressions within
1757	  shell patterns has been documented.
175806-07-17  A bug with arithmetic command expressions for locales in which
1759	  the comma is a thousands separator has been fixed.
176006-07-13 +The default HISTSIZE was increased from 128 to 512.
176106-07-13  A multibyte problem with locales that use shift codes has been fixed.
176206-06-23  A number of bug fixes for command, file, and variable completion
1763	  have been mode.
176406-06-20 +Floating point division by zero now yields the constant Inf or -Inf
1765	  and floating functions with invalid arguments yield NaN.
176606-06-20 +The floating point constants Inf and NaN can be used in arithmetic
1767	  expressions.
176806-06-20 +The functions isinf(), isnan(), tanhl() have been added for
1769	  arithmetic expressions.
177006-06-13  Internal change to use ordering for variables instead of hashing
1771	  to speed up prefix matching.
177206-06-13  A window between fork/exec in which a signal could get lost
1773	  and cause a program to hang has been eliminated
177406-06-13  A bug in edit completion with quoted strings has been fixed.
177506-06-07  The restricted options can now be enabled by set as well as on
1776	  the command line.  Once set, it can not be disabled.
177706-06-04  Modified built-in binding so that for systems for which /bin
1778          and /usr/bin are the same, a builtin bound to /bin will get
1779	  selected when either /bin or /usr/bin is scanned.
178006-06-04 +Added literal-next character processing for emacs/gmacs mode.
1781	  This change is not compatible with earlier versions of ksh93
1782          and ksh88 when the stty lnext is control-v.  The sequence
1783	  escape-control-v will display the shell version.
178406-05-31 +Modified emacs and vi mode so that entering a TAB after a partial
1785	  TAB completion, generates a listing of possible completions.
1786	  After the second TAB, a number followed by a TAB will perform
1787	  the completion with the corresponding item.
178806-05-19 +Modified arithmetic so that conversions to strings default to
1789	  the maximum number of precision digits.
179006-05-16  Bug fixes for multibyte locales.
179106-05-10  The =~ operator was added to [[...]] and  [[ string ~= ERE ]]
1792	  is equivalent to [[ string == ~(E)ERE ]].
179306-04-25  A bug in the vi edit mode which could cause the shell to core dump
1794	  when switching from emacs mode.
179506-04-17  A bug in which using LANG or LC_ in assignment lists with builtins
1796	  did not restore the localed correctly has been fixed.
179706-04-04  A bug in which discipline functions could not be added to variables
1798	  whose names started with .sh has been fixed.
179906-03-28 +The -s option to typeset was added to modify -i to indicate short
1800	  integers.
180106-03-28  A bug in which variables assignment lists before functions
1802	  defined with function name were not passed on the functions
1803	  invoked by this function has been fixed.
180406-03-28  A bug in which name references defined within a function defined
1805	  with function  name could not be used with compound variables has
1806	  been fixed.
180706-03-27  A bug in which read <&p (print >&p) would cause the coprocess input
1808	  (output) pipe to close before reading from (after writing to)
1809          it has been fixed.
181006-02-28  A bug in which stopping a job created with the hist builtin command
1811	  would create a job that could not be restarted has been fixed.
1812
181306-01-24  --- Release ksh93r  ---
181406-01-24  A bug in which running commands with standard output closed would
1815	  not work as expected has been fixed.
181606-01-23  A bug in which print -u<n> could fail when file descriptor <n> was
1817	  open for writing has been fixed.
181806-01-19  The ?: arithmetic operator fixed to work when the operation after
1819	  the colon was an assignment.
182005-12-24  A bug which could lead to a core dump when elements of a compound
1821	  variable were array elements, i.e. foo=(bar=(1 2)), has been fixed.
182205-12-13  An arithmetic bug in which x+=y+=z was not working has been fixed.
182305-12-13  An arithmetic bug in which x||y was returning x when x was non-zero
1824	  rather than 1 has been fixed.
182505-12-07 +The aliases for integer and float have been changed to use attributes
1826	  -li and -lE to handle long long and long double types.
182705-12-07 +The histexpand (-H) option has been added which allows C-shell
1828	  style history expansions using the history character !.
182905-12-07 +The multiline option was added which changes that way the edit
1830	  modes handle lines longer than the window width.  Instead of
1831	  horizontal scrolling, multiple lines on the screen are used.
183205-12-05  The whence builtin now returns an absolute pathname when the
1833          command is found in the current directory.
183405-11-29  A bug which caused ksh -c '[[ ! ((' to core dump rather than
1835	  report a syntax error has been fixed.
183605-11-29  A bug when reading fixed length records into typeset -b variables
1837	  which caused a zero byte to terminate the value has been fixed.
183805-11-22 +The ability to seek to an offset within a file has been added
1839	  with the new I/O redirection operators, <#  and >#.  Currently,
1840	  these redirection operators must be followed by ((expr))
1841	  but in a future release, it should be able to used to seek forward
1842	  to the specified shell pattern.  In addition $(n<#) expands to the
1843	  current byte offset for file descriptor n.
184405-11-22 +The .sh.match array variable is now set after each [[ ... ]]
1845	  pattern match.  Previously it was only set for substring matches.
184605-10-17  A bug in which the library path variable could be prefixed
1847          with a directory when a .path file was not encountered in
1848	  the directory of the executable has been fixed.
184905-09-15  A for/while loop optimizer bug in which $OPTIND was not
1850	  correctly expanded has been fixed.
185105-09-05  A bug in which a history command that invoked a history
1852	  command could go into an infinite loop has been fixed.
185305-08-31 +In the case that IFS contains to adjacent new-lines so that
1854	  new-line is not treated as a space delimiter, only a single
1855	  new-line is deleted at the end of a command substitution.
185605-08-19 +When a tilde substitution expands to the / directory and is
1857	  followed by a /, it is replaced by the empty string.
185805-08-16  A bug in which n<&m did not synchronize m has been fixed.
185905-08-16  A bug in which process substitution  ( <() and >() ) was not
1860	  working within for and while loops has been fixed.
186105-07-24  A bug in which the pattern ~(E)(foo|bar) was treated as a syntax
1862	  error has been fixed.
186305-07-24  A bug in completion with <n>=, where n was the one of the
1864	  previous selection choices has been fixed.
186505-07-21  A bug with multibyte input when no edit mode was specified which
1866	  caused the input line to shift left/right has been fixed.
186705-06-24  A race condition which could cause the exit status to get lost
1868	  on some fast systems has been fixed.
186905-06-21  A bug in which nested patterns of the form {m,n}(pat) would cause
1870	  syntax errors has been fixed.
187105-06-21  A bug in the macro expander has been fixed which could cause a
1872          syntax error for an expansion of the form ${x-$(...)} when
1873	  x is set and the command substitution contained certain strings.
187405-06-08 +On systems for which echo does not do System V style \ expansions,
1875	  the -e option was added to enable these expansion.
187605-06-08  A bug in which ${var op pattern} to not work when inside an
1877	  arithmetic expression has been fixed.
187805-05-23 +An extension to shell patterns that allows matching of nested
1879	  groups while skipping over quoted strings has been added.
188005-05-18  A bug in which the line number for errors was not correct for
1881          functions loaded from FPATH has been fixed.
188205-04-18  A bug in which the exit status $? is not set when a trap triggered
1883	  by the [[...]] command is executed has been fixed.
188405-04-08 +Redirection operators can be directly preceded with {varname}
1885	  with no intervening space, where varname is a variable name which
1886	  allows the shell to select a file descriptor > 10 and store it
1887	  into varname.
188805-04-08 +SHOPT_CMDLIB_BLTIN=1 now includes <cmdlist.h> generated table.
188905-04-07 +[[ -o ?option ]] is true if "option" is a supported option.
189005-04-05  A bug in handling file completion with spaces in the names
1891          has been fixed.
189205-03-25 +The SIGWINCH signal is caught by default to keeps the LINES and
1893	  COLUMNS variables in sync with the actual window size.
189405-03-25 +Building ksh with SHOPT_REMOTE=1 causes ksh to set --rc if stdin is
1895	  a socket (presumably part of a remote shell invocation.)
189605-03-25 +Building ksh with SHOPT_SYSRC=1 causes interactive ksh to source
1897	  /etc/ksh.kshrc (if it exists) before sourcing the $ENV file.
189805-03-25 +{first..last[..incr][%fmt]} sequences added to brace expansions
1899	  when braceexpand is enabled.
190005-03-03  A bug where a SIGCHLD interrupt could cause a fifo open to fail has
1901	  been fixed.
190205-02-25  A bug in which a builtin command run in the background could
1903	  keep a file descriptor open which could cause a foreground
1904	  process to hang has been fixed.
190505-02-24  A bug where builtin library commands (e.g., date and TZ) failed to
1906	  detect environment variable changes has been fixed.
190705-02-22 +The read builtin and word splitting are now consistent with respect
1908	  to IFS -- both treat IFS as field delimiters.
190905-02-22 +The read builtin no longer strips off trailing delimiters that
1910	  are not space characters when there are fewer variables than fields.
191105-02-17  A builtin bug on systems where dlsym(libcmd) returns link-time
1912	  bindings has been fixed.
191305-02-12  A bug in which the lib_init() function for .paths BUILTIN_LIB
1914	  libraries was not called has been fixed.
191505-02-06  A bug on some systems in which moving the write end of a co-process
1916	  to a numbered file descriptor could cause it to close has been fixed.
191705-02-06  A bug in the vi-edit mode in which the character under the cursor
1918	  was not deleted in some cases with the d% directive has been fixed.
191905-02-06  A bug where external builtin stdout/stderr redirection corrupted
1920          stdout has been fixed.
192105-02-04  A bug where times formatting assumed CLK_TCK==60 has been fixed.
1922
192305-01-11  --- Release ksh93q  ---
192405-01-11  A bug in the integral divide by zero check has been fixed.
192505-01-11 +The -l option has been added to read /etc/profile and
1926	  $HOME/.profile, if they exist, before the first command.
192705-01-11  An argument parsing bug that caused `kill -s x -- n' to fail has
1928	  been fixed.
192905-01-11 +The .paths file, introduced in ksh93m, which can appear in
1930	  any directory in PATH, now allows a line of the form 'BUILTIN_LIB=.'
1931	  When a command is searched for this directory, and the full path
1932	  matches the path of the built-in version of the command (listed
1933	  by the 'builtin' command) then the built-in version of the command
1934	  is used.  When ksh is built with SHOPT_CMDLIB_DIR=1 then all libcmd
1935	  functions become builtins with the '/opt/ast/bin/' directory prefix.
193605-01-10  A bug in which a nameref to a compound name caused a core dump has
1937	  been fixed.
193805-01-09  A bug in which some SIGCHLD interrupts (from child processes exiting)
1939	  caused a fatal print/echo error diagnostic has been fixed.
194004-12-24  A bug in which some SIGCHLD interrupts (from child processes exiting)
1941          corrupted the internal process/job list, sometimes causing the shell
1942	  to hang, has been fixed.
194304-12-01  A bug in which typeset -Fn truncated less than n digits for large
1944	  numbers has been fixed.
194504-11-25  A bug in which standard error could be closed after a redirection
1946	  to /dev/stderr has been fixed.
194704-11-17  A bug in which an expansion of the form ${array[@]:3} could expand
1948          to ${array[0]} when ${array[3]} was not set has been fixed.
194904-10-22 +The -E or -orc command line option reads ${ENV-$HOME/.kshrc} file.
195004-10-22 +`-o foo' equivalent to `+o nofoo', `-o nobar' equivalent to `+o bar'.
1951          `--foo' equivalent to `-o foo', `--nofoo' equivalent to `+o foo'
195204-10-05 +The .paths file, introduced in ksh93m, which can appear in
1953	  any directory in PATH, now allows a line of the form
1954	  'BUILTIN_LIB=libname'.  When a command is searched for this directory,
1955	  the shared library named by libname will first be searched for a
1956	  built-in version of the command.
195704-09-03  <<< here documents now handle quotes in the word token correctly.
195804-08-08 +The maximum size for read -n and and read -N was increased from
1959	  4095 to 32M.
196004-08-04 +printf %q was modified so that if an no operand was supplied, no
1961	  no output would be generated rather than a quoted empty string.
196204-08-01 +The -n and -N options of the read builtin has been modified
1963	  when reading variables with the binary attribute so that the
1964	  data is stored directly rather than through assignment.
196504-08-01 +The shcomp command has been modified to process alias commands
1966	  under some conditions.
196704-07-31 +The .sh.match variable added in ksh93l, now works like other
1968	  indexed arrays.
196904-07-08  A loop optimizer bug which occurs when typeset is used in
1970	  a for or while loop inside a function has been fixed.
197104-06-24 +The number of subexpressions in a pattern was increased to 64
1972	  from the current number of 20.
197304-06-17 +The -t option to read was modified to allow seconds to be
1974	  specified as any arithmetic expression rather than just
1975	  an integral number of seconds, for example even -t 'sin(.5)'
1976	  is now valid.
197704-06-16  Two small memory leak problems were fixed.
197804-06-15  A bug in ${var/pattern/"string"} which occurred when string
1979	  contained pattern matching characters has been fixed.
198004-05-08  printf $'%d\n' produced an erroneous error message and has
1981	  been fixed.
198204-05-24  A bug in which an associative array without any elements could
1983	  cause a core dump when a script with an associative array with
1984	  the same name was declared in a script invoked by name has
1985	  been fixed.
198604-05-11  A bug in which an exec statement could close the script that
1987	  is being processed in a script that is run by name causing
1988	  a failure has been fixed.
198904-04-28 +If the first character of assignment to an integer variable was 0,
1990          the variable had been treated as unsigned.  This behavior was
1991          undocumented and has been removed.
199204-04-05  A bug in which the positioning of standard input could be incorrect
1993	  after reading from standard input from a subshell has been fixed.
199404-03-30  A bug in the for loop optimizer which in rare cases could cause
1995	  memory corruption has been fixed.
199604-03-29 +The preset alias source='command .' has been added.
199704-03-29  A bug introduced in ksh93p on some systems in which invoked by
1998	  name with #! on the first line would not get the signals handling
1999	  initialized correctly has been fixed.
200004-03-29  A bug introduced in ksh93p in which a HUP signal received by
2001	  a shell that is a session group leader was not passed down to
2002	  its children has been fixed.
2003
200404-02-28  --- Release ksh93p  ---
200504-02-28 +The ability to apply an append discipline to any variable has
2006	  been added.
200704-02-14  A bug in which the exportall option (set -a) would cause incorrect
2008	  results for arrays has been fixed.
200904-02-02  A bug in which an exported array would pass more than
2010	  the first element to a script invoked by name has been fixed.
201104-02-02  A bug on some systems in which name=value pairs preceding a script
2012	  invoked by name was not getting passed to the script has been fixed.
201304-01-20  A bug in which an unset discipline function could cause a core
2014	  dump on some systems has been fixed.
201504-01-12  A bug in which a continue or break called outside a loop from
2016	  inside a function defined with name() syntax could affect
2017	  the invoking function has been fixed.
201804-01-08  If a command name begins with ~, only filename completion will be
2019	  attempted rather than pathname completion using the builtin editors.
202004-01-08  A bug in the vi edit mode in which the wrong repeat count on
2021	  multiple word replacements with the . directive has been fixed.
202204-01-06  Backspace characters are now handled correctly in prompt strings.
202304-01-06 +The getopts builtin has been modified to accept numerical
2024	  arguments of size long long on systems that support this.
202504-01-06  A bug in which unsetting all elements of an associative array
2026	  would cause it to be treated as an indexed array has been fixed.
202703-12-15  A bug in which a quoted string ending with an unescaped $ would
2028	  delete the ending $ in certain cases has been fixed.
202903-12-05  A bug in which the shell could hang when set -x tracing a command
2030	  when an invalid multibyte character is encountered has been fixed.
203103-12-05  On some systems, if the KEYBD trap is set, then commands that use
2032	  the meta key were not processed until return was hit.  This
2033	  has been fixed.
203403-12-05  A problem which occurred when the login shell was not a group
2035	  leader that could cause it to fail has been fixed.
203603-12-05  A problem in which a shell could core dump after receiving a signal
2037	  that should cause it to terminate while it was in the process
2038	  of acquiring more space has been fixed.
203903-12-05 +If ENV is not specified, the shell will default to $HOME/.kshrc
2040	  for interactive shells.
204103-11-21  A bug introduced in ksh93o in which the DEBUG trap could get
2042	  disabled after it triggered has been fixed.
204303-11-04  A bug in which using arithmetic prefix operators ++ or -- on a
2044	  non-lvalue could cause a core dump has been fixed.
204503-11-04  A bug in which leading zeros were stripped from variable
2046	  expansions within arithmetic computation to avoid being treated
2047	  as octal constants when they should not have, has been fixed.
204803-10-08  A bug introduced in ksh93o in which a large here document inside
2049	  a function definition could get corrupted has been fixed.
205003-09-22  A bug in which the .get discipline function was not being
2051	  called when a string variable was implicitly referenced from
2052	  within a numerical expression has been fixed.
205303-09-22  A bug in which a script without a leading #! could get executed
2054	  by /bin/sh rather than the current shell on some systems has
2055	  been fixed.
205603-09-12 +To improve conformance with ksh88, leading zeros will be ignored
2057	  when getting the numerical value of a string variable so that
2058	  they will not be treated as octal constants.
205903-09-03 +The builtin kill command now processes obsolete invocations
2060	  such as kill -1 -pid.
206103-09-02  The restriction on modifying FPATH in a restricted shell (sh -r)
2062	  has been documented.
206303-09-02 +The restricted shell (sh -r) has been modified to disallow
2064	  executing command -p.
206503-08-07  A bug in which the KEYBD trap was not being invoked when
2066	  characters with the 8th bit set has been fixed.
206703-08-02  A parser bug introduced in ksh93o which caused the character
2068	  after () in a Posix function definition to be skipped
2069	  when reading from standard input has been fixed.
207003-08-01  A bug in which "${foo#pattern}(x)" treated (x) as if it were
2071	  part of the pattern has been fixed.
207203-08-01 +The command -x option has been modified so that any trailing
2073	  arguments that do expand to a single word will be included
2074	  on each invocation, so that commands like command -x mv * dir
2075	  work as expected.
2076
207703-07-20  --- Release ksh93o+  ---
207803-07-20  A bug in which could cause memory corruption when a posix
2079	  function invoked another one has been fixed.
208003-07-15  A bug in which a file descriptor>2 could be closed before
2081	  executing a script has been fixed.
208203-07-15  A parsing error for <() and >() process substitutions inside
2083	  command substitution has been fixed.
208403-07-15  A parsing error for patterns of the form {...}(...) when
2085	  used inside ${...} has been fixed.
208603-07-15  An error in which expanding an indexed array inside a compound
2087	  variable could cause a core dump has been fixed.
208803-07-15  A bug in which on rare occasions a job completion interrupt
2089	  could cause to core dump has been fixed.
209003-06-26  A bug in which process substitution embedded within command
2091	  substitution would generate a syntax error has been fixed.
209203-96-23  A bug in which ${@:offset:len} could core dump when there
2093	  were no arguments has been fixed.
209403-96-23  A bug in which ${X[@]:offset:len} could core dump when X
2095	  was unset has been fixed.
209603-06-22 +The -x option was added to the command builtin.  If this
2097	  option is on, and the number of arguments would exceed ARG_MAX,
2098	  the command will be invoked multiple times with a subset of
2099	  the arguments.  For example, with alias grep='command -x grep,
2100	  any number of arguments can be specified.
210103-06-14  A bug in which could cause a core dump on some systems with
2102	  vi and emacs editors with the MULTIBYTE option has been fixed.
210303-06-06  A bug in which the shell could core dump when a script was
2104	  run from its directory, and the script name a symlink to a file
2105	  beginning with .., has been fixed.
210603-06-05  A bug in which the shell could core dump when a child process
2107	  that it is unaware of terminates while it is calling malloc()
2108	  has been fixed.
210903-06-02 +An option named globstar (set -G) has been added.  When enabled,
2110	  during pathname expansion, any component that consists only of ** is
2111	  matches all files and any number of directory levels.
211203-05-30  A bug in which the PATH search could give incorrect results when
2113	  run from directory foo and PATH contained .:foo:xxx has been fixed.
211403-05-29 +Some changes were made to the code that displays the prompt in edit
2115	  mode to better handle escape sequences in the prompt.
211603-05-27  I added = to the list of characters that mark the beginning of
2117	  a word for edit completion so that filenames in assignments
2118	  can be completed.
211903-05-20  A bug in which read -N could hang on some systems when reading
2120	  from a terminal or a pipe has been fixed.
212103-05-19  A bug in which the output of uname from a command substitution
2122	  would go to the standard output of the invoking command when
2123	  uname was invoked with a non-standard option has been fixed.
212403-05-19  A job control bug which would cause the shell to exit because
2125	  it hadn't take back the terminal has been fixed.  The bug
2126	  could occur when running a function that contained a pipeline
2127	  whose last element was a function.
212803-05-19  A job control timing bug introduced in ksh93o on some systems
2129	  which could cause a pipeline to hang if the first component
2130	  completed quickly has been fixed.
213103-05-13 +The read builtin has been modified so that the builtin editors
2132	  will not overwrite output from a previous incomplete line.
213303-05-13  A bug in which the name of an identifier could have the string
2134	  .sh. prefixed to it after expanding a variable whose name begins
2135	  with .sh. has been fixed.
213603-05-13  A bug in the expansion of $var for compound variables in which
2137	  some elements would not be output when the name was a prefix
2138	  of another name in the compound variable has been fixed.
213903-05-08  The last item in the ksh93o release on 03-01-02 has been
2140	  altered slightly to preserve the leading 0's when the
2141	  preceding character is a digit.  Thus, with typeset -LZ3 x=10,
2142	  $(( 1$x)) will be 1010 whereas $(( $x) will be 10.
214303-04-25  A bug in which if x is a name reference, then nameref y=x.foo
2144	  did not follow x has been fixed.
2145
214603-03-18  --- Release ksh93o  ---
214703-03-18 +A -N unary operator was added to test and [[...]] which returns
2148	  true if the file exists and the file has been modified since it
2149	  was last read.
215003-03-18 +The TIMEFORMAT variable was added to control the format for
2151	  the time compound command.  The formatting description is
2152	  described in the man page.
215303-03-06 +A -N n option was added to read which causes exactly n bytes
2154	  to be read unlike -n n which causes at most n bytes to be read.
215503-03-03 +Three new shell variables were added.  The variable .sh.file
2156	  stores the full pathname of the file that the current command
2157	  was found in.  The variable .sh.fun names the current function
2158	  that is running.  The variable .sh.subshell contains the depth
2159	  of the current subshell or command substitution.
216003-03-03 +When the DEBUG trap is executed, the current command line after
2161	  expansions is placed in the variable .sh.command.  The trap
2162	  is also now triggered before each iteration of a for, select,
2163	  and case command and before each assignment and redirection.
216403-02-28 +Function definitions are no longer stored in the history file so
2165	  that set -o nolog no longer has any meaning.
216603-02-28 +All function definitions can be displayed with typeset -f not
2167	  just those stored in the history file.  In addition, typeset +f
2168	  displays the function name followed by a comment containing the
2169	  line number and the path name for the file that defined this function.
217003-02-28  A bug in which the value of $LINENO was not correct when executing
2171	  command contained inside mult-line command substitutions has been
2172	  fixed.
217303-02-19 +Since some existing ksh88 scripts use the undocumented and
2174	  unintended ability to insert a : in front of the % and # parameter
2175	  expansion operators, ksh93 was modified to accept :% as equivalent
2176	  to % and :# as equivalent to # with ${name op word}.
217703-02-14  A bug which could cause a core dump when reading from standard
2178	  error when standard error was a pty has been fixed.
217903-02-14 +The shell arithmetic was modified to use long double on systems
2180	  that provide this data type.
218103-02-09  A bug in which a function located in the first directory in FPATH
2182	  would not be found when the last component of PATH was . and the
2183	  current directory was one of the directories in PATH has been fixed.
218403-02-07 +The trap and kill builtin commands now accept a leading SIG prefix
2185	  on the signal names as documented.
218603-02-05  A bug in the expansion of ${var/$pattern}, when pattern contained
2187	  \[ has been fixed.
218803-02-05  A bug in which .sh.match[n], n>0, was not being set for substring
2189	  matches with % and %% has been fixed.
219003-01-15  A bug in which getopts did not work for numerical arguments specified
2191	  as n#var in the getopts string has been fixed.
219203-01-09  A bug in which using ${.sh.match} multiple times could lead to
2193	  a memory exception has been fixed.
219403-01-06  A bug in the expansion of ${var/pattern/$string} in the case that
2195	  $string contains \digit has been fixed.
219603-01-02 +A -P option was added for systems such as Solaris 8 that support
2197	  profile shell.
219803-01-02  For backward compatibility with ksh88, arithmetic expansion
2199	  with ((...)) and let has been modified so that if x is a zero-filled
2200	  variable, $x will not be treated as an octal constant.
2201
220202-12-05  --- Release ksh93n+  ---
220302-11-30  A bug that can show up in evaluating arithmetic statements that
2204	  are in an autoloaded function when the function is autoload from
2205	  another function has been fixed.
220602-11-30  An optimization bug in which an expansion of the form ${!name.@},
2207	  which occurred inside a for or a while loop, when name is a name
2208	  reference, has been fixed.
220902-11-18  A bug in which modifying array variables in a subshell could leave
2210	  side effects in the parent shell environment has been fixed.
221102-11-18  A memory leak when unsetting an associative array has been fixed.
221202-11-14 +The code to display compound objects was rewritten to make
2213	  it easier for runtime extensions to reuse this code.
221402-11-14 +A change was made to allow runtime builtins to be notified when
2215	  a signal is received so that cleanup can be performed.
221602-10-31 +User applications can now trap the ALRM signal.  Previously,
2217	  the ALRM signal was used internally and could not be used
2218	  by applications.
221902-10-31  A bug in which signals received while reading from a coprocess
2220	  for which traps were set was not handled correctly has been fixed.
222102-10-31  A bug in which a file opened with exec inside a subshell could
2222	  be closed before the subshell completed has been fixed.
222302-10-21  A bug in which setting PATH or FPATH inside a function might not
2224	  take effect has been fixed.
222502-10-21  A bug which could cause a core dump when a local SECONDS variable
2226	  is defined in a function has been fixed.
222702-10-15  A bug in which the associate array name operator ${!array[@]}
2228	  could return the same name multiple times has been fixed.
222902-10-15  A bug in which the zero'th element of an associative array was
2230	  not getting set when an assignment was made without a subscript
2231	  specified has been fixed.
2232
223302-09-30  --- Release ksh93n  ---
223402-09-30 +The maximum indexed array size was increased to 16Megs.
223502-09-30  A bug which could cause a core dump when changing attributes
2236	  of associative array has been fixed.
223702-09-30  A bug in which exporting an array variable would not export the
2238	  0-th element has been fixed.
223902-09-30  A bug in which an array assignment of the form a=($a ...) would unset
2240	  'a' before the right hand side was evaluated has been fixed.
224102-09-27  A bug in which the error message for ${var?message} when var was
2242	  null or unset did not contain the variable name var has been fixed.
224302-09-27  A bug in which closing file descriptors 0 through 2 could
2244	  cause a subsequent here document to fail has been fixed.
224502-09-14  A bug in whence which occurs when the specified name contained
2246	  a / has been fixed.
224702-09-14  A bug in the parser for strings of the form name$((expr))=value
2248	  has been fixed.
224902-09-14  A for loop optimization bug in which the number of elements in
2250	  an array was treated as an invariant has been fixed.
225102-09-09  A bug in which redirection or closing of a file descriptor between
2252	  3 and 9 could cause a subsequent here document to fail has been
2253	  fixed.
225402-09-09  A bug in which a background job was not removed from the job list
2255	  when a subshell completed has been fixed, for example (prog&).
225602-09-03  A bug in which an assignment of the form name=(integer x=3)
2257	  could be interpreted as an array assignment rather than a
2258	  compound variable assignment has been fixed.
225902-08-19  A command completion bug which occurred on file systems that
2260	  are case insensitive has been fixed.
226102-08-19  A bug which could lead to an exception on some systems (for
2262	  example FREEBSD) which occurred when setting PATH has been fixed.
226302-08-11  A bug in arithmetic rounding in which a value input as a decimal
2264	  string would output as a rounded version of the string has
2265	  been fixed.
226602-08-11  A bug in which the last character could be deleted from shell
2267	  traces and from whence when called from a multibyte locale
2268	  has been fixed.
226902-08-01  A bug which could cause a core dump to occur when a shell script
2270	  is executed while a coprocess is running that has closed the
2271	  output pipe has been fixed.
227202-08-01  A bug in which command completion in multibyte mode could
2273	  corrupt memory for long command lines has been fixed.
2274
227502-06-17  --- Release ksh93n-  ---
227602-06-17  A bug in which user defined macros could cause a core dump in
2277	  with MULTIBYTE mode has been fixed.
227802-06-17  A bug in which printf format specifiers of the form %2$s were causing
2279	  a core dump has been fixed.
228002-06-17  A bug in which setting stty to noecho mode did not prevent the
2281	  echoing of characters by ksh when emacs or viraw mode
2282	  was enabled has been fixed.
228302-06-17  A bug in which background job completion could cause the sleep
2284	  builtin to terminate prematurely has been fixed.
228502-06-17  A bug in which the shell could core dump if getopts was called
2286	  when the OPTIND variable contained a negative value has been fixed.
228702-06-10 +The edit mode prompt has been modified to handle escape sequences.
228802-06-10  A bug which occurred for interactive shells in which the builtin
2289	  cat command was used in command substitution on a file whose
2290	  size was larger than PIPE_BUF has been fixed.
229102-06-10  A bug in which the trap on ERR was not being processed when
2292	  set inside a function has been fixed.
229302-06-07  A bug in which function definitions could cause the history count
2294	  to be decremented by one (and even become negative) has been fixed.
229502-06-05  A bug in read in which share mode could be enabled has been fixed.
229602-05-28  A bug which could occur when the last command of a script was
2297	  a case statement and the action selected ended in ;& instead of ;;
2298	  has been fixed.
229902-05-23  A bug with unary + introduced in ksh93k has been fixed.
230002-05-07  A bug in substitutions of the form ${var/pattern/string} in which
2301	  a backslash was inserted in the replacement string when it contained
2302	  a special pattern character has been fixed.
230302-05-01  A bug in the emacs edit mode which occurred in versions compiled
2304	  for multibyte character sets which occurred when a repeated search
2305	  was requested after a long line had been returned for the previous
2306	  search has been fixed.
230702-04-02 +vi and emacs edit modes were modified so that tab completion is
2308	  disabled when invoked from the read built-in.
2309
231002-03-26  --- Release ksh93m+  ---
231102-03-26  A bug in which \ was not handled correctly when used in file
2312	  expansion has been fixed.
231302-02-18  A bug in which lines beginning with a # were deleted from here
2314	  documents when the here-document delimiter was followed by
2315	  a comment has been fixed.
231602-12-06  An optimization bug in which ${!x[@]) was treated as invariant in
2317	  a for loop has been fixed.
231802-02-06  A bug in which the ERR trap is not cleared for a script invoked
2319	  by name from within a function has been fixed.
232002-01-08  A bug in which a shell script executed from within a subshell
2321	  could cause this script to have an invalid pointer leading
2322	  to a memory fault has been fixed.
232302-01-07 +Added here documents of the form <<< word (as per zsh) which
2324	  is equivalent to << delim\nword\ndelim.
232502-01-07  A bug in which the first word of a compound assignment,
2326	  x=(word ...), was treated as a reserved word has been fixed.
232702-01-07  A bug in the handling of \ when noglob was enabled and a
2328	  substitution of the form ${word op pattern} occurred in the
2329	  same word has been fixed.
233002-01-07 +A compilation option, CMDLIB_BLTIN in the file OPTION, has
2331	  been added.  When this options is set, all commands implemented
2332	  in libcmd become shell builtin commands by default.
233302-01-07  A bug in which builtin foo, where foo is already a builtin
2334	  would result in the builtin foo getting removed has been fixed.
233502-01-07  A bug which the shell executed a command found in the current
2336	  directory when PATH have no valid directories has been fixed.
233701-11-28  The value of $? was not being set when called with exit.
233801-11-28  If the last command was of the form (...) and a trap on EXIT or
2339	  ERR was set, and the command inside () modified the trap, then
2340	  the original trap wasn't executed.
234101-11-26 +The value for 0 is now preceded by the base number when
2342	  the base was not 10.
234301-11-26 +The default has compilation mode has been changes so that
2344	  viraw mode will always be on.
2345
234601-10-31  --- Release ksh93m  ---
234701-10-31  A for loop optimizer bug for subshells contained withing for
2348	  loops has been fixed.
234901-10-16  typeset without arguments no longer outputs variable names
2350	  that do not have any attributes that are set.
235101-10-16  A bug introduced in ksh93l in which assignments specified with
2352	  the exec built-in were not being expanded properly has been
2353	  fixed.
235401-10-11  An optimization bug in which ${!x) was treated as invariant in
2355	  a for loop has been fixed.
235601-10-11  Unsigned integer variables in bases other than 10 are printed now
2357	  expand in that base with the base prefix.
235801-10-10  A number of typos in the self generating man pages for shell
2359	  built-ins have been fixed.
236001-10-04  The self generated man pages for hist and fc were not working
2361	  correctly and have been fixed.
236201-10-03  Yet another optimizer bug in which shell patterns were
2363	  treated as invariants has been fixed.
236401-09-27  Two bugs relating to multibyte history searches and to find
2365	  have been fixed.
236601-09-27  A bug introduced in ksh93k in which the PATH searching was
2367	  not restored after running a command with an assignment list
2368	  has been fixed.
236901-09-26  A bug in which a zero filled field was treated as octal when
2370	  converted to integer has been fixed.
237101-09-26  Yet another bug in the optimization of for loops related to
2372	  recursive functions with break or continue statements has been fixed.
237301-09-25 +The exponentiation operator ** was added to the shell arithmetic
2374	  evaluation.  It has higher precedence than * and is left
2375	  associative.
237601-09-25  The code was modified to use the ast multibyte macros
2377	  and functions for handing multibyte locales.
237801-09-25 +The expansion ${parameter:offset:length} now handles negative
2379	  offsets which cause offsets to be measured from the end.
238001-09-25  Some spelling errors in the documentation were corrected.
238101-09-24 +The /dev/tcp/host/port and /dev/udp/host/port now allow
2382	  the ports to be specified by service name.
238301-09-24 +The change staring with ksh93g in which the the appropriate
2384	  library path variable is prepended with a corresponding library
2385	  directory has been modified.  With the new method, only the
2386	  library path defined in the file named .paths in the directory
2387	  where the executable is found will be modified.  See the
2388	  man page for more details.
238901-09-23 +The .fpath file (see ksh93h) is no longer looked for in each
2390	  directory on the path to locate function directories.  The
2391	  file named .paths is used instead.
239201-09-23  A bug in which IFS was not being restored after being changed in
2393	  a subshell has been fixed.
239401-09-16 +With the vi and emacs edit modes, after a list of command
2395	  or functions is generated with = or M-= respectively,
2396	  any element from the list can be pasted on the command line
2397	  by preceding the = or M-= with a numeric parameter specifying
2398	  the position on the list.
239901-09-16  A bug in ksh93l caused command completion not to find aliases
2400	  and functions.  Command listing from the edit mode was presented
2401	  in reverse order.  This has been fixed.
240201-09-13  Another bug in the optimization of for loops related to subshells
2403	  when traps were set has been fixed.
240401-09-07  A change in ksh93l caused brace expansion to stop working
2405	  and this has been fixed.
240601-09-04  A bug introduced in ksh93k in which an arithmetic statement
2407	  within a function that used name references did not follow the
2408	  reference has been fixed.
240901-09-04  A bug introduced in ksh93l in which export -p did not prefix
2410	  each export with the word export has been fixed.
241101-08-29  A bug in multibyte input which occurred when a partial multibyte
2412	  character was received has been fixed.
241301-08-29  A bug introduced in ksh93l which could cause a core dump
2414	  when an assignment list containing PATH is specified inside
2415	  command substitution has been fixed.
241601-08-09  Another bug in the optimization of for loops in ksh93l caused
2417	  errors in recursive functions using local variables that
2418	  contained for loops has been fixed.
241901-07-27  A bug in which IFS would be unset after a command substitution
2420	  inside a here document has been fixed.
242101-07-26  To conform to the POSIX standard, if you invoked ksh name,
2422	  and name does not contain a /,  it will first try to run
2423	  one in the current directory whether it is executable or not
2424	  before doing a path search for an executable script.  Earlier
2425	  versions first checked for an executable script using the
2426	  PATH variable.
242701-07-23  A bug in which unset -f invoked in a subshell could unset a
2428	  function defined in the parent has been fixed.
242901-07-16  A bug in the optimization of for loops in ksh93l caused
2430	  name references to be treated as invariants has been fixed.
243101-07-09  A bug in which a discipline function applied to a local variable
2432	  could cause a shell exception has been fixed.  Discipline
2433	  functions can only be specified for global variables.
2434
243501-06-18  --- Release ksh93l  ---
243601-06-18  A bug in assigning integers larger than can be represented as
2437	  long integers to floating point variables has been fixed.
243801-06-18  A bug in the handling of unsigned integers (typeset -ui) has
2439	  been fixed.
244001-06-04  The evaluation of the PS1 prompt no longer effects the value
2441	  of the $? variable.
244201-06-01  A small memory leak from subshells has been fixed.
244301-05-22  A bug in which attributes for variables that did not have
2444	  values would be lost after a subshell has been fixed.
244501-05-22 +The %R format has been added to convert a shell pattern into
2446	  an extended regular expression.
244701-05-22 +The escape sequences \e, \cX, \C[.collating-element.], and
2448	  \x{hex} have been added to ASCII-C strings and to printf format
2449	  strings.
245001-05-20 +Patterns of the form {n}(pattern) and {m,n}(pattern) are now
2451	  recognized.  The first form matches exactly n of pattern whereas,
2452	  the second form matches from m to n instances of pattern.
245301-05-20 +The shell allows *-(pattern), +-(pattern),  ?-(pattern),
2454	  {m,n}-(pattern}, and @-(pattern) to cause the minimal
2455	  match of pattern to be selected whenever possible rather
2456	  than the maximal (greedy) match.
245701-05-20 +The character class [:word:] has been added to patterns.
2458	  The word class is the union of [:alnum:] and the character _.
245901-05-20 +Inside (...) pattern groups, the \ character is now treated
2460	  specially even when in an enclosing character class.  The
2461	  sequences, \w, \d, \s are equivalent to the character classes
2462	  word, digit, and space respectively.  The sequences \W, \D,
2463	  and \S are their complement sets.
246401-05-20 +The shell now recognizes pattern groups of the form
2465	  ~(options:pattern) where options or :pattern can be omitted.
2466	  Options use the letters + and - to enable and disable options
2467	  respectively.  The option letters g (greedy), i (ignore case)
2468	  are used to cause maximal matching and to cause case
2469	  insensitive matching respectively.  If :pattern is also
2470	  specified, these options are only in effect while this
2471	  pattern is being processed.  Otherwise, these options remain
2472	  in effect until the end of the pattern group that they are contained
2473	  in or until another ~(...) is encountered.  These pattern groups
2474	  are not counted with respect to group numbering.
247501-05-14  When edit completion, expansion, or listing occurs in the
2476	  middle of a quoted string, the leading quote is ignored when
2477	  performing the completion, expansion, or listing.
247801-05-14  A small memory leak from subshells has been fixed.
247901-05-10  A bug in which open files were not restored after a subshell
2480	  that had used exec to replace a file has been fixed.
248101-05-10 +Redirection to a null file name now generates an error message.
248201-05-09  The shell now rejects some invalid parameter substitutions that
2483	  were previously processed in undefined ways.
248401-05-09  A bug in which the output of select was not flushed before the
2485	  read when input did not come from the terminal has been fixed.
248601-05-08  A bug in which job ids would not be freed for interactive shells
2487	  when subshells ran built-ins in the background has been fixed.
248801-05-08 +The FPATH variable now requires an explicit . to cause the
2489	  current directory to be treated as a function directory.
249001-05-08  A bug in read -n when echo mode was disabled has been fixed.
249101-05-07  A bug in which function definitions could be listed as part
2492	  of the history has been fixed.
249301-04-30 +This release uses a new and often much faster pattern matcher than
2494	  earlier releases.
249501-04-30 +An optimizer now eliminates invariant parameter expansions from
2496	  for while and until loops.
249701-04-30 +The variable .sh.match is set after each pattern match (# % or /)
2498	  in a variable substitution.  The variable .sh.match is an
2499	  indexed array with element 0 being the complete match.
2500	  The array is only valid until the next subsequent pattern
2501	  match or until the value of the variable changes which ever
2502	  comes first.
250301-04-30 +A self generating man page has been added to shcomp.  Also,
2504	  shcomp now stops compiling when it finds an exit or exec
2505	  command and copies the remainder so that it can be used
2506	  for standard input.
250701-04-30 +The shcomp command was modified so that it can work in an
2508	  EBCIDIC environment and that binary scripts are portable
2509	  across environments.
251001-04-30  A bug in the handling of a trailing : in PATH has been fixed.
251101-04-30  A bug in which the builtin version of a command would get invoked
2512	  even though the full pathname for the command was specified
2513	  has been fixed.
251401-04-30  A bug in which read would loose the last character when
2515	  reading the last line of a file that did not contain a new-line
2516	  character has been fixed.
251701-04-23  A bug on some systems in which in vi mode the end of file
2518	  character and end of line character could be swapped has
2519	  been fixed.
252001-04-23  A bug on some systems in which invoking a shell script that
2521	  did not have execute permission could set the exit value to
2522	  127 rather than 126 has been fixed.
252301-04-20  A bug in which read -n from a pipe would block if fewer than
2524	  n characters was received has been fixed.
252501-04-09  A bug in which invalid patterns, for example, ) by itself,
2526	  was not treated as a string has been fixed so that if i=')',
2527	  then [[ $i == $i ]] is true.
252801-04-09 +The shell arithmetic now interprets C character constants.
252901-04-09  A bug in which a non-zero return from a function defined
2530	  with the function reserved word did not trigger the ERR
2531	  trap or exit with set -e has been fixed.
253201-04-02  A bug on some systems, in which characters above 127 were
2533	  not displayed correctly in vi or emacs edit mode has been fixed.
253401-04-02  A bug on some systems, introduced in the 'k' point release, in
2535	  which the erase character in viraw mode was moving the cursor
2536	  to the left without erasing the character has been fixed.
253701-04-02  On some systems the wcwith() function was returning a wrong
2538	  value for characters and caused characters to be displayed
2539	  incorrectly from the shell edit modes.  A work around for
2540	  this problem has been added.
254101-03-26  A bug in which valid scripts could produce syntax errors
2542	  when run with locales that considered characters such as "'"
2543	  to be space characters has been fixed.
254401-03-20  A bug in which an syntax error in an arithmetic expression
2545	  entered interactively could cause the shell to go into
2546	  an infinite loop outputting the error message has been fixed.
254701-03-10 +ksh93 accepts -l as a synonym for -L in test on systems for
2548	  which /bin/test -l tests for symbolic links.
254901-03-10  A bug in parsing scripts in which { and } are used in place of
2550	  in and esac in case statements embedded in compound commands
2551	  has been fixed.  Use of { and } for in and esac is obsolete.
255201-03-06  A bug in which an argument of the form foo=bar was not
2553	  being passed correctly to a traced function whose name
2554	  was foo has been fixed.
255501-03-02  Using $(trap -p name) did not print the name of the current
2556	  trap setting for trap name.
255701-02-26  Exported floating point variables gave incorrect results
2558	  when passing them to ksh88.  This has been fixed.
255901-02-25  A race condition in which a coprocess which completed too quickly
2560	  would not allow subsequent coprocesses to start has been fixed.
256101-02-25  The 'g' format specifier is now handled by printf.  It had
2562	  inadvertently been omitted.
256301-02-20  The + was not being displayed during an execution trace
2564	  with the += assignment operator.
256501-02-19  The error message which occurs when the interpreter name
2566	  defined on the #! line does not exist is more informative.
256701-02-19  A bug in which $0 would not be set correctly when a
2568	  script with #! was invoked by full pathname from the
2569	  directory of the script has been fixed.
257001-02-19  A shell script did not always pick up tty mode changes
2571	  made by external commands such as stty which could
2572	  effect the behavior of read.
257301-02-19  The -u, -g, and -k unary tests did not give the correct
2574	  results when used with negation and this has been fixed.
2575
257601-02-05  --- Release ksh93k+  ---
257701-02-05  The sequence \<newline> inside $'...' was not incrementing
2578	  the line count and this has been fixed.
257901-02-05 +Modified expansion of "${@-}" so that if no arguments are set
2580	  it results in null string rather than nothing.
258101-02-02  memory leak problem with local variables in functions fixed.
258201-01-25 +allow arithmetic expressions with float%int and treat them
2583	  as ((int)float)%int rather than as an error.
258401-01-19  read -n1 was not working and has been fixed.
258501-01-17 +ksh now handles the case in which a here document in command
2586	  substitution $() is terminated by the trailing ).  Previously,
2587	  a new-line was needed at the end of the delimiter word.
258801-01-02  A bug in which a KEYBD trap would cause a multi-line token
2589	  to be processed incorrectly has been fixed.
259000-12-10 +Arithmetic integer constants can now have L and U suffices.
259100-12-10  A bug in the processing of arithmetic expressions with compound
2592	  variables when the -n option is on has been fixed.
259300-12-08  A bug in M-f and M-b from emacs mode has been fixed.  This
2594	  bug only occurs when ksh93 is compiled without MULTIBYTE enabled.
259500-11-29  A bug in which jobs -p would yield 0 for background
2596	  jobs run in a script has been fixed.
259700-11-21  A bug in integer arrays in which the number of elements is
2598	  incorrect when the ++ operator is applied to a non-existing
2599	  element has been fixed.  For example, integer x; ((x[3]++)).
260000-11-20  A timing bug in which the shell could reset the terminal
2601	  group to the wrong value in the case that the a new process
2602	  changes the terminal group during startup has been fixed.
2603
260400-10-27  --- Release ksh93k  ---
260500-10-27  Using tab for completion now works only when applied
2606	  after a non-blank character at the end of the current line.
2607	  In other case a tab is inserted.
260800-10-27  A bug in the emacs edit mode for ^X^E has been fixed.
2609	  The ^X^E sequence is supposed to invoke the full editor
2610	  on the current command.
261100-10-18  A bug in which expansions of the form ${var//pattern/string}
2612	  did not work correctly when pattern was '/' or "/" has
2613	  been fixed.
261400-10-18 +The output format for indexed arrays in compound variables
2615	  has been modified so that it can be used as input.
261600-10-18  Assignments with name references (typeset -n) will now
2617	  implicitly unreference an existing name reference.
261800-10-17  A bug the += append operator when a single array element
2619	  is appended to a variable that is not an array has been fixed.
262000-10-16  A bug in which the SIGCONT signal was being sent to
2621	  each process will kill -0 or kill -n 0 has been fixed.
262200-10-12 +The arithmetic evaluation portion has been rewritten to
2623	  perform a number of optimizations.
262400-10-10  A bug in which name prefix matching ${!name.*} was not
2625	  checking name to see if it was a name reference has been fixed.
262600-09-26  A bug in the multibyte version in which the width of for
2627	  non-printing characters was not correct has been fixed.
262800-09-12 +Made changes to get multibyte editing work on UWIN for windows
262900-09-12  A bug in which multibyte characters would be displayed incorrectly
2630	  has been fixed.
263100-08-08  Removed build dependency on iswprint() and iswalph().
263200-07-20  In some cases the read builtin would read more than a single
2633	  line from a pipe on standard input and therefore leave the seek
2634	  position in the wrong location.
263500-07-05 +If the directory / is on the path, a / will not be inserted
2636	  between the directory and the file name during path searching
2637	  to avoid searching // for systems that treat this specially.
263800-06-26  A bug in which on rare occasions wait could return before all
2639	  jobs have completed has been fixed.
264000-06-21  A bug in which backspace did not work correctly during the
2641	  R replace directive in vi-mode has been fixed.
264200-06-12 +Added variable name completion/expansion/listing  to the set of
2643	  completions.  Variable name completions begin with $ or "$ followed
2644	  by a letter.
264500-05-09  --- Release ksh93j  ---
264600-05-09  Modified command substitution to avoid using /tmp files when
2647          run on read-only file systems.
264800-04-17 +Modified printf to handle '%..Xc' and '%..Xs' options where X
2649	  is not an alpha character.  Previous versions core dumped with this.
265000-04-10 +Changes to multibyte editing code were made to use standard
2651	  ISO C functions rather than methods devised before the standard.
265200-04-09  Add %H options to printf to output strings with <"'&\t> properly
2653	  converted for use in HTML and XML documents.
265400-04-07 +Modified getopts builtin to handle \f...\f in usage string
2655	  by invoking specified function.
265600-04-04  Added self generating man pages for bg, fc, fg, disown, jobs,
2657	  hist, let, ., and ulimit.
265800-03-30 +The append operator += has been added and can be used
2659	  for all assignments, strings, arrays, and compound variables.
266000-03-30 +Code was modified in several places to support automatic
2661	  generation of C locale dictionaries.
266200-03-28  A bug in which the set and trap commands invoked with --name
2663	  type arguments would terminate the invoking script  has
2664	  been fixed.
266500-03-27  A bug in which the library path variable was not updated
2666	  correctly on some systems as described in the 'g' point
2667	  release has been fixed.
266800-03-07  printf now returns a non-zero exit status when one of
2669          its arguments cannot be converted to the given type.
267000-03-05  The return value and error message for a command that
2671          was found on the path but was not executable was set
2672          incorrectly.
267300-03-05  A prototype for ioctl() was removed from the vi edit mode.
2674
267500-01-28  --- Release ksh93i  ---
267600-01-28 +Most of the built-in commands and ksh itself are now
2677          self documenting.  Running command --man will produce
2678          screen output.  Running command --html produces the
2679          man page in html format.
268000-01-28 +The getopts builtin can process command description
2681          strings to produce man pages.
268200-01-28  A bug in which a script could terminate when getopts
2683          encountered an error when invoked inside a function
2684          has been fixed.
268500-01-28  When a symbolic link was specified as the name of
2686          the script to invoke by name, the value of $0 was
2687          set to the real file name rather than the link name
2688          in some cases and this has been fixed.
268900-01-28  A bug in which the precision given as an argument
2690	  to printf was not working has been fixed.
2691
269299-03-31  --- Release ksh93h  ---
269399-03-31 +The PATH search algorithm has been modified to look
2694	  for a file named .fpath in each bin directory and if
2695	  found, to search for functions in this directory if
2696	  it cannot find the command in that directory.
269799-03-31 +When performing pathname expansion, the shell checks
2698	  to see whether each directory it reads is case sensitive
2699	  or not, and performs the matching accordingly.
270099-03-31 +The %T format for printing formatted date/time.
270199-03-31 +The emacs and vi modes now handle arrow keys when
2702          they use standard ANSI escape sequences.
270399-03-31 +The TAB key can be used for completion in emacs and viraw mode.
270499-03-31  A bug in setting .sh.editchar during the KEYBD trap
2705	  for the MULTIBYTE option was fixed in release ksh93h.
270699-03-31  A bug in shcomp for compilation of unary operators with [[...]]
2707	  has been fixed.
270899-03-31  A bug in which the value of $? was changed when executing
2709	  a keyboard trap has been fixed.
271099-03-31  The handling of SIGCHLD has been changed so that the
2711	  trap is not triggered while executing trap commands
2712	  to avoid recursive trap calls.
271399-03-31  A bug in which a local variable in a function declared readonly
2714	  would generated an error when the function went out of
2715	  scope has been fixed.
271699-03-31  A bug in which \<new_line> entered from the keyboard
2717	  with the KEYBD trap enabled has been fixed.
271899-03-31  The error message for a misplaced ((, for example print ((3),
2719	  was often garbled and has been fixed.
272099-03-31  A bug in the KEYBD trap in which escape sequences of the form
2721	  <ESC>[#~ were not being handled as a unit has been fixed.
272299-03-31  A bug in which ksh would consider expressions like [[ (a) ]]
2723	  as syntax errors has been fixed.
272499-03-31  A function defined as foo() without a function body
2725	  was not reported as a syntax error.
272699-03-31  A bug in which ksh could run out of file descriptors when
2727	  a stream was repeatedly opened with exec and read from
2728	  has been fixed.
2729
273098-04-30  --- Release ksh93g  ---
273198-04-30 +The pipefail option has been added.  With pipefail
2732	  enabled, a pipeline will not complete until all
2733	  commands are complete, and the return value will
2734	  be that of the last command to fail, or zero if
2735	  all complete successfully.
273698-04-30 +The name-value pair library uses the cdt library rather
2737	  than the hash library.  This change should be transparent
2738	  to applications.
273998-04-30 +On the U/WIN version for Window 95 and Windows NT,
2740          when a directory beginning with a letter followed by
2741          a colon is given to cd, it is assumed to be an absolute
2742          directory
274398-04-30 +When an executable is found on a given path,
2744	  the appropriate library path variable is prepended
2745	  with a corresponding library directory.
274698-04-30  A bug in which a name reference could be created to
2747	  itself and later cause the shell to get into an infinite
2748	  loop has been fixed.
274998-04-30  A bug in shcomp relating to compound variables was fixed.
275098-04-30  A bug introduced in ksh93e in which leading 0's in -Z
2751	  fields caused the value to be treated as octal for arithmetic
2752	  evaluation has been fixed.
275398-04-30  A bug when a name reference with a shorter name than
2754          the variable it references was the subject of a compound
2755	  assignment has been fixed.
275698-04-30  A bug which in which assignment to array variables in
2757	  a subshell could effect the parent shell has been
2758	  fixed.
275998-04-30  read name?prompt was putting a 0 byte at the end of the
2760	  prompt on standard error.
276198-04-30  A bug in [[ string1 > string2 ]] when ksh was run with -x
2762	  has been fixed.
276398-04-30  A bug in which the escape character was not processed
2764	  correctly inside {...} when brace expansion is enabled
2765	  has been fixed, for example {\$foo}.
276698-04-30  A bug in line continuation in here-documents has been
2767	  fixed.
276898-04-30  The default base when not specified with typeset -i is
2769	  10 in accordance with the documentation.  Previously,
2770	  the value was determined by the first assignment.
277198-04-30  A parsing bug in which a # preceded alphanumeric
2772	  characters inside a command substitution caused
2773	  a syntax error to be reported has been fixed.
277498-04-30  A bug in which a decimal constant represented as 10#ddd
2775	  where ddd was more than five digits generated a syntax
2776	  error has been fixed.
277798-04-30  A bug in here document expansion in which ${...} expansions
2778	  were split across buffer boundaries has been fixed.
277998-04-30 +The sh_fun() function now takes third argument which
2780	  is an argument list for the invoked discipline function
2781	  or built-in.
278298-04-30 +A callback function can be installed which will give
2783          notification of file duplications and file closes.
278498-04-30  When ksh is compiled on systems that do not use fork()
2785	  current option settings where not propagated to sub-shells.
2786
278797-06-30  --- Release ksh93f  ---
278897-06-30 +Hostnames in addition to host addresses can be given in
2789	  /dev/tcp/host/port virtual file names.
279097-06-30  File name completion and expansion now quotes special
2791	  characters in file names from both emacs and vi edit modes.
279297-06-30  An empty for list behave like a for list with null expansions.
2793	  It produces a warning message with sh -n.
279497-06-30 +The code has been modified to work with EBCDIC as well as ASCII.
279597-06-30  A bug which would cause the secondary prompt to be
2796	  displayed when a user entered a literal carriage
2797	  return has been fixed.
279897-06-30  A bug which caused ksh read -s name to core dump was
2799	  fixed.
280097-06-30  A bug with the expansion of \} and \] inside double
2801	  quoted strings that also contained variable expansions
2802	  has been fixed
280397-06-30  Changes in the ksh93e point release caused autoload
2804	  functions invoked from within command substitution
2805	  to fail.  This has been fixed.
280697-06-30  A bug in the processing of here-documents that could
2807	  prevent variable substitution to occur after $(...) command
2808	  substitution for long here documents has been fixed.
280997-06-30  A bug caused by a race condition that could cause SIGTERM
2810	  to be ignored by a child process has been fixed.
281197-06-30  A bug which prevented the startup of a coprocess immediately
2812	  after killing a running coprocess has been fixed.
281397-06-30  ulimit foobar, where foobar is not an arithmetic
2814	  expression, now gives an error message as it did with ksh88
2815	  instead of setting the file size limit to 0.
281697-06-30  A bug which could cause an interactive shell to terminate when
2817	  the last process of a pipeline was a POSIX function was fixed.
281897-06-30  A bug which could cause command substitution of a shell script
2819	  to core dump has been fixed.
282097-06-30  A security hole was fixed in suid_exec.
282197-06-30  Arithmetic functions such as pow() that take more than
2822	  one argument, did not work if arguments other than the
2823	  first contained parenthesized sub-expression.
282497-06-30  The error message from a script containing an incomplete
2825	  arithmetic expression has been corrected.
282697-06-30  A bug which caused a core dump on some machines when
2827	  the value of a name reference contained a positional
2828	  parameter and the name reference was not defined inside
2829	  a function has been fixed.
283097-06-30  Arithmetic expressions now correctly handle hexadecimal
2831	  constants.
283297-06-30  A bug in which integer variables could be expanded
2833	  with a leading 10# when declared with typeset -i
2834	  multiple times has been corrected.
283597-06-30  A bug in which IFS wasn't correctly restored when
2836	  set within command substitution has been fixed.
283797-06-30  The _ character is now considered as part of a word
2838	  with the M-f and M-b emacs directives as it was in ksh88.
283997-06-30  A bug in brace pattern expansions that caused expressions
2840          such as {foo\,bar,bam} to expand incorrectly have been fixed.
2841
2842
284396-07-31  --- Release ksh93e  ---
284496-07-31 +The math functions, atan2, hypot, fmod, and pow were added.
284596-07-31 +When a shared library is loaded, if the function lib_init()
2846	  is defined in the library, it is invoked the first time that
2847	  the library is loaded with builtin -f library.
284896-07-31  The k-shell information abstraction database option, KIA,
2849          has been revamped.
285096-07-31  Empty command substitutions of the form $() now work.
2851	  whence -v foo now gives the correct result after calling
2852	  builtin -d foo.
285396-07-31  A bug in right to left arithmetic assignment for which
2854	  the arithmetic expression (( y = x = 1.5 )) did not
2855	  yield 1 for y when x was declared typeset -i was fixed.
285696-07-31  printf has been fixed to handle format  containing \0
2857	  and/or \0145 correctly.  In addition, characters following
2858	  %b in the format string are no longer displayed when
2859	  the operand contains \c.
286096-07-31  A bug in printf that could cause the %E format to
2861	  produce unnormalized results has been fixed.
286296-07-31  A bug which causes some arithmetic expressions to be
2863	  incorrectly evaluated as integer expressions rather
2864	  that floating point has been fixed.
286596-07-31  Functions defined inside a subshell no longer remain
2866	  defined when the subshell completes.
286796-07-31  The error message from sh -c ';echo foo' has been
2868	  corrected.
286996-07-31  The format for umask -S has been changed to agree
2870	  with the specification in the POSIX standard.
287196-07-31  A bug that caused side effects in subscript evaluation
2872	  when tracing was enabled for subscripts using ++ or --
2873	  has been fixed.
287496-07-31  To conform to the Posix standard getopts has been changed
2875	  so that the option char is set to ? when it returns with
2876	  a non-zero exit status.
287796-07-31  The handling of \} inside ${name...} has been fixed so
2878	  that the \ quotes the }.
287996-07-31  A bug that caused the read builtin to resume execution
2880	  after processing a trap has been fixed.
288196-07-31  [[ -s file ]] has been fixed so that if file is open
2882	  by ksh, it is flushed first.
288396-07-31  In some cases attributes and sizes for non exported
2884	  variables weren't being reset before running a script.
288596-07-31  The value of TMOUT was affected by changes make to
2886	  it in a subshell.
288796-07-31  The jobs command did not reflect changes make by
2888	  sending the CONT signal to a command.
288996-07-31  The error message for ksh -o unknown was incorrect.
289096-07-31  Functions invoked as name=value name, did not use
2891	  values from the calling scope when evaluating value.
289296-07-31  A bug in which the shell would reexecute previously
2893	  executed code when a shell script or coprocess was
2894	  run in the background has been fixed.
289596-07-31  A bug in which an empty here-document would leave
2896	  a file descriptor open has been fixed.
289796-07-31  A bug in which $(set -A array ...) would leave a
2898	  side effect has been fixed.
289996-07-31  A discipline function for a global variable defined
2900	  within a function defined with the function keyword,
2901	  incorrectly created a local variable of the same name
2902	  and applied the discipline to it.
2903
290495-08-28  --- Release ksh93d  ---
290595-08-28  The \ character was not handled correctly in replacement
2906	  patterns with ${x/pattern/replace}.
290795-08-28  A bug with read in which the line did not end with
2908	  a new-line has been fixed.
290995-08-28  A bug in file name generation which sometimes
2910	  appended a . for filenames that ended in / has
2911	  been fixed.
291295-08-28 +If a process is waited for after a status has
2913	  been returned by a previous wait, wait now
2914	  returns 127.
291595-08-28  A bug with hist (fc) -e which prevented a command
2916	  to re-executed after it had been edited has been fixed.
291795-08-28  A bug which prevented quoting from removing the meaning
2918	  of unary test operators has been fixed.
291995-08-28  A bug with typeahead and KEYBOARD traps with the
2920          MULTIBYTE option set has been fixed.
292195-08-28 +Builtin functions can take a third argument which is
2922          a void*.
292395-08-28  The nv_scan() function can restrict the scope of a walk
2924          to the top scope.
2925
292695-04-31  --- Release ksh93c  ---
292795-04-31  The expansion of "$@" was incorrect when $1 was the null
2928	  string.
292995-04-31  A bug which could incorrectly report a syntax error in
2930	  a backquoted expression when a $ was preceded by \\
2931	  has been fixed.
293295-04-31  A bug which prevented the shell from exiting after
2933	  reporting an error when failing to open a script
2934	  has been fixed.
293595-04-31  A bug that could lead to memory corruption when a
2936	  large here document that required parameter or command
2937	  substitution was expanded has been fixed.
293895-04-31  A bug that could cause a core dump on some systems
2939	  after ksh detected an error when reading a function
2940	  has been fixed.
294195-04-31  A bug which could cause a coprocess to hang when
2942	  reading from a process that has terminated has been fixed.
294395-04-31  A bug which caused a script to terminate when set -e
2944	  was on and the first command of and && or || list
2945	  failed has been fixed.
294695-04-31  A bug with here documents inside $(...) when the delimiter
2947	  word is an identifier has been fixed.
294895-04-31  A bug which caused $0 to display the wrong value when
2949	  a script was invoked as an argument to the . command
2950	  and the eval command has been fixed.
295195-04-31  A bug that could cause the built-in sleep to hang
2952	  has been fixed.
295395-04-31  A bug introduces in 12/28/93b which caused the backslash
2954	  to be removed when it was followed by digit inside double
2955	  quotes in some instances has been fixed.
295695-04-31  A bug which could cause a core dump if ksh was invoked with
2957	  standard input closed has been fixed.
295895-04-31  A bug which could cause a core dump if typeset -A was
2959	  specified for an existing variable has been fixed.
296095-04-31  Variables that were unset but had attributes such as readonly
2961	  and export were not listed with readonly, export and typeset.
296295-04-31  Several problems with signals have been fixed.
296395-04-31  A bug which prevented ulimit -t from working has been fixed.
2964	  Also, a bug in which failed ulimits could cause a core dump
2965	  has also been fixed.
296695-04-31  A bug in expansion of the form ${name/#pattern/string} and
2967	  ${name/%pattern/string} has been fixed.
296895-04-31  A bug which caused read -r on a line that contained only
2969	  blanks to get a non-null value has been fixed.
297095-04-31  A bug introduced in the 'a' point release in which
2971	  ${x='\\'} expanded to \ when x was unset has been fixed.
297295-04-31  A bug which prevented a trap on EXIT from being executed
2973	  when the last command in a script was a function invocation
2974	  has been fixed.
297595-04-31  A bug which caused an interactive shell ignore input when
2976	  standard error was redirected to a file with exec,
2977	  and then restored with exec 2>&1 has been fixed.
297895-04-31  An interactive shell turns on monitor mode even when
2979	  standard error has been redirected to a file.
298095-04-31  A bug which could cause standard input to be incorrectly
2981	  positioned for the last command of a script has been fixed.
298295-04-31  A bug in the edit modes which allowed walking back in
2983	  the history file for more than HISTSIZE commands has
2984	  been fixed.
298595-04-31  A bug which could cause a core dump if variable TMPDIR was
2986	  changed between two command substitutions has been fixed.
298795-04-31. A bug which prevented a trap on EXIT from being cleared
2988	  has been fixed.
298995-04-31  A bug fixed for the v directive in vi MULTIBYTE has been
2990          fixed.
299195-04-31  Code to for IFS handling of multibyte characters has
2992          been added.
299395-04-31  The displaying of multibyte strings in export, readonly,
2994          typeset, and execution traces has been fixed.
299595-04-31  Variables inside functions are now statically scoped.
2996	  The previous behavior was never documented.
299795-04-31  Variables inside functions are now statically scoped.
2998          The previous behavior was never documented.
299995-04-31  A few changes have been made to the name-value library
3000          that affect built-ins that use disciplines.  The
3001          changes allow disciplines to be shared by variables
3002          and should make it possible to add new disciplines
3003          without recompilation.
300495-04-31 +The name-value library interface has undergone significant
3005          change for this revision.  See the new nval.3 man page.
3006
300794-12-31  --- Release ksh93b  ---
300894-12-31 +Variables inside functions are now statically scoped.
3009          The previous behavior was never documented.
301094-12-31 +If IFS contains two consecutive identical characters belonging
3011	  to the [:space:] class, then this character is treated as
3012	  a non-space delimiter so that each instance will delimit
3013	  a field.  For example, IFS=$'\t\t' will cause two consecutive
3014	  tabs to delimit a null field.
301594-12-31 +The getopts command has a -a name option that specifies a
3016	  name that will be used for usage messages.
301794-12-31  A bug which caused unset RANDOM to dump core has been
3018	  fixed.
301994-12-31  A bug which prevented return for terminating a profile
3020	  or ENV file has been fixed.
302194-12-31  A bug which prevented standard input from being
3022	  directed to /dev/null for background jobs when
3023	  monitor mode was turned off has been fixed.
302494-12-31  Statements of the form typeset -options var[expr]=value
3025	  did not perform substitutions on expr as expected.
302694-12-31  A bug which prevented the shell from sending a HUP
3027	  signal to some background jobs that were not disowned
3028	  has been fixed.
302994-12-31  A bug which allowed a script to trap signals that are
3030	  ignored at the time that the shell was invoked by exec
3031	  has been fixed.
303294-12-31  A bug which could cause a core dump when a discipline
3033	  function was unset within a discipline was fixed.
303494-12-31  The typeset builtin now accepts a first argument of
3035	 + or - for compatibility with ksh88.
303694-12-31  For compatibility with ksh88, the results of expansions
3037	  of command arguments will treat the extended character
3038	  match characters ()|& as ordinary characters.
303994-12-31  A bug which caused read to fail on a file that was
3040	  open for read/write with <> when the first operation
3041	  was print or printf has been fixed.
304294-12-31  When a job is suspended, it is put on the top of
3043	  the job list as required by the POSIX standard.
304494-12-31  The value of OPTARG when an option that required
3045	  an argument but didn't have one was incorrect in the
3046	  case the the option string began with a :.
304794-12-31  A bug which caused the terminal to get into a bad
3048	  state with some KEYBD traps in vi-mode has been fixed.
304994-12-31  A bug which caused an invalid trap to cause a script
3050	  to terminate, rather than just return an error, has
3051	  been fixed.
305294-12-31  Backreferencing sub-expressions in patterns and replacement
3053	  strings now works.
305494-12-31  A bug in chmod which caused the -R option to fail has
3055	  been fixed.
305694-12-31 +More signal names have been added for Solaris
3057
305894-06-30  --- Release ksh93a  ---
305994-06-30  An expansion bug which causes portions of a word after
3060	  a $((...)) expansion that contains a nested $var expansion
3061	  to be lost has been fixed.
306294-06-30  A bug that caused a core dump when a script that did not
3063	  have PWD set and did a cd inside command substitution
3064	  has been fixed.
306594-06-30  A bug which caused a core dump on some machines when
3066	  the LANG variable was assigned to has been fixed.
306794-06-30  A bug which incorrectly handled set disciplines that
3068	  performed arithmetic evaluation when the discipline
3069	  was called from the arithmetic evaluator has been fixed.
307094-06-30  A bug caused by an EXIT trap inside a function that
3071	  was executed in a subshell was fixed.
307294-06-30  If foo is a function, and not a program, then command foo
3073	  now reports that foo isn't found rather than invoking foo.
307494-06-30  The previous version incorrectly listed -A as an
3075	  invocation option.  The -A option is only for set.
307694-06-30  A bug was fixed which caused ksh to loop when execution trace
3077	  was enabled and the PS4 prompt required command substitution.
307894-06-30  A bug which could cause the job control switch character
3079	  to be disabled when a script that enabled monitor mode
3080	  terminated was fixed.
308194-06-30  A bug in the macro expansion global replacement operator //,
3082	  when the pattern began with a [ or +( has been fixed.
308394-06-30  A bug which prevented ~ expansion from occurring when
3084	  it was terminated with a colon inside an assignment
3085	  has been fixed.
308694-06-30  A bug in the dot command which prevented autoload functions
3087	  from working has been fixed.
308894-06-30  A bug which caused a variable to be unset if the
3089	  its value were expanded inside a set discipline has
3090	  been fixed.
309194-06-30  Whence -a now longer reports that a defined function
3092	  is undefined.
309394-06-30  A bug on some systems in which $0 would be incorrect
3094	  in scripts invoked by name has been fixed.
309594-06-30  Here documents with an empty body now work.
309694-06-30  A bug which disabled argument passing and resetting
3097	  of options for a script invoked by name inside a
3098	  function has been fixed.
309994-06-30  A bug in which an EXIT trap set the caller of a function
3100	  would be executed if a command called inside a function
3101	  was not found has been fixed.
310294-06-30  A bug which allowed a script to trap signals that are
3103	  ignored at the time that the shell was invoked has
3104	  been fixed.
310594-06-30  A bug which caused 2<&1- when applied to a shell built-in
3106	  to leave standard input closed has been fixed.
310794-06-30  A bug which caused the shell to incorrectly parse
3108	  $() command substitutions with nested case statements
3109	  has been fixed.
3110
3111