Age | Commit message (Expand) | Author |
2018-08-24 | support single option blocks | Sunil Shetye |
2018-07-18 | handle empty array in comparison | Sunil Shetye |
2018-07-18 | add throw after message() | Sunil Shetye |
2018-07-18 | treat _ as gettext | Sunil Shetye |
2018-07-18 | remove exprs from list | Sunil Shetye |
2018-07-18 | handle case when there are no options | Sunil Shetye |
2018-07-18 | move the options in the loop | Sunil Shetye |
2018-07-16 | treat third argument of standard_define as model expression | Sunil Shetye |
2018-07-16 | support string vector also | Sunil Shetye |
2018-07-15 | handle boolean differently | Sunil Shetye |
2018-07-15 | support for new standard_define | Sunil Shetye |
2018-07-15 | change in1 to in | Sunil Shetye |
2018-07-13 | add more global variables | Sunil Shetye |
2018-07-12 | define gr_i | Sunil Shetye |
2018-07-12 | change graphics to object | Sunil Shetye |
2018-07-11 | support vector also | Sunil Shetye |
2018-07-11 | fix assignment to list | Sunil Shetye |
2018-07-11 | include in in modelvar | Sunil Shetye |
2018-07-11 | show type for matrix also | Sunil Shetye |
2018-07-10 | update some return types | Sunil Shetye |
2018-07-10 | allow expression in lterm | Sunil Shetye |
2018-07-10 | remove type from list | Sunil Shetye |
2018-07-10 | handle list separately | Sunil Shetye |
2018-07-10 | add list type | Sunil Shetye |
2018-07-09 | support ScilabBoolean, ScilabDouble, ScilabString | Sunil Shetye |
2018-07-09 | use different syntax for matrix options | Sunil Shetye |
2018-07-09 | make string as the default type | Sunil Shetye |
2018-07-05 | fix var when assigning | Sunil Shetye |
2018-07-05 | identify object functions | Sunil Shetye |
2018-07-05 | add type to expressions | Sunil Shetye |
2018-07-03 | prepare to split function names | Sunil Shetye |
2018-07-03 | add code to dump and load type of var | Sunil Shetye |
2018-07-02 | add options block | Sunil Shetye |
2018-07-02 | add set block | Sunil Shetye |
2018-07-02 | support gettext | Sunil Shetye |
2018-06-26 | add return value from scicos_getvalue to global vars | Sunil Shetye |
2018-06-26 | return block type in define and set | Sunil Shetye |
2018-06-26 | add spacing to end of block also | Sunil Shetye |
2018-06-25 | separate out code for getvalue | Sunil Shetye |
2018-06-22 | save global variables in first pass | Sunil Shetye |
2018-06-21 | distinguish between functions and arrays | Sunil Shetye |
2018-06-21 | code cleanup | Sunil Shetye |
2018-06-19 | handle multiple rows | Sunil Shetye |
2018-06-18 | use format string | Sunil Shetye |
2018-06-18 | change order of functions | Sunil Shetye |
2018-06-18 | support a(index:index,index) syntax | Sunil Shetye |
2018-06-18 | support var(:,:) syntax | Sunil Shetye |
2018-06-16 | add spacing in for statement | Sunil Shetye |
2018-06-16 | support %var.var | Sunil Shetye |
2018-06-16 | make exprs an array by default | Sunil Shetye |