summaryrefslogtreecommitdiff
path: root/module/system/repl
AgeCommit message (Expand)AuthorFilesLines
2024-10-25Better REPL behavior on syntax errors in meta commands.Taylan Kammer3-9/+12
2024-10-12Create procedure to enable silencing the Guile welcome message. * module/syst...Matthew Wette1-2/+8
2024-07-12define-meta-command: mention effects of a missing categoryRob Browning1-0/+2
2024-05-06Fix error messages containing format stringsMichael Käppler2-3/+8
2024-01-29default-frame-width is a parameterAndy Wingo1-3/+6
2024-01-24Bump user-visible copyright years to 2024.Ludovic Courtès1-2/+2
2023-12-28debug: Print wider stack frames when not writing to a tty.Ludovic Courtès1-2/+12
2023-07-16Fix typos throughout codebase.Morgan Smith1-1/+1
2023-02-24Remove unnecessary module imports.Ludovic Courtès7-18/+0
2023-01-13Bump user-visible copyright years to 2023.Ludovic Courtès1-1/+1
2022-02-11Bump user-visible copyright years to 2022Andy Wingo1-2/+2
2021-10-01Add ,optimize-cps REPL meta-commandAndy Wingo2-10/+23
2021-09-20(system repl command) autoloads the compiler, disassembler, and profiler.Ludovic Courtès1-4/+6
2021-01-12Finish call-with-port cleanupAndy Wingo1-2/+1
2021-01-07Bump copyright years for user-visible copyright messagesv3.0.5Andy Wingo1-2/+2
2020-09-10Move copy-tree to (ice-9 copy-tree); deprecate main bindingAndy Wingo1-0/+1
2020-05-14Fix ,optimize to be independent of tree-ilAndy Wingo1-10/+34
2020-01-20repl: Add missing bindings in #:autoload spec.Ludovic Courtès1-2/+3
2020-01-14Update REPL copyright year to 2020Andy Wingo1-2/+2
2019-06-30REPL server: Avoid deprecated '_IOFBF'.Ludovic Courtès1-1/+1
2019-06-24Remove references to 'inet-ntoa' and 'inet-aton'.Ludovic Courtès1-2/+4
2019-06-18Avoid regexp ranges in HTTP inter-protocol exploitation check.Mark H Weaver1-1/+1
2019-04-16Update user-visible copyright years.Mark H Weaver1-2/+2
2017-03-15Update --version and REPL copyright yearsAndy Wingo1-1/+1
2017-03-01REPL Server: Guard against HTTP inter-protocol exploitation attacks.Mark H Weaver2-4/+188
2017-03-01Cosmetic REPL server improvementsAndy Wingo1-10/+10
2017-02-07Avoid stacks in dynamically-bound valuesAndy Wingo2-5/+5
2016-10-31REPL server avoids thread cleanup handlersAndy Wingo1-11/+12
2016-10-19Adapt run-server* to change to `accept'.Andy Wingo1-25/+9
2016-08-25Fix exception when running ",help debug"Andy Wingo1-1/+1
2016-06-21Importing modules with #:select no longer grovels private bindingsAndy Wingo1-5/+9
2016-05-22Bump user-visible copyright years to 2016.Mark H Weaver1-3/+2
2016-05-22Bump user-visible copyright years to 2015.Mark H Weaver1-1/+1
2016-04-04Fix frame->stack-vector when no stack is activeAndy Wingo1-15/+17
2016-01-31Frame <binding> objects capture frame, can ref value directlyAndy Wingo1-1/+1
2016-01-31Remove frame-local-ref, frame-local-set!Andy Wingo1-2/+1
2015-12-01Remove frame->moduleAndy Wingo1-28/+1
2015-12-01Remove `procedure' repl commandAndy Wingo1-5/+0
2015-12-01,registers doesn't use frame-procedureAndy Wingo1-6/+8
2015-10-28Reflection support for unboxed f64 slotsAndy Wingo1-2/+4
2015-07-20Fix error printing some wrong-num-args backtracesAndy Wingo1-2/+3
2014-05-04frame-address, frame-stack-pointer return offsetsAndy Wingo1-2/+2
2014-04-25Merge branch 'stable-2.0'v2.1.0Mark H Weaver3-26/+284
2014-04-16Update frame-bindings interfaceAndy Wingo1-13/+9
2014-03-22Out-of-memory situations raise exceptions instead of abortingAndy Wingo1-1/+1
2014-03-16Document stack-overflow handlers, limits, and unwind-only exceptionsAndy Wingo1-26/+22
2014-02-12Add cooperative REPL server module.David Thompson3-2/+210
2014-02-12REPL Server: Fix 'stop-server-and-clients!'.Mark H Weaver1-24/+74
2014-02-07Merge commit '40a723a92236fe4e58feb89057b4182b1fc76810'Andy Wingo1-13/+7
2014-02-07Merge commit 'a5cbbaa66a2491453db0edff9b0cb592a98f61bf'Andy Wingo1-18/+1