Commit Graph

24885 Commits (eccf5890dbde6d81f74dceb3cda6f4362fabf084)

Author SHA1 Message Date
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 48283a2745 benchmark.splitting: stop using split* and use slices only. 2013-04-01 10:26:43 -07:00
John Benediktsson 40eb77bacf splitting.extras: adding split* and split-find. 2013-04-01 09:14:27 -07:00
John Benediktsson c2c92bacdf splitting: removing split* to extras. 2013-04-01 09:14:01 -07:00
John Benediktsson a8cacbae14 ascii: change >words not to use split*. 2013-04-01 09:13:33 -07:00
Michael T. Richter ecfaab4b03 Added Lua source files for Textadept editor support for Factor. 2013-04-01 06:30:01 -07:00
John Benediktsson e2293f1573 splitting: add another test case to make sure we can access ... args. 2013-03-31 18:52:53 -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 70c8a5dc20 words.alias: definition is just the def>>. 2013-03-31 17:00:31 -07:00
John Benediktsson a86ef0518e ascii: adding >words, >title, and capitalize. 2013-03-31 16:09:37 -07:00
John Benediktsson 0d5d0d3f83 splitting: change split* to preserve (separately) the separators. 2013-03-31 16:05:30 -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
Doug Coleman 41ba552e97 layours.hpp: Don't need RETAG here. Found by @mrjbq7. Fixes #637. 2013-03-29 17:20:08 -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
Doug Coleman 117ee0580f Config.macosx: Try to support 10.5. 2013-03-29 14:36:11 -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
Doug Coleman 696aa8cabe gdbm: Change the gdbm test file to have a different name on 32/64 bit. Fixes #673 and the race condition when running two mason instances on 32/64 bit. 2013-03-29 14:17:13 -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 e6dd9ca0ec GNUmakefile: Version was still .94, bump it to .96 2013-03-29 10:25:14 -07:00
Doug Coleman 3210525700 Config.linux: Clean up warnings when compiling with clang on Linux. make CC=clang CPP=clang++ 2013-03-29 10:25:14 -07:00
Doug Coleman c1134cff3e cpu.8080: Throw an error not a string. 2013-03-29 09:51:26 -07:00
Doug Coleman 75c244531e asn1: Throw an error not a string. 2013-03-29 09:51:26 -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 ebe1c6d63c math.floats: fix M\ float /mod. 2013-03-29 08:48:28 -07:00
John Benediktsson e55b0906d6 math.ratios: adding some tests for M\ ratio /mod. 2013-03-29 08:32:35 -07:00
John Benediktsson 4d1ad95a2b math.floats: adding some tests for M\ float mod. 2013-03-29 08:30:56 -07:00
John Benediktsson ea959ae570 sequences.extras: faster even-indices and odd-indices. 2013-03-29 07:10:27 -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 df3de1d0b4 slots: fix typo, cleanup style a little bit. 2013-03-28 20:04:19 -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