-
Notifications
You must be signed in to change notification settings - Fork 1k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
10000
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: cisco/ChezScheme
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: akeep/ChezScheme
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 0 files changed
- 1 contributor
Commits on May 10, 2021
-
Create compile-time values for base ftypes.
Converted built-in foreign types to work like other ftypes using a compile-time value to specify the value of the foreign type. primdata.ss, ftype.ss
Configuration menu - View commit details
-
Copy full SHA for 3b6d525 - Browse repository at this point
Copy the full SHA 3b6d525View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5ba38b - Browse repository at this point
Copy the full SHA e5ba38bView commit details
Commits on Sep 7, 2021
-
Revert "Create compile-time values for base ftypes."
This reverts commit 3b6d525.
Configuration menu - View commit details
-
Copy full SHA for 1f2a895 - Browse repository at this point
Copy the full SHA 1f2a895View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8153b0 - Browse repository at this point
Copy the full SHA f8153b0View commit details -
Alternative fix for native ftypes.
updated ftypes to allow native ftypes to be used even if another non-ftype syntactic binding for the type exists. for instance, if a syntactic binding for integer-32 is introduced which is not bound to an ftd, using integer-32 in the context of an ftype will still work. this change also allows an ftype binding to be created for a native type by using (define-ftype <native-type> <native-type>), allowing users to create standard ftype bindings for the native-types if that is preferred. s/ftype.ss
Configuration menu - View commit details
-
Copy full SHA for a6bfafb - Browse repository at this point
Copy the full SHA a6bfafbView commit details
Commits on Sep 13, 2021
-
Adding some tests for ftype changes.
Added a couple of tests for the ftype change to avoid having syntactic bindings overlap the native ftype names without interfering with the operation of ftype definitions. This also includes a fix to the CSUG ftype section, thanks to Oscar Waddell for the change.
Configuration menu - View commit details
-
Copy full SHA for 94d14f6 - Browse repository at this point
Copy the full SHA 94d14f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a007d43 - Browse repository at this point
Copy the full SHA a007d43View commit details
Commits on Nov 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 10a52a4 - Browse repository at this point
Copy the full SHA 10a52a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36912e6 - Browse repository at this point
Copy the full SHA 36912e6View commit details
Commits on Nov 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8f826c1 - Browse repository at this point
Copy the full SHA 8f826c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ce4837 - Browse repository at this point
Copy the full SHA 5ce4837View commit details
Commits on May 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d417140 - Browse repository at this point
Copy the full SHA d417140View commit details
Commits on May 9, 2022
-
Fix the
char-
function to return negative integers.fixed a bug in `char-` that lead to returning a large positive integer result when the second argument had a value greater than the first. It now returns a negative number in this situation. cpnanopass.ss 5_4.ms root-experr-* patch-*
Configuration menu - View commit details
-
Copy full SHA for 7f01054 - Browse repository at this point
Copy the full SHA 7f01054View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04db79d - Browse repository at this point
Copy the full SHA 04db79dView commit details
Commits on May 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 09e6a45 - Browse repository at this point
Copy the full SHA 09e6a45View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4a52ec - Browse repository at this point
Copy the full SHA b4a52ecView commit details
Commits on Aug 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0d2fd33 - Browse repository at this point
Copy the full SHA 0d2fd33View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main