include env fix, decode-universal-time added
This commit is contained in:
@@ -66,7 +66,6 @@ utils/local_install.sh
|
||||
|
||||
|
||||
### KNOWNN BUGS
|
||||
- in (include "file.lsp") are not available stdlib.lsp finctions like (string-trim ..) etc
|
||||
- (read-url "https://api.nasdaq.com/api/calendar/dividends/") ; hangs in sslclient.cpp line 132
|
||||
|
||||
### TODO
|
||||
@@ -96,8 +95,6 @@ utils/local_install.sh
|
||||
- string functions
|
||||
- compare - needed for sorting, cmp ignore case
|
||||
- regexp match, regexp tokens
|
||||
- date support
|
||||
- decode-universal-time (http://www.lispworks.com/documentation/HyperSpec/Body/f_dec_un.htm)
|
||||
- env functions
|
||||
- get-env, set-env; set-env cannot be implemented in stdlib.lsp, because popen is in fact subshell
|
||||
- macros and then loop, let etc
|
||||
@@ -115,4 +112,4 @@ https://github.com/antirez/linenoise
|
||||
|
||||
|
||||
#### read stdout and stderr from popen
|
||||
https://stackoverflow.com/questions/478898how-do-i-execute-a-command-and-get-the-output-of-the-command-within-c-using-po
|
||||
https://stackoverflow.com/questions/478898how-do-i-execute-a-command-and-get-the-output-of-the-command-within-c-using-po
|
||||
Reference in New Issue
Block a user