Update of /home/cvs/GiNaC
Modified Files:
Tag: ginac_1-1
NEWS configure.ac
Log Message:
lst now provides (read-only) iterator types, the use of which makes iterating
over the elements of a lst an operation of order O(N), instead of O(N^2) when
using nops()/op(); this should speed up subs()