Commit Graph

14733 Commits (254995698aa4d902d1129aa054ae0db551bf7ce5)

Author SHA1 Message Date
U-C4\Administrator ba1795c854 add a find-by-extensions word 2009-05-10 19:20:04 -05:00
Slava Pestov 05e0171dea cpu.ppc: really fix bool type 2009-05-10 19:10:20 -05:00
Slava Pestov 9986f6e23e Fix bool type on PowerPC 2009-05-10 19:01:38 -05:00
Slava Pestov c32927bfea Fix unit test failures caused by change to 'contents' word 2009-05-10 18:54:56 -05:00
Alec Berryman 5a9aa07f15 bloom-filters: fewer fried quots 2009-05-10 19:41:39 -04:00
Slava Pestov 3254340cdb Merge branch 'master' of git://factorcode.org/git/factor 2009-05-10 18:22:50 -05:00
Slava Pestov 5ac2ccc9cd Merge branch 'redis' of git://www.tiodante.com/git/factor 2009-05-10 18:22:19 -05:00
Doug Coleman c92afaf385 fix rsa tests 2009-05-10 18:20:19 -05:00
Bruno Deferrari e83117abd0 Merge branch 'master' into redis 2009-05-10 20:15:14 -03:00
Bruno Deferrari 53413a049e Merge branch 'master' into irc 2009-05-10 20:15:02 -03:00
Bruno Deferrari 028235b9ff extra.redis: Vocabulary for communicating with the Redis key-value database 2009-05-10 20:08:58 -03:00
Alec Berryman 713f0db0a2 bloom-filters: clean up indices code
Extricating mod from hash creation makes it a little nicer.
2009-05-10 18:19:20 -04:00
U-C4\Administrator 1e70b726e8 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-10 17:08:05 -05:00
Slava Pestov 65faa3fda3 Fix unit tests and load errors for slip removal 2009-05-10 17:03:41 -05:00
U-C4\Administrator 278069ff8f Merge branch 'master' of git://factorcode.org/git/factor 2009-05-10 16:49:21 -05:00
U-C4\Administrator e8b2f7d040 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-10 16:47:54 -05:00
Slava Pestov d926a5e953 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-10 16:41:30 -05:00
Slava Pestov 04408ba62a mason: add retries in another place, and add a type declaration 2009-05-10 16:40:19 -05:00
Slava Pestov 9488e78532 clean up contents and lines words; contents never outputs f now 2009-05-10 16:39:51 -05:00
Slava Pestov f6ff74596e Removing slip 2slip 3slip nslip 2009-05-10 16:39:17 -05:00
Doug Coleman 4c465cd575 fix using 2009-05-10 16:33:43 -05:00
Sascha Matzke 6e491a3e4f Merge branch 'mongo-factor-driver' of git@github.com:x6j8x/factor into mongo-factor-driver 2009-05-10 23:22:44 +02:00
Doug Coleman bfa9ea3fde dont load safe primes in miller rabin tests 2009-05-10 23:21:47 +02:00
Doug Coleman bf528dcddd link to prime tests from prime docs 2009-05-10 23:21:47 +02:00
Doug Coleman 7869821de9 make a new vocabulary for safe primes 2009-05-10 23:21:47 +02:00
Doug Coleman 57ffb231dc update using 2009-05-10 23:21:47 +02:00
Doug Coleman 93104742f8 more docs for math.primes, move words out of miller-rabin 2009-05-10 23:21:47 +02:00
Joe Groff d5eace91d0 purple sky 2009-05-10 23:21:47 +02:00
Doug Coleman 259fd34d49 add next-odd etc to math.bitwise 2009-05-10 23:21:46 +02:00
Doug Coleman 02ddb8005d move random-bits* to random, work on docs 2009-05-10 23:21:46 +02:00
Doug Coleman aae9b78219 add lucas-lehmer primality test 2009-05-10 23:21:46 +02:00
Doug Coleman f30cdb1ea3 update usages of miller-rabin 2009-05-10 23:21:46 +02:00
Doug Coleman 9ab5ffa636 move math.miller-rabin to math.primes.miller-rabin 2009-05-10 23:21:46 +02:00
Doug Coleman 2ce5b4f3f6 working on sha2 2009-05-10 23:21:46 +02:00
Joe Groff e301d29f90 cut perlin-noise time in half 2009-05-10 23:21:45 +02:00
Sascha Matzke 87caa8d7a0 added delete-tuples word 2009-05-10 23:21:45 +02:00
Sascha Matzke 5399fe1d3d some bug fixes 2009-05-10 23:21:45 +02:00
Sascha Matzke f0bd82b2dd reworked insert, save and update; added save-deep 2009-05-10 23:21:45 +02:00
Doug Coleman 97da4e994b 64-bit add/subtract/multiply 2009-05-10 23:21:45 +02:00
Doug Coleman 6913653d62 use bi, call >string on c-strings from tar 2009-05-10 23:21:45 +02:00
Doug Coleman 097ce4c6dd implementing sha2 512 2009-05-10 23:21:44 +02:00
Doug Coleman 0e4f82f663 support sha-224, add constants for all sha2 2009-05-10 23:21:44 +02:00
Doug Coleman e033f92e0c remove dynamic variables from sha2 2009-05-10 23:21:44 +02:00
Doug Coleman 7a849022f4 move sha2 state to a tuple 2009-05-10 23:21:44 +02:00
Doug Coleman 0dd2aa643a more refactoring on sha2 2009-05-10 23:21:44 +02:00
Doug Coleman 5b70d3ccce more refactoring on sha2 2009-05-10 23:21:44 +02:00
Doug Coleman dc1b97e70a cleaning up sha2 2009-05-10 23:21:43 +02:00
Slava Pestov a366909c25 Removing slip usage from basis 2009-05-10 15:28:22 -05:00
U-C4\Administrator cfd22bdc36 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-10 15:27:21 -05:00
Slava Pestov 66d03fa6d3 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-10 14:55:02 -05:00