summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-02constrain signal delivery to Scheme to the main thread (#813)HEADmainMatthew Flatt
2024-02-28Repairs and improvements for building with external dependencies (#807)Philip McGrath
2024-02-28Update libraries.stex. Fix typoolopierpa
2024-02-20bump version to 10.1.0-pre-release.1 (#806)Matthew Flatt
2024-02-20adjustment and workaround for macOS iconv (#805)Matthew Flatt
2024-02-06update build.sh to download iconv.dll for ARM64 Windows targetsBob Burger
2024-02-05version 10.0.0v10.0.0Bob Burger
2024-02-05doc: correct print-vector-length description for bytevectors and fxvectorsBob Burger
2024-02-05doc: pseudo-random-generator-next! can't return 0.0 (#803)sorawee
2024-02-01Update debug.stex to fix link to "How to Debug Chez Scheme Programs". (#800)William E. Byrd
2024-01-30adjust cp0 to combine `begin` rotation and variable dropping (#796)Matthew Flatt
2024-01-24add `immutable-vector`, `immutable-vector-copy`, etc. Matthew Flatt
2024-01-24Unicode 15.1 (#795)Bob Burger
2024-01-23zlib-1.3.1 (#794)Bob Burger
2024-01-12Add a missing #error directive (#793)sorawee
2024-01-10Add add1, sub1 and abs to cptypes (#790)gus-massa
2024-01-08avoid rebuilding boot files via pb after `make re.boot` (#792)Matthew Flatt
2024-01-04extend `vector-copy` and add `vector-append` and `vector-set/copy` (#785)Matthew Flatt
2023-12-21ensure write barrier in last step of `vector-sort!` (#784)Matthew Flatt
2023-12-12Use GNU89 for kernel C (#782)Matthew Flatt
2023-12-11add `CFLAGS+=...` handling to `configure` (#781)Matthew Flatt
2023-12-11use `PATH_MAX` buffer with `realpath` on Mac OS <= v10.6 (#780)Matthew Flatt
2023-12-08 change default install of bin files to be soft links to lib files (#777)Matthew Flatt
2023-12-08initialize a thread's exception state to a default state (#776)Matthew Flatt
2023-12-08update release notes on `/` and exact `0` (#773)Matthew Flatt
2023-12-08Syntax quoting (#775)Marc Nieper-Wißkirchen
2023-12-07Correct typos and reformat code (#768)Mao Yifu
2023-12-01fix repair to unreliable test (#774)Matthew Flatt
2023-11-30buffer more reads from a boot-file file descriptor (#769)Matthew Flatt
2023-11-30Add log header to assembly output (#772)J. Ryan Stinnett
2023-11-28Send nanopass tracer logs to error port (#771)J. Ryan Stinnett
2023-11-28ensure short callbacks get around to a garbage collection (#763)Matthew Flatt
2023-11-28improve configure and build when using MSYS2 (#764)Matthew Flatt
2023-11-28improve some tests that have been unreliable (#767)Matthew Flatt
2023-11-27remove time-t-bits from machine definition (#770)Matthew Flatt
2023-11-22unbreak `system` in a thread that has interrupts disabled (#766)Matthew Flatt
2023-11-21avoid some C functions that are not in C99 (#760)Matthew Flatt
2023-11-21Fix some typos in docs and commentsJ. Ryan Stinnett
2023-11-21repair for `system` in thread that can be deactivated (#759)Matthew Flatt
2023-11-18LoongArch64 Support (#754)Mao Yifu
2023-11-17adjust timing tests (#758)Matthew Flatt
2023-11-16add /force flag to build.bat (#757)Matthew Flatt
2023-11-16refine kernel compilation for threading modes (#756)Matthew Flatt
2023-11-16find boot files relative to the executable by default (#755)Matthew Flatt
2023-11-15Make (load-shared-object #f) portable (#753)Jarhmander
2023-11-15Support executable-relative boot files on more platforms (#732)ur4t
2023-11-08fix library-exports when visited but not importedOscar Waddell
2023-11-07add $hashtable-cells that skips immutable checkOscar Waddell
2023-11-07fix port-bol? return type (#751)Oscar Waddell
2023-11-06csug now refers to Version 10Bob Burger