Commit Graph

24905 Commits (812c3e4cdfbc6610fd506d46d724a1affc3476ae)

Author SHA1 Message Date
John Benediktsson 812c3e4cdf benchmark.bloom-filters: more iterations now bloom-filters are faster. 2013-04-04 07:10:30 -07:00
John Benediktsson 1cd3be1fb2 bloom-filters: tons of speed. 2013-04-04 07:10:13 -07:00
John Benediktsson 1f45b8a4e3 bloom-filters: more speeeeeed. 2013-04-03 20:27:23 -07:00
John Benediktsson c2ab21a14d colors.mix: some descriptions. 2013-04-03 19:01:54 -07:00
John Benediktsson 0c84f62ea8 colors.hsv: fix using. 2013-04-03 18:27:01 -07:00
John Benediktsson d43b252da2 colors: move mixing words to colors.mix. 2013-04-03 16:33:33 -07:00
John Benediktsson c124725a85 colors: actually add the tests this time. 2013-04-03 16:14:30 -07:00
John Benediktsson 5426b75d99 colors: adding sample-linear-gradient and some tests. 2013-04-03 16:09:06 -07:00
John Benediktsson 482ea99628 colors.hsv: add a golden-rainbox color sequence word. 2013-04-03 16:08:52 -07:00
John Benediktsson 8c8d8d0c14 bloom-filters: minor style improvements. 2013-04-03 15:20:49 -07:00
John Benediktsson 2e40bffccf bloom-filters: performance improvements. 2013-04-03 15:11:08 -07:00
John Benediktsson d47a306557 benchmark.bloom-filters: adding a benchmark for bloom filters. 2013-04-03 15:10:52 -07:00
John Benediktsson ec74336c7b sequence.extras: adding ?trim-head and ?trim-tail. 2013-04-03 08:55:48 -07:00
John Benediktsson f351eaedd0 colors.hsv: use sort-triple instead of natural-sort. 2013-04-02 16:55:03 -07:00
John Benediktsson 4b9b14308d regexp.minimize: use sort-pair instead of natural-sort. 2013-04-02 16:54:25 -07:00
John Benediktsson fd7ec79b20 sorting.extras: better tests and fix zip order. 2013-04-01 20:31:34 -07:00
John Benediktsson 9d6f2ad353 sorting.extras: adding map-sort for efficiently decorating, sorting, and undecorating a sequence. 2013-04-01 18:35:05 -07:00
John Benediktsson fdc43d0574 math.extras: adding round-to-step. 2013-04-01 17:04:07 -07:00
John Benediktsson dca20550ac math.extras: adding round-to-decimal. 2013-04-01 17:03:18 -07:00
John Benediktsson 360c2ee5a7 math.functions: remove round-to. 2013-04-01 17:02:44 -07:00
John Benediktsson dc27c21ab0 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 23c154c06f benchmark.splitting: stop using split* and use slices only. 2013-04-01 10:26:43 -07:00
John Benediktsson a96ff62f5c splitting.extras: adding split* and split-find. 2013-04-01 09:14:27 -07:00
John Benediktsson 2ca5b739e0 splitting: removing split* to extras. 2013-04-01 09:14:01 -07:00
John Benediktsson 215c74674f ascii: change >words not to use split*. 2013-04-01 09:13:33 -07:00
Michael T. Richter 881aa979b8 Added Lua source files for Textadept editor support for Factor. 2013-04-01 06:30:01 -07:00
John Benediktsson ff7793bb90 splitting: add another test case to make sure we can access ... args. 2013-03-31 18:52:53 -07:00
John Benediktsson d6ff13b1cf editors.textadept: make it work on Mac OS X. 2013-03-31 18:47:38 -07:00
John Benediktsson 7d4bf03bab see: fixing summary for ALIAS. 2013-03-31 17:12:35 -07:00
John Benediktsson a96737fc29 words.alias: definition is just the def>>. 2013-03-31 17:00:31 -07:00
John Benediktsson 9ce20403f7 ascii: adding >words, >title, and capitalize. 2013-03-31 16:09:37 -07:00
John Benediktsson 042d86846e splitting: change split* to preserve (separately) the separators. 2013-03-31 16:05:30 -07:00
John Benediktsson 1718c69e56 io.files: use split instead of split*. 2013-03-31 16:04:11 -07:00
John Benediktsson bf83eaccfc cocoa: maybe this is cleaner... 2013-03-30 13:44:11 -07:00
John Benediktsson a99f66f505 cocoa: add ?-> to remember messages being used at runtime. 2013-03-30 13:14:51 -07:00
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
Doug Coleman a1ef43a42f layours.hpp: Don't need RETAG here. Found by @mrjbq7. Fixes #637. 2013-03-29 17:20:08 -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
Doug Coleman 71558515cb Config.macosx: Try to support 10.5. 2013-03-29 14:36:11 -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