Reinstate FILE-MATCH, accidentally left unported from 0.5.1.
Replace mention of SRFI 13 (not there yet) by STRING-LIB (gone soon).
This commit is contained in:
parent
b289d0dde7
commit
be84d5ec47
|
@ -290,7 +290,7 @@
|
||||||
directory-files
|
directory-files
|
||||||
glob
|
glob
|
||||||
glob-quote
|
glob-quote
|
||||||
; file-match
|
file-match
|
||||||
|
|
||||||
create-temp-file
|
create-temp-file
|
||||||
temp-file-iterate
|
temp-file-iterate
|
||||||
|
|
|
@ -229,7 +229,7 @@
|
||||||
filesys
|
filesys
|
||||||
fileinfo
|
fileinfo
|
||||||
glob
|
glob
|
||||||
; filemtch
|
filemtch
|
||||||
time ; New in release 0.2.
|
time ; New in release 0.2.
|
||||||
(machine time_dep)
|
(machine time_dep)
|
||||||
network ; New in release 0.3.
|
network ; New in release 0.3.
|
||||||
|
@ -338,7 +338,7 @@
|
||||||
(files fr)
|
(files fr)
|
||||||
;; Handle a little bit of backwards compatibility.
|
;; Handle a little bit of backwards compatibility.
|
||||||
(begin (define join-strings (deprecated-proc string-join 'join-strings
|
(begin (define join-strings (deprecated-proc string-join 'join-strings
|
||||||
"Use SRFI-13 STRING-JOIN.")))
|
"Use STRING-LIB STRING-JOIN.")))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue