summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-11-10updateStefan Husmann
2016-11-09Updated version (4.8.5.r113.g77b4e87 -> 4.8.5.r114.gbcaee11).AUR Update Bot
Changelog ========= Put a time limit on the busy waiting in the barrier sync used by the garbage collector (bcaee11)
2016-11-03updateStefan Husmann
2016-11-01updateStefan Husmann
2016-10-28UpdateStefan Husmann
2016-10-26updateStefan Husmann
2016-10-17UpdateStefan Husmann
2016-10-05updateStefan Husmann
2016-09-16UpdateStefan Husmann
2016-09-16UpdateStefan Husmann
2016-09-14UpdateStefan Husmann
2016-09-12UpdateStefan Husmann
2016-09-10UpdateStefan Husmann
2016-09-06Updated version (4.8.5.r86.gc5811bb -> 4.8.5.r88.g0928445).AUR Update Bot
Changelog ========= Correctly implement R5RS eval environments (see issue #204) (0928445) Fix heap resizing calculation for very large heaps (> 4 GB) (1ca21f0)
2016-09-04updateStefan Husmann
2016-08-31updateStefan Husmann
2016-08-27updateStefan Husmann
2016-08-27updateStefan Husmann
2016-08-26updateStefan Husmann
2016-08-25updateStefan Husmann
2016-08-22updateStefan Husmann
2016-08-20updateStefan Husmann
2016-08-19Updated version (4.8.5.r64.gb171898 -> 4.8.5.r66.geb9f23f).AUR Update Bot
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)
2016-08-14updateStefan Husmann
2016-08-06updateStefan Husmann
2016-08-02Updated version (4.8.5.r60.ga0a3393 -> 4.8.5.r61.g52e80fe).AUR Update Bot
Changelog ========= Update GambitREPL iOS app for recent changes to Gambit and new Xcode 7.3.1 (52e80fe)
2016-08-01Updated version (4.8.5.r59.g536418e -> 4.8.5.r60.ga0a3393).AUR Update Bot
Changelog ========= Fix issue with "main" procedure of a compiled program not being called (a0a3393)
2016-07-17updateStefan Husmann
2016-07-08updateStefan Husmann
2016-07-07updateStefan Husmann
2016-06-26updateStefan Husmann
2016-06-09remove install fileStefan Husmann
2016-06-04updateStefan Husmann
2016-06-03updateStefan Husmann
2016-05-28UpdateStefan Husmann
2016-05-28UpdateStefan Husmann
2016-05-14Updated version (4.8.5.r41.g107e9c9 -> 4.8.5.r43.g0df8e8f).AUR Update Bot
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)
2016-05-13updateStefan Husmann
2016-05-10updateStefan Husmann
2016-05-06Updated version (4.8.5.r38.g58817f5 -> 4.8.5.r39.ge93bc78).AUR Update Bot
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)
2016-05-05updateStefan Husmann
2016-05-02updateStefan Husmann
2016-05-02build system changedStefan Husmann
2016-04-29Updated version (4.8.5.r17.g0201a23 -> 4.8.5.r18.g408bb44).AUR Update Bot
Changelog ========= Allow easily switching implementation of spin locks from ticket locks (default) to OS mutexes (408bb44)
2016-04-28Updated version (4.8.5.r13.g610d90b -> 4.8.5.r17.g0201a23).AUR Update Bot
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)
2016-04-25Updated version (4.8.5.r11.g67697c1 -> 4.8.5.r13.g610d90b).AUR Update Bot
Changelog ========= Merge branch 'master' of https://github.com/feeley/gambit (610d90b) Update build scripts for Microsoft Visual C++ (1bb254d)
2016-04-24Updated version (4.8.5.r7.ga145121 -> 4.8.5.r11.g67697c1).AUR Update Bot
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)
2016-04-23Updated version (4.8.5.r4.ga22f0a7 -> 4.8.5.r7.ga145121).AUR Update Bot
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)
2016-04-12Updated version (4.8.5.r2.g540bded -> 4.8.5.r4.ga22f0a7).AUR Update Bot
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)
2016-04-05Updated version (4.8.5.r1.gdbbb8f5 -> 4.8.5.r2.g540bded).AUR Update Bot
Changelog ========= Fix issue #109 (540bded)