Commit Graph

11724 Commits (478c1d2928ca3eb6c78c04bb7f3a4d75e5bc4e5b)

Author SHA1 Message Date
Daniel Ehrenberg 478c1d2928 Assocs stack effect fix 2009-02-19 16:50:55 -06:00
Daniel Ehrenberg 9565b59928 Regexp negation (partial) and cleanup of regexp.nfa 2009-02-19 16:48:46 -06:00
Daniel Ehrenberg fa84f4c752 DFAs are minimized now 2009-02-19 00:11:45 -06:00
Daniel Ehrenberg 77b069ee5c Finish cleanup of regexp 2009-02-18 14:52:10 -06:00
Daniel Ehrenberg b8845cb87e Almost done with regexp cleanup 2009-02-18 12:27:07 -06:00
Daniel Ehrenberg 242cfb5c19 Merge branch 'master' of git://factorcode.org/git/factor into regexp
Conflicts:

	basis/xmode/utilities/utilities-tests.factor
2009-02-17 12:24:01 -06:00
Slava Pestov 6e8c86a093 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-16 21:42:57 -06:00
Slava Pestov be46168a24 define-operation doesn't add duplicate operations anymore; ui.operations initializes operations global variable automatically 2009-02-16 21:42:47 -06:00
Slava Pestov 13d96df8b6 Add unit test for >alist on linked-assocs 2009-02-16 21:42:09 -06:00
Doug Coleman f79f49a349 remove empty file 2009-02-16 21:30:22 -06:00
Doug Coleman f1cc9e7ebb add author 2009-02-16 21:29:28 -06:00
Doug Coleman 53224ebce0 remove empty file 2009-02-16 21:29:13 -06:00
Doug Coleman bff66cd47b remove empty file 2009-02-16 21:27:32 -06:00
Doug Coleman 99cc82dec3 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-16 21:25:39 -06:00
Doug Coleman 4944bc29f2 use CONSTANT: 2009-02-16 21:23:10 -06:00
Slava Pestov 60d96b56ce Remove a rot usage 2009-02-16 21:13:49 -06:00
Slava Pestov 6a89e4ee3b Updating sequence and hashtable documentation to point more clearly at the relevant generic operations defined on these types 2009-02-16 21:06:28 -06:00
Slava Pestov 6b25e99470 Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00
Daniel Ehrenberg 105ef28433 Rewriting regexp parser 2009-02-16 20:23:00 -06:00
Slava Pestov 1a4aaf219f Fix deploy tool: error wasn't printed properly 2009-02-16 19:36:02 -06:00
Slava Pestov 20053c7f5c Deploy tool: if debugger is not stripped out, actually use it to report errors; print an error if vocab has no MAIN: word 2009-02-16 19:00:09 -06:00
Slava Pestov 1f273a852a Merge branch 'master' of git://factorcode.org/git/factor 2009-02-15 20:45:14 -06:00
Slava Pestov ebd0e9250f Clean up some <file-reader> usages to use file-lines, file>csv, and file>xml instead 2009-02-15 20:45:06 -06:00
Daniel Ehrenberg 00c5395d31 Merge branch 'master' into regexp 2009-02-15 20:42:45 -06:00
Slava Pestov 2fe934ba9d Remove some code duplication in io.directories.unix 2009-02-15 20:36:04 -06:00
Doug Coleman 89f3920291 Merge branch 'master' of git://github.com/inforichland/factor-id3 2009-02-15 20:33:58 -06:00
Slava Pestov 72e3210f33 Add summary for new error 2009-02-15 20:31:28 -06:00
Slava Pestov e1866ff0e4 Fix xml.writer unit test 2009-02-15 20:11:36 -06:00
Slava Pestov e8c3fe2afc Use vocab: in io.encodings.korean 2009-02-15 20:08:00 -06:00
Slava Pestov 723dcd334f Merge branch 'master' of git://factorcode.org/git/factor 2009-02-15 20:06:23 -06:00
Slava Pestov 6b99b04531 Add vocab: for vocab-relative paths 2009-02-15 19:53:21 -06:00
Doug Coleman c5e1a26ac5 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-15 19:51:45 -06:00
Doug Coleman 63c96cc008 Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor 2009-02-15 19:29:49 -06:00
Tim Wawrzynczak 9363ecc108 Removed extra nulls from v1 tags 2009-02-15 19:12:46 -06:00
Daniel Ehrenberg 523e0d993d Cleanup and bug fix in io.encodings.korean 2009-02-15 18:01:34 -06:00
Daniel Ehrenberg 66c2efb378 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-15 14:29:39 -06:00
Daniel Ehrenberg 41312ae2e5 Unfinished changes to regexp 2009-02-15 14:28:22 -06:00
Daniel Ehrenberg 7d096f019b Merge branch 'master' into regexp 2009-02-15 11:45:59 -06:00
Doug Coleman 5ef7afcbb3 refactor tiff loading a bit, identify lots of ifd header tags 2009-02-15 10:42:36 -06:00
Doug Coleman f4a242f341 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-15 09:14:33 -06:00
Doug Coleman 3df5422151 add support for parsing all baseline tiff tags, fix loading a tiff that used to work 2009-02-15 09:13:53 -06:00
Slava Pestov 1bea447e4d Merge branch 'master' of git://factorcode.org/git/factor 2009-02-15 04:07:13 -06:00
Slava Pestov cddb1f6133 Fix spelling 2009-02-15 04:07:05 -06:00
Yun, Jonghyouk 7f130be10f Merge branch 'master' of git://factorcode.org/git/factor 2009-02-15 10:59:03 +09:00
Doug Coleman 5741aa198e not all images have associated alpha data... oops 2009-02-14 19:28:00 -06:00
Doug Coleman 47a2f42c9f handle associated alpha data in tiffs 2009-02-14 19:24:42 -06:00
Doug Coleman 99122a8fb1 use while to implement randomize (thanks joe!), document it 2009-02-14 14:25:48 -06:00
Doug Coleman a0491606bc fix { } randomize, more unit tests 2009-02-14 14:04:54 -06:00
Doug Coleman 1418a67cc6 unit test how many elements to swap with randomize, remove a usage of pick 2009-02-14 13:28:41 -06:00
Doug Coleman 0286c524e8 randomize was broken -- elements could not exchange with themselves 2009-02-14 13:14:00 -06:00