# HG changeset patch # User Rik # Date 1300596893 25200 # Node ID 5b9b2645db2650a01d77acad740238729bb6b323 # Parent 35f6e9a252962aa7155ea37bb47e0d8785e2e0d5 Add optimize_subsasgn_calls function to documentation. diff -r 35f6e9a25296 -r 5b9b2645db26 doc/ChangeLog --- a/doc/ChangeLog Sat Mar 19 17:46:45 2011 -0400 +++ b/doc/ChangeLog Sat Mar 19 21:54:53 2011 -0700 @@ -1,3 +1,8 @@ +2010-03-19 Rik + + * interpreter/oop.txi: Add optimize_subsasgn_calls function to + documentation. + 2010-03-19 Rik * interpreter/stats.txi: Add runlength function to documentation. diff -r 35f6e9a25296 -r 5b9b2645db26 doc/interpreter/oop.txi --- a/doc/interpreter/oop.txi Sat Mar 19 17:46:45 2011 -0400 +++ b/doc/interpreter/oop.txi Sat Mar 19 21:54:53 2011 -0700 @@ -292,6 +292,8 @@ @DOCSTRING(subsasgn) +@DOCSTRING(optimize_subsasgn_calls) + Note that the @code{subsref} and @code{subsasgn} methods always receive the whole index chain, while they usually handle only the first element. It is the responsibility of these methods to handle the rest of the chain (if needed),