Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changelog
=========
Correctly implement R5RS eval environments (see issue #204) (0928445)
Fix heap resizing calculation for very large heaps (> 4 GB) (1ca21f0)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changelog
=========
When debugging, give location of call to fatal_heap_overflow (eb9f23f)
Fix miscomputation of heap size due to using int type (which may be 32 bits on a 64 bit machine) (3fed276)
|
|
|
|
|
|
Changelog
=========
Update GambitREPL iOS app for recent changes to Gambit and new Xcode 7.3.1 (52e80fe)
|
|
Changelog
=========
Fix issue with "main" procedure of a compiled program not being called (a0a3393)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changelog
=========
Merge branch 'master' of https://github.com/feeley/gambit (0df8e8f)
Explain floating point issue on 32 bit cygwin and why tests are not performed on 32 bit cygwin (3e07172)
|
|
|
|
|
|
Changelog
=========
Force 64 bit precision floating point computations to fix problem with 32 bit cygwin, and lower optimization level for building latest release with MSVC on appveyor (e93bc78)
|
|
|
|
|
|
|
|
Changelog
=========
Allow easily switching implementation of spin locks from ticket locks (default) to OS mutexes (408bb44)
|
|
Changelog
=========
Activity log can now be started and dumped from Scheme (0201a23)
Rewrite some code in lib/_kernel.scm to make it cleaner (85bade1)
Windows: update build scripts for Microsoft Visual C++ (e19baeb)
Garbage collector: mark global variables in parallel (7cc49ed)
|
|
Changelog
=========
Merge branch 'master' of https://github.com/feeley/gambit (610d90b)
Update build scripts for Microsoft Visual C++ (1bb254d)
|
|
Changelog
=========
Merge pull request #191 from okuoku/autoconf-remove-ws2_32 (67697c1)
Merge pull request #193 from okuoku/save-errno-in-sigchld (ece67a8)
Remove ws2_32 check other than MinGW (917ab7a)
Save and restore errno in sigchld_signal_handler (0d9e839)
|
|
Changelog
=========
Use heap_chunks_to_scan_count only on multithreaded VMs (a145121)
Merge branch 'master' of https://github.com/feeley/gambit (19b315a)
Add preliminary parallel GC (e351885)
|
|
Changelog
=========
Add tests for (expt -1 integer) (a22f0a7)
Small changes to _num.scm Special case (expt -1 n), and use ##square insteadl of (##* p p) in (934f452)
|
|
Changelog
=========
Fix issue #109 (540bded)
|
|
Changelog
=========
Fix issue #195 which prevented dynamic loading of files when configured with --enable-multiple-threaded-vms on OS X (dbbb8f5)
|
|
|
|
Changelog
=========
Merge branch 'master' of https://github.com/feeley/gambit (dc98203)
Make gsc allow the -l option combined with the -exe option (bf99465)
|
|
Changelog
=========
Add check for overflow on vector allocation. (02384b3)
Fix issue #186 (unnecessary left shift of a very large integer that overflows) (9e6400b)
Fix issue #185 (avoid undefined behavior when doing left shift of negative value) (3130603)
|