John Benediktsson
0c0647f12c
Revert "vm: Allow larger 32bit code heaps."
...
This reverts commit 723e0e2c1a
.
2020-08-14 10:14:18 -07:00
John Benediktsson
8eb78b9212
Revert "checksums.multi: make multi-checksum an instance of checksum"
...
This reverts commit fbeb409979
.
2020-08-13 16:09:31 -07:00
John Benediktsson
995d717277
tools.profiler.sampling: assert that profile-data is created.
2020-08-13 14:50:52 -07:00
John Benediktsson
5eaaaf06d6
xml.tests: fix USING.
2020-08-13 09:57:29 -07:00
John Benediktsson
bb827a1565
furnace: require chloe-tags when loading furnace framework.
2020-08-13 09:17:43 -07:00
John Benediktsson
6bfc54b15c
xml.tests: require 8-bit encodings.
2020-08-13 09:17:20 -07:00
John Benediktsson
24e1080362
alien.libraries.finder.macosx: fix test USING.
2020-08-12 15:01:51 -07:00
John Benediktsson
126f3acf63
math.bitwise: remove duplicate logic in bitfield.
2020-08-05 15:57:27 -07:00
John Benediktsson
70687a0eb3
alien.libraries.finder.linux: return fully-qualified path.
2020-08-05 10:59:01 -07:00
John Benediktsson
40aedcb346
alien.libraries.finder: cleanup, add windows tests.
2020-08-05 10:58:43 -07:00
John Benediktsson
564720281d
command-line.startup: print default values for parameters.
2020-08-04 13:30:00 -07:00
Alexander Iljin
53d741a6ef
L-system: rename some words to new conventions
...
Move the angle brackets from tuple names to their <constructors>.
2020-08-04 19:57:23 +00:00
Alexander Iljin
42855b4c44
L-system: reformat for brevity
2020-08-04 19:57:23 +00:00
Alexander Iljin
0bee527143
L-system: use named color constants
2020-08-04 19:57:23 +00:00
Alexander Iljin
bfe2140148
L-system: fix compilation
2020-08-04 19:57:23 +00:00
Alexander Iljin
28bdbf8a2c
L-system: resurrect from unmaintained to extra
2020-08-04 19:57:23 +00:00
Alexander Iljin
8a3d7a9d7f
syntax-docs: add description of the vocab:word syntax
2020-08-01 22:32:55 +00:00
Alexander Iljin
21a1a6e7a1
syntax-docs: fix a typo
2020-08-01 22:32:55 +00:00
Alexander Iljin
c496feb256
syntax-docs: remove mention of a nonexistent error
2020-08-01 22:32:55 +00:00
Alexander Iljin
5d0827ed4e
totp[-docs]: accept TOTP keys in Base 32 encoding
...
Base 32 is the encoding, in which keys are given to Google Authenticator.
2020-07-29 17:44:07 +00:00
Alexander Iljin
92b7c32e19
totp[-docs]: change default totp-hash value to SHA-1
...
SHA-1 is the hash used by the Google Authenticator application, which this
vocab wanted to imitate in the first place.
2020-07-29 17:44:07 +00:00
Alexander Iljin
27d38225f4
checksums: inherit checksum-state from disposable
...
This allows the inherited tuples, including block-checksum-state, to be
treated like the normal disposable tuples, instead of imitating only part
of the interface.
2020-07-29 17:42:02 +00:00
Alexander Iljin
fbeb409979
checksums.multi: make multi-checksum an instance of checksum
...
Previously it was declared to be an instance of block-checksum, which is
not necessarily the case, since the participating checksums don't have to
be block-checksums.
2020-07-29 17:42:02 +00:00
John Benediktsson
9c60c202e9
sequences.extras: move some words to assocs.extras.
2020-07-19 20:18:15 -07:00
Doug Coleman
2c488736e4
sequences.extras: Add {filter,reject}-{keys,values}
2020-07-19 10:41:51 -05:00
Alexander Iljin
d1782a23cc
io.pathnames-docs: fix a copy-paste error
2020-07-19 14:24:11 +00:00
Alexander Iljin
671aa228f3
math-docs: fix `times` documentation
...
The word `each` used to loop over integers in the past, but it does not
anymore.
2020-07-19 14:24:11 +00:00
Doug Coleman
5c3efc5cee
build.sh: Fix update-boot-image help
2020-07-03 14:16:45 -05:00
Doug Coleman
464bd705f4
unix: Add more posix_spawnp and rename fork-process to call-fork.
...
- spawn-process will call posix_spawn()
- fork-process will call fork()
The environment variable should be used or else apps like VSCode won't open because the display isn't set.
2020-06-30 21:12:51 -05:00
John Benediktsson
3a091577ae
vocabs.hierarchy: use ensure-vocab-root/prefix.
2020-06-26 20:19:24 -07:00
John Benediktsson
d8f7bd067d
vocabs.hierarchy: fix (disk-vocabs) on subvocabs.
2020-06-26 20:13:13 -07:00
Doug Coleman
35719d11b6
vocabs.hierarchy: Fix typo.
...
Closes #2314 .
2020-06-26 19:17:11 -05:00
Doug Coleman
87022ea3b9
unix.linux.proc: Add cpuinfo flag "vmx flags".
...
Fixes #2315 .
I'm not sure how this would have stopped a vocabulary from loading.
cpuinfo flags are in linux kernel repo:
arch/x86/kernel/cpu/proc.c
2020-06-26 19:16:18 -05:00
Doug Coleman
be6d8cae27
tools.dns.public: Add cloudflare dns
2020-06-23 18:20:39 -05:00
Doug Coleman
b6373caa4f
system-info.macosx: 11.0
2020-06-22 13:49:48 -05:00
Doug Coleman
8aa76be5ed
system-info.macosx: Big Sur
2020-06-22 13:11:06 -05:00
Doug Coleman
6c02569916
build.sh: Recognize arm64 ipad/appletv.
2020-06-15 17:10:07 -05:00
John Benediktsson
0b7122350e
Revert "ui.gadgets.borders: don't convert border-loc to fixnum."
...
This reverts commit eb7aad96c0
.
2020-06-15 07:36:52 -07:00
Doug Coleman
d88ed6ce63
help.cookbook: Fix typo.
...
Fixes #2307 .
2020-06-13 08:48:00 -05:00
Doug Coleman
e9ab963df9
math.bitwise: Fix example for bitfield*
2020-06-12 19:40:47 -05:00
Doug Coleman
a7b058bed1
math.bitwise: I can't implement ``bitfield*`` as ``reverse bitfield``
...
I don't really know why. Add some tests in the docs and document bitfield*
2020-06-12 19:24:02 -05:00
Doug Coleman
c87811f611
ui.backend.cocoa: fix bootstrap -- vocab does not exist.
2020-06-12 18:43:01 -05:00
Doug Coleman
8efe213273
vocabs: On use-vocab we should throw an error if the vocabulary does not exist.
...
Also ui.pixel-formats.private does not exist so remove that.
Fixes #2298 .
2020-06-12 18:23:45 -05:00
Doug Coleman
8bc4a3f2b8
build.sh: Add OS detection for Haiku.
2020-06-10 17:05:47 +00:00
Dusk
a67f2a4a05
vim/syntax: Even more fixups.
...
|:syn-priority| is respected now, :syn-skip & :syn-keepend are used
when appropriate, newlines don't jank stuff up, comments don't extend
match regions, numbers are much more reliable, and stack effect error
highlights return.
A feature request has even been sent to Bram.
https://github.com/vim/vim/issues/872#issuecomment-641025231
2020-06-10 03:12:30 +00:00
John Benediktsson
d59cb0a672
misc/vim: change stack effects to not highlight when required
...
This is due to optional requirement in some forms, for example M:.
2020-06-08 12:03:54 -07:00
John Benediktsson
c6f634d6a6
ui.tools.listener: re-order emacs keybinding docs.
2020-06-08 11:39:41 -07:00
John Benediktsson
0dd87cc282
misc/vim: fix NAN: highlighting, and private generic definitions.
2020-06-08 11:38:30 -07:00
John Benediktsson
17e862b801
misc: add private definitions to syntax-test file.
2020-06-08 11:21:09 -07:00
John Benediktsson
f3bd6dd183
misc/vim/syntax: fix private word highlights.
2020-06-08 11:21:09 -07:00