Commit Graph

7263 Commits (acd312ab19b44a50acb2b22b6d65762805859bb9)

Author SHA1 Message Date
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
Bruno Deferrari 4d722001e9 irc.messages: use SYNTAX: instead of parsing 2009-04-08 23:26:58 -03:00
Bruno Deferrari 4cc3dfb3c5 irc.client: Fix, don't try to USE 'call' 2009-04-08 23:13:18 -03:00
Bruno Deferrari 93a3c18c59 irc.client: Make to-chat work with sequences 2009-04-08 23:13:17 -03:00
Bruno Deferrari f3577572ec irc.client: add test 2009-04-08 23:13:17 -03:00
Bruno Deferrari 527b50fa56 irc.client: Fix strings>privmsg, add test 2009-04-08 23:13:17 -03:00
Bruno Deferrari 5bfe50018e irc.messages: Update tests 2009-04-08 23:13:17 -03:00
Bruno Deferrari 1c70bf833f irc: IRC messages reimplemented 2009-04-08 23:13:17 -03:00
Aaron Schaefer 01677ada51 Remove unnecessary helper word after refactoring 2009-04-08 18:15:24 -04:00
Aaron Schaefer 7c898bd553 Eliminate redundant unique5 lookup for poker hands 2009-04-08 12:30:11 -04: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
Slava Pestov 2b042d7cb7 Merge branch 'master' of git://projects.elasticdog.com/git/factor 2009-04-05 17:20:47 -05:00
Aaron Schaefer 8fdc852038 Solution to Project Euler problem 54 2009-04-05 15:37:03 -04:00
Aaron Schaefer 469c3c05ec Speed up map product in poker vocab 2009-04-05 15:32:36 -04:00
Aaron Schaefer aa7e03d013 Add poker hand evaluation vocab 2009-04-05 00:04:31 -04:00
Slava Pestov f44c67e5c3 mason.test: check if boot image is out of date, and refuse to build if so 2009-04-04 20:34:09 -05:00
Doug Coleman 284511a2e7 fix load erro 2009-04-04 15:47:17 -05:00
Doug Coleman 26dccb5b16 human-sort is now { human<=> } sort-by 2009-04-04 15:46:18 -05:00
Doug Coleman e929c397d1 refactoring spider 2009-04-04 11:57:23 -05:00
Doug Coleman dd4766798c Merge branch 'master' of git://factorcode.org/git/factor 2009-04-03 21:18:43 -05:00
Slava Pestov 95f304bee0 Check in spider.report 2009-04-03 21:16:27 -05:00
Doug Coleman 1ee52e2090 refactoring spider 2009-04-03 21:16:08 -05:00
Doug Coleman 8875c2ba26 return links as URL objects in html vocab 2009-04-03 21:15:52 -05:00
Doug Coleman 4c7b2f9337 fix deriving urls in spider 2009-04-03 20:05:19 -05:00
Doug Coleman ed6da6b18c Merge branch 'master' of git://factorcode.org/git/factor 2009-04-03 17:40:14 -05:00
Slava Pestov 775ca0a956 mason: run factor.com on windows 2009-04-03 16:30:59 -05:00
Slava Pestov c780457ddb Fix up ui.offscreen 2009-04-03 12:54:34 -05:00
Doug Coleman a42b872a23 fix bug in take-sequence 2009-04-03 12:40:45 -05:00
Slava Pestov 92cc670c28 Merge branch 'master' of git://factorcode.org/git/factor 2009-04-03 10:25:56 -05:00
Slava Pestov f7ba7b4bfa Fix deploy descriptor for color picker 2009-04-03 10:20:42 -05:00
U-SLAVA-DFB8FF805\Slava 038509f652 Merge branch 'master' of git://factorcode.org/git/factor 2009-04-03 09:22:47 -05:00
U-SLAVA-DFB8FF805\Slava 745a435475 Merge branch 'master' into uniscribe 2009-04-02 13:19:30 -05:00
Slava Pestov c5a511788a Merge branch 'master' of git://projects.elasticdog.com/git/factor 2009-04-02 13:14:03 -05:00
U-SLAVA-DFB8FF805\Slava 6b8f4ecabc Merge branch 'master' of git://factorcode.org/git/factor 2009-04-02 13:11:38 -05:00
U-SLAVA-DFB8FF805\Slava 2c556fbb65 Better error message printout in extra/descriptive 2009-04-02 13:11:06 -05:00
U-SLAVA-DFB8FF805\Slava dba42f9259 Remove DLL-downloading logic since we don't have external deps anymore 2009-04-02 13:07:45 -05:00
Doug Coleman 070e5ef9bf check in more test cases for later 2009-04-02 12:25:41 -05:00
Doug Coleman e841308bf6 adding some preprocessor test files 2009-04-02 11:40:15 -05:00
Doug Coleman 6399f4bc1a handle defines better, save all #if/#elif/#else/#pragma/#include_next. next step: tokenizing and macro replacement 2009-04-02 11:39:18 -05:00
Aaron Schaefer 59145c0672 Minor typo in solution for PE problem 49 2009-04-02 12:10:51 -04:00
Aaron Schaefer 5405f530b9 Merge branch 'master' of git://factorcode.org/git/factor
* 'master' of git://factorcode.org/git/factor:
  Fix UI pane selection
  use unicode instead of ascii again
  Fix up 'demos' vocab
  beginnings of a c preprocessor -- needs #if, #elif, #else
  Tabs are blank (better unicode whitespace support coming soon)
  fix take-rest for out of bounds
  Partial fix for pane selection
  ensure-port outputs a new URL instead of mutating its input
  FUEL: Font lock and no indentation for EBNF: ... ;EBNF forms.
