Commit Graph

7090 Commits (6db099977571285c35c97d48cb475095dd283e31)

Author SHA1 Message Date
Doug Coleman 6db0999775 add raw, typed bind statements 2009-04-13 18:04:06 -05:00
Doug Coleman c9db0fdee1 refactor sqlite bind 2009-04-13 17:40:35 -05:00
Doug Coleman 1789a58bbf add sql-bind-query, sql-bind-command for writing raw sql 2009-04-13 17:27:31 -05:00
Doug Coleman 48a0858135 raw sql queries work again 2009-04-13 15:37:29 -05:00
Doug Coleman d5b04296bc Merge branch 'master' of git://factorcode.org/git/factor 2009-04-13 15:36:29 -05:00
Slava Pestov 6efbe50543 Merge branch 'master' of git://factorcode.org/git/factor 2009-04-13 15:21:20 -05:00
Slava Pestov cedbad0772 Fix tests to not clutter Factor directory 2009-04-13 15:21:16 -05:00
Doug Coleman e1b0682320 Merge branch 'master' of git://factorcode.org/git/factor 2009-04-13 13:59:37 -05:00
Slava Pestov f26fccec9d Too much inlining in id3 2009-04-12 16:32:39 -05:00
Doug Coleman 956a119991 still working on db2 2009-04-11 21:05:18 -05:00
Doug Coleman ee45c8ff20 more work on db2 2009-04-11 20:21:04 -05:00
Doug Coleman badbd014be more parsers for c syntax 2009-04-11 16:19:41 -05:00
Doug Coleman a368a8da51 Merge branch 'master' of git://factorcode.org/git/factor 2009-04-11 15:58:49 -05:00
Slava Pestov db3818814d Refactor GLU usages in basis, and move opengl.glu to extra, and don't like VM with GLU 2009-04-11 15:17:08 -05:00
Doug Coleman 72205363fd porting more things over to extra/db2 2009-04-11 13:44:06 -05:00
Doug Coleman ee30ab92cd redoing db framework. it'll live in extra until it can replace db in basis 2009-04-11 13:02:47 -05:00
Doug Coleman 9ac2214b62 fix html.parser 2009-04-11 12:11:00 -05:00
Doug Coleman a10d490fe2 more parsing work 2009-04-10 17:50:05 -05:00
Doug Coleman 7bba6ab4a2 Merge branch 'master' of git://factorcode.org/git/factor 2009-04-10 09:38:08 -05:00
Slava Pestov 2b26da1ad2 Move images.normalization to extra since its not used for anything anymore 2009-04-10 04:03:06 -05:00
Doug Coleman 732065d775 more work on sequence-parser 2009-04-09 21:32:57 -05:00
Doug Coleman a761d57019 improve sequence-parser 2009-04-09 21:03:18 -05:00
Doug Coleman d44c08bf68 write synchsafe numbers to sequences 2009-04-09 18:23:05 -05:00
Doug Coleman 47369e927c add a combinator to spider 2009-04-09 15:29:38 -05:00
Doug Coleman 6583b4d38e rename html.parser.state to sequence-parser 2009-04-09 15:28:48 -05:00
Doug Coleman cdc3d1b643 more id3 refactoring, support TAG+ 2009-04-09 15:03:34 -05:00
Slava Pestov 30191f87e5 descriptive: add make-descriptive word to enable this functionality to be used as an annotation; improve docs 2009-04-08 05:13:06 -05:00
Slava Pestov d3b5236367 Fix poker tests 2009-04-08 05:04:58 -05:00
Aaron Schaefer ee9f509e82 Solutions to Project Euler problem 69 2009-04-08 02:41:02 -04:00
Aaron Schaefer 0c33ba55c8 Merge branch 'master' of git://factorcode.org/git/factor
* 'master' of git://factorcode.org/git/factor: (36 commits)
  Fix typo
  Fix alien.fortran for NetBSD x86.64
  fix unit test in robots
  http.client: fix 307 redirect behavior (reported by Chris Double)
  Treat a limit of f as unlimited instead of throwing an error
  Static responder now works when the root is a file rather than a directory
  Fix site-watcher tests
  Fix bootstrap
  furnace.actions: load chloe tags
  furnace.redirection: load urls.secure
  db.errors.sqlite: don't give up on bad inputs
  Makefile: clean target should delete libfactor.dylib too
  Working on site-watcher
  unbreak regexp
  refactor spider
  clean up a combinator in id3 parser
  Minor doc updates
  Use [ ] [ ] map-reduce instead of unclip [ ] reduce
  Factor out site-watcher.email, start work on site-watcher.spider
  construct a glob-matching quote for robots.txt files
  ...
