Commit Graph

14781 Commits (39e0d402238614b224282d7cfd3a199334bd4d04)

Author SHA1 Message Date
Slava Pestov 39e0d40223 webapps.mason: minor improvements 2009-05-19 17:46:05 -05:00
Slava Pestov a8c9dab9e2 make: minor doc fix 2009-05-19 01:40:04 -05:00
Slava Pestov 3eb058aa70 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-18 16:50:21 -05:00
Slava Pestov c5d2c48fc9 mason.report: join lines with \n 2009-05-18 16:50:11 -05:00
Doug Coleman f33883658a fix lazy lists 2009-05-18 16:17:11 -05:00
Doug Coleman 241c2ea846 llines was broken. it still probably is -- what if the stream throws an exception? cleanup some old code 2009-05-18 12:27:04 -05:00
Doug Coleman 8175d6fe2b Merge branch 'master' of git://factorcode.org/git/factor 2009-05-18 11:35:21 -05:00
Slava Pestov 75f03e9a18 Merge branch 'master' of /Users/slava/factor/ 2009-05-18 11:34:56 -05:00
Doug Coleman c045823182 remove old median, fix docs 2009-05-18 02:41:58 -05:00
Doug Coleman 54cb1b9686 median used the wrong algorithm. now it runs in O(n) time. add kth-smallest word, used to implement median 2009-05-18 02:16:03 -05:00
Doug Coleman 4eab045deb add nth-unsafe to sequences.private, making md5 faster 2009-05-18 00:24:24 -05:00
Slava Pestov 8714aa48c5 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-17 23:39:26 -05:00
Slava Pestov 909082e212 tools.disassembler.gdb: remove redundant using 2009-05-17 23:39:05 -05:00
Doug Coleman 349adff19e fix checksum test -- short circuit so correct error is reported 2009-05-17 20:32:43 -05:00
U-C4\Administrator 02b769475b fix duplicate using lines 2009-05-17 20:29:32 -05:00
Doug Coleman 70020d59bd add some unit tests testing get-checksum 2009-05-17 18:41:15 -05:00
Doug Coleman 1665a7d93b Merge branch 'master' of git://factorcode.org/git/factor 2009-05-17 18:24:04 -05:00
Slava Pestov 6054c819ff Merge branch 'master' of git://factorcode.org/git/factor 2009-05-17 18:20:44 -05:00
Slava Pestov efde9b8d10 callstack>array was keeping an uninitialized array around across potential GCs; add more assertions 2009-05-17 18:18:07 -05:00
Doug Coleman bd8673f766 fix multiple using warning in stage1, core can't use io.encodings.binary 2009-05-17 18:05:46 -05:00
Doug Coleman 400317affc Merge branch 'checksums' 2009-05-17 18:00:36 -05:00
Doug Coleman daeb25175b Merge branch 'master' of git://factorcode.org/git/factor 2009-05-17 18:00:24 -05:00
Doug Coleman b352bbdc12 move sha1 and sha2 to checksums.sha, update usages 2009-05-17 17:58:36 -05:00
Doug Coleman e342082722 fix sha1 2009-05-17 17:50:31 -05:00
Doug Coleman ee6a8e78e7 generalize sha1-interleave and move it to its own vocabulary 2009-05-17 13:49:56 -05:00
Doug Coleman 8b37eced05 use literal-arrays 2009-05-17 13:36:53 -05:00
Doug Coleman f1f1a26b60 working on hmac 2009-05-17 12:45:20 -05:00
Doug Coleman b2ac4396c1 sha2 now uses the incremental checksum protocol 2009-05-17 11:03:04 -05:00
Doug Coleman c8e0b049a8 fix a bug in inflate -- length table was one entry too short 2009-05-17 10:10:14 -05:00
Doug Coleman 0bdccdb7ac checksums work now 2009-05-16 18:00:56 -05:00
Slava Pestov e36413bd66 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-16 16:58:22 -05:00
Slava Pestov b4afea0bfd math.primes.list: update for lists.lazy changes 2009-05-16 16:58:11 -05:00
Slava Pestov 61fab37425 Fix regression with see'ing gensyms 2009-05-16 16:57:58 -05:00
Daniel Ehrenberg 6ff5e3a01d Merge branch 'master' of git://factorcode.org/git/factor 2009-05-16 16:55:13 -05:00
Daniel Ehrenberg 6257b97e4c In Farkup, image text is only parsed if given separate from the URL 2009-05-16 16:54:45 -05:00
Slava Pestov 9be2a3c080 help.html: fix escape-filename 2009-05-16 16:54:02 -05:00
Slava Pestov 7b76d64510 tools.deploy.shaker: update for parser.notes 2009-05-16 16:40:40 -05:00
Slava Pestov a852f89d37 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-16 16:28:32 -05:00
Slava Pestov 2dd1e54ac2 unix.stat.netbsd: fix code duplication with unix.statvfs.netbsd 2009-05-16 16:28:24 -05:00
Doug Coleman 51dde01fac Merge branch 'master' into checksums 2009-05-16 15:37:03 -05:00
Doug Coleman 254995698a Merge branch 'master' of git://factorcode.org/git/factor 2009-05-16 15:19:29 -05:00
Doug Coleman d1468a33d1 dont use fry in core 2009-05-16 15:17:20 -05:00
Doug Coleman b819f9d11c Merge branch 'master' into checksums 2009-05-16 14:06:39 -05:00
Slava Pestov 5608dc249b Merge branch 'master' of git://factorcode.org/git/factor 2009-05-16 13:41:57 -05:00
Slava Pestov 9c239694bf Update unit tests for parser note and lazy list changes 2009-05-16 13:41:11 -05:00
Slava Pestov 9d9523080e html.templates.fhtml: fix load error 2009-05-16 13:34:47 -05:00
Slava Pestov 4c369cdf48 lists: slight cleanup 2009-05-16 13:34:39 -05:00
Doug Coleman 4deda17c30 Merge branch 'master' of git://factorcode.org/git/factor 2009-05-16 13:03:23 -05:00
Doug Coleman e870214016 working on checksums 2009-05-16 13:03:09 -05:00
Slava Pestov a9c339e583 Fix windows bootstrap 2009-05-16 11:20:08 -05:00