Overview
Comment: | *** empty log message *** |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a792522be1ab5a168a95b00503c500e3 |
User & Date: | gawthrop@users.sourceforge.net on 1996-10-01 14:17:47 |
Other Links: | branch diff | manifest | tags |
Context
1996-10-01
| ||
16:36:57 | Initial revision check-in: ea3d8d4132 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
14:17:47 | *** empty log message *** check-in: a792522be1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
14:08:05 |
Replaced $() by `` Replaced make with gmake check-in: ab337b2a22 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/m/str2ch.m from [1c93c5cd01] to [0afb778787].
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 | % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | > > > | | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %% Revision 1.1 1996/08/30 09:54:44 peter % %% Initial revision % %% % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% implicit_str_to_num_ok = 'true'; str = abs(str); if (n>0) & (n<=length(str)) ch = setstr(str(n)); else ch = ''; end; |
︙ | ︙ |