Commit Graph

10843 Commits (b09763de2e8d0dac3ff7678536be3332aa138473)

Author SHA1 Message Date
Eduardo Cavazos 13cf6ec4be L-system.models.abop-1: Minor tweaks 2009-01-07 16:25:32 -06:00
Eduardo Cavazos 589e509469 L-system: Add rotating pedestal 2009-01-07 16:24:56 -06:00
Samuel Tardieu e4b3f01e9e Fix bit-array>integer byte ordering 2009-01-07 23:16:27 +01:00
Doug Coleman 3026f1c8e3 add another test for group-name 2009-01-07 16:05:48 -06:00
Doug Coleman d3220a607f add unit test for group-name 2009-01-07 16:04:42 -06:00
Samuel Tardieu 6a2f46ed7f Move math.primes.factors from extra to basis 2009-01-07 23:01:27 +01:00
Doug Coleman 6d6e691083 Make human-sort behave like sort 2009-01-07 15:58:33 -06:00
Samuel Tardieu 397790241f math.primes.factors rewrite 2009-01-07 22:54:03 +01:00
Slava Pestov 9a33f1cf1c Fixing bootstrap errors 2009-01-07 15:21:51 -06:00
Daniel Ehrenberg b3d175821a Unicode word breaks 2009-01-07 15:08:08 -06:00
Slava Pestov d7358b5ef3 Removing last remnants of 'workspace' tool 2009-01-07 15:06:43 -06:00
Doug Coleman 638f1f4ceb fix group-name word, rename username -> user-name because of symmetry with group-name, use cleave>array in a couple places to eliminate counting items in an array manually 2009-01-07 14:53:43 -06:00
Samuel Tardieu 594bd3aee8 Move math.primes from extra to basis 2009-01-07 21:12:48 +01:00
Samuel Tardieu ca7ffd6ea2 Separate lazy lists from core primes number generation 2009-01-07 21:10:34 +01:00
Doug Coleman 64f07fa336 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-07 13:53:30 -06:00
Slava Pestov 39391fe852 CGI responder would fail if the CGI script would emit non-ASCII characters; set encoding to binary 2009-01-07 13:46:52 -06:00
Doug Coleman 80782f699a fix a couple more typos in grouping 2009-01-07 13:38:34 -06:00
Slava Pestov d9018d40c7 Merge branch 'master' into new_ui 2009-01-07 12:27:54 -06:00
Daniel Ehrenberg a860ae82f1 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-07 12:26:50 -06:00
Daniel Ehrenberg 4dc505f252 Word breaks 2009-01-07 12:23:07 -06:00
Slava Pestov e90c3879c0 Fix typo in example 2009-01-07 12:20:10 -06:00
Slava Pestov d6cdcca630 Merge branch 'master' of git://factorcode.org/git/factor 2009-01-07 12:19:00 -06:00
Slava Pestov c09f91da69 Add right-click menu to tables, row-value word 2009-01-07 12:18:42 -06:00
Slava Pestov c054c8028a Clean up some code in help.crossref 2009-01-07 12:18:30 -06:00
Slava Pestov ff1e15466f Merge branch 'for-slava' of git://git.rfc1149.net/factor into new_ui 2009-01-07 12:14:52 -06:00
Doug Coleman 839b5b14eb Merge branch 'master' of git://factorcode.org/git/factor 2009-01-07 11:23:37 -06:00
Doug Coleman e83713d557 Fix typo in each-file stack effect, document io.directories.search 2009-01-07 11:20:05 -06:00
U-C4\Administrator 7f218dde57 fix typo in grouping docs, add more examples 2009-01-07 11:05:53 -06:00
Samuel Tardieu b96d2cca48 Add test for project Euler 157 2009-01-07 13:37:17 +01:00
Samuel Tardieu c8be645eb1 Remove "primes-under-million" list
In the past, this was a static list used to optimize prime factors
computation. Now that the dependency has been reversed, there is
no point in keeping this list which can be obtained by
"1000000 primes-upto" as easily.
2009-01-07 10:40:00 +01:00
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