John Benediktsson
|
d94977ac0c
|
cocoa.messages: fix for deploy problem.
|
2013-03-30 13:05:04 -07:00 |
John Benediktsson
|
bea7a405da
|
editors.textadept: match style of other vocabs.
|
2013-03-30 11:09:12 -07:00 |
Michael T. Richter
|
ace233829a
|
add textadept editor support
Signed-off-by: Michael T. Richter <ttmrichter@gmail.com>
|
2013-03-30 11:06:39 -07:00 |
John Benediktsson
|
d1ae334046
|
ui.backend.cocoa.views: more robust respondsToSelector: (thanks @jckarter).
|
2013-03-29 20:34:24 -07:00 |
John Benediktsson
|
281ed1f89a
|
core-foundation.numbers: support converting CFNumber back to factor.
|
2013-03-29 20:34:24 -07:00 |
Doug Coleman
|
cc9449c5a9
|
debugger: Fix error message.
|
2013-03-29 17:37:31 -07:00 |
Doug Coleman
|
5759f72745
|
db, db.sqlite: If we are in a transaction, don't start another transaction. Add a unit test. Fixes #631. Fixes #623.
|
2013-03-29 17:33:54 -07:00 |
John Benediktsson
|
39dc58a5a8
|
ui.backend.cocoa.views: spacing.
|
2013-03-29 14:47:53 -07:00 |
John Benediktsson
|
fe952b2f8e
|
cocoa.messages: add super-sender for completeness.
|
2013-03-29 14:45:41 -07:00 |
John Benediktsson
|
fe1bfe173b
|
ui.backend.cocoa.views: simplify and add os version check.
|
2013-03-29 14:29:41 -07:00 |
John Benediktsson
|
1209d5287d
|
ui.backend.cocoa.views: maybe this works on 10.6.
|
2013-03-29 14:18:57 -07:00 |
John Benediktsson
|
886cf4df07
|
cocoa.messages: some support for runtime message sending.
|
2013-03-29 14:18:57 -07:00 |
John Benediktsson
|
64822a7a30
|
cocoa.messages: use ERROR:.
|
2013-03-29 14:18:57 -07:00 |
John Benediktsson
|
f70325a8c2
|
unix: use byte-vectors here.
|
2013-03-29 11:40:59 -07:00 |
John Benediktsson
|
51641c6e02
|
core-foundation.strings: faster CF>string.
|
2013-03-29 11:40:59 -07:00 |
Doug Coleman
|
7d65bde037
|
environment: Call unset-os-env when passed an ``f``. Fixes #794.
|
2013-03-29 11:39:11 -07:00 |
Doug Coleman
|
b44ff05616
|
debugger: Try to be more helpful if linux libraries are not installed. Fixes #774.
|
2013-03-29 10:36:31 -07:00 |
Doug Coleman
|
ba3092ea20
|
peg.ebnf: Throw errors not strings.
|
2013-03-29 09:51:26 -07:00 |
Doug Coleman
|
9af269a864
|
bootstrap.image: Use error syntax.
|
2013-03-29 09:51:26 -07:00 |
John Benediktsson
|
e5f9696aae
|
math.ratios: adding some tests for M\ ratio /mod.
|
2013-03-29 08:32:35 -07:00 |
John Benediktsson
|
577877f0e5
|
xmode.highlight: highlight vocabs and pathnames too.
|
2013-03-28 21:03:17 -07:00 |
John Benediktsson
|
795f18a2b1
|
grouping: fix circular-slice equal.
|
2013-03-28 20:05:42 -07:00 |
John Benediktsson
|
71d37429ba
|
math.functions: faster >rect by specializing for complex.
|
2013-03-28 18:02:55 -07:00 |
John Benediktsson
|
47fbfdf1f0
|
xmode.highlight: enable highlighting of words.
|
2013-03-28 16:43:22 -07:00 |
John Benediktsson
|
b38f42f73c
|
math.ratios: faster M\ ratio mod.
|
2013-03-28 15:00:21 -07:00 |
John Benediktsson
|
7c62a94ce6
|
math.ratios: faster M\ ratio /mod.
|
2013-03-28 14:56:47 -07:00 |
John Benediktsson
|
02d9565732
|
math.statistics: adding demean and demedian, cleanup a bit.
|
2013-03-28 11:40:46 -07:00 |
John Benediktsson
|
b38f96de9b
|
stack-checker: make recursive-reduce have same signature as reduce.
|
2013-03-27 18:56:47 -07:00 |
John Benediktsson
|
2ef3266406
|
stack-checker: maybe add a test that tests what the todo said.
|
2013-03-27 18:44:32 -07:00 |
John Benediktsson
|
c6e72c40ae
|
stack-checker: remove a test that is no longer valid, need to replace it with something.
|
2013-03-27 18:17:49 -07:00 |
John Benediktsson
|
7bf3cf4922
|
hints: should hint on split not split,
|
2013-03-27 16:21:32 -07:00 |
John Benediktsson
|
fdb4e74cc6
|
xml.errors: fix extra-attr to use an array.
|
2013-03-27 10:04:58 -07:00 |
John Benediktsson
|
5e0e6119e3
|
compiler.tree.propagation.transforms: intersect and diff should return type of set2.
|
2013-03-27 07:21:39 -07:00 |
John Benediktsson
|
77a3641bb6
|
compiler.tree.propagation.transforms: also fix diff.
|
2013-03-26 19:06:05 -07:00 |
John Benediktsson
|
c4d832ce4d
|
compiler.tree.propagation.transforms: fix intersect and add intersects?.
|
2013-03-26 19:04:50 -07:00 |
John Benediktsson
|
814cdaf26d
|
math.functions: clarify rounding behavior.
|
2013-03-26 14:35:38 -07:00 |
John Benediktsson
|
4c941e8996
|
math.functions: speed up round (thanks Loryn Jenkins!)
|
2013-03-26 14:22:21 -07:00 |
John Benediktsson
|
5a99bbaf1d
|
io.directories.unix: style fix to line up code.
|
2013-03-25 19:47:56 -07:00 |
John Benediktsson
|
d25fb6161e
|
bootstrap.image: 6-7% speedup to make-image.
|
2013-03-25 16:59:38 -07:00 |
Doug Coleman
|
3bdb788709
|
tools.coverage: Fix docs
|
2013-03-25 11:57:25 -07:00 |
Doug Coleman
|
4bb509ccdf
|
io.encodings.strict: Fix docs
|
2013-03-25 11:57:25 -07:00 |
Doug Coleman
|
cbfb1422c8
|
grouping: Fix docs
|
2013-03-25 11:57:25 -07:00 |
Doug Coleman
|
d4078b728d
|
html.components: Fix test name
|
2013-03-25 11:57:25 -07:00 |
John Benediktsson
|
2b030bc068
|
compression.zlib: faster by using byte-vectors.
|
2013-03-25 11:36:08 -07:00 |
Doug Coleman
|
4ffbfc2602
|
basis/extra: Fix load errors
|
2013-03-24 22:19:28 -07:00 |
Doug Coleman
|
542e7cd95e
|
lists: Fix lists
|
2013-03-24 21:48:40 -07:00 |
Doug Coleman
|
90cde3fde9
|
html.components: Fix load
|
2013-03-24 21:40:39 -07:00 |
Doug Coleman
|
efc2dedab4
|
io.pools: Fix load
|
2013-03-24 21:40:29 -07:00 |
John Benediktsson
|
b412cab5c7
|
peg.search: create a stream-tree-write.
|
2013-03-24 17:29:48 -07:00 |
John Benediktsson
|
974863dd44
|
promises: rename.
|
2013-03-24 15:33:19 -07:00 |