6
I Use This!
Activity Not Available

Commits : Listings

Analyzed 5 months ago. based on code collected over 1 year ago.
Dec 01, 2021 — Dec 01, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make port wrapping work. Make buffer-io play nice with generics More... over 18 years ago
Roll back binary charset changes More... over 18 years ago
Make port wrapping work. Make buffer-io play nice with generics More... over 18 years ago
SerializePort should use UTF8 always More... over 18 years ago
Fetch the default characterset to do string writes to streams More... over 18 years ago
- always perform upcall in a DynamicEnvironment that has the same AppContext as the one we captured on creation - see bug 1435707. More... over 18 years ago
- introduced method to look for enclosing Interpreters with a given AppContext - modified enter(AppContext) and execute(AppContext,SchemeCaller) to use this method - some tidying up of Javadocs and code More... over 18 years ago
introduced method to look for enclosing Interpreters with a given AppContext More... over 18 years ago
prevent changes to the DynamicEnvironment's ctx field, which, if they happened would wreak all kinds of havoc More... over 18 years ago
fixed a few typos and removed duplicate section heading More... over 18 years ago
Fetch the default characterset to do string writes to streams More... over 18 years ago
Add and document the buffer-io module More... over 18 years ago
Added demonstration HelloWorld program More... over 18 years ago
removed Context.enter(Interpreter) and Context.execute(Interpreter, SchemeCaller). It's only slightly more typing to call the DynamicEnvironment versions instead, and we avoid the misleading impression that the passed interpreter is actually used for anything other than obtaining a dynamic environment. More... over 18 years ago
removed SchemeThread(Interpreter,Thread) constructor - it's only slightly more typing to call the SchemeThread(DynamicEnvironment,Thread) constructor instead and we avoid the misleading impression that SchemeThread needs an interpreter. More... over 18 years ago
use new REPL.getCliProc() method More... over 18 years ago
print the repl header in Scheme rather than Java code More... over 18 years ago
minor refactoring More... over 18 years ago
there is no need to create an Interpreter just to look up a binding More... over 18 years ago
- improved javadocs - some code reformatting More... over 18 years ago
Use a ThreadLocal instead of a weak Thread->ThreadContext map. This is more idiomatic and should, hopefully, also be slightly more efficient. More... over 18 years ago
added another interesting test case, found at http://list.cs.brown.edu/pipermail/plt-scheme/2006-February/011523.html More... over 18 years ago
- made docs fit the new design - *one* AppContext per web app, heap located on class path - documented problem with tomcat reloading jar-based resources More... over 18 years ago
port? is now supported in the SISC core More... over 18 years ago
fixed off-by-one error in table More... over 18 years ago
Add |port?| More... over 18 years ago
Properly merge states in the mismatched let lhs/rhs case. Fixes bug 1434848 More... over 18 years ago
refactoring: replaced confusing recursive call More... over 18 years ago
Properly merge states in the mismatched let lhs/rhs case. Fixes bug 1434848 More... over 18 years ago
Fix sighook list add double call More... over 18 years ago