aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fix a severe bug : copy-constructor expected in EvalObjHEADmasterTeddy2013-08-19
* typo in design manualTeddy2013-08-18
* fflush in displayTeddy2013-08-18
* doc: designTeddy2013-08-17
* removed TODO.rstTeddy2013-08-17
* ...Teddy2013-08-17
* more docTeddy2013-08-17
* fixed a bug in the `SpecialOptForce`Teddy2013-08-17
* ...Teddy2013-08-17
* more docTeddy2013-08-17
* ...Teddy2013-08-15
* ...Teddy2013-08-15
* more docsTeddy2013-08-15
* fix mem leak in ext_reprTeddy2013-08-15
* remove unnecessary std::set in gcgc_impTeddy2013-08-15
* move ParseBracket to model filesTeddy2013-08-15
* the stability has been confirmedTeddy2013-08-15
* ...Teddy2013-08-15
* remove redundant codetail_recursionTeddy2013-08-15
* tail-rec support for `or`Teddy2013-08-15
* tail-rec for `if` and `and`Teddy2013-08-15
* fixed prog reload bug in tail-recTeddy2013-08-15
* tail-recursion opt in user-def callTeddy2013-08-15
* significant improvement on gc efficiencyTeddy2013-08-14
* removed redundant infoTeddy2013-08-14
* big change in framework: unification of Continuation and RetAddrTeddy2013-08-14
* big change in framework: unification of user-def proc and othersTeddy2013-08-14
* ready for alpha 2Teddy2013-08-14
* removed debugging printTeddy2013-08-14
* gc detect in list-specific built-ins, proper numeric conversionTeddy2013-08-14
* added gc setting built-insgc_cycTeddy2013-08-14
* add gc in `PromObj` and `Continuation`Teddy2013-08-13
* add cycle detect for `Pair`, `ProcObj`, `Envt` and `Cont`Teddy2013-08-13
* fixed a mem leak in parser.cppTeddy2013-08-13
* add the middle class: `Container` to help resolve circular issuesTeddy2013-08-13
* new version MakefileTeddy2013-08-13
* vector gcTeddy2013-08-13
* fixed bug in PromObjTeddy2013-08-13
* add expected answer log to `robust_test.scm`Teddy2013-08-13
* Merge branch 'gc'Teddy2013-08-13
|\
| * gc optimization: pending listgcTeddy2013-08-13
| * in-place arithmetic opt & fix gc bug in `eval`Teddy2013-08-13
| * add test for circular refgc_sweepTeddy2013-08-13
| * a little improvement (but it can't resolve the circular referencing problem)Teddy2013-08-13
| * gc can now workTeddy2013-08-13
| * ...Teddy2013-08-12
| * ...Teddy2013-08-12
| * ...Teddy2013-08-12
| * ...Teddy2013-08-12
| * basic gcTeddy2013-08-12