summaryrefslogtreecommitdiff
path: root/module/ice-9/sandbox.scm
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary module imports.Ludovic Courtès2023-02-241-1/+0
* bitvector-count-bits replaces bit-count*Andy Wingo2020-04-291-1/+1
* bitvector-flip-all-bits! replaces bit-invert!Andy Wingo2020-04-181-1/+1
* bitvector-set-all-bits! / bitvector-clear-all-bits! replace bitvector-fill!Andy Wingo2020-04-151-1/+2
* bitvector-set-bit! / bitvector-clear-bit! replace bitvector-set!Andy Wingo2020-04-141-2/+3
* bitvector-bit-set? / bitvector-bit-clear? replace bitvector-refAndy Wingo2020-04-141-1/+2
* Replace bit-set*! with bitvector-set-bits! / bitvector-clear-bits!Andy Wingo2020-04-131-1/+2
* Replace bit-position with bitvector-positionAndy Wingo2020-04-121-1/+1
* Replace bit-count with bitvector-countAndy Wingo2020-04-121-1/+1
* Define top-level bindings for aux syntax: else, =>, _, ...Andy Wingo2019-09-121-0/+1
* Fix sandboxAndy Wingo2018-01-031-5/+2
* Add sandboxed evaluation facilityAndy Wingo2017-04-181-0/+1399