0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
adding small fix to jsnums regarding division-by-zero More... over 13 years ago
fixing arithmetic exception code to trigger as contract errors. Also traced error in assigncontrol, which is supposed to set the value register to void. More... over 13 years ago
adding the number tests in More... over 13 years ago
adding minimal documentation on rotate, scale, and scale/xy More... over 13 years ago
traced bug regarding rotation in firefox; we weren't doing the proper coersion to fixnum. Also fixed the deviations-from-asl section to racketize all the keywords. More... over 13 years ago
formatting fixes More... over 13 years ago
revising js-vm docs More... over 13 years ago
incorporating list of unimplemented ASL stuff More... over 13 years ago
renaming scheme as racket for the ffi bindings More... over 13 years ago
need tests for rbtree More... over 13 years ago
redoing rbtrees in preparation for making functional hash tables available More... over 13 years ago
forgot the word 'end' More... over 13 years ago
added printing of rationals as repeating decimals More... over 13 years ago
walked through the test files in racket/collects/tests, and tried to pick out which files look promising as js-vm tests. More... over 13 years ago
correcting a typo involving weracket: we haven't renamed wescheme to weracket yet. More... over 13 years ago
adding explicit constants for minimum and maximum fixnums. More... over 13 years ago
revising list of unimplemented primitives More... over 13 years ago
trying to make list.rkt pass, but ther's so much that's missing. More... over 13 years ago
renaming scheme to racket More... over 13 years ago
bumping up version number. More... over 13 years ago
exposing encode-module-record More... over 13 years ago
fixing the getMessageFromExn so it makes sure to return primitive strings back to us. More... over 13 years ago
adjusting structs More... over 13 years ago
changed text-input to be more reliable. More... over 13 years ago
toplevel run-all-tests that do both the moby-programs and the mz-tests More... over 13 years ago
working around what appears to be a Racket bug (though I have no idea why this isn't affecting asl. More... over 13 years ago
trying to trace very crazy error with when and unless. I might need to revert this change. More... over 13 years ago
absorbed cases More... over 13 years ago
testing beginner-level if More... over 13 years ago
adding tests for cond More... over 13 years ago