Age | Commit message (Expand) | Author | Files | Lines |
2016-06-06 | remove #ifdef CLEAN2 | johnvg | 1 | -19/+16 |
2016-05-18 | remove unused fields and types | johnvg | 1 | -158/+5 |
2016-05-18 | remove unused functions | johnvg | 3 | -222/+0 |
2016-04-07 | remove some unnecessary copying on the stack for root record updates | johnvg | 1 | -13/+19 |
2016-04-06 | remove an unnecessary record copy in the abc code for some record updates | johnvg | 3 | -197/+73 |
2016-04-05 | use {}'s instead of ()'s in element type string for unboxed records | johnvg | 1 | -2/+2 |
2016-04-05 | don't forget to transform (index) expressions in ArraySelection's of Selector's | johnvg | 1 | -23/+31 |
2015-12-02 | allow # and | in \ expressions | johnvg | 4 | -66/+130 |
2015-11-27 | only allow infix constructor with arity 2, otherwise the compiler may crash w... | johnvg | 1 | -2/+11 |
2015-11-23 | use new label names for _indirection (instead of old names) | johnvg | 2 | -4/+4 |
2015-11-17 | fix qualified import of constructors with a constraint or universally quantif... | johnvg | 1 | -10/+17 |
2015-09-17 | fix name in descriptor for unboxed lists of records if exporting local labels... | johnvg | 1 | -1/+1 |
2015-09-08 | remove .o files generated by c compiler in call to clm, | johnvg | 1 | -4/+5 |
2015-08-20 | add record label to .record directive for list of unboxed records | johnvg | 1 | -11/+14 |
2015-08-19 | fix bug in FPrintF call | johnvg | 1 | -2/+2 |
2015-08-18 | fix previous version, add return before next case in switch instruction | johnvg | 1 | -1/+2 |
2015-08-18 | add descriptors of unboxed sub records to .record directive, in reverse order | johnvg | 1 | -37/+206 |
2015-07-21 | export label of node entry for Array methods for arrays of unboxed records if... | johnvg | 1 | -6/+10 |
2015-07-20 | fix names and export labels of tuple selectors > 6 if exporting local labels | johnvg | 2 | -2/+31 |
2015-07-09 | fix name in descriptor for unboxed lists of records if exporting local labels | johnvg | 1 | -1/+1 |
2015-07-09 | fix printing of symbols starting with a _ (characters after ; were printed tw... | johnvg | 1 | -8/+10 |
2014-10-16 | atop compiling after a kind error, because this may cause a crash in the type... | johnvg | 1 | -2/+6 |
2014-10-16 | move addFunctionsRange after collectFunctions for instances and generic cases, | johnvg | 1 | -3/+2 |
2014-09-26 | remove unused constructor TQV of :: type_io.icl | johnvg | 6 | -24/+0 |
2014-04-03 | add unit type (print type as ()) | johnvg | 1 | -0/+2 |
2014-04-03 | add unit type | johnvg | 6 | -234/+329 |
2014-04-03 | use the index to recognize predefined types when printing, instead of the nam... | johnvg | 1 | -23/+16 |
2014-03-19 | fix the order of expansion of type synonyms in type synonyms, | johnvg | 1 | -2/+3 |
2014-02-21 | if a constraint of a class without members is reduced, and all classes in the... | johnvg | 1 | -1/+65 |
2013-12-13 | in derived dynamic types, add uniqueness to algebraic types that are always u... | johnvg | 4 | -7/+23 |
2013-12-12 | add type attributes for universally quantified variables generated in the gen... | johnvg | 1 | -5/+3 |
2013-12-04 | generate .impmod before importing labels and descriptors, | johnvg | 11 | -101/+301 |
2013-11-27 | fix printing of uniqueness attributes in type with A. | johnvg | 1 | -0/+4 |
2013-11-08 | generate jsr_ap 1 instead of jsr e_system_sAP | johnvg | 1 | -4/+1 |
2013-11-04 | fix comprehensions with a non lower case identifier as pattern, | johnvg | 1 | -2/+3 |
2013-11-04 | remove unused argument ca and result of functions: | johnvg | 1 | -30/+29 |
2013-10-24 | fix bug in function getCommonFileInfoC on 64 bit platforms | johnvg | 1 | -1/+1 |
2013-10-23 | don't accept instance members defined using :== | johnvg | 1 | -9/+20 |
2013-10-23 | undo previous commit, because it causes the compiler to crash when compiling ... | johnvg | 1 | -5/+0 |
2013-10-21 | rename parameter inline to inlineFlag, because it is now a keyword (since c99) | johnvg | 1 | -1/+1 |
2013-10-14 | check the type of instances defined using :== (maybe the parser should reject... | johnvg | 1 | -0/+5 |
2013-10-09 | prevent crash if a newtype is used with -dynamics | johnvg | 1 | -5/+9 |
2013-10-09 | restore tv_info_pointer values in function convertSymbolTypeWithoutCollecting... | johnvg | 1 | -32/+55 |
2013-08-23 | bug fix: generate jmp_eval_upd entry for update function for boxed records | johnvg | 1 | -37/+21 |
2013-08-22 | bug fix: don't use jmp_eval_upd for record fields of an abstract type | johnvg | 1 | -1/+5 |
2013-06-07 | prevent infinite loop when fusing trivial tail recursive functions (e.g. unde... | johnvg | 1 | -14/+42 |
2013-06-07 | prevent crash during fusion, | johnvg | 1 | -23/+23 |
2013-06-03 | remove unused Bool of PE_Let contructor | johnvg | 5 | -36/+30 |
2013-05-28 | prevent crash when writing .tcl file with extensible algebraic types (not yet... | johnvg | 1 | -24/+16 |
2013-05-28 | fix renumbering of extensible algebraic types | johnvg | 1 | -3/+10 |