This blog is updated daily.
A general description is here.
‘abbreviate(<non-ASCII>)’ now works better, using ‘iswlower()’ and
‘*upper()’ to treat “wide” characters, thanks to Kevin's PR#19058.
‘all(<symbol>)’ signals an error now, as some similar coercions;
previously, the coercion of the symbol resulted in ‘NULL’ internally,
raised a warning, and could access illegal memory; thanks to Kevin
Ushey's PR#19054.
‘abbreviate(<non-ASCII>)’ now works better, using ‘iswlower()’ and ‘*upper()’ to treat “wide” characters, thanks to Kevin's PR#19058.
‘all(<symbol>)’ signals an error now, as some similar coercions; previously, the coercion of the symbol resulted in ‘NULL’ internally, raised a warning, and could access illegal memory; thanks to Kevin Ushey's PR#19054.
