John Benediktsson
|
ac0828718f
|
prettyprint: keep the cleanup from the last commit without the removal of { soft hard }.
|
2015-07-17 23:05:19 -07:00 |
John Benediktsson
|
2984496e04
|
Revert "prettyprint: remove { soft hard } line-break types (only ever used hard), cleanup."
This reverts commit cf0cec0ecd .
|
2015-07-17 23:02:54 -07:00 |
John Benediktsson
|
e2fc9f003a
|
prettyprint: cleanup using.
|
2015-07-17 16:42:20 -07:00 |
John Benediktsson
|
cf0cec0ecd
|
prettyprint: remove { soft hard } line-break types (only ever used hard), cleanup.
|
2015-07-17 16:05:38 -07:00 |
John Benediktsson
|
39055423ce
|
splitting.monotonic: a bit faster.
|
2015-07-17 14:23:50 -07:00 |
John Benediktsson
|
327a4ba5af
|
splitting.monotonic: cleanup and simplify monotonic-split.
|
2015-07-17 12:14:33 -07:00 |
John Benediktsson
|
9fad4187f3
|
sequences: adding a subseq-unsafe that doesn't check slice bounds.
|
2015-07-17 12:14:33 -07:00 |
Doug Coleman
|
16837c56ee
|
macros: Fix docs to show macros output a quot.
|
2015-07-17 01:54:35 -07:00 |
John Benediktsson
|
59676ce68a
|
splitting.monotonic: return array from empty trends.
|
2015-07-16 17:23:24 -07:00 |
John Benediktsson
|
e2703b5720
|
splitting.monotonic: faster and simpler monotonic-slice.
|
2015-07-16 17:20:41 -07:00 |
John Benediktsson
|
94cddbe927
|
sequences: integer slots in slice, don't store reason in slice-error.
|
2015-07-16 15:35:03 -07:00 |
John Benediktsson
|
242d18d95e
|
locals: use a test tuple instead of a slice.
|
2015-07-16 15:34:36 -07:00 |
John Benediktsson
|
37f7fa95ca
|
grouping: integer slots in circular-slice.
|
2015-07-16 15:32:41 -07:00 |
John Benediktsson
|
5d6632514a
|
io.sockets: make host-name a hook and throw correct errors.
|
2015-07-16 13:15:14 -07:00 |
John Benediktsson
|
5825099745
|
bootstrap.image: minor cleanup.
|
2015-07-16 11:09:17 -07:00 |
John Benediktsson
|
dc9a501040
|
bootstrap.image.upload: use with-resource-directory.
|
2015-07-16 10:39:33 -07:00 |
John Benediktsson
|
04c5f5bfce
|
base64: separate read-into-ignoring.
|
2015-07-16 08:31:48 -07:00 |
John Benediktsson
|
9204d3c44d
|
base64: simplify (encode-base64).
|
2015-07-16 07:35:51 -07:00 |
John Benediktsson
|
eea048dae2
|
base64: big speedup and cleanup.
|
2015-07-15 22:34:15 -07:00 |
Doug Coleman
|
3d55e79a2c
|
base64: include alphabet-inverse in compilation unit
|
2015-07-15 20:17:52 -07:00 |
Doug Coleman
|
1fc2e659e8
|
base64: Fix load error. $[ and ${ run at parse-time currently, so they can't call words that haven't been compiled yet.
|
2015-07-15 20:03:26 -07:00 |
John Benediktsson
|
027a71d98e
|
base64: use literals to compute the inverse array instead of hardcoding.
|
2015-07-15 18:19:59 -07:00 |
John Benediktsson
|
4cf54117ee
|
checksums.sha: benchmark.sha1 is 15% faster.
|
2015-07-15 16:54:59 -07:00 |
John Benediktsson
|
8a3c5c2634
|
Fix some tests broken by optimized? rename.
|
2015-07-15 11:47:03 -07:00 |
John Benediktsson
|
4c2c8f133f
|
vm: rename some primitives, and some cleanup.
* quot-compiled? => quotation-compiled?
* optimized? => word-optimized?
|
2015-07-15 11:13:52 -07:00 |
John Benediktsson
|
86639b9df0
|
io.encodings.ascii: make sure encode-string gets a string.
|
2015-07-14 22:18:12 -07:00 |
John Benediktsson
|
284c5ac4e3
|
opengl.textures: fix merge whoops.
|
2015-07-14 17:54:14 -07:00 |
John Benediktsson
|
09f4c7941f
|
pack: whoops, need to dup result.
|
2015-07-14 17:50:26 -07:00 |
John Benediktsson
|
d44ca77cff
|
opengl.textures: use cum-sum0 from math.statistics.
|
2015-07-14 17:49:12 -07:00 |
John Benediktsson
|
20ff03f5c0
|
pack: use cum-sum0 from math.statistics.
|
2015-07-14 17:49:04 -07:00 |
John Benediktsson
|
6e9dfc86c3
|
math.primes: commas look better.
|
2015-07-14 17:35:52 -07:00 |
John Benediktsson
|
04c0fdc39e
|
images: adding an "each-pixel" that iterates over pixels by row.
|
2015-07-14 17:19:04 -07:00 |
John Benediktsson
|
f8bf42bce8
|
lists: adding deeplist>array.
|
2015-07-14 16:35:59 -07:00 |
John Benediktsson
|
c89cdc4c67
|
math.matrices.elimination: avoid double length call.
|
2015-07-14 15:59:24 -07:00 |
John Benediktsson
|
b3ccdec660
|
help.markup: adding $sequence for describing sequence values.
|
2015-07-14 15:55:18 -07:00 |
John Benediktsson
|
ed98332263
|
ui.gadgets.buttons: simplify.
|
2015-07-14 15:43:58 -07:00 |
John Benediktsson
|
1431c33f1f
|
ui.gadgets.status-bar: use color constants.
|
2015-07-14 15:29:25 -07:00 |
John Benediktsson
|
098a07ed59
|
ui.gadgets.buttons: add button quot effect.
|
2015-07-14 15:29:06 -07:00 |
Björn Lindqvist
|
b9b75c272b
|
VM: let's merge (save-image) and (save-image-and-exit) into one 3
arg (save-image). it's good not to have to many similar primitives
|
2015-07-12 22:36:59 +02:00 |
John Benediktsson
|
dce364faa2
|
ui.gadgets.labels: trigger relayout when string changes.
|
2015-07-10 14:06:53 -07:00 |
John Benediktsson
|
df50480878
|
prettyprint.stylesheet: use assoc-union! and set-at when possible.
|
2015-07-10 12:37:31 -07:00 |
Doug Coleman
|
7780a48c83
|
shuffle: Simpler definition imo.
|
2015-07-09 14:45:41 -07:00 |
John Benediktsson
|
8dd67e0741
|
tools.scaffold: use vocabs:check-vocab-name.
|
2015-07-09 11:02:09 -07:00 |
John Benediktsson
|
afb055470a
|
debugger: give bad-vocab-name a better summary.
|
2015-07-09 11:00:40 -07:00 |
John Benediktsson
|
7d50ab1937
|
tools.scaffold: check vocab name in scaffold-vocab.
|
2015-07-09 10:51:44 -07:00 |
John Benediktsson
|
58a07c0c36
|
system-info.macosx: adding OS X 10.11 "El Capitan".
|
2015-07-09 10:39:34 -07:00 |
John Benediktsson
|
c9561e4f28
|
locals.parser: fix tests for now so we get clean builds.
|
2015-07-08 11:27:20 -07:00 |
Doug Coleman
|
128c262429
|
compiler.cfg.value-numbering: tests need to have this loaded.
|
2015-07-06 22:44:36 -07:00 |
Doug Coleman
|
892c62e1dc
|
factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test
|
2015-07-03 09:39:59 -07:00 |
Doug Coleman
|
0124e630f0
|
alien.parser: add a couple of commas
|
2015-07-02 17:29:12 -07:00 |