Skip to content

Commit

Permalink
Merge branch 'master' into ide
Browse files Browse the repository at this point in the history
  • Loading branch information
drewc authored Dec 21, 2024
2 parents 7a32e37 + ff6f6bf commit de86a88
Show file tree
Hide file tree
Showing 148 changed files with 139,215 additions and 136,696 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ else
readonly gerbil_version="$(git describe --tags --always)"
fi
readonly gerbil_targets=""
readonly default_gambit_tag=09335d95cab6931791c0a8497cbe915053ff8af3
readonly default_gambit_tag=2686dd61237aa562eb0ff206bc689bc8a77b45c9
readonly default_gambit_config="--enable-targets=${gerbil_targets} --enable-single-host --enable-dynamic-clib --enable-default-runtime-options=tE8,f8,-8 --enable-trust-c-tco"
prefix="/opt/gerbil"
readonly cflags_opt="-foptimize-sibling-calls"
Expand Down
2 changes: 1 addition & 1 deletion doc/reference/std/misc/number.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ starting with `from` up to and not including `below`.

Given an integer `n`, return half of `n` if it is even, or half of `n-1` if it is odd.

### least-integer?
### least-integer
```scheme
(least-integer pred? start end) -> integer
```
Expand Down
502 changes: 251 additions & 251 deletions src/bootstrap/gerbil/compiler/base~0.scm

Large diffs are not rendered by default.

558 changes: 279 additions & 279 deletions src/bootstrap/gerbil/compiler/base~1.scm

Large diffs are not rendered by default.

Loading

0 comments on commit de86a88

Please sign in to comment.