projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c79771e
)
Allow arbitrary whitespace in passed-in time strings.
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 15 May 2000 17:39:28 +0000
(17:39 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 15 May 2000 17:39:28 +0000
(17:39 +0000)
v7/src/runtime/datime.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/datime.scm
b/v7/src/runtime/datime.scm
index 7cf163702febf7a59b36309437ab0a8a69b9225d..6224f85ea3c19c2a1ded81ce4be2dc6bded74a48 100644
(file)
--- a/
v7/src/runtime/datime.scm
+++ b/
v7/src/runtime/datime.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: datime.scm,v 14.2
5 2000/03/22 17:44:39
cph Exp $
+$Id: datime.scm,v 14.2
6 2000/05/15 17:39:28
cph Exp $
Copyright (c) 1988-2000 Massachusetts Institute of Technology
@@
-234,7
+234,7
@@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
(lambda ()
(error "Ill-formed RFC-822 time string:" string))))
(let ((tokens
- (let ((tokens (burst-string string
#\
space #t)))
+ (let ((tokens (burst-string string
char-set:white
space #t)))
(case (length tokens)
((5) tokens)
((6)