1
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected over 1 year ago.
Feb 11, 2024 — Feb 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updating bugs/README to be more correct More... over 11 years ago
declaring bugs/eval no more, moving documentation into docs/func_call.md More... over 11 years ago
updating `force` documentation, all bugs/eval issues addressed More... over 11 years ago
adding begin scope test More... over 11 years ago
updating `begin` documentation More... over 11 years ago
correctly classifying `begin` form as syntactic More... over 11 years ago
breaking down suspected problems into actual and syntactic More... over 11 years ago
updating documentation around eval error and func call future More... over 11 years ago
removing outdated bug that was fixed in 3cbb38e07cf5cdae73adbf93bead7e3baffd4442 More... over 11 years ago
changing plot_new_pair arg names to avoid shadowing More... over 11 years ago
updating docs and argument checking for list-set! More... almost 12 years ago
updating docs and argument checking for list-ref More... almost 12 years ago
adding additional set-car! and set-cdr! arg checking More... almost 12 years ago
fixing long outstanding quote parsing issue exposed by car/cdr functionification More... almost 12 years ago
correcting some old stacktrace messages which gave incorrect location More... almost 12 years ago
fixing bug in character.c around character comparisons More... almost 12 years ago
noting bug in character comparisons More... almost 12 years ago
caching boolean values, rather than creating a new object for every true and every false More... almost 12 years ago
changing value cons/car/cdr to be functions for type checking, created lcar and lcdr for lvalue usages More... almost 12 years ago
removing hardcoded hash comparisons from define-library, replacing with strcmp More... almost 12 years ago
documenting another hash_set bug around entry reuse, updating docs More... almost 12 years ago
documenting suspicious lack of key incr in hash set More... almost 12 years ago
removing unneeded flag from make rule `plot` More... almost 12 years ago
updating TODO to mention refactoring out of argument/type checking and reporting More... almost 12 years ago
updating set-car! and set-cdr! internal doc, documenting lax arg checking More... almost 12 years ago
updating TODO hints to mention ugly hash comparisons More... almost 12 years ago
updating TODO hints to mention possible related plot_truthy problems More... almost 12 years ago
fixed leak in `assoc`, relying on old implicit decr from plot_truthy More... almost 12 years ago
fixed leak in `member`, relying on old implicit decr from plot_truthy More... almost 12 years ago
fixed leak in `cond`, relying on old implicit decr from plot_truthy More... almost 12 years ago