Commit Graph

13019 Commits (40631ec2a90d3525b36f9cb7ee55bbd38d06eb8c)

Author SHA1 Message Date
Doug Coleman e8f9d48b08 move site-watcher db code to new vocab, clean up the site-watcher api 2009-03-18 17:43:49 -05:00
Slava Pestov 5da04a5e41 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-18 17:19:09 -05:00
Doug Coleman d5581b453e use error. instead of unparse 2009-03-18 17:15:54 -05:00
Doug Coleman 71435f6653 prettyprint was necessary. 2009-03-18 17:12:47 -05:00
Doug Coleman 3d5bb95640 dont use prettyprinter 2009-03-18 17:11:54 -05:00
Slava Pestov 1d45720579 Add a deploy test to keep benchmark.regex-dna size down 2009-03-18 17:08:57 -05:00
Slava Pestov d60e586f48 Fix tools.deploy.shaker's call( and execute( stripping 2009-03-18 17:08:18 -05:00
Doug Coleman 2bb3f782c6 site-watcher uses the db now 2009-03-18 17:07:46 -05:00
Slava Pestov e2fdb0783c Separate regexp.prettyprint from regexp to reduce deployed image size 2009-03-18 17:07:19 -05:00
Daniel Ehrenberg 8157a6a52f Making regexp AST building linear time rather than quadratic for a{n} 2009-03-18 17:03:38 -05:00
Slava Pestov 9d44b7620f Fixing the build 2009-03-18 17:01:26 -05:00
Daniel Ehrenberg ba9938c30f Reorganizing things in regexp, mostly 2009-03-18 16:09:45 -05:00
Maxim Savchenko 356523e38a Merge branch 'master' of git://factorcode.org/git/factor into clean-linux-x86-32 2009-03-18 07:50:59 -04:00
Daniel Ehrenberg 54194d269c Some reorganizing in Unicode; regexp class changes 2009-03-17 19:39:04 -05:00
Slava Pestov 32678fc4d1 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-17 19:06:56 -05:00
Slava Pestov 2ed97f5a24 Various fixes for call( 2009-03-17 18:53:44 -05:00
Joe Groff 7a010063c0 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-17 16:19:13 -05:00
Joe Groff 2b45847649 linear algebra fail 2009-03-17 16:18:56 -05:00
Doug Coleman 0820734749 serial library works with the null modem -- add some standard ports for future reference 2009-03-17 15:03:01 -05:00
Maxim Savchenko 1fbad5cee3 Merge branch 'master' of git://factorcode.org/git/factor into clean-linux-x86-32 2009-03-17 15:16:41 -04:00
Doug Coleman a1ba5fa999 Merge git://github.com/Keyholder/factor into keyholder 2009-03-17 12:31:23 -05:00
Doug Coleman 655e8ddbac Merge branch 'master' of git://factorcode.org/git/factor 2009-03-17 10:14:32 -05:00
Maxim Savchenko 1a16325bb1 Merge branch 'master' of git://factorcode.org/git/factor into clean-linux-x86-32 2009-03-17 05:22:34 -04:00
Slava Pestov 786475102d Make more code infer 2009-03-17 02:19:50 -05:00
Daniel Ehrenberg a181c22015 Regexp docs typo fix 2009-03-17 00:10:55 -05:00
Daniel Ehrenberg 4a79ee9bb9 Making unicode.data slightly more efficient 2009-03-17 00:04:27 -05:00
Daniel Ehrenberg 9f8ccb67a7 Making disambiguation faster 2009-03-16 23:49:31 -05:00
Slava Pestov e981090045 Inline caching for call( 2009-03-16 23:02:55 -05:00
Daniel Ehrenberg 2f8adf9d4d Fixing regexp docs 2009-03-16 22:43:08 -05:00
Daniel Ehrenberg a26fb62831 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-16 22:31:15 -05:00
Daniel Ehrenberg fec49cb616 More expository XML docs 2009-03-16 22:29:38 -05:00
Slava Pestov e1a358a30c Merge branch 'master' of git://factorcode.org/git/factor 2009-03-16 20:54:36 -05:00
Slava Pestov bdec395130 Remove predicate-instance? hack; use call( instead 2009-03-16 20:49:19 -05:00
Slava Pestov ead3452957 Fix walker 2009-03-16 20:49:09 -05:00
Slava Pestov 135f3bfc7f Fix bootstrap 2009-03-16 20:48:56 -05:00
Slava Pestov be4fb1e7d9 Move call( and execute( to core 2009-03-16 20:11:36 -05:00
Daniel Ehrenberg 7a0ce748df Cleaning up XML to make : string>xml <string-reader> read-xml ; 2009-03-16 18:28:15 -05:00
Daniel Ehrenberg b745930b28 More regexp docs 2009-03-16 18:14:39 -05:00
Daniel Ehrenberg ababfe80ef More regexp docs; unix line ending support 2009-03-16 17:53:38 -05:00
Doug Coleman f7512da692 fix example 2009-03-16 14:44:40 -05:00
Doug Coleman 8eea41b537 normalizing alpha data for tiffs is done too often, check in test image for it 2009-03-16 07:11:56 -05:00
Doug Coleman bb33894d8a check in more test images 2009-03-16 07:11:46 -05:00
Doug Coleman baf2cc6c5a fix bitmap loading of odd-width files 2009-03-16 07:08:35 -05:00
Slava Pestov 3a611f41c7 ui.gadgets.editors: remove unnecessary workaround, make another word infer 2009-03-16 06:27:19 -05:00
Slava Pestov 0c77a3b3be compiler: use call( instead of assert-depth 2009-03-16 06:27:01 -05:00
Slava Pestov 38c6be94d4 Fixing some stack comments 2009-03-16 06:17:18 -05:00
Slava Pestov 1559b74640 Add new check-datastack primitive and re-implement call( with it, instead of using with-datastack. call( is now 5x faster 2009-03-16 06:16:51 -05:00
Slava Pestov 58d997de5c Refactor regexp.compiler to not all with-compilation-unit so much; benchmark.regex-dna loads about twice as fast now 2009-03-16 05:00:27 -05:00
Slava Pestov 27a68b8aa4 Update meta-data 2009-03-16 03:39:42 -05:00
Slava Pestov e697fe8a90 Remove Farkup caching from Wiki now that Farkup parser is fast 2009-03-16 03:29:29 -05:00