Age | Commit message (Expand) | Author | Files | Lines |
2011-02-08 | remove selectors from .tcl file | johnvg | 1 | -44/+10 |
2011-02-07 | remove unused cons_arg_vars and cons_index in .tcl file | johnvg | 1 | -10/+3 |
2011-02-07 | remove unused types in dynamic patterns in .tcl file | johnvg | 1 | -8/+0 |
2011-02-02 | don't write fs_var to .tcl file, because it is the same as fs_ident, | johnvg | 1 | -8/+4 |
2011-02-02 | fix test for predefined module index in write_type_info, | johnvg | 3 | -7/+2 |
2011-02-01 | remove building ArgEnv | johnvg | 1 | -1/+0 |
2011-02-01 | add make script for Mac OS X (AMD64) | johnvg | 1 | -0/+9 |
2011-02-01 | move some #includes, because of compile errors on Mac OS X | johnvg | 1 | -3/+4 |
2011-01-24 | change BESpecialIdentCount | johnvg | 1 | -1/+1 |
2011-01-24 | use p instead of I for pointers in ccall | johnvg | 1 | -128/+130 |
2010-12-08 | change version to 2.3 | johnvg | 1 | -2/+2 |
2010-11-24 | don't print pointer values (only for debugging) | johnvg | 1 | -19/+14 |
2010-11-24 | remove unused argument of function new_case_function | johnvg | 1 | -15/+12 |
2010-11-24 | remove some debugging code, small layout changes | johnvg | 1 | -63/+30 |
2010-11-24 | small changes in layout, remove some debugging code in comments | johnvg | 1 | -11/+3 |
2010-11-24 | saome small changes in layout | johnvg | 1 | -13/+3 |
2010-11-24 | remove some old code in comments | johnvg | 1 | -15/+2 |
2010-11-11 | prevent crash for tail recursive modulo cons function with overloaded case | johnvg | 1 | -0/+2 |
2010-10-13 | add prototype of function findNextFileC, don't use c++ comments | johnvg | 1 | -15/+18 |
2010-10-13 | #include <string.h> to prevent c compiler warnings | johnvg | 1 | -1/+3 |
2010-10-07 | disable 'function may fail' warnings for Clean 2 | johnvg | 1 | -4/+7 |
2010-10-07 | convert negative line numbers to 0, | johnvg | 1 | -2/+2 |
2010-10-04 | use Libraries/ArgEnv instead of Libraries/ArgEnvWindows (for 64 bit .prj) | johnvg | 1 | -2/+1 |
2010-10-01 | use Libraries\ArgEnv instead of Libraries\ArgEnvWindows | johnvg | 1 | -2/+1 |
2010-09-29 | prevent NULL pointer dereference | johnvg | 1 | -1/+1 |
2010-09-27 | fix for 64 bit linux (does not fix 64 bit windows) | johnvg | 1 | -8/+6 |
2010-08-04 | fix copy of case expression which is a | johnvg | 1 | -15/+29 |
2010-07-13 | improve failed explicit import error message | johnvg | 2 | -19/+20 |
2010-07-08 | remove code for backwards compatibility with Clean 1.3 | johnvg | 2 | -9/+0 |
2010-07-06 | use 'Module'.name in errors, instead of Module@name | johnvg | 2 | -10/+10 |
2010-07-06 | move some functions from module check to new module checkgenerics | johnvg | 3 | -309/+339 |
2010-07-05 | dont pass icl functions array to/from checkDclMacros, | johnvg | 3 | -58/+59 |
2010-07-05 | don't pass icl functions array to/from partitionateDclMacros, | johnvg | 3 | -12/+12 |
2010-07-02 | pass Ident name instead of Ident to functions to create generic idents | johnvg | 6 | -33/+33 |
2010-07-02 | remove use of icl_functions by call of checkExplicitImportCompleteness | johnvg | 1 | -2/+2 |
2010-07-02 | remove use of the icl functions array by function | johnvg | 3 | -100/+63 |
2010-05-25 | scan 'ModuleName'.Symbol or 'ModuleName'. OperatorSymbol | johnvg | 1 | -13/+118 |
2010-05-19 | allow shorted array and record updates after # or #! as: | johnvg | 1 | -329/+363 |
2010-05-07 | no message | johnvg | 1 | -4/+1 |
2010-05-07 | report an error if a generic instance is derived for a type with an | johnvg | 1 | -33/+41 |
2010-02-11 | fix comparing TA with TAS | johnvg | 2 | -39/+44 |
2010-02-09 | allow VI_ExpressionOrBody in instance clearVariables BoundVar | johnvg | 1 | -1/+3 |
2010-02-09 | unfold curried producers that are also normal producers if the producer | johnvg | 2 | -40/+156 |
2010-02-08 | generate a new function if a non root case is used of | johnvg | 1 | -11/+136 |
2010-02-08 | allow fusion in non linear arguments for some functions that | johnvg | 1 | -22/+81 |
2010-02-08 | don't add strict let with no variables | johnvg | 1 | -51/+62 |
2010-02-08 | don't add a strict let if a strict unused argument is a constructor without | johnvg | 1 | -17/+27 |
2010-02-08 | repair the previous modification | johnvg | 1 | -1/+1 |
2010-02-08 | another modification that should have been committed already | johnvg | 1 | -1/+1 |
2010-02-08 | update th_attrs for AVI_Atrr (TA_TempVar _) bug fix (1.140) | johnvg | 1 | -21/+22 |