John Benediktsson
5d11ada701
hashtables: remove stack effects from generic methods.
2013-03-23 16:58:30 -07:00
Doug Coleman
8012f60829
cococa.messages: Rename selector.
2013-03-23 16:54:55 -07:00
Doug Coleman
031543fed3
delegate: Rename consult-method.
2013-03-23 16:51:34 -07:00
Doug Coleman
50bf20bca4
tools.deprecation: Rename deprecation-note
2013-03-23 16:48:41 -07:00
Doug Coleman
c1b4bcb58e
ui.gadgets.slider: Rename.
2013-03-23 16:47:04 -07:00
Doug Coleman
16964064b6
ui.tools: Fix definition? usage.
2013-03-23 16:46:51 -07:00
Doug Coleman
d2024a84e3
io.files.info: Rename file-info and file-system-info.
2013-03-23 16:43:32 -07:00
Doug Coleman
42470e10e7
concurrency.count-downs: Rename count-down tuple.
2013-03-23 16:41:58 -07:00
Doug Coleman
0b5c1b79c1
ui.gadgets: Rename grid-layout.
2013-03-23 16:41:02 -07:00
Doug Coleman
b83af8c5d2
combinators: Forgot an iota method.
2013-03-23 16:37:36 -07:00
Doug Coleman
39eb4b06ec
iota: iota vs iota-tuple. Sorry...for the tools to work!
2013-03-23 16:36:22 -07:00
Doug Coleman
b4acfa376a
definitions: Separate definition definitions.
2013-03-23 16:34:33 -07:00
Doug Coleman
9dd0f84f07
peg.ebnf: Regexp fail.
2013-03-23 16:30:57 -07:00
Doug Coleman
158fff5990
source-files: Rename source-file.
2013-03-23 16:27:23 -07:00
Doug Coleman
be87b3aca7
peg.ebnf: Rename tokenizer in peg.ebnf, fix whitespace.
2013-03-23 16:27:00 -07:00
Doug Coleman
4efd998bd6
opengl: Rename gl-error to gl-error-tuple.
2013-03-23 16:26:43 -07:00
Doug Coleman
5fab749dcc
words: Change word -> last-word, set-word -> set-last-word.
2013-03-23 16:12:03 -07:00
Doug Coleman
5a1692eead
stack-checker: Rename literal -> literal-tuple.
2013-03-23 16:12:03 -07:00
Doug Coleman
51e695857c
ui.gestures: Class vs word name duplication. Sorry for the lame names, this can get cleaned up with a tool once there are no more conflicts.
2013-03-23 16:12:03 -07:00
John Benediktsson
d6053dd81e
sets: reverting push-unsafe change for now, seems to slow it down a little?
2013-03-23 15:31:46 -07:00
Doug Coleman
e0e12fd5ea
editors.notepad: Make this Windows only.
2013-03-23 15:14:51 -07:00
Doug Coleman
f320edfa9a
assocs-docs: Link of and ?of.
2013-03-23 15:12:43 -07:00
John Benediktsson
356ecca26b
assocs: tweak docs for new-assoc.
2013-03-23 15:04:42 -07:00
Doug Coleman
48638b9188
classes.union: Fix circular reference between multiple definitions. Fixes #420 lol again.
...
Could be cleaner perhaps? I'm not seeing how right now.
2013-03-23 14:59:07 -07:00
Doug Coleman
8c19602ae9
assocs: Add of and ?of. Change all the things at once! Fixes #701 .
2013-03-23 14:59:07 -07:00
John Benediktsson
ccb46e62d4
sets: use push-unsafe in pruned.
2013-03-23 14:46:54 -07:00
John Benediktsson
f963b2eb1b
growable: use fixnum+fast and integer>fixnum.
2013-03-23 14:37:02 -07:00
John Benediktsson
544e5f81c5
hash-sets: speed up union on two hash-sets.
2013-03-23 14:17:10 -07:00
John Benediktsson
dd5b02e252
sorting: move push-unsafe and push-all-unsafe to growable.private.
2013-03-23 14:16:44 -07:00
Doug Coleman
ef5c7cfa50
splitting: Support SBUF" " with split-lines. Fixes #575 . Thanks @mrjbq7
...
for the patch.
2013-03-23 14:00:29 -07:00
Doug Coleman
929f0df1cc
benchmark.knucleotide: Fix usage of <clumps>.
2013-03-23 13:27:13 -07:00
Doug Coleman
980d5f44b2
classes.union: Disallow unions to refer to themselves. Fixes #420 lol. Thanks @mrjbq7 for the patch.
2013-03-23 13:18:25 -07:00
Doug Coleman
a55a367bf3
benchmark.reverse-complement: Fix usage of <groups>.
2013-03-23 13:04:03 -07:00
Doug Coleman
e68f41041f
Config.macosx: Add commented-out compiler flag to use 10.6.
...
See http://developer.apple.com/library/mac/#technotes/tn2064/_index.html
2013-03-23 12:11:26 -07:00
Doug Coleman
6d19db3efd
Configs: CFLAGS isn't used by the GNUMakefile, change it to SITE_CFLAGS.
2013-03-23 12:10:37 -07:00
Doug Coleman
f9ea61bf91
basis/extra: Update last usages of <sliced-groups> to <groups>.
2013-03-23 12:08:18 -07:00
Doug Coleman
11af4e1781
grouping: Remove <clumps> and <circular-clumps> and rename <sliced-clumps>
...
and <sliced-circular-clumps> to those. Fixes #765 .
2013-03-23 11:38:05 -07:00
Doug Coleman
8917ae9ad7
grouping: Remove <groups>, old <sliced-groups> is now <groups>. Fixes
2013-03-23 11:37:51 -07:00
John Benediktsson
02156a0c0c
Revert "hash-sets: faster M\ hash-set union."
...
This reverts commit bb7a1017f5
.
2013-03-22 22:05:06 -07:00
John Benediktsson
83408fedcd
hash-sets: faster M\ hash-set union.
2013-03-22 21:52:56 -07:00
John Benediktsson
bbe5f32d5f
sequences: require non-negative-integer for iotas.
2013-03-22 16:05:00 -07:00
Doug Coleman
5bcdeee745
classes: Add a check that arguments to classoids are themselves classoids.
...
Introduce a new word-prop that makes tuple-class words classoids at parse-time so that
self-referential tuple definitions with maybe{} work, e.g. TUPLE: node { next maybe{ node } } ;
Add unit test.
Fixes #766 .
2013-03-22 16:00:46 -07:00
John Benediktsson
d802db939a
sequences: use each-integer and all-integers? instead of iota.
2013-03-22 14:23:08 -07:00
John Benediktsson
17945addfe
vm: use ctx->push since unbox_array_size needs to peek at the stack.
2013-03-22 09:19:36 -07:00
John Benediktsson
5be15d7e3f
vm: more use of ctx->replace().
2013-03-22 09:17:02 -07:00
John Benediktsson
49a7d37dcd
vm: don't ctx-pop() in bignum_divmod.
2013-03-22 08:26:01 -07:00
John Benediktsson
9c025abc67
vm: use ctx->replace() with bignum and float operations.
2013-03-22 08:00:13 -07:00
John Benediktsson
2704cb6879
Factor.app: version bump to 0.96 (so we don't forget).
2013-03-21 22:59:00 -07:00
John Benediktsson
f7c35489e9
compiler.units: fix documentation for pair of hash-sets.
2013-03-21 21:26:54 -07:00
John Benediktsson
317db2826e
sets: add proper spacing to docs.
2013-03-21 21:23:17 -07:00