Commit Graph

31719 Commits (3eb6e55ae4b51ec9de976f22a833f2f1f7605f5c)

Author SHA1 Message Date
Doug Coleman 3eb6e55ae4 db: Fix using list for walker. 2020-08-27 10:28:12 -05:00
John Benediktsson a861c4c732 assocs: improve stack effect for delete-at* and ?delete-at. 2020-08-23 13:04:48 -07:00
Alexander Iljin 00fc565111 sodium: add the "bindings" tag 2020-08-20 18:04:42 +00:00
John Benediktsson 3fdb0325ca misc: update vim syntax for ?change-at. 2020-08-17 10:14:13 -07:00
John Benediktsson 1ac7e08f59 assocs: adding ?change-at. 2020-08-17 10:08:41 -07:00
John Benediktsson 699ebc960b colors.hex: adding an invalid-hex-color error. 2020-08-17 08:04:04 -07:00
John Benediktsson ce871f99dd compiler.tree.escape-analysis.branches: no need for sift. 2020-08-14 13:43:02 -07:00
John Benediktsson 60dd083bcb misc/vim: highlight predicate classes. 2020-08-14 13:28:48 -07:00
John Benediktsson 5176b270d2 misc: more syntax tests. 2020-08-14 13:22:34 -07:00
John Benediktsson d535b62f50 vocabs.parser: faster name lookup. 2020-08-14 11:58:50 -07:00
John Benediktsson 8cc090950a tools.profiler.sampling: fixing missed rename. 2020-08-14 11:57:27 -07:00
John Benediktsson 997aaf005e Revert "Revert "vm: Allow larger 32bit code heaps.""
This reverts commit 0c0647f12c.
2020-08-14 10:47:18 -07:00
John Benediktsson 6e83e00d22 vm: rename primitive_sampling_profiler to primitive_set_profiling.
also rename the private primitives words in tools.profiler.sampling.
2020-08-14 10:40:54 -07:00
John Benediktsson e1085ffef4 vm: add some allocates memory comments. 2020-08-14 10:27:54 -07:00
John Benediktsson f21deee3df vm: change some bools from cell to bool. 2020-08-14 10:27:18 -07:00
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