History of file mttroot/mtt/bin/trans/m/alias_args.m at check-in 1be6bda6b94575f2c0156e19dad5e9ca662c2435217cc07bc62dd97e647a35ec
2021-03-01
| ||
11:39 | Deleted: Cleanup repository after cvs2git conversion. check-in: [af3953deae] user: jeff@gridfinity.com, branch: master, size: 0 | |
2014-07-25
| ||
21:31 | Changed newline escape from backslash to ellipsis in m files file: [52ee84b0ea] check-in: [2e8cbaac42] user: geraint@users.sourceforge.net, branch: origin/master, size: 2566 [annotate] [blame] [check-ins using] [diff] | |
2012-10-15
| ||
19:18 | split is obsolete in Octave, replaced with strsplit file: [e741159462] check-in: [4b9ee6dce3] user: geraint@users.sourceforge.net, branch: origin/master, size: 2458 [annotate] [blame] [check-ins using] [diff] | |
2009-11-02
| ||
16:54 | Replaced deprecated functions from Octave 2.1 for Octave 3.0: is_struct -> isstruct, struct_contains -> isfield, struct_elements -> fieldnames, is_complex -> iscomplex, setstr -> char file: [c2ced77624] check-in: [5d73f2403a] user: geraint@users.sourceforge.net, branch: origin/master, size: 2213 [annotate] [blame] [check-ins using] [diff] | |
2002-04-23
| ||
09:51 | Deleted: Created branch unlabeled-1.7.2 check-in: [afb9dc617d] user: gawthrop@users.sourceforge.net, branch: origin/unlabeled-1.7.2, size: 0 | |
2001-06-13
| ||
16:07 | Fixed bug with three separators in a row eg )/( file: [33aaf8ec7f] check-in: [33c4cb9969] user: gawthrop@users.sourceforge.net, branch: origin/master, size: 2121 [annotate] [blame] [check-ins using] [diff] | |
14:50 | Operator ^ now ok in args in abg and/or lbl file: [20a02d9fd1] check-in: [05f4e1c08a] user: gawthrop@users.sourceforge.net, branch: origin/master, size: 1978 [annotate] [blame] [check-ins using] [diff] | |
2001-04-23
| ||
16:23 |
Now stips ; from bottlom level argument list - allows aliasing of parts of a,b,c (eg a,b by using a,b;c file: [75006dd80b] check-in: [9c099c6e0a] user: gawthrop@users.sourceforge.net, branch: origin/master, size: 1708 [annotate] [blame] [check-ins using] [diff] | |
2000-10-12
| ||
19:27 | Now writes out the aliased args ... file: [810260547d] check-in: [795b8a7cc3] user: gawthrop@users.sourceforge.net, branch: origin/master, size: 1561 [annotate] [blame] [check-ins using] [diff] | |
2000-09-14
| ||
13:35 |
appended '(' and ')' to SEPS -- otherwise first argument after '(' doesn't get substituted (Fixed by Geraint) file: [a29d76d05e] check-in: [441e270c47] user: gawthrop@users.sourceforge.net, branch: origin/master, size: 1338 [annotate] [blame] [check-ins using] [diff] | |
1998-08-11
| ||
14:09 | Replaced incorrect length(args>0) with !isempty(args) file: [fae1009da6] check-in: [bf6163f8ab] user: gawthrop@users.sourceforge.net, branch: origin/master, size: 1231 [annotate] [blame] [check-ins using] [diff] | |
1998-07-27
| ||
10:24 |
Included , in the the list of seperators (SEPS) This makes it substitute for bits of args separated by commas. file: [4293bb2400] check-in: [8be6c3ee23] user: gawthrop@users.sourceforge.net, branch: origin/master, size: 1066 [annotate] [blame] [check-ins using] [diff] | |
1998-07-03
| ||
18:29 | Added: Initial revision file: [6cd58d62ce] check-in: [f00154448a] user: gawthrop@users.sourceforge.net, branch: origin/master, size: 1059 [annotate] [blame] [check-ins using] | |