2013-06-09 |
Chris Hanson | Don't allow AC_CHECK_DECL([__x86_64__]) to override... |
commit | commitdiff | tree | snapshot |
2013-06-09 |
Chris Hanson | Some tweaks while debugging a problem. |
commit | commitdiff | tree | snapshot |
2013-06-09 |
Chris Hanson | Fix typo. |
commit | commitdiff | tree | snapshot |
2013-06-04 |
Taylor R Campbell | Syntax and compile win32 separately in the top-level... |
commit | commitdiff | tree | snapshot |
2013-06-04 |
Taylor R Campbell | Make NUMBER->STRING give negative flonum zero a minus... |
commit | commitdiff | tree | snapshot |
2013-06-04 |
Taylor R Campbell | Make EQV? distinguish signed flonum zeros. |
commit | commitdiff | tree | snapshot |
2013-06-04 |
Taylor R Campbell | Fix i386 and amd64 lapgen rules to load negative zero... |
commit | commitdiff | tree | snapshot |
2013-06-04 |
Taylor R Campbell | Fix floating-point underflow tests with a suggestion... |
commit | commitdiff | tree | snapshot |
2013-06-04 |
Taylor R Campbell | Disregard ERANGE from libm log when x = 0. |
commit | commitdiff | tree | snapshot |
2013-06-04 |
Taylor R Campbell | Add some tests for floating-point comparison screw... |
commit | commitdiff | tree | snapshot |
2013-06-04 |
Taylor R Campbell | Add unordered branches for NaN cases to amd64 compariso... |
commit | commitdiff | tree | snapshot |
2013-06-04 |
Taylor R Campbell | Fix various infinity and NaN screw cases for <, MIN... |
commit | commitdiff | tree | snapshot |
2013-06-03 |
Taylor R Campbell | On Mac OS X, use mmap(MAP_FIXED) only for i386. |
commit | commitdiff | tree | snapshot |
2013-06-03 |
Taylor R Campbell | Rework heap mmapping once more. |
commit | commitdiff | tree | snapshot |
2013-06-03 |
Taylor R Campbell | Fix thinko in BITS. |
commit | commitdiff | tree | snapshot |
2013-06-03 |
Matt Birkholz | Fix for fix for bug #36887: return '() from IGNORABLE... |
commit | commitdiff | tree | snapshot |
2013-06-03 |
Matt Birkholz | Fix for bug #36887: Ignore a free variable and sf fails. |
commit | commitdiff | tree | snapshot |
2013-06-02 |
Taylor R Campbell | Don't setsid Scheme. |
commit | commitdiff | tree | snapshot |
2013-06-02 |
Matt Birkholz | compiler: Don't let continuation-analysis add a cycle... |
commit | commitdiff | tree | snapshot |
2013-05-31 |
Taylor R Campbell | Missed a dependency: edwin needs win32 syntaxed first. |
commit | commitdiff | tree | snapshot |
2013-05-29 |
Matt Birkholz | Revert tterm.c changes. |
commit | commitdiff | tree | snapshot |
2013-05-29 |
Matt Birkholz | Add configure option `--without-termcap'. |
commit | commitdiff | tree | snapshot |
2013-05-29 |
Taylor R Campbell | Merge branch 'make-jobs' |
commit | commitdiff | tree | snapshot |
2013-05-29 |
Taylor R Campbell | Reduce loading verbiage in compile-imail and compile... |
commit | commitdiff | tree | snapshot |
2013-05-29 |
Taylor R Campbell | Split compile-edwin target into syntax-edwin/compile... |
commit | commitdiff | tree | snapshot |
2013-05-29 |
Taylor R Campbell | Split compile-runtime target into syntax-runtime and... |
commit | commitdiff | tree | snapshot |
2013-05-29 |
Taylor R Campbell | Generate an intermediate lib/compiler.com. |
commit | commitdiff | tree | snapshot |
2013-05-29 |
Taylor R Campbell | First stab at making top-level makefile jobs-safe for... |
commit | commitdiff | tree | snapshot |
2013-05-28 |
Matt Birkholz | doc: open-tcp-stream-socket |
commit | commitdiff | tree | snapshot |
2013-05-28 |
Matt Birkholz | doc: accommodate texinfo 5.1 |
commit | commitdiff | tree | snapshot |
2013-05-28 |
Matt Birkholz | Temporarily: inform older hosts about new type code... |
commit | commitdiff | tree | snapshot |
2013-05-27 |
Taylor R Campbell | Don't add empty arguments to -I and -L if pg_config... |
commit | commitdiff | tree | snapshot |
2013-04-27 |
Matt Birkholz | runtime: Make it nicer to (ge '(R3RS)). |
commit | commitdiff | tree | snapshot |
2013-04-24 |
Matt Birkholz | cref: one more place must allow #f for a package's... |
commit | commitdiff | tree | snapshot |
2013-04-24 |
Matt Birkholz | ffi: Temporay hack is no longer needed. |
commit | commitdiff | tree | snapshot |
2013-04-24 |
Matt Birkholz | cref: Support (parent #f) packages. Punt system-global... |
commit | commitdiff | tree | snapshot |
2013-04-19 |
Matt Birkholz | Add (unused) attribute to Rdl. |
commit | commitdiff | tree | snapshot |
2013-04-17 |
Matt Birkholz | Typo: thread-queue/dequeue-until!. |
commit | commitdiff | tree | snapshot |
2013-04-17 |
Matt Birkholz | Revert this commit when the release can build without it. |
commit | commitdiff | tree | snapshot |
2013-04-17 |
Matt Birkholz | Remove all trace of type codes COMBINATION-2, PCOMB0... |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Taylor R Campbell | Fix argument order in HASH-TABLE/MODIFY! documentation. |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Taylor R Campbell | Fix tabification in (runtime hash-table) package descri... |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Taylor R Campbell | Merge Alexey's hash table documentation and tweaks... |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Alexey Radul | Warn that weak references are scary and hard to get... |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Alexey Radul | Update hash-table/count for multiple entry types. |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Alexey Radul | Record the reason for the restrictions in hash-table... |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Alexey Radul | Add some concept index entries that seem reasonable. |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Alexey Radul | Update the documentation of hash-table/clean! |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Alexey Radul | Deprecate {strong/weak}-hash-table/constructor. |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Alexey Radul | Rewrite the hash table constructors section with more... |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Alexey Radul | Relocate and update the examples of defining hash table... |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Alexey Radul | Draft documentation of HASH-TABLE/CONSTRUCTOR and all... |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Alexey Radul | Redirect cross reference to Weak References |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Alexey Radul | Improve documentation of hash-table/{modify,intern}! |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Alexey Radul | Deparenthesize. |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Alexey Radul | Collect "Weak Pairs" and "Ephemerons" into a section... |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Alexey Radul | Rewrite the description of intricacies with ephemeron... |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Alexey Radul | Documenting hash-table/modify! and hash-table/intern... |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Alexey Radul | Documenting the fact that MIT Scheme implements SRFI... |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Alexey Radul | Grammar. |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Alexey Radul | Pointing out what ephemerons are for; emphasizing the... |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Alexey Radul | Clarifying that ephemeron-broken? indicates that an... |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Alexey Radul | Correcting a typo. |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Matt Birkholz | Undo commit 93d3d5c so that "out of memory" need not... |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Matt Birkholz | tests: Replace : with / so progress notes are not error... |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Matt Birkholz | Add thread-queue/dequeue-no-hang!, rm peek-until, fix... |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Matt Birkholz | Finish replacing type code SEQUENCE-2 with SEQUENCE. |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Taylor R Campbell | Unparse the symbol whose name is `.' as `|.|'. |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Matt Birkholz | microcode: Quiet some unused-but-set-variable warnings. |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Taylor R Campbell | Report a meaningful error message if the TUTORIAL file... |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Matt Birkholz | Support callout struct and union parameter and return... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Matt Birkholz | Update old "package: (ffi syntax)" comments. |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Matt Birkholz | Do not setsid() just because of --batch-mode. |
commit | commitdiff | tree | snapshot |
2012-12-12 |
Taylor R Campbell | Work around broken IMAP servers that give bogus respons... |
commit | commitdiff | tree | snapshot |
2012-12-12 |
Taylor R Campbell | Tidy up local declarations in DEFINE_BIT_COUNT. |
commit | commitdiff | tree | snapshot |
2012-12-12 |
Taylor R Campbell | Fix some ignored variable warnings in swank.scm. |
commit | commitdiff | tree | snapshot |
2012-12-11 |
Taylor R Campbell | Add BIT, BITS, SHIFTIN, and SHIFTOUT, for handily hacki... |
commit | commitdiff | tree | snapshot |
2012-12-11 |
Taylor R Campbell | Fix READ-PACKET in swank.scm to cope with partial reads. |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Chris Hanson | Support new location of Xcode 4.3 and later; just warn... |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Joe Marshall | Integrate CALLER argument in guarantees. |
commit | commitdiff | tree | snapshot |
2012-10-17 |
Joe Marshall | Remove last remnants of SEQUENCE-3. Rename return... |
commit | commitdiff | tree | snapshot |
2012-10-17 |
Joe Marshall | Remove last vestiges of IN-PACKAGE. |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Joe Marshall | Make LOCAL-DECLARE a macro. |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Joe Marshall | Spelling correction. |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Matt Birkholz | Fix recent typo in User Manual (again). |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Matt Birkholz | Fix recent typos in User Manual. |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Joe Marshall | Export flo:modulo |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Joe Marshall | Add flo:modulo |
commit | commitdiff | tree | snapshot |
2012-09-06 |
Matt Birkholz | Use internal-time/seconds->ticks in thread-queue/*... |
commit | commitdiff | tree | snapshot |
2012-09-06 |
Matt Birkholz | Fix OS_pause on Unix to correctly restore the sigmask. |
commit | commitdiff | tree | snapshot |
2012-09-05 |
Matt Birkholz | Use sigsuspend in new OS_pause, else wait-for-io must... |
commit | commitdiff | tree | snapshot |
2012-09-04 |
Matt Birkholz | ffi: Replaced serror with swarn, so syntaxing can continue. |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Taylor R Campbell | Use pollts if it is available but ppoll is not. |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Matt Birkholz | Use ppoll() and pselect() when available. |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Matt Birkholz | edwin: Fixed arrow keys in xterms. |
commit | commitdiff | tree | snapshot |
2012-08-31 |
Matt Birkholz | Added --args and -- option parsers, and a command-line... |
commit | commitdiff | tree | snapshot |
2012-08-29 |
Taylor R Campbell | Process all queued X events, not just one, if I/O is... |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Taylor R Campbell | Add cruft to confshared.h for ARM. |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Taylor R Campbell | Ask Xlib for events before blocking on the display... |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Chris Hanson | Remove alternate/optimized types of scode combinations... |
commit | commitdiff | tree | snapshot |
next |