2009-04-02 11:59:59 -04:00
Aaron Schaefer d6e646389c Solution to Project Euler problem 49 2009-04-02 11:58:35 -04:00
Slava Pestov de357bacdb Merge branch 'master' of git://factorcode.org/git/factor 2009-04-02 09:12:00 -05:00
Slava Pestov 0db52b0545 Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor 2009-04-02 08:28:30 -05:00
Doug Coleman 7c7742cafa use unicode instead of ascii again 2009-04-02 01:18:53 -05:00
Slava Pestov 2aaeb62c4e Fix up 'demos' vocab 2009-04-02 01:17:55 -05:00
Doug Coleman 2325710a4f beginnings of a c preprocessor -- needs #if, #elif, #else 2009-04-02 01:17:36 -05:00
U-SLAVA-DFB8FF805\Slava 0cfa22c276 Merge branch 'master' of git://69.93.127.154/git/factor into uniscribe 2009-04-01 22:46:04 -05:00
Doug Coleman 9bee1fe004 fix take-rest for out of bounds 2009-04-01 22:39:20 -05:00
Aaron Schaefer ca9fb1fcf1 Update usages of divisor? where appropriate 2009-04-01 21:53:18 -04:00
Maxim Savchenko 509399b620 Basic sandboxing 2009-04-01 19:11:08 -04:00
Aaron Schaefer d220288356 Merge branch 'master' of git://factorcode.org/git/factor
* 'master' of git://factorcode.org/git/factor: (37 commits)
  move assoc-heaps to extra
  remove tokenize-line
  make tokenize-line configurable, fix bug in take-quoted-string
  fix bug in state-parser, add take-token
  Make math.blas library and ABI choice configurable
  state-parser take-quoted-string rewinds if the string is not found
  refactor state parser some more, add a word to parse escaped strings
  set non-key/value attributes to themselves
  rename next to advance
  make html.parser words private
  remove dead code
  fix parsing of attributes for nofollows
  add take-sequence to state parser
  more cleanup
  cleaning up html.parser
  fix deployed name in minneapolis-talk, add summary/deploy to chicago talk
  spider - better handling of relative links for frames, dont spider things twice
  add chicago-talk to demos
  fix linux64 blas
  take-until doesnt pass the element to the quotation anymore
  ...
