659
edits
Carandraug (talk | contribs) (→Examples: one more example for m functions) |
Carandraug (talk | contribs) (→Examples: add empty line to examples) |
||
Line 56: | Line 56: | ||
<pre> | <pre> | ||
allow abbreviations for optimset and optimget (bug #38999) | allow abbreviations for optimset and optimget (bug #38999) | ||
* optimset.m, optimget.m: Handle abbreviated keys and warn for | * optimset.m, optimget.m: Handle abbreviated keys and warn for | ||
ambiguous abbreviations. New tests. | ambiguous abbreviations. New tests. | ||
Line 68: | Line 69: | ||
<pre> | <pre> | ||
tag symbols in indexed assignments as variables (bug #39240) | tag symbols in indexed assignments as variables (bug #39240) | ||
* pt-arg-list.cc (tree_argument_list::variable_names): Also return the | * pt-arg-list.cc (tree_argument_list::variable_names): Also return the | ||
symbol names from index expressions. | symbol names from index expressions. |