~ chicken-core (chicken-5) e7128b2f0c282545a32fab6e19610f1eaff3fed1
commit e7128b2f0c282545a32fab6e19610f1eaff3fed1
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Sun Dec 6 13:16:25 2009 +0100
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Sun Dec 6 13:16:25 2009 +0100
trivial changes
diff --git a/NEWS b/NEWS
index 61fe0dbb..f3d6f0ae 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@
`fpasin', `fpacos', `fpatan', `fpatan2', `fpexp', `fplog',
`fpexpt' and `fpsqrt'
- heavy cleanup of floating math library functions
+- calling `advice' with a single argument shows the tested expression
+ on failure
4.2.12
diff --git a/rules.make b/rules.make
index 716b18b6..de0971b8 100644
--- a/rules.make
+++ b/rules.make
@@ -1309,7 +1309,7 @@ check: $(CHICKEN_SHARED_EXECUTABLE) $(CSI_SHARED_EXECUTABLE) $(CSC_PROGRAM)
.PHONY: bootstrap bootstrap-files
bootstrap:
- $(COPY_COMMAND) $(SRCDIR)bootstrap/* $(SRCDIR).
+ $(COPY_COMMAND) $(SRCDIR)bootstrap$(SEP)* $(SRCDIR).
$(MAKE) -f $(SRCDIR)Makefile.$(PLATFORM) CONFIG=$(CONFIG) STATICBUILD=1 \
DEBUGBUILD=1 PLATFORM=$(PLATFORM) chicken$(EXE)
$(COPY_COMMAND) chicken$(EXE) chicken-boot$(EXE)
Trap