~ chicken-core (chicken-5) f018a55feebe22abcb3d7081ddafe027aef94b64
commit f018a55feebe22abcb3d7081ddafe027aef94b64 Author: Moritz Heidkamp <moritz@twoticketsplease.de> AuthorDate: Sat May 25 17:27:55 2013 +0200 Commit: Peter Bex <peter.bex@xs4all.nl> CommitDate: Tue May 28 22:17:10 2013 +0200 Fix read-symbolic-link types.db entry The optional CANONICALIZE argument was missing. Signed-off-by: Peter Bex <peter.bex@xs4all.nl> diff --git a/types.db b/types.db index 05d54d13..01dce757 100644 --- a/types.db +++ b/types.db @@ -1768,7 +1768,7 @@ (prot/none fixnum) (prot/read fixnum) (prot/write fixnum) -(read-symbolic-link (#(procedure #:clean #:enforce) read-symbolic-link (string) string)) +(read-symbolic-link (#(procedure #:clean #:enforce) read-symbolic-link (string #!optional boolean) string)) (regular-file? (#(procedure #:clean #:enforce) regular-file? ((or string fixnum)) boolean)) (seconds->local-time (#(procedure #:clean #:enforce) seconds->local-time (#!optional number) (vector fixnum fixnum fixnum fixnum fixnum fixnum fixnum fixnum boolean fixnum))) (seconds->string (#(procedure #:clean #:enforce) seconds->string (#!optional number) string))Trap