Commit Graph

10663 Commits (1914a57b40242a5bd6d7ce5a0c37e8acae220589)

Author SHA1 Message Date
Samuel Tardieu 2638db02d1 Use the largest source file to benchmark checksums
"extra/math/primes/list.factor" is very small. Replace it with the
largest factor source file in benchmarks.
2009-01-07 10:40:00 +01:00
Samuel Tardieu 5d988b04fa Add missing files in math.primes.erato and add copyright notice 2009-01-07 10:39:55 +01:00
Samuel Tardieu 78fbeda105 Refactor prime factors decomposition module and add more tests 2009-01-07 10:39:20 +01:00
Slava Pestov bdaa5eac31 Minor UI documentation updates 2009-01-06 23:30:08 -06:00
Slava Pestov 7d3d234151 Merge branch 'master' into new_ui 2009-01-06 21:20:05 -06:00
Slava Pestov 67c37de79c Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor 2009-01-06 21:15:08 -06:00
Slava Pestov 70b6e1808c Clean up inverse a bit 2009-01-06 21:14:22 -06:00
Slava Pestov 70a60ef237 Clean up listener tool 2009-01-06 21:09:40 -06:00
Jose A. Ortega Ruiz 1a384e5e01 FUEL: Tidbits. 2009-01-07 04:08:36 +01:00
Slava Pestov 00fad429b5 Add shortcuts for scrolling up/down to listener 2009-01-06 20:55:23 -06:00
Jose A. Ortega Ruiz 37760a0852 FUEL: Fix for symbol words display in vocab help pages. 2009-01-07 03:03:20 +01:00
Jose A. Ortega Ruiz 3ee5772c88 FUEL: Shorten very long words in tables to keep delims aligned. 2009-01-07 02:47:44 +01:00
Jose A. Ortega Ruiz 03455ab770 FUEL: $operation. 2009-01-07 01:59:15 +01:00
Jose A. Ortega Ruiz b8793abeea FUEL: Vocab word lists in help browser. 2009-01-07 01:44:45 +01:00
Slava Pestov 63382b6e81 Fix capitalization 2009-01-06 17:00:30 -06:00
Slava Pestov e6ed70c791 Working on new UI inspector 2009-01-06 16:53:08 -06:00
Slava Pestov 76e89f72ba Fix action gesture 2009-01-06 16:53:01 -06:00
Slava Pestov 29f9d61c90 Add support for double-click actions to table gadget 2009-01-06 16:52:12 -06:00
Eduardo Cavazos 7c6b3e6278 L-system: Handle case of 'f' string (use axiom) 2009-01-06 16:31:11 -06:00
Daniel Ehrenberg 5357eee12e Fixing unicode normalization--all tests pass 2009-01-06 16:25:12 -06:00
Jose A. Ortega Ruiz efcd8cb194 FUEL: Tags and authors support in help browser. 2009-01-06 23:08:33 +01:00
Slava Pestov 5c7af1cf2d Clean up ui.gadgets.lists a tiny bit 2009-01-06 15:54:17 -06:00
Slava Pestov 35dd01de39 Clean up the browser tool 2009-01-06 14:21:37 -06:00
Slava Pestov 24d55cc6a6 Browser tool is now its own window; update help-window usages to open browser instead 2009-01-06 13:56:14 -06:00
Slava Pestov d2fd2d0a8c Only multiline editors need UP/DOWN arrow commandS 2009-01-06 13:45:57 -06:00
Slava Pestov a9f1394468 Add a failing unit test 2009-01-06 13:45:46 -06:00
Slava Pestov e03f997837 Add io.pathnames to default use list in listener 2009-01-06 12:15:58 -06:00
Daniel Ehrenberg be34c407d1 unicode.breaks tests and bug fixes 2009-01-06 10:19:19 -06:00
Jose A. Ortega Ruiz af78443832 FUEL: Much faster and nicer table rendering. 2009-01-06 16:28:10 +01:00
Jose A. Ortega Ruiz 956492447c FUEL: $describe-vocab and child vocab lists implemented. 2009-01-06 07:05:42 +01:00
Slava Pestov 14f46ea25f Merge branch 'master' into new_ui 2009-01-05 23:40:34 -06:00
Slava Pestov d815c0c048 Fix Farkup link escaping 2009-01-05 23:39:29 -06:00
Daniel Ehrenberg 6452ebac6e Commenting out failing unit test in unicode 2009-01-05 22:39:38 -06:00
Daniel Ehrenberg 9d3d3f815f Unicode normalization bug fixes (incomplete) 2009-01-05 22:19:14 -06:00
Daniel Ehrenberg fa91133cc0 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-05 20:59:04 -06:00
Slava Pestov 651c298eb3 Merge branch 'master' into new_ui 2009-01-05 19:56:25 -06:00
Jose A. Ortega Ruiz 76dcfc6c2b FUEL: New command fuel-help-vocab (v in help browser). 2009-01-06 02:23:38 +01:00
Jose A. Ortega Ruiz 23205a8bf4 Merge commit 'origin/master' into emacs 2009-01-06 02:02:47 +01:00
Slava Pestov af49278d3f Add 2tri* and 2tri@ combinators, clean up (3each), and fix failing unit test for 3map 2009-01-05 18:12:34 -06:00
Slava Pestov 4c25fef273 Remove extra/faq now that we don't need it anymore 2009-01-05 17:33:27 -06:00
Slava Pestov 3ac2fd15d6 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-05 17:33:12 -06:00
Slava Pestov 16cdedb838 Update copyright year 2009-01-05 17:33:06 -06:00
Slava Pestov 7c6d86491b Add .# to gitignore 2009-01-05 17:32:28 -06:00
Slava Pestov 7b110b0bfd Move 3each, 3map from compiler.utilities to sequences 2009-01-05 17:32:08 -06:00
Slava Pestov 872d12d29b Add support for column filling and alignment to table gadgets
Finish profiler tool's methods tab
2009-01-05 17:31:21 -06:00
Jose A. Ortega Ruiz bb774d61c8 FUEL: MEMO:: recognised in factor syntax. 2009-01-05 23:29:26 +01:00
Jose A. Ortega Ruiz f623c46314 FUEL: Document edit command. 2009-01-05 22:09:18 +01:00
Jose A. Ortega Ruiz ca0f944e04 FUEL: Edit article command in help buffers. 2009-01-05 22:06:43 +01:00
Jose A. Ortega Ruiz 9ca81aed93 FUEL: bogus key binding fixed 2009-01-05 15:30:07 +01:00
Slava Pestov cb3102f9d1 Merge branch 'master' into new_ui 2009-01-05 07:58:52 -06:00