mit-scheme.git
2013-06-03 Matt BirkholzFix for bug #36887: Ignore a free variable and sf fails.
2013-06-02 Taylor R CampbellDon't setsid Scheme.
2013-06-02 Matt Birkholzcompiler: Don't let continuation-analysis add a cycle...
2013-05-31 Taylor R CampbellMissed a dependency: edwin needs win32 syntaxed first.
2013-05-29 Matt BirkholzRevert tterm.c changes.
2013-05-29 Matt BirkholzAdd configure option `--without-termcap'.
2013-05-29 Taylor R CampbellMerge branch 'make-jobs'
2013-05-29 Taylor R CampbellReduce loading verbiage in compile-imail and compile...
2013-05-29 Taylor R CampbellSplit compile-edwin target into syntax-edwin/compile...
2013-05-29 Taylor R CampbellSplit compile-runtime target into syntax-runtime and...
2013-05-29 Taylor R CampbellGenerate an intermediate lib/compiler.com.
2013-05-29 Taylor R CampbellFirst stab at making top-level makefile jobs-safe for...
2013-05-28 Matt Birkholzdoc: open-tcp-stream-socket
2013-05-28 Matt Birkholzdoc: accommodate texinfo 5.1
2013-05-28 Matt BirkholzTemporarily: inform older hosts about new type code...
2013-05-27 Taylor R CampbellDon't add empty arguments to -I and -L if pg_config...
2013-04-27 Matt Birkholzruntime: Make it nicer to (ge '(R3RS)).
2013-04-24 Matt Birkholzcref: one more place must allow #f for a package's...
2013-04-24 Matt Birkholzffi: Temporay hack is no longer needed.
2013-04-24 Matt Birkholzcref: Support (parent #f) packages. Punt system-global...
2013-04-19 Matt BirkholzAdd (unused) attribute to Rdl.
2013-04-17 Matt BirkholzTypo: thread-queue/dequeue-until!.
2013-04-17 Matt BirkholzRevert this commit when the release can build without it.
2013-04-17 Matt BirkholzRemove all trace of type codes COMBINATION-2, PCOMB0...
2013-04-09 Taylor R CampbellFix argument order in HASH-TABLE/MODIFY! documentation.
2013-04-09 Taylor R CampbellFix tabification in (runtime hash-table) package descri...
2013-04-09 Taylor R CampbellMerge Alexey's hash table documentation and tweaks...
2013-04-09 Alexey RadulWarn that weak references are scary and hard to get...
2013-04-09 Alexey RadulUpdate hash-table/count for multiple entry types.
2013-04-09 Alexey RadulRecord the reason for the restrictions in hash-table...
2013-04-09 Alexey RadulAdd some concept index entries that seem reasonable.
2013-04-09 Alexey RadulUpdate the documentation of hash-table/clean!
2013-04-09 Alexey RadulDeprecate {strong/weak}-hash-table/constructor.
2013-04-09 Alexey RadulRewrite the hash table constructors section with more...
2013-04-09 Alexey RadulRelocate and update the examples of defining hash table...
2013-04-09 Alexey RadulDraft documentation of HASH-TABLE/CONSTRUCTOR and all...
2013-04-09 Alexey RadulRedirect cross reference to Weak References
2013-04-09 Alexey RadulImprove documentation of hash-table/{modify,intern}!
2013-04-09 Alexey RadulDeparenthesize.
2013-04-09 Alexey RadulCollect "Weak Pairs" and "Ephemerons" into a section...
2013-04-09 Alexey RadulRewrite the description of intricacies with ephemeron...
2013-04-09 Alexey RadulDocumenting hash-table/modify! and hash-table/intern...
2013-04-09 Alexey RadulDocumenting the fact that MIT Scheme implements SRFI...
2013-04-09 Alexey RadulGrammar.
2013-04-09 Alexey RadulPointing out what ephemerons are for; emphasizing the...
2013-04-09 Alexey RadulClarifying that ephemeron-broken? indicates that an...
2013-04-09 Alexey RadulCorrecting a typo.
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...
next