Age | Commit message (Expand) | Author | Files | Lines |
2001-07-25 | bug fix scanning [''] | ronny | 1 | -0/+1 |
2001-07-25 | bug fix scanning ['\\\''] | ronny | 1 | -0/+1 |
2001-07-25 | bug fix parse_bug_special | ronny | 1 | -1/+36 |
2001-07-25 | accept "funny" type and constructor names in from ... import statements | ronny | 1 | -4/+2 |
2001-07-25 | This commit was generated by cvs2svn to compensate for changes in r580, | zweije | 2 | -23/+23 |
2001-07-25 | This commit was generated by cvs2svn to compensate for changes in r578, | zweije | 1 | -1/+1 |
2001-07-25 | This commit was generated by cvs2svn to compensate for changes in r575, | zweije | 1 | -1/+1 |
2001-07-25 | put back look-a-head token after class in import list if its not '(' | ronny | 1 | -1/+1 |
2001-07-25 | This commit was generated by cvs2svn to compensate for changes in r572, | zweije | 2 | -0/+8 |
2001-07-25 | removed underscoreModule from ParseState, this is now handled by the scanner | ronny | 5 | -60/+52 |
2001-07-25 | bug fix parse_bug_forbidden_symbols | ronny | 4 | -11/+46 |
2001-07-25 | renamed ss_useLayout to ss_scanOptions | ronny | 1 | -16/+16 |
2001-07-25 | changed ss_useLayout field to bit vector (in anticipation of more scan state ... | ronny | 1 | -8/+11 |
2001-07-24 | bug fix parsebug_missing_result | ronny | 1 | -10/+15 |
2001-07-24 | bug fix funny_id_after_type | ronny | 1 | -27/+6 |
2001-07-24 | This commit was generated by cvs2svn to compensate for changes in r563, | zweije | 1 | -0/+3 |
2001-07-23 | expand macros with curried macro calls later, to prevent a bug if dcl caching... | johnvg | 1 | -3/+89 |
2001-07-23 | use halt instead of abort to prevent strictness in 'a' | johnvg | 1 | -2/+7 |
2001-07-19 | Added "curried" arrow types (->) and ((->) a) | alimarin | 17 | -319/+668 |
2001-07-18 | remove bug with numbering strict alias node defs | ronny | 1 | -5/+19 |
2001-07-18 | replaced VI_Alias with VI_AliasSequenceNumber to avoid potential clashes | ronny | 4 | -5/+5 |
2001-07-18 | removed MW comments | ronny | 1 | -8/+0 |
2001-07-18 | This commit was generated by cvs2svn to compensate for changes in r551, | zweije | 2 | -0/+11 |
2001-07-18 | assorted scanner/parser bug fixes by Pieter (tested by Ronny) | ronny | 6 | -565/+432 |
2001-07-18 | work around for caching / attribute heap bug | ronny | 1 | -0/+4 |
2001-07-18 | removed unused code to detect tuple patterns for merging cases | ronny | 1 | -21/+3 |
2001-07-17 | set attributes in heap to AVI_Empty to avoid using values in the heap from pr... | ronny | 1 | -5/+12 |
2001-07-17 | assign correct selector kind to intermediate selections in nested updates | ronny | 1 | -1/+1 |
2001-07-13 | bug fix: reverse order of functions (in components) | ronny | 4 | -9/+9 |
2001-07-13 | bug fix: reverse order of functions (in components) | johnvg | 2 | -7/+7 |
2001-07-13 | {} is not allowed in patterns, because array 'denotations' in patterns | johnvg | 1 | -3/+4 |
2001-07-12 | uniqueness attributes in backend | ronny | 15 | -65/+342 |
2001-07-12 | made compilable with Clean 2.0 by introducing a typed local function | ronny | 1 | -6/+7 |
2001-07-12 | removed unused varHeap parameters (varHeap is in BackEndState) | ronny | 1 | -339/+329 |
2001-07-12 | removed MW comments | ronny | 1 | -5/+0 |
2001-07-11 | This commit was generated by cvs2svn to compensate for changes in r534, | zweije | 5 | -15/+21 |
2001-07-10 | This commit was generated by cvs2svn to compensate for changes in r530, | zweije | 1 | -1/+1 |
2001-07-10 | This commit was generated by cvs2svn to compensate for changes in r528, | zweije | 1 | -1/+3 |
2001-07-10 | This commit was generated by cvs2svn to compensate for changes in r525, | zweije | 2 | -26/+61 |
2001-07-03 | initialise compiler_id with -1, | johnvg | 1 | -1/+1 |
2001-07-03 | This commit was generated by cvs2svn to compensate for changes in r520, | zweije | 3 | -446/+2 |
2001-07-03 | This commit was generated by cvs2svn to compensate for changes in r518, | zweije | 44 | -0/+144 |
2001-07-03 | enable optimizer (level 2) | johnvg | 1 | -0/+0 |
2001-07-03 | This commit was generated by cvs2svn to compensate for changes in r514, | zweije | 45 | -0/+7937 |
2001-06-29 | cleaning up: removing all these hopelessly silly long function names | martinw | 1 | -49/+49 |
2001-06-29 | cleaning up | martinw | 1 | -41/+4 |
2001-06-29 | blabla | martinw | 3 | -54/+35 |
2001-06-29 | new application that removes all preprocessor directives (that eventually | martinw | 1 | -0/+190 |
2001-06-29 | documentation | martinw | 2 | -0/+1046 |
2001-06-28 | disable PA_bug | johnvg | 3 | -8/+8 |