2013-09-07 |
Matt Birkholz | src/Makefile.in: Punt $(FFIS) and build-ffis target. |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Matt Birkholz | gdbm: Update README. Fix test. Nomenclature. |
commit | commitdiff | tree | snapshot |
2013-09-06 |
Matt Birkholz | blowfish: A separately buildable FFI wrapper. |
commit | commitdiff | tree | snapshot |
2013-09-05 |
Matt Birkholz | gdbm: Add generate-shim. Drop compile-bundle and insta... |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Matt Birkholz | gdbm: A separately buildable FFI wrapper. |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Matt Birkholz | ffi/build.scm.in: Support building shims separately. |
commit | commitdiff | tree | snapshot |
2013-08-31 |
Matt Birkholz | ffi: Search the library path for shims and their C... |
commit | commitdiff | tree | snapshot |
2013-08-31 |
Matt Birkholz | Install all .pkd, not just <various>-unx.pkd. |
commit | commitdiff | tree | snapshot |
2013-08-31 |
Matt Birkholz | cref: (package-set-pathname "dir/") => "dir/dir-OS... |
commit | commitdiff | tree | snapshot |
2013-08-31 |
Matt Birkholz | cref: (global-definitions symbol) looks in library... |
commit | commitdiff | tree | snapshot |
2013-08-31 |
Matt Birkholz | runtime/unxpth: Remove ./ when simplifying. |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Taylor R Campbell | Capitalize word after `Caution:'. |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Barak A. Pearlmutter | texinfo strong note |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Taylor R Campbell | Use `texi2dvi --pdf', not `texi2pdf'. |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Taylor R Campbell | Fix missing * in one definition of OS_nanotime_since_ut... |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Taylor R Campbell | Make `news-select-buffer' select in other window by... |
commit | commitdiff | tree | snapshot |
2013-08-30 |
Taylor R Campbell | Show procedure name too in Edwin `show-parameter-list... |
commit | commitdiff | tree | snapshot |
2013-08-24 |
Matt Birkholz | svm: Add lost flonum-pred-2-args rule. |
commit | commitdiff | tree | snapshot |
2013-08-10 |
Taylor R Campbell | Remove logic to lock IMAIL's IMAP folder cache. |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Taylor R Campbell | Don't assume there is a current thread when interrupted. |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Taylor R Campbell | Fix makefile's IMAIL rule: Edwin must be loaded first. |
commit | commitdiff | tree | snapshot |
2013-06-23 |
Chris Hanson | Apply patch updating list of windows OS versions. |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Taylor R Campbell | Fix MIT Scheme's web site URI in the user manual. |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Taylor R Campbell | Merge branch 'lazy-floenv' |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Taylor R Campbell | Tweak floenv tests so they preserve the floating-point... |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Taylor R Campbell | Implement lazy switching of thread floating-point envir... |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Taylor R Campbell | Use WITH-LIMITED-INTERRUPTS, not WITH-INTERRUPT-MASK... |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Taylor R Campbell | Pass RTLD_NOW, not RTLD_LAZY, to dlopen. |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Taylor R Campbell | Put a space after the colon when reporting an undefined... |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Taylor R Campbell | Fix typo in i386/rulflo.scm signed zero test. |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Taylor R Campbell | The gdbm error handler takes a const char *, not a... |
commit | commitdiff | tree | snapshot |
2013-06-09 |
Chris Hanson | Update copyrights to 2013. |
commit | commitdiff | tree | snapshot |
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 |
next |