# HG changeset patch # User Rik # Date 1295245077 28800 # Node ID c139672c9a2f29e2ab0a064725334e1bb92f0e22 # Parent 01f703952eff485cfa6ae98cd951d75ee33dcdbf ChangeLog fix diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,13 +1,13 @@ -2011-01-16 John W. Eaton - - * mkgendoc: Write function name along with file name in comment. - -2011-01-15 Jordi GutiƩrrez Hermoso - - * symtab.h (do_clear_global_pattern): Reword so as to not - invalidate iterators when calling std::map::erase(). - * DLD-FUNCTIONS/urwlwrite.cc (~curl_handles): Ditto. - +2011-01-16 Rik + + * DLD-FUNCTIONS/__delaunayn__.cc, DLD-FUNCTIONS/__dispatch__.cc, + DLD-FUNCTIONS/__dsearchn__.cc, DLD-FUNCTIONS/__glpk__.cc, + DLD-FUNCTIONS/__magick_read__.cc, DLD-FUNCTIONS/__pchip_deriv__.cc, + DLD-FUNCTIONS/__voronoi__.cc, DLD-FUNCTIONS/amd.cc, + DLD-FUNCTIONS/balance.cc, DLD-FUNCTIONS/besselj.cc, + DLD-FUNCTIONS/bsxfun.cc, DLD-FUNCTIONS/ccolamd.cc, + DLD-FUNCTIONS/cellfun.cc, DLD-FUNCTIONS/chol.cc, + DLD-FUNCTIONS/colamd.cc, DLD-FUNCTIONS/colloc.cc, DLD-FUNCTIONS/conv2.cc, DLD-FUNCTIONS/convhulln.cc, DLD-FUNCTIONS/cquad.cc, DLD-FUNCTIONS/dasrt.cc, DLD-FUNCTIONS/det.cc, DLD-FUNCTIONS/dlmread.cc, DLD-FUNCTIONS/dmperm.cc, @@ -33,6 +33,16 @@ DLD-FUNCTIONS/urlwrite.cc: Improve docstrings. Use same variable names in error() strings and docstrings. +2011-01-16 John W. Eaton + + * mkgendoc: Write function name along with file name in comment. + +2011-01-15 Jordi GutiƩrrez Hermoso + + * symtab.h (do_clear_global_pattern): Reword so as to not + invalidate iterators when calling std::map::erase(). + * DLD-FUNCTIONS/urwlwrite.cc (~curl_handles): Ditto. + 2011-01-15 Rik * src/dirfns.cc, src/help.cc, src/input.cc, src/load-save.cc,