From: Quentin S. <qsp...@ie...> - 2006-03-29 14:10:42
|
I've started the process by removing the following files that are either conditionally compiled or now found in octave: main/audio/wavread.m main/audio/wavwrite.m main/cell/cell2mat.m.in main/cell/cellfun.cc main/cell/Makefile main/cell/.cvsignore main/general/bitand.cc main/general/bitcmp.m.in main/general/bitget.m.in main/general/bitset.m.in main/general/bitshift.m.in main/general/blkdiag.m.in main/general/isequal.m.in main/general/sortrows.m.in main/miscellaneous/dispatch.cc main/miscellaneous/dispatch.m.in main/miscellaneous/inline.m main/plot/clf.m main/plot/orient.m main/plot/print.m.in main/set/.cvsignore main/set/Makefile main/set/unique.m.in main/set/setdiff.m.in main/set/ismember.m.in main/strings/regexp.cc main/strings/str2double.m.in main/strings/strcmpi.m.in main/strings/strmatch.m.in main/strings/strfind.m main/strings/strncmpi.m main/time/Makefile main/time/calender.m main/time/datenum.m.in main/time/datestr.m main/time/datevec.m main/time/eomday.m main/time/now.m main/time/weekday.m I have edited the following to reflect the above deletions: main/miscellaneous/Makefile main/miscellaneous/.cvsignore main/string/Makefile main/string/.cvsignore main/general/Makefile main/general/.cvsignore main/plot/Makefile I'll start into the sparse stuff and the other files that David pointed out next time I have time to work on this. -Quentin |