Age | Commit message (Expand) | Author | Files | Lines |
2024-10-25 | Better REPL behavior on syntax errors in meta commands. | Taylan Kammer | 3 | -9/+12 |
2024-10-12 | Create procedure to enable silencing the Guile welcome message. * module/syst... | Matthew Wette | 1 | -2/+8 |
2024-07-12 | define-meta-command: mention effects of a missing category | Rob Browning | 1 | -0/+2 |
2024-05-06 | Fix error messages containing format strings | Michael Käppler | 2 | -3/+8 |
2024-01-29 | default-frame-width is a parameter | Andy Wingo | 1 | -3/+6 |
2024-01-24 | Bump user-visible copyright years to 2024. | Ludovic Courtès | 1 | -2/+2 |
2023-12-28 | debug: Print wider stack frames when not writing to a tty. | Ludovic Courtès | 1 | -2/+12 |
2023-07-16 | Fix typos throughout codebase. | Morgan Smith | 1 | -1/+1 |
2023-02-24 | Remove unnecessary module imports. | Ludovic Courtès | 7 | -18/+0 |
2023-01-13 | Bump user-visible copyright years to 2023. | Ludovic Courtès | 1 | -1/+1 |
2022-02-11 | Bump user-visible copyright years to 2022 | Andy Wingo | 1 | -2/+2 |
2021-10-01 | Add ,optimize-cps REPL meta-command | Andy Wingo | 2 | -10/+23 |
2021-09-20 | (system repl command) autoloads the compiler, disassembler, and profiler. | Ludovic Courtès | 1 | -4/+6 |
2021-01-12 | Finish call-with-port cleanup | Andy Wingo | 1 | -2/+1 |
2021-01-07 | Bump copyright years for user-visible copyright messagesv3.0.5 | Andy Wingo | 1 | -2/+2 |
2020-09-10 | Move copy-tree to (ice-9 copy-tree); deprecate main binding | Andy Wingo | 1 | -0/+1 |
2020-05-14 | Fix ,optimize to be independent of tree-il | Andy Wingo | 1 | -10/+34 |
2020-01-20 | repl: Add missing bindings in #:autoload spec. | Ludovic Courtès | 1 | -2/+3 |
2020-01-14 | Update REPL copyright year to 2020 | Andy Wingo | 1 | -2/+2 |
2019-06-30 | REPL server: Avoid deprecated '_IOFBF'. | Ludovic Courtès | 1 | -1/+1 |
2019-06-24 | Remove references to 'inet-ntoa' and 'inet-aton'. | Ludovic Courtès | 1 | -2/+4 |
2019-06-18 | Avoid regexp ranges in HTTP inter-protocol exploitation check. | Mark H Weaver | 1 | -1/+1 |
2019-04-16 | Update user-visible copyright years. | Mark H Weaver | 1 | -2/+2 |
2017-03-15 | Update --version and REPL copyright years | Andy Wingo | 1 | -1/+1 |
2017-03-01 | REPL Server: Guard against HTTP inter-protocol exploitation attacks. | Mark H Weaver | 2 | -4/+188 |
2017-03-01 | Cosmetic REPL server improvements | Andy Wingo | 1 | -10/+10 |
2017-02-07 | Avoid stacks in dynamically-bound values | Andy Wingo | 2 | -5/+5 |
2016-10-31 | REPL server avoids thread cleanup handlers | Andy Wingo | 1 | -11/+12 |
2016-10-19 | Adapt run-server* to change to `accept'. | Andy Wingo | 1 | -25/+9 |
2016-08-25 | Fix exception when running ",help debug" | Andy Wingo | 1 | -1/+1 |
2016-06-21 | Importing modules with #:select no longer grovels private bindings | Andy Wingo | 1 | -5/+9 |
2016-05-22 | Bump user-visible copyright years to 2016. | Mark H Weaver | 1 | -3/+2 |
2016-05-22 | Bump user-visible copyright years to 2015. | Mark H Weaver | 1 | -1/+1 |
2016-04-04 | Fix frame->stack-vector when no stack is active | Andy Wingo | 1 | -15/+17 |
2016-01-31 | Frame <binding> objects capture frame, can ref value directly | Andy Wingo | 1 | -1/+1 |
2016-01-31 | Remove frame-local-ref, frame-local-set! | Andy Wingo | 1 | -2/+1 |
2015-12-01 | Remove frame->module | Andy Wingo | 1 | -28/+1 |
2015-12-01 | Remove `procedure' repl command | Andy Wingo | 1 | -5/+0 |
2015-12-01 | ,registers doesn't use frame-procedure | Andy Wingo | 1 | -6/+8 |
2015-10-28 | Reflection support for unboxed f64 slots | Andy Wingo | 1 | -2/+4 |
2015-07-20 | Fix error printing some wrong-num-args backtraces | Andy Wingo | 1 | -2/+3 |
2014-05-04 | frame-address, frame-stack-pointer return offsets | Andy Wingo | 1 | -2/+2 |
2014-04-25 | Merge branch 'stable-2.0'v2.1.0 | Mark H Weaver | 3 | -26/+284 |
2014-04-16 | Update frame-bindings interface | Andy Wingo | 1 | -13/+9 |
2014-03-22 | Out-of-memory situations raise exceptions instead of aborting | Andy Wingo | 1 | -1/+1 |
2014-03-16 | Document stack-overflow handlers, limits, and unwind-only exceptions | Andy Wingo | 1 | -26/+22 |
2014-02-12 | Add cooperative REPL server module. | David Thompson | 3 | -2/+210 |
2014-02-12 | REPL Server: Fix 'stop-server-and-clients!'. | Mark H Weaver | 1 | -24/+74 |
2014-02-07 | Merge commit '40a723a92236fe4e58feb89057b4182b1fc76810' | Andy Wingo | 1 | -13/+7 |
2014-02-07 | Merge commit 'a5cbbaa66a2491453db0edff9b0cb592a98f61bf' | Andy Wingo | 1 | -18/+1 |