Age | Commit message (Expand) | Author | Files | Lines |
2011-03-17 | pass generic info only to instances for OBJECT, CONS and FIELD, | johnvg | 4 | -262/+342 |
2011-03-04 | remove shorthand and iso functions from generic ranges, | johnvg | 2 | -170/+207 |
2011-03-04 | delete old implementation of generics | johnvg | 2 | -4219/+0 |
2011-03-04 | remove unused index passed by foldArraySt | johnvg | 1 | -150/+83 |
2011-03-01 | remove many unused generic dictionaries from the abc code (previous commit), | johnvg | 1 | -0/+1 |
2011-03-01 | git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1871 1f8540f1-abd... | johnvg | 7 | -44/+75 |
2011-03-01 | in BEConstructorSymbol store constructor index in symb_arity until BERecordTy... | johnvg | 1 | -14/+18 |
2011-03-01 | remove more unused fields and variables | johnvg | 6 | -86/+11 |
2011-02-28 | adapt arguments and result separately, instead of adapting the function | johnvg | 1 | -17/+49 |
2011-02-25 | git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1866 1f8540f1-abd... | johnvg | 17 | -442/+15 |
2011-02-25 | remove some unused fields and variables | johnvg | 13 | -173/+83 |
2011-02-24 | check_completeness of type of generic function definition | johnvg | 1 | -1/+5 |
2011-02-24 | more: write generic functions in constructors to .tcl and .typ files, | johnvg | 1 | -18/+12 |
2011-02-24 | git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1858 1f8540f1-abd... | johnvg | 14 | -156/+151 |
2011-02-24 | fix error message for not imported qualified ident | johnvg | 1 | -1/+1 |
2011-02-23 | only generate a generic info argument for generic instances of kind *->*, | johnvg | 4 | -205/+169 |
2011-02-23 | fix type in name of function collectCommonDefinitions | johnvg | 1 | -4/+4 |
2011-02-23 | remove some unused commented out functions | johnvg | 1 | -56/+15 |
2011-02-23 | really remove dummy function add_kind in function check_generic_expr | johnvg | 1 | -5/+0 |
2011-02-23 | remove unused function check_generic_vars | johnvg | 1 | -22/+4 |
2011-02-23 | remove dummy function add_kind in function check_generic_expr, | johnvg | 1 | -48/+25 |
2011-02-23 | remove ImportedConstructors result from function convertDynamicPatternsIntoUn... | johnvg | 5 | -27/+24 |
2011-02-23 | remove unused field wtis_collected_conses of WriteTypeInfoState | johnvg | 3 | -51/+22 |
2011-02-15 | fix bug in scanning 'a'.. | johnvg | 1 | -10/+9 |
2011-02-11 | use ClassInstanceMember array for ins_members instead of DefinedSymbol array, | johnvg | 7 | -136/+93 |
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 |