0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 20 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix compiler bug which caused out-of-line internal continuation frames to have incorrect frame descriptors. More... over 14 years ago
[RUNTIME CHANGES NEEDED FOR v4.6.0] Changed version of runtime using misc/changev and ___FRAME_RESERVE to 3 More... over 14 years ago
[COMPILER CHANGES NEEDED FOR v4.6.0] Changed version in compiler and targ-frame-reserve to 3 More... over 14 years ago
Fix bug 123 so that read-line when reading until eof will not prematurely stop reading on slow input devices. More... over 14 years ago
Fix frame of "return to C handler" so that it matches expected size (2 slots) and allow increasing the targ-frame-reserve, which is needed for implementing delimited continuations. More... over 14 years ago
Improve ARM processor endianness determination by include/gambit.h . More... over 14 years ago
Add REPL comma commands: ,N+ and ,N- and ,++ and ,-- . More... over 14 years ago
Fix fxbit-set? which had swapped parameters. More... over 14 years ago
Allow configuration of backtrace output (enabling location column and call column) More... over 14 years ago
Allow configuration of amount of lines at head and tail of backtraces. More... over 14 years ago
Add support for "alt" key on Windows (to access REPL history with alt-p, alt-n, etc). More... over 14 years ago
Add procedure address-infos which is an interface to the getaddrinfo system call. More... over 14 years ago
Propagate single-host/multiple-host configuration to all forms of C compilations (obj, dyn, exe). More... over 14 years ago
Fix gsc/igsc.scm so that compiler can be executed interpreted (useful for debugging and experimentation). More... over 14 years ago
[RUNTIME CHANGES NEEDED FOR v4.5.3] Changed version of runtime using misc/changev More... over 14 years ago
[COMPILER CHANGES NEEDED FOR v4.5.3] Changed version in compiler More... over 14 years ago
Add warnings?: parameter to link-flat and link-incremental to eliminate warning messages. More... over 14 years ago
Add to the Windows installer a "Gambit-C" entry to the start menu (fix bug 118). More... over 14 years ago
Add module-name: parameter to compile-file-to-c and change exec-vector format to store the module name. More... over 14 years ago
Improve performance of read-line when reading whole files (roughly 40% faster). More... over 14 years ago
Fix bug 119 so that defines in nested REPLs work properly. More... over 14 years ago
Change continuation implementation and documentation to prepare for delimited continuations. More... over 14 years ago
Fix gsc macro-expansion bug when a syntax-case macro expands into a Gambit predefined macro (such as define-type). More... over 14 years ago
Fix gsc's -c option when used with -o option. More... over 14 years ago
[RUNTIME CHANGES NEEDED FOR v4.5.2] Changed version of runtime using misc/changev More... over 14 years ago
[COMPILER CHANGES NEEDED FOR v4.5.2] Changed version in compiler More... over 14 years ago
Improve error checking of clear-bit-field, replace-bit-field and copy-bit-field procedures. More... over 14 years ago
Improve error checking of extract-bit-field and �test-bit-fiel? procedures. More... over 14 years ago
Fix problem with gsc -o option when used together with -c or -obj options. More... over 14 years ago
Add procedures append-vectors, subvector-fill!, subvector-move!, vector-shrink! and their string/u8vector/... analog. More... over 14 years ago