John Benediktsson
|
eccf5890db
|
editors.textadept: use "-e goto_line(n-1)".
(as suggested by Mitchell@foicica.com on the textadept mailing list)
|
2013-04-01 14:56:24 -07:00 |
John Benediktsson
|
a8cacbae14
|
ascii: change >words not to use split*.
|
2013-04-01 09:13:33 -07:00 |
John Benediktsson
|
4c58df1218
|
editors.textadept: make it work on Mac OS X.
|
2013-03-31 18:47:38 -07:00 |
John Benediktsson
|
e029c0c973
|
see: fixing summary for ALIAS.
|
2013-03-31 17:12:35 -07:00 |
John Benediktsson
|
a86ef0518e
|
ascii: adding >words, >title, and capitalize.
|
2013-03-31 16:09:37 -07:00 |
John Benediktsson
|
0e26cfdef4
|
io.files: use split instead of split*.
|
2013-03-31 16:04:11 -07:00 |
John Benediktsson
|
7577837621
|
cocoa: maybe this is cleaner...
|
2013-03-30 13:44:11 -07:00 |
John Benediktsson
|
c51b176964
|
cocoa: add ?-> to remember messages being used at runtime.
|
2013-03-30 13:14:51 -07:00 |
John Benediktsson
|
c743316390
|
cocoa.messages: fix for deploy problem.
|
2013-03-30 13:05:04 -07:00 |
John Benediktsson
|
e517bc2b8f
|
editors.textadept: match style of other vocabs.
|
2013-03-30 11:09:12 -07:00 |
Michael T. Richter
|
a646bfc1ff
|
add textadept editor support
Signed-off-by: Michael T. Richter <ttmrichter@gmail.com>
|
2013-03-30 11:06:39 -07:00 |
John Benediktsson
|
0e954554c8
|
ui.backend.cocoa.views: more robust respondsToSelector: (thanks @jckarter).
|
2013-03-29 20:34:24 -07:00 |
John Benediktsson
|
3e79d0d7d1
|
core-foundation.numbers: support converting CFNumber back to factor.
|
2013-03-29 20:34:24 -07:00 |
Doug Coleman
|
7ecee87707
|
debugger: Fix error message.
|
2013-03-29 17:37:31 -07:00 |
Doug Coleman
|
234ae7c845
|
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
|
3394abc3b6
|
ui.backend.cocoa.views: spacing.
|
2013-03-29 14:47:53 -07:00 |
John Benediktsson
|
4b0c6b02e8
|
cocoa.messages: add super-sender for completeness.
|
2013-03-29 14:45:41 -07:00 |
John Benediktsson
|
b06d1bd16b
|
ui.backend.cocoa.views: simplify and add os version check.
|
2013-03-29 14:29:41 -07:00 |
John Benediktsson
|
747fd7531c
|
ui.backend.cocoa.views: maybe this works on 10.6.
|
2013-03-29 14:18:57 -07:00 |
John Benediktsson
|
37f63443d9
|
cocoa.messages: some support for runtime message sending.
|
2013-03-29 14:18:57 -07:00 |
John Benediktsson
|
9da523dbbc
|
cocoa.messages: use ERROR:.
|
2013-03-29 14:18:57 -07:00 |
John Benediktsson
|
b27056c623
|
unix: use byte-vectors here.
|
2013-03-29 11:40:59 -07:00 |
John Benediktsson
|
c7d69ba296
|
core-foundation.strings: faster CF>string.
|
2013-03-29 11:40:59 -07:00 |
Doug Coleman
|
258db281f3
|
environment: Call unset-os-env when passed an ``f``. Fixes #794.
|
2013-03-29 11:39:11 -07:00 |
Doug Coleman
|
d6e4657dbd
|
debugger: Try to be more helpful if linux libraries are not installed. Fixes #774.
|
2013-03-29 10:36:31 -07:00 |
Doug Coleman
|
d2a730dda8
|
peg.ebnf: Throw errors not strings.
|
2013-03-29 09:51:26 -07:00 |
Doug Coleman
|
ba807daf0c
|
bootstrap.image: Use error syntax.
|
2013-03-29 09:51:26 -07:00 |
John Benediktsson
|
e55b0906d6
|
math.ratios: adding some tests for M\ ratio /mod.
|
2013-03-29 08:32:35 -07:00 |
John Benediktsson
|
e3ac23aef5
|
xmode.highlight: highlight vocabs and pathnames too.
|
2013-03-28 21:03:17 -07:00 |
John Benediktsson
|
284de58580
|
grouping: fix circular-slice equal.
|
2013-03-28 20:05:42 -07:00 |
John Benediktsson
|
a7d52d0b71
|
math.functions: faster >rect by specializing for complex.
|
2013-03-28 18:02:55 -07:00 |
John Benediktsson
|
7e85d687bf
|
xmode.highlight: enable highlighting of words.
|
2013-03-28 16:43:22 -07:00 |
John Benediktsson
|
0f63bbed68
|
math.ratios: faster M\ ratio mod.
|
2013-03-28 15:00:21 -07:00 |
John Benediktsson
|
3ef4d46b14
|
math.ratios: faster M\ ratio /mod.
|
2013-03-28 14:56:47 -07:00 |
John Benediktsson
|
059553b193
|
math.statistics: adding demean and demedian, cleanup a bit.
|
2013-03-28 11:40:46 -07:00 |
John Benediktsson
|
6ca05c4306
|
stack-checker: make recursive-reduce have same signature as reduce.
|
2013-03-27 18:56:47 -07:00 |
John Benediktsson
|
dac598ec7b
|
stack-checker: maybe add a test that tests what the todo said.
|
2013-03-27 18:44:32 -07:00 |
John Benediktsson
|
bf92dfecf3
|
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
|
c67c147165
|
hints: should hint on split not split,
|
2013-03-27 16:21:32 -07:00 |
John Benediktsson
|
535326e294
|
xml.errors: fix extra-attr to use an array.
|
2013-03-27 10:04:58 -07:00 |
John Benediktsson
|
ee08d5f179
|
compiler.tree.propagation.transforms: intersect and diff should return type of set2.
|
2013-03-27 07:21:39 -07:00 |
John Benediktsson
|
4b25ef9d18
|
compiler.tree.propagation.transforms: also fix diff.
|
2013-03-26 19:06:05 -07:00 |
John Benediktsson
|
a83ade538a
|
compiler.tree.propagation.transforms: fix intersect and add intersects?.
|
2013-03-26 19:04:50 -07:00 |
John Benediktsson
|
0988164e9a
|
math.functions: clarify rounding behavior.
|
2013-03-26 14:35:38 -07:00 |
John Benediktsson
|
d8c41dc9d6
|
math.functions: speed up round (thanks Loryn Jenkins!)
|
2013-03-26 14:22:21 -07:00 |
John Benediktsson
|
9c6a2773b1
|
io.directories.unix: style fix to line up code.
|
2013-03-25 19:47:56 -07:00 |
John Benediktsson
|
200ff9c4d7
|
bootstrap.image: 6-7% speedup to make-image.
|
2013-03-25 16:59:38 -07:00 |
Doug Coleman
|
a145d1cd90
|
tools.coverage: Fix docs
|
2013-03-25 11:57:25 -07:00 |
Doug Coleman
|
97db78c6ef
|
io.encodings.strict: Fix docs
|
2013-03-25 11:57:25 -07:00 |
Doug Coleman
|
031554417f
|
grouping: Fix docs
|
2013-03-25 11:57:25 -07:00 |