projects
/
mit-scheme.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mit-scheme.git
2010-08-09
Taylor R Campbell
Eliminate all traces of the archaic microcode state...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-09
Taylor R Campbell
Set -u in the setup scripts and make them more robust...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-09
Taylor R Campbell
Check for termcap.h too.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-08
Taylor R Campbell
Move the check for termcap-related headers.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-08
Taylor R Campbell
Add configure option `--with-termcap=LIB' to select...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-06
Taylor R Campbell
Fix i386 code generated for flonum rounding primitives.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-06
Taylor R Campbell
Emulate C99 fenv.h on amd64 through the MXCSR.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-06
Taylor R Campbell
Emulate C99 fenv.h on i386 through the i387 control...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-06
Taylor R Campbell
Emulate C99 fenv.h with BSD ieeefp.h if necessary.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-06
Taylor R Campbell
New procedures FLO:EXPM1 and FLO:LOG1P just like libm's.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-05
Taylor R Campbell
Be slightly more consistent about references to MIT_SCH...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-05
Taylor R Campbell
Ensure that signal handlers see the C stack, not the...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-03
Taylor R Campbell
Use intmax and uintmax to support 64-bit off_t, time_t...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-28
Chris Hanson
Don't delete runtime.com from the distribution.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-28
Chris Hanson
Merge branch 'master' of git.sv.gnu.org:/srv/git/mit...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-27
Joe Marshall
Implement SYMBOL>?
commit
|
commitdiff
|
tree
|
snapshot
2010-07-27
Taylor R Campbell
Don't make lib/lib a symlink to ../microcode; this...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-27
Chris Hanson
Properly fix handling of pstring.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-27
Chris Hanson
Fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-27
Taylor R Campbell
Fix microcode's `--version' output.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-26
Chris Hanson
Fix bug: change to MODULE_LDFLAGS broke liarc-ld on...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-26
Chris Hanson
Nuke trailing whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-25
Chris Hanson
Broaden handling of pstring to accept NIL.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-23
Taylor R Campbell
Use _init and etext on NetBSD to find the text segment...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-23
Taylor R Campbell
Eliminate vestiges of i386 code from cmpintmd/x86-64.h.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-23
Taylor R Campbell
Unmask IEEE 754 floating-point exceptions on x86-64.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-22
Taylor R Campbell
Relax plausible_cc_block_p.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-22
Taylor R Campbell
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-22
Taylor R Campbell
Reorganize Linux section of uxtrap.h and add x86-64...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-22
Taylor R Campbell
Exploit common mcontext structure shared between NetBSD...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-22
Taylor R Campbell
Omit explicit disabling of trap recovery on x86-64.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-22
Joe Marshall
Restore the classical exit message.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-22
Taylor R Campbell
Enable trap recovery on NetBSD.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-22
Taylor R Campbell
Improve trap handling under NetBSD.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-22
Taylor R Campbell
Kludgily use a few unsigned chars in uxutil.c for tolow...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-13
Joe Marshall
Add block to access so we can integrate accesses in...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-12
Joe Marshall
Merge branch 'master' of ssh://git.savannah.gnu.org...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-12
Joe Marshall
Fix typos caused by cut and paste.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-12
Joe Marshall
Remove undefined binding.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-12
Taylor R Campbell
Add some guarantees to scode constructors.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-12
Taylor R Campbell
Simplify lookup.c's interface.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-12
Taylor R Campbell
Strengthen or weaken only interned symbols. Ignore...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-07
Taylor R Campbell
Add O(1) ADD-TO-POPULATION!/UNSAFE to the runtime ...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-07
Taylor R Campbell
Fix bug in INTEGER->FLONUM primitive on 64-bit systems.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-27
Taylor R Campbell
Work around a buggy IMAP server that returns bogus...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-27
Chris Hanson
Clean up top level controller. Don't use Scheme packag...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-27
Chris Hanson
Add INDEX matcher since that's so common.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-26
Chris Hanson
Fix broken implementation of completion.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-26
Chris Hanson
Add suggested elisp code for using this.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-26
Chris Hanson
Gobble up swank support and integrate it.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-15
Chris Hanson
Merge branch 'master' of git.sv.gnu.org:/srv/git/mit...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-14
Chris Hanson
Add some more named patterns.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-14
Chris Hanson
Fix bug: logic for ->URI wasn't handling no-error case...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-13
Matt Birkholz
Finished the disassembler. Debugging the machine ...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-08
Chris Hanson
Merge branch 'master' of git.sv.gnu.org:/srv/git/mit...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-08
Chris Hanson
Implement ENCODE-URI-PATH-SEGMENT.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-06
Taylor R Campbell
Fix fencepost in ASCII-RANGE->CHAR-SET.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-05
Matt Birkholz
Alien address offsets are byte offsets.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-05
Matt Birkholz
Restored more copyright dates.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
Chris Hanson
Use properties in RUN-SUB-TEST where appropriate. ...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
Chris Hanson
Change RUN-SUB-TEST to allow it to take properties.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
Chris Hanson
Fix thinko in previous change.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
Chris Hanson
Change MAKE-RANDOM-SVL to generate empty ranges.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
Chris Hanson
Change MAKE-RANDOM-SVL to generate empty ranges.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
Chris Hanson
Change MAPPER->GENERATOR to generate empty ranges.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
Chris Hanson
Change %CANONICALIZE-SCALAR-VALUE-LIST to eliminate...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
Chris Hanson
Don't restrict character sets to Unicode characters.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
Chris Hanson
More simplification and restyling.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
Chris Hanson
Fix compilation errors. Simplify part of the code...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
Chris Hanson
Fix broken reference: "load.scm" -> "make.scm".
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
Chris Hanson
Add name for CALLBACK_HANDLER slot.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
Chris Hanson
Eliminate trailing whitespace.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
Chris Hanson
Restore copyright dates.
commit
|
commitdiff
|
tree
|
snapshot
2010-06-02
Chris Hanson
Merge branch 'master' of git.sv.gnu.org:/srv/git/mit...
commit
|
commitdiff
|
tree
|
snapshot
2010-06-01
Chris Hanson
Put back alphabet compatibility, in a different form.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-31
Matt Birkholz
A fairly straightforward merge of the FFI.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-31
Chris Hanson
Implement SCALAR-VALUE-IN-CHAR-SET?.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-31
Chris Hanson
Eliminate PREDICATE->CHAR-SET, and tweak documentation.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-31
Chris Hanson
Eliminate all trace of the alphabet abstraction.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-31
Chris Hanson
Fix swapped conditional arms in RE-COMPILE-CHAR-SET...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-31
Chris Hanson
Move Unicode char predicates to "char.scm".
commit
|
commitdiff
|
tree
|
snapshot
2010-05-31
Chris Hanson
Improve test reporting for errors. Add boolean equalit...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-31
Chris Hanson
Don't restrict CHAR-SET-MEMBERS; it gets used on the...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-30
Chris Hanson
Fix thinko.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-30
Chris Hanson
Fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-30
Chris Hanson
Fix fencepost error.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-30
Chris Hanson
Add membership test.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-30
Chris Hanson
Fix broken reference.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-30
Chris Hanson
Update to use new test framework.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-30
Chris Hanson
Refactor test infrastructure to use conditions and...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-30
Chris Hanson
Rewrite, this time to use "signal processing" mode...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-24
Chris Hanson
When re-loading unit-testing, unlink the previous copy...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-24
Chris Hanson
Restructure test to use new multiple-result mechanism.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-24
Chris Hanson
Allow each sub-test to return multiple test results.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-24
Chris Hanson
Use new ASSERT-ERROR.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-24
Chris Hanson
Fix some bugs discovered by unit testing.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-24
Chris Hanson
Add LOAD-WITH-BOOT-INITS! for testing.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-24
Chris Hanson
Get unit tests working.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-24
Chris Hanson
Add ASSERT-ERROR. Small reorganization to improve...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-24
Taylor R Campbell
Fix parsing of multiline comments from ports without...
commit
|
commitdiff
|
tree
|
snapshot
next