Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

Commit

Permalink
Numerous fixes (almost from vicare) and boot-image rotating are applied.
Browse files Browse the repository at this point in the history
  • Loading branch information
hyln9 committed Sep 8, 2014
1 parent 74920a5 commit 6c0804e
Show file tree
Hide file tree
Showing 13 changed files with 378 additions and 159 deletions.
22 changes: 0 additions & 22 deletions .bzrignore

This file was deleted.

Binary file modified scheme/ikarus.boot.4.prebuilt
Binary file not shown.
Binary file modified scheme/ikarus.boot.8.prebuilt
Binary file not shown.
5 changes: 2 additions & 3 deletions scheme/ikarus.not-yet-implemented.ss
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
(library (ikarus not-yet-implemented)
(export
bitwise-reverse-bit-field
bitwise-rotate-bit-field fxreverse-bit-field
bitwise-rotate-bit-field
make-custom-binary-input/output-port
make-custom-textual-input/output-port
open-file-input/output-port
equal-hash)

(import (except (ikarus)
bitwise-reverse-bit-field
bitwise-rotate-bit-field fxreverse-bit-field
bitwise-rotate-bit-field
make-custom-binary-input/output-port
make-custom-textual-input/output-port
open-file-input/output-port
Expand Down Expand Up @@ -57,7 +57,6 @@
(not-yet
;;; should be implemented
bitwise-rotate-bit-field bitwise-reverse-bit-field
fxreverse-bit-field
;;; not top priority at the moment
equal-hash
;;; won't be implemented
Expand Down
Loading

0 comments on commit 6c0804e

Please sign in to comment.