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-07-03
Matt Birkholz
blowfish 1.1.4
mit-scheme-pucked-blowfish-1.1.4
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
Matt Birkholz
Silence autoreconf in the FFI test.
mit-scheme-pucked-10.1.11
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
Matt Birkholz
cairo/compile.sh: typo
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
Matt Birkholz
Silence autoreconf in the autogen.sh scripts.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-03
Matt Birkholz
Downcase many symbols.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Matt Birkholz
core 10.1.11
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Matt Birkholz
Merge branch 'master' into pucked.
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Chris Hanson
Fix calls to read-bytevector! that weren't aware of...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-15
Matt Birkholz
Merge branch 'master' into pucked.
commit
|
commitdiff
|
tree
|
snapshot
2019-06-09
Chris Hanson
Add "adapters" to list of source files.
commit
|
commitdiff
|
tree
|
snapshot
2019-06-09
Chris Hanson
Suggest use of macOS command line developer tools rathe...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-09
Chris Hanson
Update make-upload-files to new version.
commit
|
commitdiff
|
tree
|
snapshot
2019-06-08
Chris Hanson
Fix incorrect edit.
commit
|
commitdiff
|
tree
|
snapshot
2019-06-08
Chris Hanson
Teach reader to find and respect "coding" attribute.
commit
|
commitdiff
|
tree
|
snapshot
2019-06-08
Chris Hanson
Make sure that ports use ISO 8859-1 coding.
commit
|
commitdiff
|
tree
|
snapshot
2019-06-08
Chris Hanson
Modify CREF to show references to inherited bindings.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Taylor R Campbell
lisppaste is dead.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Taylor R Campbell
Fix bug that caused redrawing whole display on paren...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Taylor R Campbell
Hold strong reference to message header while writing...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Taylor R Campbell
Tighten encode-cache-namestring.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Taylor R Campbell
Use channel I/O directly for file->string and string...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Taylor R Campbell
Make number of topmost frames with expressions shown...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Taylor R Campbell
Use the Edwin-private %string-append.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Taylor R Campbell
Let SIGALRM do its thing even if we're on the right...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Taylor R Campbell
Line break between #; and multiline expression.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Taylor R Campbell
Use number->string directly; skip dispatch through...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Taylor R Campbell
Block interrupts, _then_ lock.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Taylor R Campbell
Rework profiler to be more useful.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Taylor R Campbell
Fix check for arity of hash: must be binary, not unary.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Taylor R Campbell
Process pending thread events when unblocking them.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-29
Taylor R Campbell
Integrate some subroutines that turn up hot in profiles.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Taylor R Campbell
Merge branch 'riastradh-20190527-unicodereplacechar'
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Taylor R Campbell
Implement character replacement on ill-formed octet...
commit
|
commitdiff
|
tree
|
snapshot
2019-05-28
Taylor R Campbell
Set port coding to ISO-8859-1 for IMAP.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-17
Matt Birkholz
Fix enumerate-graphics-types per documentation.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-08
Chris Hanson
Treat strings returned from primitives as UTF-8 coded.
commit
|
commitdiff
|
tree
|
snapshot
2019-05-08
Chris Hanson
On macOS, support building without Xcode installed.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-29
Matt Birkholz
x11-test: Expect the correct device name. Use x-graphi...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-29
Matt Birkholz
x-graphics-draw-arc: Add missing parameters.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-20
Taylor R Campbell
Make this run on ucode without nonnegative-fixnum-lengt...
commit
|
commitdiff
|
tree
|
snapshot
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-19
Matt Birkholz
imail 1.22.4
mit-scheme-pucked-imail-1.22.4
commit
|
commitdiff
|
tree
|
snapshot
2019-02-19
Matt Birkholz
x11-screen 1.0.3
mit-scheme-pucked-x11-screen-1.0.3
commit
|
commitdiff
|
tree
|
snapshot
2019-02-19
Matt Birkholz
edwin 3.117.4
mit-scheme-pucked-edwin-3.117.4
commit
|
commitdiff
|
tree
|
snapshot
2019-02-19
Matt Birkholz
x11 1.3.1
mit-scheme-pucked-x11-1.3.1
commit
|
commitdiff
|
tree
|
snapshot
2019-02-19
Matt Birkholz
pgsql 1.0.3
mit-scheme-pucked-pgsql-1.0.3
commit
|
commitdiff
|
tree
|
snapshot
2019-02-19
Matt Birkholz
mcrypt 1.0.3
mit-scheme-pucked-mcrypt-1.0.3
commit
|
commitdiff
|
tree
|
snapshot
2019-02-19
Matt Birkholz
gdbm 1.0.3
mit-scheme-pucked-gdbm-1.0.3
commit
|
commitdiff
|
tree
|
snapshot
2019-02-19
Matt Birkholz
blowfish 1.1.3
mit-scheme-pucked-blowfish-1.1.3
commit
|
commitdiff
|
tree
|
snapshot
2019-02-19
Matt Birkholz
core 10.1.10
mit-scheme-pucked-10.1.10
commit
|
commitdiff
|
tree
|
snapshot
2019-02-19
Matt Birkholz
Fix merge: Edwin may depend on (blowfish) and (gdbm...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-16
Matt Birkholz
mcrypt/make.scm: Use (runtime crypto)'s mcrypt-link!.
commit
|
commitdiff
|
tree
|
snapshot
2019-02-16
Matt Birkholz
src/etc/optiondb.scm: Remove all plugins (acquire by...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-16
Matt Birkholz
standard plugin Makefile.ams: backport recent changes...
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Matt Birkholz
runtime/list: Fix append.
commit
|
commitdiff
|
tree
|
snapshot
2019-02-15
Matt Birkholz
Merge branch 'master' into pucked.
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
next