cyclone/scheme
Sören Tempel e3d7b6eed9 Flush current-output-port after writing prompt to it
On Unix-like operating systems stdio.h (which Cyclone seems to use
internally) is line-buffered. As such, the prompt will only be written
after a newline character is written (since the prompt itself doesn't
contain a newline) which is probably not what was
intended here. This commit fixes this issue by always flushing the
current-output-port after writing the prompt string.
2021-08-03 11:36:14 +02:00
..
cyclone Issue #273 - Avoid compiler warning 2021-07-19 19:45:34 -07:00
base.sld Issue #433 - Working numerator/denominator 2021-07-22 17:12:56 -04:00
case-lambda.sld Added header comment block. 2016-02-14 22:35:04 -05:00
char.sld Use fast version of member 2016-10-15 18:19:18 -04:00
complex.sld Build-out make-rectangular 2018-05-10 13:24:24 -04:00
cxr.sld Fix (scheme cxr) definitions 2019-12-01 20:53:21 -06:00
eval.sld Issue 395 - Cleanup, use _expand instead of macro:expand 2021-07-29 22:58:29 -04:00
file.sld Added header comment block. 2016-02-14 22:35:04 -05:00
inexact.sld Issue #376 - Support for two-argument atan 2020-05-20 22:26:07 -04:00
lazy.sld Updated force to recursively force promises. 2020-09-15 12:42:02 -04:00
load.sld Allow (load) to read source location information 2020-07-23 15:52:36 -04:00
process-context.sld Set immutable flag 2019-05-01 17:41:47 -04:00
read.sld Avoid warning from C compiler 2021-03-18 13:22:44 -04:00
repl.sld Flush current-output-port after writing prompt to it 2021-08-03 11:36:14 +02:00
time.sld Cleaned-up timing code 2021-03-05 22:57:33 -03:00
write.sld Added aliases for missing write functions 2016-09-27 18:01:40 -04:00