2009-04-01 18:55:43 -04:00
Aaron Schaefer 9d44708e1d Fix contains? -> any? rename issue 2009-04-01 18:43:45 -04:00
Doug Coleman 1b0c301005 move assoc-heaps to extra 2009-04-01 17:29:58 -05:00
Doug Coleman 7b6260ca8c remove tokenize-line 2009-04-01 17:28:36 -05:00
Doug Coleman 6af6de1aac make tokenize-line configurable, fix bug in take-quoted-string 2009-04-01 15:51:39 -05:00
Doug Coleman d64e07af8b fix bug in state-parser, add take-token 2009-04-01 15:23:05 -05:00
Doug Coleman 947bcc3d33 state-parser take-quoted-string rewinds if the string is not found 2009-04-01 14:50:43 -05:00
Doug Coleman 1e4eebda3a refactor state parser some more, add a word to parse escaped strings 2009-04-01 14:36:08 -05:00
Doug Coleman d52535b63a set non-key/value attributes to themselves 2009-04-01 13:42:38 -05:00
Doug Coleman 09e4d34ff2 rename next to advance 2009-04-01 12:52:02 -05:00
Doug Coleman 28dae46b7d make html.parser words private 2009-04-01 12:48:51 -05:00
Doug Coleman 9ecf8ec3db remove dead code 2009-04-01 12:47:17 -05:00
Doug Coleman 826d9f18c5 fix parsing of attributes for nofollows 2009-04-01 12:44:38 -05:00
Doug Coleman 7060a5905f add take-sequence to state parser 2009-04-01 12:44:06 -05:00
Doug Coleman d82b8ba4eb more cleanup 2009-04-01 11:48:44 -05:00
Doug Coleman fdb8c9da1a cleaning up html.parser 2009-04-01 11:43:30 -05:00
Doug Coleman a172d61f2e fix deployed name in minneapolis-talk, add summary/deploy to chicago talk 2009-04-01 11:11:15 -05:00
Doug Coleman b35bb10123 spider - better handling of relative links for frames, dont spider things twice 2009-04-01 11:08:19 -05:00
Doug Coleman 393df94d38 add chicago-talk to demos 2009-04-01 11:03:10 -05:00
Doug Coleman 9be511909b Merge branch 'master' of git://factorcode.org/git/factor 2009-04-01 03:18:51 -05:00
Doug Coleman 20df429a50 take-until doesnt pass the element to the quotation anymore 2009-04-01 03:13:38 -05:00
Slava Pestov 11eff11fb7 Add silly optimization for 'new'; this will be removed when compiler improves 2009-04-01 02:53:30 -05:00
Slava Pestov 3885ba02a6 Fixing up smalltalk to the point where it can run fib, slowly 2009-04-01 02:47:51 -05:00
Doug Coleman f994654af3 add take-while to state parser 2009-04-01 02:45:20 -05:00
Doug Coleman 99c3cd9517 more renaing get-char to current 2009-04-01 02:33:38 -05:00
Doug Coleman aa37871ff9 rename get-next to peek-next, get-char to current 2009-04-01 02:32:48 -05:00
Slava Pestov 8ab7328899 Add new vocabs 2009-04-01 02:09:49 -05:00
Slava Pestov 0ff6678850 Load smalltalk.library by default and remove useless smalltalk.factor 2009-04-01 02:08:49 -05:00
Slava Pestov 9f01e819e8 smalltalk: fix various things in the parser, add temporary variable support, clean up compiler 2009-04-01 02:06:57 -05:00
Slava Pestov 86cf94260c Merge branch 'master' into smalltalk 2009-04-01 00:00:20 -05:00
Aaron Schaefer a4800878e1 Merge branch 'master' of git://factorcode.org/git/factor
* 'master' of git://factorcode.org/git/factor: (66 commits)
  Better error message for syntax error in : foo ( : bar
  remove some dead code, make spider use count and max-count again
  left and right arrow keys move between graphemes in UI
  Adding functionality to unicode breaks API for future UI changes
  state-parser works with sequences, not strings
  rename word
  redo spider without dynamic variables
  remove duplication, refactor html.parser to use new state parser
  redo state parser to avoid dynamic variables
  fix help-lint for syndication
  Small speedup for code using H{ } clone and with-scope
  Small size reduction for deployed images
  Tweak some code to reduce deployed image size
  syndication: fix help lint
  Fix parse-feed for byte arrays
  refactor some error handling in peg, more unit tests
  Fix C99 complex number support in FFI on Mac OS X/PPC
  add unit tests for quoting
  Fix model docs
  Some cleanup in documents.elements
  ...
2009-04-01 00:43:23 -04:00
Doug Coleman 19d8a6a552 remove some dead code, make spider use count and max-count again 2009-03-31 23:04:59 -05:00
Slava Pestov d0921b1d2d Smalltalk parser work in progress 2009-03-31 22:30:13 -05:00
Jose A. Ortega Ruiz 408d592c3e FUEL: Font lock and no indentation for EBNF: ... ;EBNF forms. 2009-04-01 05:03:28 +02:00
Slava Pestov 15cb926afb smalltalk: Working on message cascade syntax 2009-03-31 21:23:09 -05:00
Doug Coleman 8e26b19cc0 state-parser works with sequences, not strings
fix bug with take-until
2009-03-31 18:49:41 -05:00
Doug Coleman e22823f2c4 rename word 2009-03-31 18:23:02 -05:00
Doug Coleman ce04d1dfa9 redo spider without dynamic variables 2009-03-31 18:21:15 -05:00
Slava Pestov 177c58808e Merge branch 'master' into smalltalk 2009-03-31 17:49:10 -05:00
Doug Coleman ebddd32677 remove duplication, refactor html.parser to use new state parser 2009-03-31 16:05:11 -05:00
Doug Coleman a07c17598e redo state parser to avoid dynamic variables 2009-03-31 16:04:39 -05:00
Slava Pestov 712b21b59e Fix printing of nested arrays 2009-03-31 01:37:05 -05:00
Slava Pestov 5b6948aaa5 smalltalk: working on lexical scoping for instance variables and class names 2009-03-31 01:24:38 -05:00
Slava Pestov 4a0ef8d0bc Merge branch 'master' into smalltalk 2009-03-30 21:42:54 -05:00
Slava Pestov 381dbb957c smalltalk: adding a small library, fix various bugs 2009-03-30 20:45:01 -05:00
Slava Pestov 00c9cde8e2 First checkin of extra/smalltalk 2009-03-30 05:31:50 -05:00
Doug Coleman 95cda29b44 fix compile error 2009-03-29 21:39:21 -05:00
Doug Coleman 82b6e32945 fix a few compile errors 2009-03-29 21:35:57 -05:00
Slava Pestov a58ce33bb3 Split off some code from ui.backend.windows into windows.offscreen 2009-03-28 22:27:18 -05:00
Doug Coleman 9a7131d000 full docs for id3 and minor refactoring 2009-03-28 16:35:08 -05:00
Slava Pestov 96f4fc1724 Fix wiki template 2009-03-28 04:25:12 -05:00
Slava Pestov 60fe59d873 Fix game-input test to not run if the UI is not running on Windows 2009-03-27 18:34:06 -05:00
Slava Pestov 3bf5d2bfd4 Implement image tesselation in image.tesselation. This is used by opengl.textures to break up large bitmaps into multiple smaller textures. The gl-rect and gl-fill-rect words have different stack effects now, so usages were updated. 2009-03-27 18:31:25 -05:00
Aaron Schaefer 25b0758714 Merge branch 'master' of git://factorcode.org/git/factor
* 'master' of git://factorcode.org/git/factor: (23 commits)
  only use -fPIC on the ffi library
  fix load errors, help lint
  add using
  build with -fPIC on linux64
  update code for usages of add-library
  move a lot of words to alien.libraries
  Slides from talk at PyCon VM summit, Chicago 2009
  Fix hang when running ui tests
  Fix compiler.tree.debugger tests
  Merge tools.test.ui into ui.gadgets.debug
  compile an ffi test library, reduce factor runtime by 6kb!
  make add-library normalize-path, use libfactor-ffi-tests for testing ffi
  add sms, twitter fields to account.  create sitewatcher account when user registers
  Better error message if user forgets with-ui
  Fix hello-unicode for deployment
  remove loading freetype library on CE
  remove dead freetype code from Makefile
  A+b now focuses the search field
  Fix bitrot in compiler.tree.debugger
  - definitions.icons now has a reference article
  ...
2009-03-26 11:52:18 -04:00
Doug Coleman 6ca02e9b37 Merge branch 'master' of http://factorcode.org/git/factor into db 2009-03-25 23:01:05 -05:00
Doug Coleman 8b7fcce399 update code for usages of add-library 2009-03-25 23:00:19 -05:00
Slava Pestov f4e556111e Merge branch 'master' of git://factorcode.org/git/factor 2009-03-25 22:55:22 -05:00
Slava Pestov a2147ccb27 Slides from talk at PyCon VM summit, Chicago 2009 2009-03-25 22:54:53 -05:00
Doug Coleman f41ee97add add sms, twitter fields to account. create sitewatcher account when user registers 2009-03-25 11:20:21 -05:00
Slava Pestov 70bc39b3fd Fix hello-unicode for deployment 2009-03-25 11:10:25 -05:00
Slava Pestov 6c5e10e5fd Merge branch 'master' of git://factorcode.org/git/factor 2009-03-24 04:11:20 -05:00
Slava Pestov 637d06a4f8 Add silly 'tip of the day' feature, and 'recently visited' list to UI browser home page 2009-03-24 04:11:08 -05:00
U-SLAVA-DFB8FF805\Slava 5d3c2c874a Get game-input to load on Windows 2009-03-24 03:58:11 -05:00
Aaron Schaefer fd6aba04a1 Merge branch 'master' of git://factorcode.org/git/factor
* 'master' of git://factorcode.org/git/factor: (113 commits)
  Round mouse co-ordinates
  Fix bunny deployment
  Fix site-watcher tests
  make multimethods tests pass
  make ecdsa unportable for now
  check pango-1.0
  cocoa.messages: cleanup
  Move synopsis* from definitions to see
  Faster PEG compile times; inline less, use execute( instead
  delete factor/ every time after a build is finished.  you can easily check it out by knowing the git-id
  Condomization wraps lambdas in condoms to protect them from macro-transmitted diseases. cond, case and other macros work better now if lambdas appear where quotations are expected
  Fixing compile errors, test failures and help lint failures
  Add a missing step to the tutorial.
  Add stack declarations to primitives during bootstrap now that ( is just a comment and won't affect HELP: anymore
  OpenSSL checksum => native implementation
  kernel doesn't need to depend on classes.tuple.private
  Remove useless declarations
  Fixing unit tests for syntax change
  tools.disassembler now uses udis on Windows
  Add promises unit tests
  ...

Conflicts:
	extra/project-euler/001/001.factor
2009-03-24 02:41:53 -04:00
Slava Pestov 7a4a7474e8 Fix site-watcher tests 2009-03-23 22:33:05 -05:00
Doug Coleman 688452fa3d make multimethods tests pass 2009-03-23 20:36:44 -05:00
Doug Coleman f061b05311 make ecdsa unportable for now 2009-03-23 20:32:57 -05:00
Doug Coleman 3d97e4c82e delete factor/ every time after a build is finished. you can easily check it out by knowing the git-id 2009-03-23 19:00:23 -05:00
Doug Coleman 8befaa53de Merge branch 'master' of git://factorcode.org/git/factor 2009-03-23 18:28:06 -05:00
Slava Pestov 8385e9d9f5 Fixing compile errors, test failures and help lint failures 2009-03-23 17:12:41 -05:00
Doug Coleman 8dfe860b17 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-23 11:50:39 -05:00
Slava Pestov 0dd2a918ba Merge branch 'master' of git://github.com/Keyholder/factor 2009-03-23 03:09:09 -05:00
Maxim Savchenko 83592b7d84 OpenSSL checksum => native implementation 2009-03-23 03:16:13 -04:00
Slava Pestov 723bfab030 Fixing unit tests for syntax change 2009-03-23 00:34:02 -05:00
Slava Pestov ccc4c41725 Add promises unit tests 2009-03-22 21:42:23 -05:00
Slava Pestov 353788190d promises: fix for syntax change and simplify a little bit 2009-03-22 21:42:01 -05:00
Slava Pestov 69bf52c2a6 adsoda, 4DNav: fix compile errors exposed by stronger static checking 2009-03-22 21:38:36 -05:00
Doug Coleman ccdef35949 inline everything so stuff compiles 2009-03-22 19:25:55 -05:00
Slava Pestov 0ffc9247cc words: Fix compile errors in unit tests, remove ?word-name word and replace its usages with present 2009-03-22 17:53:06 -05:00
Slava Pestov d1436cea15 Merge branch 'master' into finish_syntax_colon 2009-03-21 18:13:47 -05:00
Doug Coleman 6585133cc1 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-21 09:47:05 -05:00
Slava Pestov 35a3170f42 Stack inference for mason 2009-03-21 03:43:38 -05:00
Slava Pestov 30816ba5d0 Get more code to load after SYNTAX: change 2009-03-21 03:22:21 -05:00
Slava Pestov c0154c1391 Change (:) to parse effect immediately, and remove ( parsing word 2009-03-21 03:17:35 -05:00
Slava Pestov 899b096f90 Dan asked me to remove state-machine 2009-03-21 02:51:15 -05:00
Slava Pestov ea60f8ae93 Changing : foo ; parsing to SYNTAX: foo ; 2009-03-21 01:27:50 -05:00
Doug Coleman 55bb5f0cd4 fix typo in example 2009-03-20 22:40:46 -05:00
Doug Coleman 50535b1a74 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-20 22:01:14 -05:00
Doug Coleman c626cab383 a robots.txt parser 2009-03-20 21:56:48 -05:00
Slava Pestov fabe2df715 Crank down spectral-norm parameter so that it doesn't take way too long on non-SSE2 machines 2009-03-20 16:26:13 -05:00
Doug Coleman ea614e6a5f Merge branch 'master' of git://factorcode.org/git/factor 2009-03-20 09:34:39 -05:00
Doug Coleman 54df6bee59 ping every 5 minutes, not every 10 seconds 2009-03-19 17:05:08 -05:00
Doug Coleman ece2eabc39 call init-db and run-site-watcher from webapps.site-watcher 2009-03-19 16:48:46 -05:00
Doug Coleman e41a7bb6d6 site-watcher works again 2009-03-19 16:48:32 -05:00
Slava Pestov 9366ffe83a Fix load error 2009-03-19 15:52:58 -05:00
Slava Pestov cacc2f38f6 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-18 23:05:51 -05:00
Slava Pestov f995542246 Project Euler solutions had MAIN: words which would leave values on the stack; add a new SOLUTION: parsing word now that MAIN: cannot do that 2009-03-18 23:05:32 -05:00
Doug Coleman 187142d6d8 fix load error 2009-03-18 23:01:01 -05:00
Doug Coleman 2f802f307c Merge branch 'master' of git://factorcode.org/git/factor 2009-03-18 22:00:17 -05:00
Doug Coleman b15ccea9bf fix db query 2009-03-18 22:00:08 -05:00
Slava Pestov 59ad8bc1fd webapps.site-watcher: add furnace to using list 2009-03-18 21:56:17 -05:00
Slava Pestov 518b5c46ca Fixing deploy tests 2009-03-18 19:58:05 -05:00
Slava Pestov 2628ddde5e Working on site-watcher 2009-03-18 19:36:04 -05:00
Slava Pestov 575132336d Deploy descriptor for regex-dna 2009-03-18 18:30:56 -05:00
Doug Coleman 33914c62cb add an account-name field to site-watcher 2009-03-18 18:18:57 -05:00
Doug Coleman 87997cc0d2 slightly bettar 2009-03-18 18:06:00 -05:00
Doug Coleman 391d972b66 major refactoring of site-watcher again 2009-03-18 18:05:05 -05:00
Doug Coleman 9a8e7fe3ed Merge branch 'master' of git://factorcode.org/git/factor 2009-03-18 17:46:00 -05:00
Doug Coleman c1da74f179 futher clean up api 2009-03-18 17:45:33 -05:00
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