0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed c generation More... over 14 years ago
removing build errors More... over 14 years ago
script for generating the C More... over 14 years ago
Changed to make build with symbian More... over 14 years ago
[RUNTIME CHANGES NEEDED FOR v4.5.1] Changed version of runtime using misc/changev More... over 14 years ago
[COMPILER CHANGES NEEDED FOR v4.5.1] Changed version in compiler More... over 14 years ago
Add readtable setting to enable/disable reader support for delimited here string syntax #<|foo| which does not work well when reading output containing #<type ...> and similar. That syntax is now disabled by default. More... over 14 years ago
Fix I/O performance problem due to loss of port buffering on input. More... over 14 years ago
[RUNTIME CHANGES NEEDED FOR v4.5.0] Changed version of runtime using misc/changev More... over 14 years ago
[COMPILER CHANGES NEEDED FOR v4.5.0] Changed version in compiler More... over 14 years ago
Improve tests/makefile.in so that it uses the -exe compile flag. More... over 14 years ago
Add fallback encoding for UTF character encoding when BOM is not present on input. More... over 14 years ago
Improve backtrace of interpreted code when nonprocedure operator exceptions are raised. More... over 14 years ago
Improve error message for nonprocedure in operator position exception. More... over 14 years ago
Add simple let-floating, which improves performance of do loops when using syntax-case. More... over 14 years ago
Fix problem with open-process on Windows. This required an extensive rewrite of the pipe I/O implementation. More... over 14 years ago
Add -obj and -exe options to gsc, allowing executable programs to be created directly with gsc. More... over 14 years ago
Fix typos in Gambit man page. More... almost 15 years ago
Invoke sed in the makefiles without GNU extensions (this solves a problem on Solaris, at least). More... almost 15 years ago
Fix code generation problem with future special form (incorrect computation of live variables). More... almost 15 years ago
Fix bug #104, which caused open-process to fail due to an EINTR on OpenBSD 4.5 (thanks to Taylor Venable for assistance in solving the bug). More... almost 15 years ago
Fix infinite loop on Linux in tcp-client-peer-socket-info when an asynchronous connection failed. More... almost 15 years ago
Fix bug with process-status and add call-with-input-process, with-input-from-process, etc. More... almost 15 years ago
Fix Microsoft Windows installer for MSVC variant so that path of installation directory is correctly set. More... almost 15 years ago
Improve Microsoft Windows prebuilt installer for VisualC variant. More... almost 15 years ago
Fix makefile dependencies to allow concurrent build (thanks to Adrien Pierard for spotting this problem). More... almost 15 years ago
Add lib/dead.h to the distribution. More... almost 15 years ago
Add documentation for C compiler environment variable setting. More... almost 15 years ago
Set LIBRARY_PATH and CPATH environment variables under Microsoft Windows so that gcc will find gambit.h and Gambit libraries. More... almost 15 years ago
Implement serialization/deserialization of promises. More... almost 15 years ago