summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
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)
2016-04-03Updated version (4.8.5 -> 4.8.5.r1.gdbbb8f5).AUR Update Bot
Changelog ========= Fix issue #195 which prevented dynamic loading of files when configured with --enable-multiple-threaded-vms on OS X (dbbb8f5)
2016-04-02updateStefan Husmann
2016-03-08Updated version (4.8.4.r82.g02384b3 -> 4.8.4.r84.gdc98203).AUR Update Bot
Changelog ========= Merge branch 'master' of https://github.com/feeley/gambit (dc98203) Make gsc allow the -l option combined with the -exe option (bf99465)
2016-03-01Updated version (4.8.4.r79.g1803423 -> 4.8.4.r82.g02384b3).AUR Update Bot
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)
2016-02-24Updated version (4.8.4.r76.g9cb53f7 -> 4.8.4.r79.g1803423).AUR Update Bot
Changelog ========= Export macro-read-next-char-or-eof and macro-peek-next-char-or-eof to be usable after an (include "~~lib/_gambit.scm") (1803423) Add ___UWORD type as synonym for "unsigned ___WORD" (00409c7) Fix issue #181 where ##flonum->fixnum behaved incorrectly on ARM when the argument is negative (bug was introduced in commit fa1940a3f37e1c2a890b991455a62b7778cf7954) (2d1792c)
2016-02-23fix install fileStefan Husmann
2016-02-23Updated version (4.8.4.r75.ge4deea7 -> 4.8.4.r76.g9cb53f7).AUR Update Bot
Changelog ========= Fix x86 encoding of memory addressing when there is an index register but no base register (9cb53f7)
2016-02-17Updated version (4.8.4.r57.gd150b78 -> 4.8.4.r75.ge4deea7).AUR Update Bot
Changelog ========= Adjust fixnum unit-tests so they work on 32 and 64 bit platforms (e4deea7) Merge pull request #179 from eval-apply/flonum-tests (dce32bf) unit test: fl= (b3d24f5) unit test: fl- (08c5788) unit test: flmax (ad3b6ed) unit test: flmin (3a03a03) unit test: fltruncate (92e72ee) unit test: flodd? (94cbca2) unit test: fleven? (390aba4) unit test: fldenominator (77efc95) unit test: flinfinite? (6a276bb) unit test: flfinite? (67be03d) unit test: flinteger? (f135ec5) unit test: flpositive? (5c6748f) unit test: flnegative? (8b181bd) unit test: flnumerator (26e7cf5) unit test: flzero? (a58e358) rename flonump test (a147e6e)
2016-02-16Updated version (4.8.4.r54.g2f65a0c -> 4.8.4.r57.gd150b78).AUR Update Bot
Changelog ========= Skip #.scm files when running unit-tests (d150b78) Merge branch 'master' of https://github.com/feeley/gambit (6abb2d9) Add unit tests for homogeneous vectors (6033aba)
2016-02-11Updated version (4.8.4.r52.g5e0006b -> 4.8.4.r54.g2f65a0c).AUR Update Bot
Changelog ========= Merge branch 'master' of https://github.com/feeley/gambit (2f65a0c) Check for wget Check for wget and abort if not installed. (2e2912e)
2016-02-10Updated version (4.8.4.r17.g5757479 -> 4.8.4.r52.g5e0006b).AUR Update Bot
Changelog ========= Merge pull request #178 from eval-apply/fixnum-tests (5e0006b) Ensure all fixnum tests check all parameter positions for flonums as well as for integer flonums (2784de7) Merge pull request #177 from eval-apply/fixnum-tests (1e5cbbd) unit test: fx<= (5b6901b) unit test: fx>= (08c6e3c) unit test: fx> (e3b5299) unit test: fx< (68c65fe) unit test: fxwraparithmetic-shift-left (56c02ac) unit test: fxwraparithmetic-shift (6ef9a32) unit test: fxwraplogical-shift-right (249f5e8) unit test: fxwrapquotient (a7219ab) unit test: fxwrapabs (357836e) unit test: fxwrap- (811f518) unit test: fxremainder (79e5e85) unit test: fxquotient (977e72d) unit test: fxmodulo (e6bf084) unit test: fxlength (bf39222) unit test: fxior (b636249) unit test: fxxor (de96de2) unit test: fxif (dbc9c22) unit test: fxfirst-bit-set (5dcb5e9) unit test: fxbit-set? (82caea4) unit test: fxbit-count (549b7dd) unit test: fxarithmetic-shift (f2eb4de) unit test: fxarithmetic-shift-right (2167d3d) unit test: fxarithmetic-shift-left (d277fed) unit test: fxand (85e022e) unit test: fxabs (6c5f79c) unit test: fx= (3f42489) unit test: fxpositive? (85171b4) unit test: fxnegative? (74ea6bc) unit test: fxodd? (99aa1c7) unit test: fxmin (1be37fa) unit test: fxmax (214e26e) unit test: fxeven? (f431bda)
2016-02-05Updated version (4.8.4.r13.ge0526ca -> 4.8.4.r17.g5757479).AUR Update Bot
Changelog ========= On travis-ci use Xcode 7.3 on OS X (5757479) Improve speed of travis-ci build (bfa0a19) Avoid compiler warning for unused results (3bc23bc) On travis-ci test using gcc and clang, with linux and OS X (d5ac2db)
2016-02-04Updated version (4.8.4.r7.g75b4768 -> 4.8.4.r13.ge0526ca).AUR Update Bot
Changelog ========= Merge pull request #176 from eval-apply/tests (e0526ca) fxzerop test (b941070) fxnot test (a1f51c8) add fxsubp test (f60184d) correct fx- unit test (94f00ac) unit test for fx- and ##fx- (8f73073)
2016-01-31Updated version (4.8.4.r6.g5e7e977 -> 4.8.4.r7.g75b4768).AUR Update Bot
Changelog ========= Add --enable-activity-log configure flag to generate activity logs, and the xactlog program to view the logs (75b4768)
2016-01-29Updated version (4.8.4.r4.g6c0d64c -> 4.8.4.r6.g5e7e977).AUR Update Bot
Changelog ========= Issue #174 unit test (5e7e977) Adjust the thread-group type definition to be consistent with the structure of a thread (0b9f1a6)
2016-01-28Updated version (4.8.4.r2.gbdbfc01 -> 4.8.4.r4.g6c0d64c).AUR Update Bot
Changelog ========= Add high-resolution monotonic time measurement functions (6c0d64c) Fix type error when time representation is not a floating point number (0717f55)
2016-01-27Updated version (4.8.4 -> 4.8.4.r2.gbdbfc01).AUR Update Bot
Changelog ========= Finer control over enabled configurable debugging options to avoid slowdown when --enable-debug is used (bdbfc01) Properly pass parameters to ___garbage_collect when ___DEBUG_GARBAGE_COLLECT is defined (f7bfcf0)
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-27disabledStefan Husmann
2015-11-24sorry,Stefan 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