summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-05Add remaining SRFI 151 routines to _num.scmbitwiseBradley Lucier
2022-02-04Preliminary changes before adding SRFI 151 bit procedures.Bradley Lucier
2022-02-03Merge pull request #736 from sublambda/load-jsMarc Feeley
2022-02-02enable ##os-load-object-file (_univlib.scm) for js workerstk
2022-01-20Merge pull request #732 from targit/fix/geiser-load-fileMarc Feeley
2022-01-20fixing geiser:load-fileTara Lorenz
2022-01-08Fix test5 which compiles differently with new handling of make-<tag>vectorMarc Feeley
2022-01-08Show module search trace when debug level >= 4Marc Feeley
2022-01-08In safe mode, force init of homogeneous vector and string content when second...Marc Feeley
2022-01-04Remove non-ASCII character from gambit.txiMarc Feeley
2022-01-02[RUNTIME CHANGES NEEDED FOR v4.9.4] Changed version of runtime using misc/cha...v4.9.4Marc Feeley
2022-01-02[COMPILER CHANGES NEEDED FOR v4.9.4] Changed version in compilerv4.9.4-bootstrapMarc Feeley
2022-01-02Removal of v4.9.3 bootstrap dependencies (free at last... but will no longer ...Marc Feeley
2022-01-02Finalize Modules chapter of documentation and improve module whitelist integr...Marc Feeley
2021-12-30Avoid _GNU_SOURCE redefinitionMarc Feeley
2021-12-30Fix misbalanced #ifdef in gambit.hMarc Feeley
2021-12-30Avoid GNU make specific constructMarc Feeley
2021-12-30Avoid builtin_clrsb in prebuilt Gambit on macOS to allow dynamic compilation ...Marc Feeley
2021-12-30Optionally avoid C compiler builtinsMarc Feeley
2021-12-29More precise --enable-poll warning on macOSMarc Feeley
2021-12-29Fix char-encoding problem with _http moduleMarc Feeley
2021-12-29Fix issue #724 (proper use of _GNU_SOURCE)Marc Feeley
2021-12-29Remove primitive unit-tests that are not portableMarc Feeley
2021-12-29Fix issue #688Marc Feeley
2021-12-27Make test10 less sensitive to filesystem pathsMarc Feeley
2021-12-27Fix SRFI 124 header dependencyMarc Feeley
2021-12-27Add SRFI 19, 115 and 151Marc Feeley
2021-12-27Add some uncommitted filesMarc Feeley
2021-12-27Third attempt to fix bootstrapping issue with cond-expandMarc Feeley
2021-12-27Use inline allocations for HAMT nodesMarc Feeley
2021-12-27Fix FFI issue with "return" in Xlib-simple exampleMarc Feeley
2021-12-27New attempt to solve cond-expand bootstrap issueMarc Feeley
2021-12-27Fix bootstrapping issue with cond-expand namespaceMarc Feeley
2021-12-27Universal backend: improve "try Gambit" web appMarc Feeley
2021-12-27Improve library consistency checking on "make check", implement peek-u8, add ...Marc Feeley
2021-12-27Add initial-current-directory procedureMarc Feeley
2021-12-27Add some list procedures from SRFI 1Marc Feeley
2021-12-23Universal backend: add file editing to "try Gambit" web appMarc Feeley
2021-12-23Universal backend: miscellaneous improvements to universal library, mostly fo...Marc Feeley
2021-12-23Universal backend: fix symbol and keyword implementation for Python and impro...Marc Feeley
2021-12-23Allow running unit tests with interpreter other than C targetMarc Feeley
2021-12-20Update compiler unit tests with new primitivesMarc Feeley
2021-12-20Universal backend: implement ##forceMarc Feeley
2021-12-20Universal backend: fix ##make-delay-promiseMarc Feeley
2021-12-20Universal backend: fix primitive printlnMarc Feeley
2021-12-20Universal backend: properly init processor with valid threadMarc Feeley
2021-12-20set-car! and set-cdr! should return void objectMarc Feeley
2021-12-20Fix typo in dynamic loaded path causing problems with "make modules" when usi...Marc Feeley
2021-12-20Merge pull request #723 from fare-patches/renamingsMarc Feeley
2021-12-20Propagade recent renamings to more filesFrancois-Rene Rideau