Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 7540:3422f39573b1
strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Thu, 28 Feb 2008 02:41:19 -0500 |
parents | bb0f2353cff5 |
children | b1ff001022af |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,23 @@ +2008-02-25 Ben Abbott <bpabbott@mac.com> + + * control/system/zpout.m, finance/irr.m, general/int2str.m, + general/num2str.m, miscellaneous/bug_report.m, + miscellaneous/copyfile.m, miscellaneous/dir.m, + miscellaneous/edit.m, miscellaneous/fullfile.m, + miscellaneous/mkoctfile.m, miscellaneous/movefile.m, + miscellaneous/tempdir.m, miscellaneous/unpack.m, + path/__extractpath__.m, pkg/pkg.m, plot/__ezplot__.m, + plot/__go_draw_axes__.m, plot/legend.m, plot/print.m, + signal/spectral_adf.m, signal/spectral_xdf.m, + statistics/tests/z_test.m, statistics/tests/z_test_2.m, + strings/Makefile.in, strings/strcat.m, strings/strvcat.m, + testfun/assert.m, testfun/demo.m, testfun/speed.m, + testfun/test.m: Use cstrcat instead of strcat. + + * strings/strcat.m: New compatible version. + + * strings/cstrcat.m: Rename from strings/strcat.m. + 2008-02-25 John W. Eaton <jwe@octave.org> * strings/isstrprop.m: New file. @@ -419,7 +439,7 @@ 2007-12-19 Alexander Barth <barth.alexander@gmail.com> Peter A. Gustafson <petegus@umich.edu> - * scripts/contourc.m: Allow usage of irregular spaced x, y data. + * plot/contourc.m: Allow usage of irregular spaced x, y data. 2007-12-19 John W. Eaton <jwe@octave.org>