summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-01-26Updated version (4.8.3.r15.g7c691f6 -> 4.8.4).AUR Update Bot
Changelog ========= [RUNTIME CHANGES NEEDED FOR v4.8.4] Changed version of runtime using misc/changev (3c62594) [COMPILER CHANGES NEEDED FOR v4.8.4] Changed version in compiler (a3db0a3) Generate correctly sign extended header for very large constants in generated C code (in particular for huge bignums) (78f06bf) Name OpenBSD properly (1dd58a3)
2016-01-22Updated version (4.8.3.r12.gc70bc28 -> 4.8.3.r15.g7c691f6).AUR Update Bot
Changelog ========= Merge branch 'master' of https://github.com/feeley/gambit (7c691f6) Explain why heartbeats have a 64 Hz resolution (6e80cb6) Fix wrong encoding of error codes on Windows introduced yesterday (7052355)
2016-01-21Updated version (4.8.3.r10.gdda6dc2 -> 4.8.3.r12.gc70bc28).AUR Update Bot
Changelog ========= Merge pull request #163 from jasperla/openbsd/mips64 (c70bc28) Test for $target_os should be lowercase (6b5a6d5)
2016-01-20Updated version (4.8.3.r5.gd9c609f -> 4.8.3.r10.gdda6dc2).AUR Update Bot
Changelog ========= Only call ___print_ctrl_flow_history when ___DEBUG is defined (dda6dc2) Need to make ___source_location conditional to ifdef ___DEBUG (8453682) Add tracking of control-flow history when --enable-debug is used and dump that history to gambit.log when the program crashes (9137079) Update copyright year (af7bc04) Universal backend: ensure that host language stack is unwound when looping with (not interrupts-enabled) (16ac2c5)
2016-01-20Updated version (4.8.3.r2.gb17f796 -> 4.8.3.r5.gd9c609f).AUR Update Bot
Changelog ========= Force git to preserve LF line endings (this caused problems on Windows where git defaults to CR-LF) (d9c609f) Prevent clang warning "shifting a negative signed value is undefined" (fa1940a) Look for _Thread_local storage class for thread local storage (b24078b)
2016-01-16updateStefan Husmann
2016-01-14Updated version (4.8.2.r21.ge56eafd -> 4.8.2.r23.g1baae0e).AUR Update Bot
Changelog ========= Fix overly aggressive optimize-dead-definitions declaration (1baae0e) Improve optimize-dead-definitions declaration so that specific global variables can be targetted (004ca59)
2016-01-13Updated version (4.8.2.r19.g345d9fc -> 4.8.2.r21.ge56eafd).AUR Update Bot
Changelog ========= Fix igsc.scm so that it loads all the modules of the universal backend (e56eafd) Add optimize-dead-definitions declaration to remove definitions that aren't used (3f266e1)
2016-01-03Updated version (4.8.2.r13.gc7fc129 -> 4.8.2.r19.g345d9fc).AUR Update Bot
Changelog ========= Universal backend: dynamically loading a separately compiled file now runs that file (345d9fc) Universal backend: universal library includes dummy definitions for not yet implemented primitives to avoid linker warnings (2ab8b46) Universal backend: linker now automatically defines println, ##program-descr, etc to avoid "undefined global variable" warnings (1a9bfa7) Universal backend: default linker warnings are undefined globals only (12fabbe) Universal backend: fix linker which failed due to ordering issue (606770c) Universal backend: disable warnings when compiling universal library (08196bb)
2016-01-02Updated version (4.8.2.r12.g59b5940 -> 4.8.2.r13.gc7fc129).AUR Update Bot
Changelog ========= Show warnings when linking Gambit (c7fc129)
2016-01-02Updated version (4.8.2.r10.ga5b6ee3 -> 4.8.2.r12.g59b5940).AUR Update Bot
Changelog ========= Universal backend: give undefined global variable warnings at link when -warnings option is used (59b5940) Fix problem with configure script not detecting thread system when compiling with C++ compiler (04dacfd)
2015-12-17Updated version (4.8.2.r9.g24382f3 -> 4.8.2.r10.ga5b6ee3).AUR Update Bot
Changelog ========= Fix issue 147 in a better way (a5b6ee3)
2015-12-17updateStefan Husmann
2015-12-11Updated version (4.8.2.r5.gc395d3f -> 4.8.2.r6.g455ede6).AUR Update Bot
Changelog ========= Avoid using #f to encode not-abandoned mutex state (455ede6)
2015-12-07Updated version (4.8.2.r2.gb87e26f -> 4.8.2.r5.gc395d3f).AUR Update Bot
Changelog ========= Actually commit changes to implement vector-cas! (compare-and-swap) (c395d3f) Implement vector-cas! (compare-and-swap) (ff99336) Store reference to primordial-thread in global variable (6f29f3f)
2015-11-30Updated version (4.8.2 -> 4.8.2.r2.gb87e26f).AUR Update Bot
Changelog ========= Fix wrong gcc path for building OS X installers (b87e26f) Update build scripts on Windows for split of _t-univ.scm (87ead1d)
2015-11-27delete empty lineStefan Husmann
2015-11-27disabledStefan Husmann
2015-11-25UpdateStefan Husmann
2015-11-25Still does not build, but more accurate PKGBUILDStefan Husmann
2015-11-24sorry,Stefan Husmann
2015-09-30add install fileStefan Husmann
2015-09-30updateStefan Husmann
2015-09-30ipdateStefan Husmann
2015-09-28infoStefan Husmann
2015-09-28Updated version (4.7.8.r6.g6797856 -> 4.7.8.r9.g828b974).AUR Update Bot
Changelog ========= Update version in configure.ac (828b974) [RUNTIME CHANGES NEEDED FOR v4.8.0] Changed version of runtime using misc/changev (e261891) [COMPILER CHANGES NEEDED FOR v4.8.0] Changed version in compiler (47a7d56)
2015-09-02Updated version (4.7.8.r4.gb3f8ff5 -> 4.7.8.r6.g6797856).AUR Update Bot
Changelog ========= [RUNTIME CHANGES NEEDED FOR v4.7.9] Changed version of runtime using misc/changev (6797856) [COMPILER CHANGES NEEDED FOR v4.7.9] Changed version in compiler (463df1c)
2015-08-25Updated version (4.7.8.r3.g2d02ac0 -> 4.7.8.r4.gb3f8ff5).AUR Update Bot
Changelog ========= Universal backend: minor name changes (b3f8ff5)
2015-08-24Updated version (4.7.8.r2.ga9391a3 -> 4.7.8.r3.g2d02ac0).AUR Update Bot
Changelog ========= Universal backend: add polling on ifjump instructions (2d02ac0)
2015-08-23Updated version (4.7.8.r1.g47fa4fe -> 4.7.8.r2.ga9391a3).AUR Update Bot
Changelog ========= Universal backend: implement jump optimization on poll points (a9391a3)
2015-08-23updateStefan Husmann
2015-08-21Updated version (4.7.7.r64.g23d6f7f -> 4.7.7.r66.g8c00ed8).AUR Update Bot
Changelog ========= Universal backend: correctly implement ##symbol-interned? and ##keyword-interned? (8c00ed8) Use #!void as the end-of-continuation-marker (820aca5)
2015-08-20Updated version (4.7.7.r55.g87c738d -> 4.7.7.r64.g23d6f7f).AUR Update Bot
Changelog ========= Merge pull request #152 from astlouisf/remaining-primitives (23d6f7f) Universal backend: Updates type correspondence comment (0944434) Universal backend: Adds proper cast to bignum primitives. (2a27ff7) Universal backend: Adds dummy flonum primitives and fixes emit-float for Java (7fe047e) Universal backend: Fixes boolean unboxing. (8b77d87) Universal backend: Fixes continuations primitives. (4cac77b) Universal backend: Removes deprecated primitive ##fl<-fx-exact? and use ^obj instead of ^boolean-obj (d8147f9) Universal backend: Adds and fixes shift primitives. (a1476ab) Adds primitives ##fxsquare, ##fxwrapsquare, ##fxsquare?, ##fxwrapquotient and (6af0db7)
2015-08-10Updated version (4.7.7.r46.geb47d3d -> 4.7.7.r55.g87c738d).AUR Update Bot
2015-08-03Updated version (4.7.7.r43.geff6536 -> 4.7.7.r46.geb47d3d).AUR Update Bot
2015-07-28Updated version (4.7.7.r36.gcd9d5a4 -> 4.7.7.r43.geff6536).AUR Update Bot
2015-07-28Updated version (4.7.7.r11.g2f4bb3c -> 4.7.7.r36.gcd9d5a4).AUR Update Bot
2015-07-25Updated version (4.7.7.r10.gd284b2e -> 4.7.7.r11.g2f4bb3c).AUR Update Bot
2015-07-22Updated version (4.7.7.r8.ga831c12 -> 4.7.7.r10.gd284b2e).AUR Update Bot
2015-07-18Updated version (4.7.7.r7.g42db110 -> 4.7.7.r8.ga831c12).AUR Update Bot
2015-07-16Updated version (4.7.7.r6.g65a7a90 -> 4.7.7.r7.g42db110).AUR Update Bot
2015-07-16Updated version (4.7.7.r5.ge7f62e8 -> 4.7.7.r6.g65a7a90).AUR Update Bot
2015-07-15Updated version (4.7.7.r1.g72131a2 -> 4.7.7.r5.ge7f62e8).AUR Update Bot
2015-07-15UpdateStefan Husmann
2015-07-13Updated version (4.7.6.r26.gf4c4ca3 -> 4.7.6.r28.g1921364).AUR Update Bot
2015-06-09initial versionStefan Husmann