summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
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
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