2009-04-07 21:38:13 -04:00
Aaron Schaefer e78476a51e Solution to Project Euler problem 63 2009-04-07 21:36:38 -04:00
Aaron Schaefer c101d389e3 Add documentation for poker vocab 2009-04-07 18:34:20 -04:00
Aaron Schaefer 7a9c0ce069 Solution to Project Euler problem 58 2009-04-07 16:55:00 -04:00
Doug Coleman 65802b6aaa fix unit test in robots 2009-04-07 10:08:01 -05:00
Slava Pestov 5b5acf165c Fix site-watcher tests 2009-04-07 03:04:25 -05:00
Slava Pestov 9f08e3a6bf Working on site-watcher 2009-04-06 21:59:27 -05:00
Doug Coleman a380ae2239 refactor spider 2009-04-06 18:47:46 -05:00
Doug Coleman c91712bea0 clean up a combinator in id3 parser 2009-04-06 18:10:49 -05:00
Slava Pestov 2ef6043566 Merge branch 'master' of git://factorcode.org/git/factor 2009-04-06 17:49:42 -05:00
Slava Pestov e9b9907ef9 Factor out site-watcher.email, start work on site-watcher.spider 2009-04-06 17:49:34 -05:00
Doug Coleman b6064813c9 construct a glob-matching quote for robots.txt files 2009-04-06 17:39:44 -05:00
Slava Pestov 3af8643c30 More tags 2009-04-06 03:03:58 -05:00
Slava Pestov 99b8400e56 Documentation updates 2009-04-06 03:00:46 -05:00
Aaron Schaefer 1546f4230b Merge branch 'master' of git://factorcode.org/git/factor
* 'master' of git://factorcode.org/git/factor: (73 commits)
  Fix  ui.gadgets.scrollers unit tests
  Browser tool now saves scroll bar position in history
  Rename scroll word to set-scroll-position and make it public
  Rename scroll word to set-scroll-position and make it public
  Move models.history to extra
  Clear button in search field is now positioned correctly
  Fix prettyprint of CONSTANT: and ALIAS:
  Fix prettyprinting of URLs
  Fix alien unit tests
  Fixes for recent changes
  Fix mailbox-get-all, and make mailbox timeouts throw a wait-timeout error instead of a string
  Oops dead code
  Fixing this for Windows
  mason.test: check if boot image is out of date, and refuse to build if so
  Fix documentation for map-index
  Fix alien hashcode for expired aliens
  opengl.textures: pad image up to a power of 2 using glTexSubImage2D instead of doing it in Factor code
  Don't call glFlush, it's useless
  Simplify do-matrix
  Add hashcode method for simple-alien; improves performance of malloc and free
  ...
2009-04-06 00:52:15 -04:00
Aaron Schaefer 8201139dc7 One more poker unit test dealing with equality 2009-04-06 00:30:21 -04:00
Slava Pestov 687e9f90fe Move models.history to extra 2009-04-05 23:16:48 -05:00
Aaron Schaefer cbc63b4969 Add more unit test coverage for poker vocab 2009-04-05 23:28:13 -04:00
Aaron Schaefer fda3f6d3f0 Add perfect hash optimization for poker vocab 2009-04-05 21:16:57 -04:00
Aaron Schaefer 4a229e5205 Slight cleanup of PE problem 54 solution 2009-04-05 21:16:20 -04:00
Slava Pestov b0b77cf744 Fixes for recent changes 2009-04-05 17:32:53 -05:00