John Benediktsson
|
86639b9df0
|
io.encodings.ascii: make sure encode-string gets a string.
|
2015-07-14 22:18:12 -07:00 |
John Benediktsson
|
5b58e1d3e8
|
math.parser: fix a regression.
|
2015-07-14 22:05:25 -07:00 |
John Benediktsson
|
d6d69952e5
|
hashtables: fix docs differently.
|
2015-07-14 21:51:02 -07:00 |
John Benediktsson
|
41629dce2f
|
Fix some things broken by hashtable capacity changes.
|
2015-07-14 21:45:39 -07:00 |
John Benediktsson
|
a98bbb672a
|
project-euler.150: use cum-sum.
|
2015-07-14 20:55:43 -07:00 |
John Benediktsson
|
6bb65fcfd3
|
opencl: cleanup strings>char*-array and fix cl-queue-read-buffer.
|
2015-07-14 20:45:13 -07:00 |
John Benediktsson
|
58695edbd6
|
dice: little bit faster this way.
|
2015-07-14 20:35:10 -07:00 |
John Benediktsson
|
94bb834eae
|
math.parser: fix ``"-.5" dec>``.
|
2015-07-14 20:16:34 -07:00 |
John Benediktsson
|
866b40271d
|
math.parser: fix "most-negative-fixnum number>string string>number fixnum?".
|
2015-07-14 20:03:33 -07:00 |
John Benediktsson
|
154ebac5af
|
misc/atom: more readme updates.
|
2015-07-14 19:49:46 -07:00 |
John Benediktsson
|
1c9dd357b5
|
misc/atom: minor update to readme.
|
2015-07-14 19:49:06 -07:00 |
John Benediktsson
|
0ddb0d4175
|
misc/atom: adding an Atom bundle for syntax highlighting.
|
2015-07-14 19:47:31 -07:00 |
John Benediktsson
|
1a48f1d229
|
hash-sets: make sure capacity and growth use same load factor.
|
2015-07-14 18:35:14 -07:00 |
John Benediktsson
|
6127bb8548
|
hashtables: make sure capacity and growth use same load factor.
|
2015-07-14 18:32:40 -07:00 |
John Benediktsson
|
3265f33b6b
|
vocabs: fix help lint error.
|
2015-07-14 18:17:28 -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 |
Björn Lindqvist
|
240825b7ed
|
FUEL: lets have a menu for the neat scaffolding system so it becomes discoverable
|
2015-07-14 17:29:43 -07:00 |
Björn Lindqvist
|
5a2861aff0
|
FUEL: fix the lookup of user name for copyright headers
first ask Factor, then fuel-scaffold-developer-name then user-full-name
and lastly "Your name"
|
2015-07-14 17:29:43 -07:00 |
Björn Lindqvist
|
531332acd8
|
FUEL: font-lock errors the same as tuples -- it looks much better
|
2015-07-14 17:29:43 -07:00 |
Björn Lindqvist
|
31b17ff2f3
|
FUEL: a few unused font faces
|
2015-07-14 17:29:43 -07:00 |
Björn Lindqvist
|
896921367d
|
FUEL: better hl of a lot of syntax like RENAME: FROM: EXCLUDE:
|
2015-07-14 17:29:42 -07:00 |
Björn Lindqvist
|
5931f33514
|
FUEL: colorize :>
|
2015-07-14 17:29:42 -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
|
e0ae202d36
|
misc: fix factor.vim.fgen for words->vocab-words refactor.
|
2015-07-14 16:29:28 -07:00 |
John Benediktsson
|
c329631e25
|
images.viewer.prettyprint: don't default to prettyprinting images this way, make it configurable.
|
2015-07-14 16:21:35 -07:00 |
John Benediktsson
|
7fc906383c
|
xkcd: save the comic number with XKCD: syntax.
|
2015-07-14 16:17:17 -07:00 |
John Benediktsson
|
c89cdc4c67
|
math.matrices.elimination: avoid double length call.
|
2015-07-14 15:59:24 -07:00 |
John Benediktsson
|
8ccb173da0
|
units.reduction: avoid double length calls in find-unit-suffix.
|
2015-07-14 15:58:23 -07:00 |
John Benediktsson
|
94ed98e78c
|
Use $sequence in a few places.
|
2015-07-14 15:57:18 -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
|
a5fbd7e3f8
|
tools.image-analyzer.gc-info.tests: the test for scrub-bits was
completey baked, remove it
|
2015-07-12 16:00:16 -07:00 |
Björn Lindqvist
|
d3a6fa85e5
|
tools.image-analyzer.data-heap-reader: payload should be unsigned bytes
not chars
|
2015-07-12 16:00:16 -07:00 |
Doug Coleman
|
2f3dab093a
|
.gitignore: ignore the code signature directory
|
2015-07-12 14:45:03 -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 |
Björn Lindqvist
|
d608f3377b
|
VM: get_entry_point is unused
|
2015-07-12 22:36:59 +02:00 |
Björn Lindqvist
|
c69e1a6e93
|
VM: move the paths out of gc memory so that they arent unnecessarily
added to the image
|
2015-07-12 22:36:59 +02:00 |
Doug Coleman
|
a4b14808a0
|
Factor.app: delete the .dummy file. It requires signing with --deep and why have it in the first place?
|
2015-07-10 17:14:10 -07:00 |
John Benediktsson
|
d1262ca2d7
|
redis: fix using.
|
2015-07-10 14:28:50 -07:00 |
John Benediktsson
|
dbdff8e880
|
bloom-filters: adding a working url.
|
2015-07-10 14:17:09 -07: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 |
John Benediktsson
|
752ceb57fc
|
redis: adding a read timeout to the socket.
|
2015-07-10 09:31:21 -07:00 |