summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2017-04-30Updated version (4.8.8.r81.g8fb7e8c -> 4.8.8.r82.g2c9cbb7).haawda
2017-04-21new build directivehaawda
2017-04-15Updated version (4.8.8.r71.gfe096c8 -> 4.8.8.r72.gd13c173).haawda
2017-04-11Updated version (4.8.8.r69.g3e38114 -> 4.8.8.r71.gfe096c8).haawda
2017-04-04Updated version (4.8.8.r67.gde1480e -> 4.8.8.r69.g3e38114).haawda
2017-04-02Updated version (4.8.8.r66.gda8c5cc -> 4.8.8.r67.gde1480e).haawda
2017-04-01Updated version (4.8.8.r60.g143c4e1 -> 4.8.8.r66.gda8c5cc).haawda
Changelog ========= Implement the gsc -exe option for the JavaScript backend (da8c5cc) Add -Wdisabled_optimization when using gcc to help detect disabled optimizations (4bfa725) Add unit test for printing with sharing-allowed? not #f (37b5b8c) Faster implementation of marktables to improve detection of shared parts when printing Scheme object with sharing-allowed? not #f (4bc41bf) Universal backend: prevent JavaScript error when Scheme code contains hasOwnProperty as a symbol (713ed9a) Universal backend: use new define-rbtree macro (8c43c55)
2017-03-31Updated version (4.8.8.r57.gac69eaa -> 4.8.8.r60.g143c4e1).haawda
Changelog ========= Remove broken CI stress testing (143c4e1) Refactor basic block transformations to prepare for versioning (24b2436) More robust implementation of ptree? predicate (4514524)
2017-03-25Updated version (4.8.8.r56.gdbf7be0 -> 4.8.8.r57.gac69eaa).haawda
Changelog ========= Relax interrupt polling on calls to predefined procedures (ac69eaa)
2017-03-22Updated version (4.8.8.r51.gf2f0446 -> 4.8.8.r56.gdbf7be0).haawda
Changelog ========= Reduce run time of stress test thread-terminate-stress.scm so it doesn't exceed time limit of CI (dbf7be0) Sort unit tests so they are executed in same order on all platforms (80b7569) Add vector-inc! primitive (atomic increment) (66cf270) Improve running stress tests under debugger (bdeeaa2) Run stress tests under debugger to help pinpoint bugs (4ae9566)
2017-03-19Updated version (4.8.8.r50.gb1a8795 -> 4.8.8.r51.gf2f0446).haawda
Changelog ========= Give exit code when unit test crashes (f2f0446)
2017-03-18Updated version (4.8.8.r45.g0af0f14 -> 4.8.8.r50.gb1a8795).haawda
Changelog ========= Print processor count on a "make st" (b1a8795) Repair CI build script syntax error (9e8f8a0) Improve display of unit test progress and add display of processor count to CI build scripts (4af76cd) Make current-gsc-boot target consistent with smp branch (e8723bc) Adjust CI scripts to improve robustness of build process (35e8200)
2017-03-17Updated version (4.8.8.r37.g6c56013 -> 4.8.8.r45.g0af0f14).haawda
Changelog ========= Add unit test for thread-quantum and thread-quantum-set! (0af0f14) Fix thread unit tests (2124e73) Add stress test for thread-interrupt! (8df1f6d) Improve unit testing script so that the name of the unit test is printed (cad1b5f) Have continuous integration do stress testing (13cd32a) Add stress test for thread-start! and thread-join! (2dca787) Split thread-state-active into thread-state-running and thread-state-waiting, and add current-processor, processor?, processor-id, and add unit tests (ec426dd) Add stress tests for thread-interrupt! and thread-terminate! (d5d9a53)
2017-03-11Updated version (4.8.8.r31.gb3e0333 -> 4.8.8.r37.g6c56013).Stefan Husmann
Changelog ========= Merge pull request #228 from ckkashyap/makefileOnWindows (6c56013) Fix inlining of fxwraparithmetic-shift, fxwraparithmetic-shift-left, fxwrapquotient, flodd?, fleven?, floor, flfloor, ceiling, flceiling, truncate, fltruncate, round, flround. (d55d043) Fix serdes.scm unit test so it works when compiled (4662582) Add stress testing target "make st" (afb88ce) improved doc (3819e1b) first commit (06073e4)
2017-03-07Updated version (4.8.8.r24.g8d48b43 -> 4.8.8.r31.gb3e0333).Stefan Husmann
Changelog ========= Add implementor feature to define-rbtree (b3e0333) Add high-level interrupts (2b38d84) Change semantics of thread-interrupt! so it returns the result of the thunk (e682c88) Default thread specific field to #!void and allow thread-specific calls on uninitialized threads (5bfe6a8) Add unit tests for threads (ebe4393) Avoid special treatment of ___INTR_SYNC_OP interrupt (handle it in Scheme with an interrupt handler) (a3f413f) Make each poll point handle all pending interrupts (used to only handle one interrupt per poll point) (8d5f6bf)
2017-02-27Updated version (4.8.8.r15.g2589a2b -> 4.8.8.r24.g8d48b43).Stefan Husmann
Changelog ========= Clean up stray whitespace in configure.ac (8d48b43) Merge pull request #226 from nortiero/gcc6-darwin-workaround (ae59ac1) Merge pull request #223 from juanfra684/patch-2 (c2e2e6a) Fix linking error when gsc invoked with -:s flag (issue #227) (c86476d) Add unit-tests for threads and mutexes (f72c967) Improve unit tests for thread-start! and thread-join! (30748a6) Better message (b0b11be) Disable -fipa-ra optimization when the following conditions are met: (8ac3ca7) Revert change to the OpenBSD test in configure (efa91eb)
2017-02-24Updated version (4.8.8.r13.g277666d -> 4.8.8.r15.g2589a2b).Stefan Husmann
Changelog ========= Avoid heap overflows due to missing critical sections in multiple threaded VMs (2589a2b) Avoid spurious heap overflows due to uninitialized variables (59d1f58)
2017-02-21Updated version (4.8.8.r12.g3cd348c -> 4.8.8.r13.g277666d).Stefan Husmann
Changelog ========= Need to reset stack trip to properly detect stack overflows and interrupts after a GC (277666d)
2017-02-14Updated version (4.8.8.r8.gf14c393 -> 4.8.8.r12.g3cd348c).Stefan Husmann
Changelog ========= Use correct parameter ordering for WIN32 InterlockedCompareExchangePointer function (3cd348c) Use wrapping versions of ##fx* and ##fx+ when hashing to avoid overflows (861d4de) Must use arithmetic shift right to properly serialize negative fixnums (1a130d1) Replace calls to ##fxarithmetic-shift-right by more portable ##fxwraplogical-shift-right (67dc73d)
2017-02-13Updated version (4.8.8.r7.g0c34159 -> 4.8.8.r8.gf14c393).Stefan Husmann
Changelog ========= Fix issue #222 (from smp branch) (f14c393)
2017-02-11Updated version (4.8.8.r3.g8f624c8 -> 4.8.8.r7.g0c34159).Stefan Husmann
Changelog ========= Better consistency with SMP branch (0c34159) Merge branch 'master' of https://github.com/gambit/gambit (bd4c030) Apply fix for issue #221 from SMP branch (3a2fe7e) In FFT-based multiplication, speed up conversion to bignum. (db91c8b)
2017-02-09Updated version (4.8.8.r1.g0a369a4 -> 4.8.8.r3.g8f624c8).Stefan Husmann
Changelog ========= Avoid configuring WIN32 thread system in Microsoft Visual C++ build batch files (8f624c8) Update Microsoft Visual C++ build batch files (7f760df)
2017-02-04UpdateStefan Husmann
2017-01-29Updated version (4.8.7.r10.g23c6586 -> 4.8.7.r11.g0209073).Stefan Husmann
Changelog ========= Fix build process so that it can build multiple branches (0209073)
2017-01-27UpdateStefan Husmann
2017-01-23updateStefan Husmann
2017-01-03UpdateStefan Husmann
2016-12-29updateStefan Husmann
2016-12-22Updated version (4.8.6.r19.gfe9acbc -> 4.8.6.r20.g86ae4c4).AUR Update Bot
Changelog ========= Avoid stale thread-resume-thunk when rescheduling thread (86ae4c4)
2016-12-19Updated version (4.8.6.r17.g433a723 -> 4.8.6.r19.gfe9acbc).AUR Update Bot
Changelog ========= Merge branch 'master' of https://github.com/gambit/gambit (fe9acbc) Fix issue #216 (crash when thread-interrupt! is called before body of thread has started executing) (cde319d)
2016-12-13Updated version (4.8.6.r15.g785cb74 -> 4.8.6.r17.g433a723).AUR Update Bot
Changelog ========= Dump control-flow history for all processors of the VM. (433a723) Rename trampoline function to ___trampoline for more consistent C backtraces (d858b0e)
2016-12-09Updated version (4.8.6.r13.gde3cd85 -> 4.8.6.r15.g785cb74).AUR Update Bot
Changelog ========= Replace ill-named "run-queue" structure by "processor" and "vm" structures. (785cb74) Refactor code to use a macro to define operations on double-ended-queues (3b7b23b)
2016-12-06Updated version (4.8.6.r12.g2f68abe -> 4.8.6.r13.gde3cd85).AUR Update Bot
Changelog ========= Only use "volatile" qualifier when configured with --enable-multiple-threaded-vms (de3cd85)
2016-11-29Updated version (4.8.6.r8.g318a156 -> 4.8.6.r12.g2f68abe).AUR Update Bot
Changelog ========= Change numbering of interrupts (it is important for ___INTR_SYNC_OP to be first so that the barrier sync is entered reliably by all processors) (2f68abe) The stack_trip pointer itself must be volatile because it is a modification of this pointer that informs a processor that it has been interrupted by another processor (a8604be) Use ___WORD type to allow atomic increment/decrement of GC worker count (bfd04a2) Smaller trace width in activity log so that large processor count fits on normal screens (457b104)
2016-11-28Updated version (4.8.6.r6.g05575ba -> 4.8.6.r8.g318a156).AUR Update Bot
Changelog ========= Proper cast for string conversion when --enable-cplusplus and --enable-openssl are used (318a156) Fix incorrect uses of ___EXT macro (701101d)
2016-11-27Updated version (4.8.6.r5.g545f816 -> 4.8.6.r6.g05575ba).AUR Update Bot
Changelog ========= Update README.md to make docs before installing (05575ba)
2016-11-22Updated version (4.8.6.r3.g91ba04a -> 4.8.6.r5.g545f816).AUR Update Bot
Changelog ========= Better fix for ,(v procedure) issue (545f816) Fix REPL command ,(v procedure) to visit the environment of a procedure (a6f5e57)
2016-11-18updateStefan Husmann
2016-11-17UpdateStefan Husmann
2016-11-12updateStefan Husmann
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