- added new functions "identity", "parse-boolean", "show-boolean" and
"get-option-value", - removed obsolete functions "with-optional-part?" and "is-running-dry?".
This commit is contained in:
parent
1e8c345f34
commit
02993a2bfe
|
@ -1,5 +1,5 @@
|
||||||
;;; Installation library for scsh modules.
|
;;; Installation library for scsh modules.
|
||||||
;;; $Id: install-lib-module.scm,v 1.3 2003/12/14 14:43:18 michel-schinz Exp $
|
;;; $Id: install-lib-module.scm,v 1.4 2003/12/21 20:55:40 michel-schinz Exp $
|
||||||
|
|
||||||
;;; Interfaces
|
;;; Interfaces
|
||||||
|
|
||||||
|
@ -19,10 +19,12 @@
|
||||||
install-directories
|
install-directories
|
||||||
install-directory-contents
|
install-directory-contents
|
||||||
|
|
||||||
get-directory
|
identity
|
||||||
|
parse-boolean
|
||||||
|
show-boolean
|
||||||
|
|
||||||
with-optional-part?
|
get-directory
|
||||||
is-running-dry?
|
get-option-value
|
||||||
|
|
||||||
install-main))
|
install-main))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue