John Benediktsson
abb1755311
logic.examples.money: use lnth and leach.
2020-05-16 11:26:16 -07:00
John Benediktsson
5f89facf9e
basis/extra: replace "/ >integer" with "/i" in a few places.
2020-05-16 11:17:42 -07:00
John Benediktsson
7b023ad59d
brainfuck: inline (?) because it's not a language command.
2020-05-16 10:13:10 -07:00
Alexander Iljin
484d564b5d
sodium.ffi: add the scrypt functions
2020-05-10 18:31:37 -05:00
Alexander Iljin
882050600e
sodium: update copyright years in the header
2020-05-10 18:31:37 -05:00
Alexander Iljin
39ab923224
sodium: add sodium-bin>base64
2020-05-10 18:31:37 -05:00
Alexander Iljin
cefb0c6e9e
sodium: add sodium-base64>bin
2020-05-10 18:31:37 -05:00
John Benediktsson
d27c259928
tensors: updated with the latest tensors vocab.
...
rebased and merged #2283
2020-04-27 20:15:33 -07:00
John Benediktsson
298bbddeb1
visionect: change http-backend to use CRLF.
2020-04-23 11:23:58 -07:00
John Benediktsson
2f8e96a6b6
visionect: handle non-post-data in visionect-post.
2020-04-21 21:18:42 -07:00
John Benediktsson
eef4e17727
visionect: fix get-tclv and set-tclv.
2020-04-21 12:33:55 -07:00
John Benediktsson
ecf9352a25
visionect: get http-backend working properly.
2020-04-21 12:25:37 -07:00
Steve Ayerhart
e04a6e39f3
added srv parsing
2020-04-21 18:00:17 +00:00
Steve Ayerhart
b9469a4acc
incorrect SRV enum
2020-04-21 18:00:17 +00:00
John Benediktsson
75d82c2a93
visionect: new vocab for Visionect Server Management API.
2020-04-20 14:58:51 -07:00
John Benediktsson
8d4f0be202
io.files.trash: use normalize-path.
2020-04-18 09:58:40 -07:00
John Benediktsson
4cb4308a11
io.files.trash: add tags.txt for now.
2020-04-18 09:48:22 -07:00
John Benediktsson
8cf877a1cd
websites.concatenative: rename cgi to gitweb.
2020-04-17 22:11:25 -07:00
Alexander Iljin
a06e9cc3b2
io.files.trash.windows: convert input path to absolute in send-to-trash
...
The input path must be absolute, but normalize-path can't be used, because
that returns UNC path, and SHFileOperation fails on any path prefixed with
"\\?", see https://docs.microsoft.com/en-us/windows/win32/api/shellapi/ns-shellapi-shfileopstructa
Use absolute-path instead. The mixture of slashes and backslashes in the
path is tolerated, at least on Windows 10.
Add a simple unit-test.
2020-04-17 02:55:24 +00:00
Alexander Iljin
595cf81eb8
io.files.trash.windows: fix SHFILEOPSTRUCTW struct
...
Fix the incorrect field alignment. SHFileOperationW crashed with a memory
protection error while trying to dereference only part of the string
pointer.
2020-04-17 02:55:24 +00:00
Alexander Iljin
d486e39255
ui.gadgets.charts: delete some obsolete implementation comments
2020-04-14 10:41:33 -07:00
Alexander Iljin
d2b79e7185
images.viewer-docs: remove some extra spaces
2020-04-14 10:41:27 -07:00
John Benediktsson
5d818ccc71
mason.child: change windows code-heap from 200 to 100.
2020-04-13 13:36:10 -07:00
John Benediktsson
a89474786e
drive-strings: really move this time.
2020-04-13 12:53:13 -07:00
John Benediktsson
1e81dbdf17
drive-strings: move to windows.drive-strings.
2020-04-13 12:43:25 -07:00
Alexander Iljin
0b1a080bb0
sodium.secure-memory: fix a stack effect and add documentation
2020-04-13 19:33:42 +00:00
Alexander Iljin
97b07d9972
drive-strings: add a demo vocab for GetLogicalDriveStrings to extra
2020-04-13 19:33:42 +00:00
Alexander Iljin
24eff67e60
windows.version: new vocab
2020-04-13 19:33:42 +00:00
John Benediktsson
61ae19d7e4
sodium: fix help-lint warnings.
2020-04-13 11:16:18 -07:00
John Benediktsson
799912b953
sodium.secure-memory: fix return type of secure-memory=.
2020-04-13 11:13:20 -07:00
John Benediktsson
f0013a8815
sodium.secure-memory: apply @AlexIljin patch for secure-memory=.
2020-04-13 09:53:39 -07:00
Alexander Iljin
87d7908063
sodium.secure-memory: new vocab
2020-04-13 15:32:00 +00:00
Alexander Iljin
7d87d1ee8a
sodium.ffi: add 2020 to the copyright years
2020-04-13 15:32:00 +00:00
Alexander Iljin
a2bb9f117b
sodium.ffi: fix the pointer declaration syntax
2020-04-13 15:32:00 +00:00
Alexander Iljin
7a7b69c73d
sodium.ffi: add the Argon2i header definitions
2020-04-13 15:32:00 +00:00
Alexander Iljin
2ba1db0362
sodium.ffi: fix the array parameters in the function declarations
...
Add a couple of necessary constants.
2020-04-13 15:32:00 +00:00
Alexander Iljin
142d02ce43
sodium.ffi: add some SHA hash and HMAC headers
2020-04-13 15:32:00 +00:00
Doug Coleman
899c388ca7
benchmark.regex-dna: We have to read the input and output files with \n
...
line endings.
2020-04-12 11:23:38 -07:00
Doug Coleman
4a48297387
io: Really fix the tests.
2020-04-12 11:04:50 -05:00
Doug Coleman
32410ebca7
Windows: Handle three places where Windows line endings break the tests.
...
Usually we check out with Unix line endings, but if you don't set this
option, then get adds extra newlines to text files. Since there are
only three places, let's just fix them.
Fixes #2276
2020-04-12 00:05:44 -05:00
Doug Coleman
cff2fde9f9
mason.child: Up the codeheap size on Windows mason tests.
2020-04-10 21:31:56 -07:00
Doug Coleman
f5d0b8bfb0
sodium: Less stack shuffling in test.
2020-04-07 00:52:29 -05:00
John Benediktsson
2c014197c7
mason.test: change mason to load roots in order.
...
This will allow us to know when core depends on basis, or basis on
extra, because they should get load errors.
2020-04-03 09:44:45 -07:00
John Benediktsson
94d97a20f5
basis/extra: move tools.
2020-04-02 17:06:50 -07:00
John Benediktsson
3b1464630c
cli.git: revert process-contents patch.
2020-04-02 09:53:56 -07:00
John Benediktsson
de3b74d1c6
basis/extra: move fewer things.
2020-04-01 21:37:28 -07:00
John Benediktsson
42cf41e616
Revert "basis: Move any vocabularies required by basis into basis."
...
This reverts commit 59c2956570
.
2020-04-01 21:37:28 -07:00
John Benediktsson
33eb8a7837
Revert "basis: Move more extra to basis."
...
This reverts commit 2d85dafa98
.
2020-04-01 21:37:28 -07:00
Alexander Iljin
7e4c854714
rosetta-code.multisplit: reduce memory usage
...
Avoid creating a filtered sequence when all we need is its first element.
2020-04-02 01:50:01 +00:00
Alexander Iljin
9b143a826d
rosetta-code.multisplit: new vocab
2020-04-01 23:21:52 +00:00