8000 Comparing cisco:main...akeep:main · cisco/ChezScheme · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink
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
Choose a base ref
...
head repository: akeep/ChezScheme
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 17 commits
  • 0 files changed
  • 1 contributor

Commits on May 10, 2021

  1. 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
    akeep committed May 10, 2021
    Configuration menu
    Copy the full SHA
    3b6d525 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into main

    akeep authored May 10, 2021
    Configuration menu
    Copy the full SHA
    e5ba38b View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Revert "Create compile-time values for base ftypes."

    This reverts commit 3b6d525.
    akeep committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    1f2a895 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8153b0 View commit details
    Browse the repository at this point in the history
  3. 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
    akeep committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    a6bfafb View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. 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.
    akeep committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    94d14f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a007d43 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2021

  1. Configuration menu
    Copy the full SHA
    10a52a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36912e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    8f826c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ce4837 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2022

  1. Configuration menu
    Copy the full SHA
    d417140 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. 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-*
    akeep committed May 9, 2022
    Configuration menu
    Copy the full SHA
    7f01054 View commit details
    Browse the repository at this point in the history
  2. Reverting a6osx bootfiles.

    akeep committed May 9, 2022
    Configuration menu
    Copy the full SHA
    04db79d View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. Updated release notes.

    akeep committed May 15, 2022
    Configuration menu
    Copy the full SHA
    09e6a45 View commit details
    Browse the repository at this point in the history
  2. Typo fix.

    akeep committed May 15, 2022
    Configuration menu
    Copy the full SHA
    b4a52ec View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    0d2fd33 View commit details
    Browse the repository at this point in the history
Loading
0