John Benediktsson
824e239915
core-text: change metrics>dim not to ceiling.
2020-05-16 09:58:42 -07:00
Sergii Fesenko
4353b05cf1
io.standard-paths: fix standard-login-paths for fish shell
...
Fish shell automatically split variables whose name ends in "PATH" into lists,
and uses space as separator for output
Colons force fish to use standard $PATH representation
2020-05-16 07:03:23 -07:00
John Benediktsson
413cc49d3b
urls: adding redacted-url to mask the password of a URL.
...
This is particularly useful for logging to avoid accidentally printing
passwords in web server logs.
2020-05-15 12:13:00 -07:00
Silvio Mayolo
454f192562
Added imenu tags to factor-mode for Emacs
2020-05-14 15:16:55 +00: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
05796cb497
math.bitwise: some docs cleanup.
2020-05-02 07:43:39 -07:00
Doug Coleman
94c6c8e5db
math.bitwise: Add some more docs to find bits form >signed.
2020-05-01 22:49:14 -05:00
Doug Coleman
c21608b0a0
math.bitwise: Add an in-order bitfield word called bitfield*.
2020-05-01 22:48:48 -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
34640fe559
bootstrap.image.upload: remove os hook from scp-name.
2020-04-21 07:05:19 -07:00
Doug Coleman
bb1dbc887b
bootstrap.image.upload: scp is included with windows git now.
...
pscp is not necessary anymore and in fact is a more effort to set up.
2020-04-21 01:18:38 -05:00
John Benediktsson
75d82c2a93
visionect: new vocab for Visionect Server Management API.
2020-04-20 14:58:51 -07:00
Doug Coleman
e6b546c358
math.bitwise: Fix shift "right" to shift "left" for bitfield.
...
This word was really hard to understand so I reworked the docs and added another example.
2020-04-18 19:46:29 -05: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
Alexander Iljin
894571c484
compiler.tree.propagation.constraints: fix a harmless typo
2020-04-14 10:41:22 -07:00
Alexander Iljin
a2978c8cb9
alien.data-docs: fix wording and punctuation in cast-array help
2020-04-14 10:41:18 -07:00
Alexander Iljin
bcaba7b7c6
ui.gestures-docs: add code example to file-drop gesture documentation
2020-04-14 10:41:12 -07:00
Alexander Iljin
8af54ff2fa
io.timeouts-docs: fix an example formatting
...
The help system highlights only the last line as the code "output", so in
this case it displayed only half of the text that way.
2020-04-14 10:41:04 -07:00
Doug Coleman
723e0e2c1a
vm: Allow larger 32bit code heaps.
...
Code heap is artificially restricted on 32bit because PPC only had relative
jump instructions of a certain width and we punted on implementing
larger jumps.
2020-04-13 15:50:58 -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
7cda5f7e53
literals-docs: fix a copy-paste error
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
c98b49aaf4
windows.kernel32: add GetLogicalDriveStrings
2020-04-13 19:33:42 +00:00
Alexander Iljin
24eff67e60
windows.version: new vocab
2020-04-13 19:33:42 +00:00
Alexander Iljin
56ca2c3cb0
alien.data-docs: fix a typo
2020-04-13 19:33:42 +00:00
Alexander Iljin
e14cd169e1
io.files.windows: rename a stack effect to make it more readable
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
dc78ea1ac8
mirrors: make failures check error type.
2020-04-13 10:53:22 -07:00
Cat Stevens
90fcf7cfd5
mirrors: useless using
2020-04-13 17:52:09 +00:00
Cat Stevens
175a42bd49
mirrors: delete-at and clear-assoc are an error, fix #1757
...
M\ mirror delete-at and M\ mirror clear-assoc
have been made to throw a new
mirror-slot-removal error, because
it doesn't make sense to remove a
tuple slot, and this behaviour should
not have been relied on.
2020-04-13 17:52:09 +00:00
John Benediktsson
c56dd706ce
io.directories: use factor for touch-file.
2020-04-13 10:28:16 -07:00