Age | Commit message (Expand) | Author | Files | Lines |
2003-10-16 | enable tail recursion modulo cons optimisation | johnvg | 1 | -1/+1 |
2003-10-15 | update version to 2.1.0 alpha 0 | ronny | 4 | -6/+6 |
2003-10-15 | removed BESwapTypes | ronny | 1 | -1/+0 |
2003-10-07 | removes all abc, object and assembly files | johnvg | 1 | -0/+13 |
2003-10-07 | move (open/close)TclFile from type_io to compile | ronny | 3 | -64/+54 |
2003-10-07 | isolate Index type for compatability with Sparkle source tree | ronny | 3 | -3/+18 |
2003-10-06 | increase version number to 919 for Clean 2.1 | johnvg | 1 | -1/+1 |
2003-10-06 | fix ArgEnvUnix path and compiler (now frontend) path | johnvg | 1 | -4/+5 |
2003-10-06 | use pattern_match_2.c instead of pattern_match.c | johnvg | 1 | -1/+1 |
2003-10-06 | fix ArgEnvUnix path and compiler (now frontend) path | johnvg | 1 | -4/+5 |
2003-10-06 | enable optimizer (-O) | johnvg | 1 | -1/+1 |
2003-10-06 | use False instead of FALSE, doesn't compile on linux | johnvg | 1 | -1/+1 |
2003-09-17 | removed unused var_heap parameter | ronny | 1 | -20/+20 |
2003-09-16 | removed boolean result from substituteType and substitute: they | ronny | 8 | -110/+103 |
2003-09-16 | added function types | ronny | 1 | -6/+44 |
2003-09-16 | code cleanup: introduced records for info and state parameters | ronny | 1 | -138/+159 |
2003-09-15 | removed exported type definitions from icl module | ronny | 1 | -44/+4 |
2003-08-22 | also expand synonym types in dynamics for TAS by reusing the TA code | ronny | 1 | -7/+2 |
2003-08-20 | removed unnecessary separate fields for universal variables, | ronny | 4 | -15/+13 |
2003-08-19 | removed unused administrations | ronny | 9 | -150/+83 |
2003-08-19 | removed unused global type codes arguments | ronny | 1 | -26/+17 |
2003-07-15 | OBJECT marking is added | alimarin | 6 | -90/+234 |
2003-07-01 | changed some names to properly reflect their type | ronny | 1 | -37/+37 |
2003-07-01 | changed parsing of dynamic patterns and expressions,dynamic and :: now bind w... | ronny | 1 | -18/+31 |
2003-06-26 | bug fix in administration of needed modules (fixes bug #25 and a possibly | ronny | 1 | -6/+6 |
2003-06-26 | bug fix: forbid overload CAFs (fixes bug #22) | ronny | 1 | -2/+10 |
2003-06-26 | don't assume infix operators have arity 2 (fixes bug #17) | ronny | 1 | -15/+15 |
2003-06-23 | optimize allocation of Par and Seq constructors to prevent heap overflow | johnvg | 1 | -2/+12 |
2003-06-19 | use :: T (:== .. ) syntax for abstract type synonyms | johnvg | 1 | -5/+3 |
2003-06-19 | write abstract type synonyms in the same way as abstract types | johnvg | 1 | -1/+5 |
2003-06-19 | compare lhs root attributes for type definitions | johnvg | 1 | -2/+1 |
2003-06-19 | check type properties also for abstract type synonyms | johnvg | 1 | -4/+9 |
2003-06-19 | append a ";" after the name of the record of a dictionary | johnvg | 1 | -2/+5 |
2003-06-19 | removed unused module checkKindCorrectness | ronny | 2 | -338/+0 |
2003-06-19 | removed unused field class_arg_kinds | ronny | 4 | -11/+9 |
2003-06-19 | removed unused module typeanal | ronny | 2 | -2/+0 |
2003-06-19 | s/sd__ident/sd_ident/g | ronny | 9 | -19/+19 |
2003-06-19 | enable boxed records | johnvg | 2 | -3/+1 |
2003-06-18 | bug fix: do not move a case inside an explicit case | johnvg | 1 | -29/+32 |
2003-06-18 | removed trace statement | ronny | 1 | -1/+1 |
2003-06-17 | removed unused functions | ronny | 6 | -108/+77 |
2003-06-17 | removed unused functions | ronny | 2 | -88/+37 |
2003-06-16 | fixed bug with field indexes in StdGeneric | alimarin | 1 | -2/+5 |
2003-06-13 | removed commented code | ronny | 1 | -80/+9 |
2003-06-13 | removed exported macros from implementation module | ronny | 1 | -8/+0 |
2003-06-13 | removed switch_dynamics macro (dynamics are always switched on now) | ronny | 3 | -15/+1 |
2003-06-13 | removed unused macro USE_DummyModuleName | ronny | 2 | -4/+0 |
2003-06-13 | removed PA bug workaround | ronny | 8 | -27/+3 |
2003-06-06 | Bug fixs in universally quantified types: Attribute variables of universal ty... | sjakie | 2 | -0/+30 |
2003-05-16 | renamed field names of type Ident in syntax tree | ronny | 40 | -1622/+1622 |