This is the s-utils Reference Manual, version 1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Tue Jul 15 06:36:25 2025 GMT+0.
The main system appears first, followed by any subsystem dependency.
s-utilsS-UTILS is collection of Common Lisp utilities
Sven Van Caekenberghe <svc@mac.com>
Sven Van Caekenberghe <svc@mac.com>
Lesser Lisp General Public License (LLGPL)
S-UTILS is collection of Common Lisp utilities
1
src (module).
Modules are listed depth-first from the system components tree.
s-utils/srcs-utils (system).
package.lisp (file).
utils.lisp (file).
Files are sorted by type and then listed depth-first from the systems components trees.
s-utils/src/utils.lisppackage.lisp (file).
src (module).
+en-duration-unit-names+ (special variable).
+us-date-format+ (special variable).
+us-day-names+ (special variable).
+us-month-names+ (special variable).
+us-time-format+ (special variable).
copy-stream (function).
format-duration (function).
format-iso-gmt-time (function).
format-universal-time (function).
make-subdirectory (function).
parse-integer-safely (function).
pathname-parent (function).
tokens (function).
Packages are listed by definition order.
s-utilsS-UTILS is collection of Common Lisp utilities
common-lisp.
+en-duration-unit-names+ (special variable).
+us-date-format+ (special variable).
+us-day-names+ (special variable).
+us-month-names+ (special variable).
+us-time-format+ (special variable).
copy-stream (function).
format-duration (function).
format-iso-gmt-time (function).
format-universal-time (function).
make-subdirectory (function).
parse-integer-safely (function).
pathname-parent (function).
tokens (function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
English time duration unit name constant strings
US English style date-only format
US English short day name constant strings
US English short month name constant strings
US English style date-time format
Copy all data from input stream in to output stream out using buffer (and read/write-sequence)
Format seconds as duration using unit-names, if stream is not nil use it, else return a string
Format universal time using a simple and fast ’ISO GMT’ style, if stream is not nil use it, else return a string
Format universal time using format, day-names and month-names, if stream is not nil use it, else return a string
Give a pathname, basedir, of a directory, create a subdirectory with name subdir
Like parse-integer, but will return default on error, accepts nil as argument
Given a pathname, return the parent pathname
Split string in a list of tokens using separators, a list of characters
| Jump to: | C F M P T |
|---|
| Jump to: | C F M P T |
|---|
| Jump to: | +
S |
|---|
| Jump to: | +
S |
|---|
| Jump to: | F M P S U |
|---|
| Jump to: | F M P S U |
|---|