@@ -1046,7 +1046,17 @@ <H4>Examples</H4>
1046
1046
<P><HR><CENTER><FONT color=red><FONT face=courier><H3><A name="ksh93 changes">ksh93 changes</A></H3></FONT></FONT></CENTER>
1047
1047
<PRE>
1048
1048
1049
- 09-08-18 --- Release ksh93t+ ---
1049
+ 09-08-21 --- Release ksh93t+ ---
1050
+ 09-08-21 A bug in the handling of the comma operator in arithmetic expressions
1051
+ that could cause a core dump on some systems has been fixed.
1052
+ 09-08-20 A bug in which a compound variable containing an array of a type
1053
+ that doesn't have any elements now expands correctly.
1054
+ 09-08-19 A bug which disabled function tracing inside a function after
1055
+ a call to another function has been fixed.
1056
+ 09-08-19 A bug in which initializing a compound variable instance to another
1057
+ compound variable by name has been fixed.
1058
+ 09-08-18 A bug in which compound variable instances could be lost after
1059
+ an instance that invoked a type method discipline has been fixed.
1050
1060
09-08-18 A bug in which a discipline function for a type applied to an
1051
1061
array instance when invoked in a function ignored the subscript
1052
1062
has been fixed.
@@ -4038,6 +4048,8 @@ <H4>Examples</H4>
4038
4048
<P><HR><CENTER><FONT color=red><FONT face=courier><H3><A name="nmake changes">nmake changes</A></H3></FONT></FONT></CENTER>
4039
4049
<PRE>
4040
4050
4051
+ 09-08-20 Makerules.mk: add :LIBRARY: name=soname and CC.SHARED.NAME logic
4052
+ 09-08-20 Makerules.mk: add :PACKAGE: --soname[=-n], -n to drop n suffixes in soname
4041
4053
09-07-31 Makerules.mk: add CC.AR.ARFLAGS
4042
4054
09-05-05 scan.c: reject implicit prereq names containing space
4043
4055
09-03-24 Makerules.mk: --option[=value] compatibility with option[=value] until 2011
@@ -6717,6 +6729,7 @@ <H4>Examples</H4>
6717
6729
<P><HR><CENTER><FONT color=red><FONT face=courier><H3><A name="libast changes">libast changes</A></H3></FONT></FONT></CENTER>
6718
6730
<PRE>
6719
6731
6732
+ 09-08-18 include/ast_std.h,ast.h: add ast.mb_sync to sync mbchar() after error
6720
6733
09-08-17 comp/setlocale.c: add AST_LC_utf8 and { utf8_mbtowc() utf8_mblen() }
6721
6734
09-08-11 comp/setlocale.c: treat "en"/"en_US" AST_LC_MESSAGES as "C"/"POSIX"
6722
6735
09-08-10 vmalloc/vmhdr.h: add user-defined _AST_PAGESIZE and computed VMHEAPINCR
@@ -8509,7 +8522,7 @@ <H4>Examples</H4>
8509
8522
00-10-31 mkdir: handle races by checking EEXIST
8510
8523
00-09-20 cp: copy argv to stack before modifying in place
8511
8524
00-05-18 add setlocale(LC_ALL,"")
8512
- 00-04-30 join: drop wierd opt_info.argv reference
8525
+ 00-04-30 join: drop weird opt_info.argv reference
8513
8526
00-03-17 expr: add == operator -- duh
8514
8527
cp,ln,mv: delay pathcanon() on destination to verify `cp a b/.'
8515
8528
getconf: use astgetconf for proper message control
@@ -9924,7 +9937,7 @@ <H4>Examples</H4>
9924
9937
<TR>
9925
9938
<TD align=left></TD>
9926
9939
<TD align=center></TD>
9927
- < TD align =right > August 19 , 2009</ TD >
9940
+ <TD align=right>August 21 , 2009</TD>
9928
9941
</TR>
9929
9942
</TABLE>
9930
9943
<P>
0 commit comments