projects
/
mit-scheme.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mit-scheme.git
2019-04-20
Taylor R Campbell
Specify arity in newer primitives.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-20
Arthur A. Gleckler
Fix spelling error.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-18
Chris Hanson
Eliminate unused handler for printing URIs.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-16
Chris Hanson
Add test to make sure that string slices print correctly.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-16
Chris Hanson
Fix bug in printing of string slices.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-16
Chris Hanson
Remove cleverness for SIGTERM and SIGHUP.
commit
|
commitdiff
|
tree
|
snapshot
2019-02-23
Taylor R Campbell
Fix recursion in n-ary append.
commit
|
commitdiff
|
tree
|
snapshot
2019-02-23
Taylor R Campbell
Test append on dotted lists. I broked it.
commit
|
commitdiff
|
tree
|
snapshot
2019-02-11
Taylor R Campbell
Add release note about cross-compilation.
commit
|
commitdiff
|
tree
|
snapshot
2019-02-11
Taylor R Campbell
Add release notes about big-endian and powerpc.
commit
|
commitdiff
|
tree
|
snapshot
2019-02-11
Taylor R Campbell
Use arity-dispatched procedures for APPEND and APPEND!.
commit
|
commitdiff
|
tree
|
snapshot
2019-02-11
Taylor R Campbell
Simplify and factor out carefully checking for stack...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-11
Taylor R Campbell
Confirm delv does not blow out the stack.
commit
|
commitdiff
|
tree
|
snapshot
2019-02-11
Taylor R Campbell
Add some tests of blowing out the stack with SRFI 1.
commit
|
commitdiff
|
tree
|
snapshot
2019-02-11
Taylor R Campbell
Tidy up deletion routines in list.scm.
commit
|
commitdiff
|
tree
|
snapshot
2019-02-11
Taylor R Campbell
Merge branch 'riastradh-20190210-letrecdefn'
commit
|
commitdiff
|
tree
|
snapshot
2019-02-10
Taylor R Campbell
Convert multi-LETREC to internal definitions in edwin...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-10
Taylor R Campbell
Convert multi-LETREC to internal definitions in edwin...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-10
Taylor R Campbell
Convert multi-LETREC to internal definitions in edwin...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-10
Taylor R Campbell
Convert multi-LETREC to internal definitions in edwin...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-10
Taylor R Campbell
Convert multi-LETREC to internal definitions in edwin...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-10
Taylor R Campbell
Convert multi-LETREC to internal definitions in edwin...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-10
Taylor R Campbell
Convert multi-LETREC to internal definitions in sos...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-10
Taylor R Campbell
Convert multi-LETREC to internal definitions in uri...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-10
Taylor R Campbell
Convert multi-LETREC to internal definitions in thread...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-10
Taylor R Campbell
Convert multi-LETREC to internal definitions in stream...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-10
Taylor R Campbell
Convert multi-LETREC to internal definitions in srfi...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-10
Taylor R Campbell
Convert multi-LETREC to internal definitions in rfc2822...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-10
Taylor R Campbell
Convert multi-LETREC to internal definitions in ordvec...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-10
Taylor R Campbell
Convert multi-LETREC to internal definitions in list...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-10
Taylor R Campbell
Convert multi-LETREC to internal definitions in lambda...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-10
Taylor R Campbell
Convert multi-LETREC to internal definitions in dispatc...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-10
Taylor R Campbell
Convert multi-LETREC to internal definitions in arith...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-10
Taylor R Campbell
Convert multi-LETREC to internal definitions.
commit
|
commitdiff
|
tree
|
snapshot
2019-02-10
Taylor R Campbell
Add some LETREC and LETREC* tests.
commit
|
commitdiff
|
tree
|
snapshot
2019-02-10
Taylor R Campbell
Use internal definitions for LETREC* and unary LETREC.
commit
|
commitdiff
|
tree
|
snapshot
2019-02-10
Chris Hanson
Eliminate potentially-problematic use of delay for...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-10
Taylor R Campbell
Use arity-dispatched procedures for MAP, FOR-EACH, &c.
commit
|
commitdiff
|
tree
|
snapshot
2019-02-10
Taylor R Campbell
Integrate NULL-LIST?.
commit
|
commitdiff
|
tree
|
snapshot
2019-02-10
Taylor R Campbell
Add GENERAL-CAR-CDR to usual integrations.
commit
|
commitdiff
|
tree
|
snapshot
2019-02-10
Chris Hanson
Put char-set microcode table back in data structure...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-09
Taylor R Campbell
Cache char set table.
commit
|
commitdiff
|
tree
|
snapshot
2019-02-09
Taylor R Campbell
Integrate record accessors and modifiers where convenient.
commit
|
commitdiff
|
tree
|
snapshot
2019-02-09
Taylor R Campbell
Defer unmasking timer interrupt until after daemon...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-09
Taylor R Campbell
Avoid consing closures if we're low on space.
commit
|
commitdiff
|
tree
|
snapshot
2019-02-09
Taylor R Campbell
Can't see why I chose to discard recent samples a decad...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-09
Taylor R Campbell
Dust off stack sampler.
commit
|
commitdiff
|
tree
|
snapshot
2019-02-09
Taylor R Campbell
Test restarting trapped references.
commit
|
commitdiff
|
tree
|
snapshot
2019-02-09
Taylor R Campbell
Fix the rest of the indentation in this file.
commit
|
commitdiff
|
tree
|
snapshot
2019-02-09
Taylor R Campbell
Fix bug in test introduced by eliding open-block for...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-26
Chris Hanson
Eliminate simple-top-level-environment.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-26
Chris Hanson
Change param:reader-fold-case? to be settable.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-24
Matt Birkholz
x11: Fix declaration of x_graphics_set_clip_rectangle.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-23
Matt Birkholz
x11 version 1.3
commit
|
commitdiff
|
tree
|
snapshot
2019-01-23
Matt Birkholz
x11: Punt import-x11.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-23
Matt Birkholz
runtime.pkg: Trim old, unnecessary package exports.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-23
Matt Birkholz
x11: Link to deprecated (runtime x-graphics) bindings...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-23
Matt Birkholz
x11: Rename device type to "x".
commit
|
commitdiff
|
tree
|
snapshot
2019-01-21
Chris Hanson
Don't return open block at top level when syntaxing...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-20
Matt Birkholz
x11: Fix x-graphics-vdc-extent and x-graphics-set-clip...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-12
Chris Hanson
Change tests to use sub-tests as originally intended.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-12
Chris Hanson
Eliminate unnecessary consing in char-set-empty?.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-12
Chris Hanson
Find all relevant shared objects. Handle NMV headers...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-12
Taylor R Campbell
Fix pasto for LIARC build of SOS.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-12
Taylor R Campbell
gitignore LIARC build products.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-12
Taylor R Campbell
Don't leave the intermediate run-build shell process...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Taylor R Campbell
Run the ChaCha self-tests too.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Taylor R Campbell
Refuse to let the MD5 primitives run unless self-test...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Taylor R Campbell
Fix buffer overflow in self-test. Derp.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Taylor R Campbell
Fix byte ordering: encode state words in little-endian...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Taylor R Campbell
Exploit oddness to get bit-for-bit identical results...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Taylor R Campbell
Use a much simpler endian-independent execute cache...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Taylor R Campbell
Fix lambda-body -> scode-lambda-body straggler.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Taylor R Campbell
Design big-endian uuo link execute caches.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Taylor R Campbell
Teach SVM back end how to assemble big-endian instructi...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Taylor R Campbell
Fix ordering of _words_ in fasumped bit strings on...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Taylor R Campbell
Tweaks to make Edwin cross-compilable.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Taylor R Campbell
Nothing architecturally limits powerpc to high memory.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Taylor R Campbell
Use HOST_CC, default CC, to compile findprim.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-10
Taylor R Campbell
Make powerpc floating-point exceptions fit in fixnums...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-10
Taylor R Campbell
Load with load-option so this gets LIARC bundles correctly.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-10
Taylor R Campbell
Mkdir lib/lib with -p in configure so it is idempotent.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-10
Taylor R Campbell
Disable constant-folding machine-dependent primitives...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-10
Taylor R Campbell
One more round of rework for LIARC.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-09
Chris Hanson
Fix bug: characters with bucky bits not printing right.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-09
Taylor R Campbell
Avoid WRITE in URI->STRING.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-09
Taylor R Campbell
Restore printing strings in #[uri ...].
commit
|
commitdiff
|
tree
|
snapshot
2019-01-09
Taylor R Campbell
Simplify pathnames for conversion to standard URIs...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-09
Taylor R Campbell
Use intermediate stamp for compinit.[ch] to avoid paral...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-09
Taylor R Campbell
Update liarc to modern debugging info/wrapper formats.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-09
Taylor R Campbell
Fix up makefile targets for liarc.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-09
Taylor R Campbell
NUL-terminate bytevectors too.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-09
Taylor R Campbell
Atomic write-to-temporary/rename-to-permanent so liarc...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-09
Taylor R Campbell
Use load-option so we get the LIARC bundle.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-09
Taylor R Campbell
Disable cross-compilation finishing stage for liarc.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-09
Taylor R Campbell
Don't build microcode in cross-host; build in cross...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-09
Taylor R Campbell
Suppress uninitialized variable warnings.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-09
Taylor R Campbell
Compile and link liarc objects as shared with no fatal...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-09
Taylor R Campbell
Need to wait for runtime to compile before building...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-09
Taylor R Campbell
Teach stackify about bytevectors.
commit
|
commitdiff
|
tree
|
snapshot
next