mit-scheme.git
2013-04-08 Matt BirkholzUndo commit 93d3d5c so that "out of memory" need not...
2013-04-08 Matt Birkholztests: Replace : with / so progress notes are not error...
2013-04-08 Matt BirkholzAdd thread-queue/dequeue-no-hang!, rm peek-until, fix...
2013-04-08 Matt BirkholzFinish replacing type code SEQUENCE-2 with SEQUENCE.
2013-02-18 Taylor R CampbellUnparse the symbol whose name is `.' as `|.|'.
2013-02-03 Matt Birkholzmicrocode: Quiet some unused-but-set-variable warnings.
2013-01-19 Taylor R CampbellReport a meaningful error message if the TUTORIAL file...
2012-12-19 Matt BirkholzSupport callout struct and union parameter and return...
2012-12-18 Matt BirkholzUpdate old "package: (ffi syntax)" comments.
2012-12-18 Matt BirkholzDo not setsid() just because of --batch-mode.
2012-12-12 Taylor R CampbellWork around broken IMAP servers that give bogus respons...
2012-12-12 Taylor R CampbellTidy up local declarations in DEFINE_BIT_COUNT.
2012-12-12 Taylor R CampbellFix some ignored variable warnings in swank.scm.
2012-12-11 Taylor R CampbellAdd BIT, BITS, SHIFTIN, and SHIFTOUT, for handily hacki...
2012-12-11 Taylor R CampbellFix READ-PACKET in swank.scm to cope with partial reads.
2012-11-12 Chris HansonSupport new location of Xcode 4.3 and later; just warn...
2012-10-19 Joe MarshallIntegrate CALLER argument in guarantees.
2012-10-17 Joe MarshallRemove last remnants of SEQUENCE-3. Rename return...
2012-10-17 Joe MarshallRemove last vestiges of IN-PACKAGE.
2012-10-07 Joe MarshallMake LOCAL-DECLARE a macro.
2012-10-07 Joe MarshallSpelling correction.
2012-09-26 Matt BirkholzFix recent typo in User Manual (again).
2012-09-26 Matt BirkholzFix recent typos in User Manual.
2012-09-17 Joe MarshallExport flo:modulo
2012-09-17 Joe MarshallAdd flo:modulo
2012-09-06 Matt BirkholzUse internal-time/seconds->ticks in thread-queue/*...
2012-09-06 Matt BirkholzFix OS_pause on Unix to correctly restore the sigmask.
2012-09-05 Matt BirkholzUse sigsuspend in new OS_pause, else wait-for-io must...
2012-09-04 Matt Birkholzffi: Replaced serror with swarn, so syntaxing can continue.
2012-09-03 Taylor R CampbellUse pollts if it is available but ppoll is not.
2012-09-03 Matt BirkholzUse ppoll() and pselect() when available.
2012-09-03 Matt Birkholzedwin: Fixed arrow keys in xterms.
2012-08-31 Matt BirkholzAdded --args and -- option parsers, and a command-line...
2012-08-29 Taylor R CampbellProcess all queued X events, not just one, if I/O is...
2012-08-28 Taylor R CampbellAdd cruft to confshared.h for ARM.
2012-08-28 Taylor R CampbellAsk Xlib for events before blocking on the display...
2012-08-16 Chris HansonRemove alternate/optimized types of scode combinations...
2012-08-16 Chris HansonRemove now-unnecessary comment about 64-bit machines.
2012-08-16 Chris HansonFix broken memory allocation on 32-bit OS X.
2012-08-12 Taylor R CampbellAdd missing comma in fixobj.h in FIXED_OBJECTS_NAMES.
2012-08-02 Joe MarshallAdd fmod as primitive FLONUM-MODULO.
2012-07-13 Matt Birkholzmicrocode: Fix start in mmap_heap_malloc_search for...
2012-07-12 Matt BirkholzAdded warn-errors?, like ignore-errors, to turn errors...
2012-07-12 Matt Birkholztests/unit-testing.scm: Start report with a fresh-line.
2012-07-12 Matt Birkholztests/ffi/: De-register callback. Document asserts.
2012-07-12 Matt Birkholzdoc/ffi/ffi.texinfo: Frob whitespace.
2012-07-12 Matt Birkholzffi/Makefile-fragment: Always wrap stdin in a (begin...
2012-07-12 Matt Birkholzffi: Fix free to update malloced-aliens.
2012-07-11 Taylor R CampbellMerge branch 'ecraven-swank'
2012-07-11 Peter FeiglBasic support for describing things in swank.
2012-07-11 Peter FeiglFix basic debugging problems.
2012-07-11 Peter FeiglAdding directory support to swank.scm.
2012-07-11 Peter FeiglAdding completion function swank:completions as an...
2012-07-11 Peter FeiglAdd autodoc for procedures
2012-07-11 Peter FeiglUpdating swank.scm to work with current slime-cvs
2012-07-11 Taylor R CampbellMerge branch 'amd64-load-char-bug'
2012-07-11 Taylor R CampbellFix syntax of MOVZX instruction in LOAD-CHAR-INTO-REGISTER.
2012-07-05 Taylor R CampbellTry harder to mmap heap space.
2012-07-04 Taylor R CampbellRework mmap_heap_malloc.
2012-07-04 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2012-06-05 Joe MarshallMake LETREC and LETREC* be ordinary macros. Avoid...
2012-05-24 Joe MarshallUse quote instead of tick mark.
2012-05-24 Joe MarshallUse lambda-bound? procedure.
2012-05-24 Joe MarshallAdd lambda-bound? procedure.
2012-05-24 Joe MarshallGet rid of fluid variable by adding an argument. Bette...
2012-05-23 Joe MarshallAdd way to dump macroexpanded and optimized output...
2012-05-21 Joe MarshallFix unsyntaxing of open-blocks and block-declarations.
2012-05-21 Joe MarshallMake ASSERT pass along arguments to ERROR.
2012-05-19 Joe MarshallRemove undefined export.
2012-05-19 Joe MarshallEcho output from CREF (if any).
2012-05-19 Joe MarshallWrap show-time around compilations. Add newline after...
2012-05-18 Joe MarshallFix names of environment variables MITSCHEME_HEAP_SIZE...
2012-05-16 Matt BirkholzFix commit 339824b so %channel-read returns no-data...
2012-05-09 Matt BirkholzNew runtime ASSERT syntax conflicts with local assert...
2012-05-09 Matt Birkholzmicrocode/configure.ac: error if --with-termcap=no...
2012-05-09 Matt Birkholzbug #30546: Treat #f like WILD in directory-read pathna...
2012-05-08 Matt Birkholzbug#36430: Write should escape symbols that look special.
2012-05-04 Matt BirkholzGuard against other threads unwinding block-on-io-descr...
2012-05-04 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2012-05-04 Chris HansonFix thinko: call-with-input-octets doesn't handle sub...
2012-05-02 Taylor R CampbellFix duplicated `creates' in SIGNAL-CONDITION documentation.
2012-04-30 Taylor R CampbellFix typo in documentation for EVERY.
2012-04-30 Matt BirkholzFixed channel-open to unblock threads and update the...
2012-04-28 Matt Birkholzedwin: Reworked get-console-input-operations.
2012-04-14 Arthur A. GlecklerFixed typo in doc string for NEW-FILE-OPEN-EXCLUSIVE...
2012-04-09 Chris HansonFix typo.
2012-04-09 Chris HansonFix fencepost error in level.
2012-03-25 Chris HansonHandle non-string value of *buffer-pstring*.
2012-03-25 Chris HansonMerge branch 'master' of git.sv.gnu.org:/srv/git/mit...
2012-03-25 Chris HansonFollow Emacs' advice to quote paren in first column.
2012-03-25 Chris HansonSwank might use t for the true object; define it to...
2012-03-24 Taylor R CampbellMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2012-03-24 Taylor R CampbellAdd ASSERT macro.
2012-03-11 Chris HansonFix shell-script style issues.
2012-03-11 Chris HansonEliminate bash-isms.
2012-03-11 Chris HansonChange get_fasl_file to set a variable rather than...
2012-03-11 Chris HansonUpdate copyright years.
2012-03-11 Chris HansonUse shell script to conditionally update SVM file.
2012-03-11 Chris HansonUpdate version and copyright year.
2012-03-11 Chris HansonUpdate to do all standard directories and to translate...
next