Doug Coleman
dfb8af2782
compiler.tree.modular-arithmetic: Fix test for iota change.
2013-03-23 17:12:16 -07:00
Doug Coleman
27526a730e
compiler.tests: Fix test for <groups> change.
2013-03-23 17:11:27 -07:00
Doug Coleman
5cc39fd294
compiler.errors: Rename linkage-error.
2013-03-23 17:10:11 -07:00
Doug Coleman
adb8156357
tools.test: Rename did-not-fail.
2013-03-23 17:09:19 -07:00
Doug Coleman
863c6d895e
help.lint: Rename help-lint-error.
2013-03-23 17:06:37 -07:00
John Benediktsson
5624473a5a
hash-sets: implement faster ?adjoin.
2013-03-23 16:58:31 -07:00
John Benediktsson
94ca0990f2
sets: make ?adjoin a generic method.
2013-03-23 16:58:31 -07:00
John Benediktsson
3362256993
hashtables: remove stack effects from generic methods.
2013-03-23 16:58:30 -07:00
Doug Coleman
9caf50d9f7
cococa.messages: Rename selector.
2013-03-23 16:54:55 -07:00
Doug Coleman
27b2a25803
delegate: Rename consult-method.
2013-03-23 16:51:34 -07:00
Doug Coleman
9453abd846
tools.deprecation: Rename deprecation-note
2013-03-23 16:48:41 -07:00
Doug Coleman
26dbe03f6f
ui.gadgets.slider: Rename.
2013-03-23 16:47:04 -07:00
Doug Coleman
6e2019a21b
ui.tools: Fix definition? usage.
2013-03-23 16:46:51 -07:00
Doug Coleman
4c184fdeae
io.files.info: Rename file-info and file-system-info.
2013-03-23 16:43:32 -07:00
Doug Coleman
ca83b988aa
concurrency.count-downs: Rename count-down tuple.
2013-03-23 16:41:58 -07:00
Doug Coleman
34e87d9823
ui.gadgets: Rename grid-layout.
2013-03-23 16:41:02 -07:00
Doug Coleman
659fd97fcf
combinators: Forgot an iota method.
2013-03-23 16:37:36 -07:00
Doug Coleman
e145947ee3
iota: iota vs iota-tuple. Sorry...for the tools to work!
2013-03-23 16:36:22 -07:00
Doug Coleman
70c1d1ecf4
definitions: Separate definition definitions.
2013-03-23 16:34:33 -07:00
Doug Coleman
a9c313c8c8
peg.ebnf: Regexp fail.
2013-03-23 16:30:57 -07:00
Doug Coleman
ed6ad6f12a
source-files: Rename source-file.
2013-03-23 16:27:23 -07:00
Doug Coleman
f69ee71327
peg.ebnf: Rename tokenizer in peg.ebnf, fix whitespace.
2013-03-23 16:27:00 -07:00
Doug Coleman
8a71ab1c82
opengl: Rename gl-error to gl-error-tuple.
2013-03-23 16:26:43 -07:00
Doug Coleman
9a22d35cb7
words: Change word -> last-word, set-word -> set-last-word.
2013-03-23 16:12:03 -07:00
Doug Coleman
1a7db84ec1
stack-checker: Rename literal -> literal-tuple.
2013-03-23 16:12:03 -07:00
Doug Coleman
dcccd60268
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
b8872bbc64
sets: reverting push-unsafe change for now, seems to slow it down a little?
2013-03-23 15:31:46 -07:00
Doug Coleman
25fa30e46d
editors.notepad: Make this Windows only.
2013-03-23 15:14:51 -07:00
Doug Coleman
6b2ce3b729
assocs-docs: Link of and ?of.
2013-03-23 15:12:43 -07:00
John Benediktsson
053e59f830
assocs: tweak docs for new-assoc.
2013-03-23 15:04:42 -07:00
Doug Coleman
40317be207
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
38f11415c8
assocs: Add of and ?of. Change all the things at once! Fixes #701 .
2013-03-23 14:59:07 -07:00
John Benediktsson
b96cb019ea
sets: use push-unsafe in pruned.
2013-03-23 14:46:54 -07:00
John Benediktsson
14370d607c
growable: use fixnum+fast and integer>fixnum.
2013-03-23 14:37:02 -07:00
John Benediktsson
8dc17047e2
hash-sets: speed up union on two hash-sets.
2013-03-23 14:17:10 -07:00
John Benediktsson
86229efd2e
sorting: move push-unsafe and push-all-unsafe to growable.private.
2013-03-23 14:16:44 -07:00
Doug Coleman
2e6050bf54
splitting: Support SBUF" " with split-lines. Fixes #575 . Thanks @mrjbq7
...
for the patch.
2013-03-23 14:00:29 -07:00
Doug Coleman
9663be7585
benchmark.knucleotide: Fix usage of <clumps>.
2013-03-23 13:27:13 -07:00
Doug Coleman
b0b64fb39e
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
afaca0f5d0
benchmark.reverse-complement: Fix usage of <groups>.
2013-03-23 13:04:03 -07:00
Doug Coleman
0f90720c3b
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
b23fa3ee3b
Configs: CFLAGS isn't used by the GNUMakefile, change it to SITE_CFLAGS.
2013-03-23 12:10:37 -07:00
Doug Coleman
91fb609950
basis/extra: Update last usages of <sliced-groups> to <groups>.
2013-03-23 12:08:18 -07:00
Doug Coleman
36b8b56b2c
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
b792bd1f55
grouping: Remove <groups>, old <sliced-groups> is now <groups>. Fixes
2013-03-23 11:37:51 -07:00
John Benediktsson
7f0a5eb572
Revert "hash-sets: faster M\ hash-set union."
...
This reverts commit bb7a1017f5 .
2013-03-22 22:05:06 -07:00
John Benediktsson
bb7a1017f5
hash-sets: faster M\ hash-set union.
2013-03-22 21:52:56 -07:00
John Benediktsson
e2e8b77297
sequences: require non-negative-integer for iotas.
2013-03-22 16:05:00 -07:00
Doug Coleman
ce91d0cc1d
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
d368f16afd
sequences: use each-integer and all-integers? instead of iota.
2013-03-22 14:23:08 -07:00