Added new features.
This commit is contained in:
parent
acb29ac3bc
commit
7463169adf
|
@ -425,6 +425,7 @@
|
||||||
match:end
|
match:end
|
||||||
match:substring
|
match:substring
|
||||||
make-regexp
|
make-regexp
|
||||||
|
->regexp
|
||||||
regexp?
|
regexp?
|
||||||
regexp-exec
|
regexp-exec
|
||||||
regexp-substitute
|
regexp-substitute
|
||||||
|
@ -453,6 +454,7 @@
|
||||||
simplify-file-name
|
simplify-file-name
|
||||||
resolve-tilde-file-name
|
resolve-tilde-file-name
|
||||||
resolve-file-name
|
resolve-file-name
|
||||||
|
absolute-file-name
|
||||||
home-dir
|
home-dir
|
||||||
home-file))
|
home-file))
|
||||||
|
|
||||||
|
@ -485,6 +487,18 @@
|
||||||
set-date:week-day
|
set-date:week-day
|
||||||
set-date:year-day
|
set-date:year-day
|
||||||
|
|
||||||
|
modify-date:seconds
|
||||||
|
modify-date:minute
|
||||||
|
modify-date:hour
|
||||||
|
modify-date:month-day
|
||||||
|
modify-date:month
|
||||||
|
modify-date:year
|
||||||
|
modify-date:tz-name
|
||||||
|
modify-date:tz-secs
|
||||||
|
modify-date:summer?
|
||||||
|
modify-date:week-day
|
||||||
|
modify-date:year-day
|
||||||
|
|
||||||
time+ticks
|
time+ticks
|
||||||
ticks/sec
|
ticks/sec
|
||||||
time
|
time
|
||||||
|
@ -956,6 +970,16 @@
|
||||||
tty-info:min set-tty-info:min
|
tty-info:min set-tty-info:min
|
||||||
tty-info:time set-tty-info:time
|
tty-info:time set-tty-info:time
|
||||||
|
|
||||||
|
modify-tty-info:control-chars
|
||||||
|
modify-tty-info:input-flags
|
||||||
|
modify-tty-info:output-flags
|
||||||
|
modify-tty-info:control-flags
|
||||||
|
modify-tty-info:local-flags
|
||||||
|
modify-tty-info:input-speed
|
||||||
|
modify-tty-info:output-speed
|
||||||
|
modify-tty-info:min
|
||||||
|
modify-tty-info:time
|
||||||
|
|
||||||
make-tty-info copy-tty-info
|
make-tty-info copy-tty-info
|
||||||
|
|
||||||
tty-info
|
tty-info
|
||||||
|
|
Loading…
Reference in New Issue