summaryrefslogtreecommitdiff
path: root/module/system/repl
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary module imports.Ludovic Courtès2023-02-247-18/+0
* Bump user-visible copyright years to 2023.Ludovic Courtès2023-01-131-1/+1
* Bump user-visible copyright years to 2022Andy Wingo2022-02-111-2/+2
* Add ,optimize-cps REPL meta-commandAndy Wingo2021-10-012-10/+23
* (system repl command) autoloads the compiler, disassembler, and profiler.Ludovic Courtès2021-09-201-4/+6
* Finish call-with-port cleanupAndy Wingo2021-01-121-2/+1
* Bump copyright years for user-visible copyright messagesv3.0.5Andy Wingo2021-01-071-2/+2
* Move copy-tree to (ice-9 copy-tree); deprecate main bindingAndy Wingo2020-09-101-0/+1
* Fix ,optimize to be independent of tree-ilAndy Wingo2020-05-141-10/+34
* repl: Add missing bindings in #:autoload spec.Ludovic Courtès2020-01-201-2/+3
* Update REPL copyright year to 2020Andy Wingo2020-01-141-2/+2
* REPL server: Avoid deprecated '_IOFBF'.Ludovic Courtès2019-06-301-1/+1
* Remove references to 'inet-ntoa' and 'inet-aton'.Ludovic Courtès2019-06-241-2/+4
* Avoid regexp ranges in HTTP inter-protocol exploitation check.Mark H Weaver2019-06-181-1/+1
* Update user-visible copyright years.Mark H Weaver2019-04-161-2/+2
* Update --version and REPL copyright yearsAndy Wingo2017-03-151-1/+1
* REPL Server: Guard against HTTP inter-protocol exploitation attacks.Mark H Weaver2017-03-012-4/+188
* Cosmetic REPL server improvementsAndy Wingo2017-03-011-10/+10
* Avoid stacks in dynamically-bound valuesAndy Wingo2017-02-072-5/+5
* REPL server avoids thread cleanup handlersAndy Wingo2016-10-311-11/+12
* Adapt run-server* to change to `accept'.Andy Wingo2016-10-191-25/+9
* Fix exception when running ",help debug"Andy Wingo2016-08-251-1/+1
* Importing modules with #:select no longer grovels private bindingsAndy Wingo2016-06-211-5/+9
* Bump user-visible copyright years to 2016.Mark H Weaver2016-05-221-3/+2
* Bump user-visible copyright years to 2015.Mark H Weaver2016-05-221-1/+1
* Fix frame->stack-vector when no stack is activeAndy Wingo2016-04-041-15/+17
* Frame <binding> objects capture frame, can ref value directlyAndy Wingo2016-01-311-1/+1
* Remove frame-local-ref, frame-local-set!Andy Wingo2016-01-311-2/+1
* Remove frame->moduleAndy Wingo2015-12-011-28/+1
* Remove `procedure' repl commandAndy Wingo2015-12-011-5/+0
* ,registers doesn't use frame-procedureAndy Wingo2015-12-011-6/+8
* Reflection support for unboxed f64 slotsAndy Wingo2015-10-281-2/+4
* Fix error printing some wrong-num-args backtracesAndy Wingo2015-07-201-2/+3
* frame-address, frame-stack-pointer return offsetsAndy Wingo2014-05-041-2/+2
* Merge branch 'stable-2.0'v2.1.0Mark H Weaver2014-04-253-26/+284
|\
| * Add cooperative REPL server module.David Thompson2014-02-123-2/+210
| * REPL Server: Fix 'stop-server-and-clients!'.Mark H Weaver2014-02-121-24/+74
* | Update frame-bindings interfaceAndy Wingo2014-04-161-13/+9
* | Out-of-memory situations raise exceptions instead of abortingAndy Wingo2014-03-221-1/+1
* | Document stack-overflow handlers, limits, and unwind-only exceptionsAndy Wingo2014-03-161-26/+22
* | Merge commit '40a723a92236fe4e58feb89057b4182b1fc76810'Andy Wingo2014-02-071-13/+7
|\ \ | |/
| * REPL Server: Remove unneeded error case in 'run-server'.Mark H Weaver2014-02-041-4/+0
| * REPL Server: Redirect warnings to client socket.Mark H Weaver2014-02-041-9/+7
* | Merge commit 'a5cbbaa66a2491453db0edff9b0cb592a98f61bf'Andy Wingo2014-02-071-18/+1
|\ \ | |/
| * REPL Server: Don't establish a SIGINT handler.Mark H Weaver2014-01-211-18/+1
* | Merge branch 'stable-2.0'Mark H Weaver2014-01-141-2/+2
|\ \ | |/
| * Bump user-visible copyright years to 2014.Mark H Weaver2014-01-121-2/+2
* | Rename "RTL" to "bytecode"Andy Wingo2013-12-021-1/+1
* | Rename objcodes?.{scm,c,h} to loader.{scm,c,h}Andy Wingo2013-11-192-2/+2
* | rtl-program-code -> program-codeAndy Wingo2013-11-192-2/+2