mit-scheme.git
2013-08-30 Taylor R CampbellFix missing * in one definition of OS_nanotime_since_ut...
2013-08-30 Taylor R CampbellMake `news-select-buffer' select in other window by...
2013-08-30 Taylor R CampbellShow procedure name too in Edwin `show-parameter-list...
2013-08-24 Matt Birkholzsvm: Add lost flonum-pred-2-args rule.
2013-08-10 Taylor R CampbellRemove logic to lock IMAIL's IMAP folder cache.
2013-07-01 Taylor R CampbellDon't assume there is a current thread when interrupted.
2013-07-01 Taylor R CampbellFix makefile's IMAIL rule: Edwin must be loaded first.
2013-06-23 Chris HansonApply patch updating list of windows OS versions.
2013-06-20 Taylor R CampbellFix MIT Scheme's web site URI in the user manual.
2013-06-20 Taylor R CampbellMerge branch 'lazy-floenv'
2013-06-20 Taylor R CampbellTweak floenv tests so they preserve the floating-point...
2013-06-20 Taylor R CampbellImplement lazy switching of thread floating-point envir...
2013-06-20 Taylor R CampbellUse WITH-LIMITED-INTERRUPTS, not WITH-INTERRUPT-MASK...
2013-06-20 Taylor R CampbellPass RTLD_NOW, not RTLD_LAZY, to dlopen.
2013-06-12 Taylor R CampbellPut a space after the colon when reporting an undefined...
2013-06-11 Taylor R CampbellFix typo in i386/rulflo.scm signed zero test.
2013-06-11 Taylor R CampbellThe gdbm error handler takes a const char *, not a...
2013-06-09 Chris HansonUpdate copyrights to 2013.
2013-06-09 Chris HansonDon't allow AC_CHECK_DECL([__x86_64__]) to override...
2013-06-09 Chris HansonSome tweaks while debugging a problem.
2013-06-09 Chris HansonFix typo.
2013-06-04 Taylor R CampbellSyntax and compile win32 separately in the top-level...
2013-06-04 Taylor R CampbellMake NUMBER->STRING give negative flonum zero a minus...
2013-06-04 Taylor R CampbellMake EQV? distinguish signed flonum zeros.
2013-06-04 Taylor R CampbellFix i386 and amd64 lapgen rules to load negative zero...
2013-06-04 Taylor R CampbellFix floating-point underflow tests with a suggestion...
2013-06-04 Taylor R CampbellDisregard ERANGE from libm log when x = 0.
2013-06-04 Taylor R CampbellAdd some tests for floating-point comparison screw...
2013-06-04 Taylor R CampbellAdd unordered branches for NaN cases to amd64 compariso...
2013-06-04 Taylor R CampbellFix various infinity and NaN screw cases for <, MIN...
2013-06-03 Taylor R CampbellOn Mac OS X, use mmap(MAP_FIXED) only for i386.
2013-06-03 Taylor R CampbellRework heap mmapping once more.
2013-06-03 Taylor R CampbellFix thinko in BITS.
2013-06-03 Matt BirkholzFix for fix for bug #36887: return '() from IGNORABLE...
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.
next