Commit Graph

7449 Commits (4173f9984907679f95cefd331fb00935fc5f201c)

Author SHA1 Message Date
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
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
Doug Coleman 2bb3f782c6 site-watcher uses the db now 2009-03-18 17:07:46 -05:00
Slava Pestov 9d44b7620f Fixing the build 2009-03-18 17:01:26 -05:00
Aaron Schaefer f8171b51cb Merge branch 'master' of git://factorcode.org/git/factor 2009-03-18 01:28:07 -04:00
Slava Pestov 32678fc4d1 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-17 19:06:56 -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
Doug Coleman a1ba5fa999 Merge git://github.com/Keyholder/factor into keyholder 2009-03-17 12:31:23 -05:00
Slava Pestov be4fb1e7d9 Move call( and execute( to core 2009-03-16 20:11:36 -05:00
Slava Pestov e697fe8a90 Remove Farkup caching from Wiki now that Farkup parser is fast 2009-03-16 03:29:29 -05:00
Slava Pestov cac26d7b44 peg-lexer: fix help lint 2009-03-16 03:29:16 -05:00
Slava Pestov 8936408df6 Add unportable tag to drills 2009-03-16 03:17:57 -05:00
Slava Pestov 5f2aac9bda Fix slides for with-ui change 2009-03-16 03:01:56 -05:00
Slava Pestov 56ffaf5cb1 Updating ui.gadgets.alerts, ui.gadgets.book-extras, ui.utils and drills for new_ui changes 2009-03-16 03:01:32 -05:00
Slava Pestov 4589aab8a4 Move ui.gadgets.alerts, ui.gadgets.book-extras and ui.utils to extra 2009-03-16 03:00:37 -05:00
Daniel Ehrenberg f6560186dd Merge branch 'master' of git://factorcode.org/git/factor 2009-03-16 00:46:27 -05:00
Slava Pestov 0c39ed30e1 Fix benchmark table output 2009-03-15 23:25:36 -05:00
Slava Pestov a423c83e6d Add workaround for game-input crash 2009-03-15 23:11:35 -05:00
Joe Groff caa6eb0397 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-15 21:28:01 -05:00
Slava Pestov e8b8b9e446 A little gift for Joe 2009-03-15 21:25:19 -05:00
Daniel Ehrenberg 03684713c9 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-15 20:28:43 -05:00
Slava Pestov dacf1910dc First cut of webapps.site-watcheR 2009-03-15 20:13:17 -05:00
Slava Pestov 311487e5e7 Fix webapps.pastebin redirection 2009-03-15 20:05:59 -05:00
Daniel Ehrenberg 2fc74f67df Merge branch 'master' of git://factorcode.org/git/factor 2009-03-15 17:40:07 -05:00
Slava Pestov ca4d60095b Fix load error in 4DNav after ui.gadgets.labeled refactoring 2009-03-15 17:39:35 -05:00
Daniel Ehrenberg f62847a430 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-15 17:39:29 -05:00
Slava Pestov 4e5f7525b7 Fix ui.render.test 2009-03-15 17:36:08 -05:00
Doug Coleman cee5ec8457 support for linking to any irc channel logs, not just concatenative 2009-03-15 13:33:11 -05:00
Doug Coleman 7f0aba9de0 uncomment unit tests and fix parser.state.... 2009-03-15 13:27:36 -05:00
Slava Pestov 87db3ae85e Merge branch 'master' of git://factorcode.org/git/factor 2009-03-14 23:01:31 -05:00
Slava Pestov 4ca90e2a6a Fix compile error in fjsc 2009-03-14 23:00:29 -05:00
Doug Coleman 3c6ceb1891 initial checkin of site-watcher 2009-03-14 10:53:51 -05:00
Doug Coleman 4302e36424 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-14 00:04:08 -05:00
Slava Pestov 83dbc2334e Remove parser-combinators.regexp since regexp supercedes it 2009-03-13 19:46:16 -05:00
Maxim Savchenko ce1f5fe66b Simplified using alien.destructors 2009-03-13 15:29:48 -04:00
Doug Coleman db19b48c3b use CONSTANT: 2009-03-12 23:16:07 -05:00
Doug Coleman 20c1ea1945 support for geobytes city/country/region database 2009-03-12 23:15:42 -05:00
Alex Chapman 47faa0eefe Merge branch 'master' into experimental 2009-03-13 10:26:23 +11:00
Doug Coleman da41ae8fbe Merge branch 'master' of git://factorcode.org/git/factor 2009-03-12 11:30:16 -05:00
Maxim Savchenko a8ca9c3d0e Merge branch 'master' of git://factorcode.org/git/factor into clean-linux-x86-32 2009-03-12 06:18:43 -04:00
Daniel Ehrenberg 05d718a7e9 Merge branch 'master' of git://github.com/bogiebro/factor 2009-03-12 03:58:40 -05:00
Sam Anklesaria 6c3083a108 cleaned peg-lexer debugging dependencies 2009-03-11 18:40:14 -05:00
Sam Anklesaria b7284d8772 HUGE bug fixes, unit tests added 2009-03-11 18:36:55 -05:00
Slava Pestov 667eca9410 Fix unit tests and help lint for 'see' move 2009-03-11 17:33:54 -05:00
Doug Coleman b38348aae0 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-11 15:06:31 -05:00
Slava Pestov bd5013c9e6 Move combinators.cleave to unmaintained 2009-03-11 08:44:51 -05:00
Slava Pestov 52d1e4f9b5 Update code not to use combinators.cleave 2009-03-11 08:44:27 -05:00
Slava Pestov 515dcce34a Move unused utility libraries to unmaintained 2009-03-11 08:35:48 -05:00
Slava Pestov eb0bedd9b0 Fixing up code after 'see' refactoring 2009-03-11 08:34:25 -05:00
Maxim Savchenko 0b04a0804f Merge branch 'master' of git://factorcode.org/git/factor into clean-linux-x86-32 2009-03-11 05:56:36 -04:00
Slava Pestov 7d9389ad9e Merge branch 'master' of git://factorcode.org/git/factor 2009-03-10 20:01:34 -05:00
Sam Anklesaria 8eee229655 added test parsers, fixed doc links 2009-03-10 18:29:12 -05:00
Daniel Ehrenberg 987cd1c8ce Moving regexp.matchers back to regexp 2009-03-10 18:27:33 -05:00
Slava Pestov 712711e869 Replace png-gadget in otug-talk with icon gadget usage; convert PNG images to TIFF 2009-03-10 17:00:46 -05:00
Slava Pestov 3acd00b403 Fix tetris rendering 2009-03-10 16:59:48 -05:00
Slava Pestov fb8ee9fb11 Clicking in slides window requests focus 2009-03-10 16:59:33 -05:00
Slava Pestov 2f26d5f3da images.viewer can now display some un-normalized images 2009-03-10 16:58:35 -05:00
Slava Pestov ff3c5b28bd Move normalize-scanline-order implementation from images.bitmap to images
Add upside-down? slot to image tuple
Update cap for recent changes
2009-03-10 16:35:47 -05:00
Sam Anklesaria 995d28fb2f debugging, documentation for peg-lexer 2009-03-10 16:14:39 -05:00
Sam Anklesaria cccaff40b1 added peg-lexer info 2009-03-10 11:27:19 -05:00
Maxim Savchenko b456ef7ff2 Merge branch 'master' of git://factorcode.org/git/factor into clean-linux-x86-32 2009-03-10 04:01:10 -04:00
Doug Coleman 7a6ae79ed9 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-10 00:15:17 -05:00
Sam Anklesaria 1235a74134 added simple tsv flashcard program 2009-03-09 20:39:48 -05:00
Maxim Savchenko 04c29c0a97 ECDSA OpenSSL interface 2009-03-10 00:02:53 +01:00
Slava Pestov 3494bb11ad DEFER: now resets word definition, so take out a bogus DEFER: in irc.client 2009-03-09 17:48:04 -05:00
Doug Coleman d6d98a0211 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-09 11:32:09 -05:00
Daniel Ehrenberg 4a118829c8 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-08 17:51:22 -05:00
Daniel Ehrenberg e837d353ed Merge branch 'regexp' 2009-03-08 17:50:32 -05:00
Doug Coleman 9ec47a7d08 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-08 01:18:51 -06:00
Slava Pestov f3c2d32d26 Add Atom link to Planet Factor 2009-03-07 21:50:23 -06:00
Slava Pestov c2bc2c0705 Updating deploy tool, mason.child and factor.sh for new Windows DLLs 2009-03-07 19:39:11 -06:00
Doug Coleman 97a44b44ac Merge branch 'master' of git://factorcode.org/git/factor 2009-03-07 19:33:25 -06:00
Slava Pestov 52fef83061 Fix various unit tests 2009-03-07 15:58:14 -06:00
Slava Pestov 08c3842403 More 4DNav fixes 2009-03-07 15:57:54 -06:00
Doug Coleman c4862fc28f Merge branch 'master' of git://factorcode.org/git/factor 2009-03-07 15:27:36 -06:00
Slava Pestov 987a89bc4d Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor 2009-03-07 15:24:41 -06:00
Joe Groff 32223de89c Merge branch 'master' of git://factorcode.org/git/factor 2009-03-07 11:57:40 -06:00
Doug Coleman f2131b4ebf Merge branch 'master' of git://factorcode.org/git/factor 2009-03-07 09:47:10 -06:00
Jose A. Ortega Ruiz 42fc636abc FUEL: fix vocabulary list tables. 2009-03-07 14:21:23 +01:00
Jose A. Ortega Ruiz 6a711861c6 FUEL: Compilation fixes. 2009-03-07 13:55:22 +01:00
Slava Pestov 2cd0ebb98d Update infix for locals change 2009-03-07 03:21:03 -06:00
Slava Pestov 72d9be21ae Update 4DNav for new_ui 2009-03-07 03:20:47 -06:00
Slava Pestov ad64211503 Move flatland to unmaintained 2009-03-07 01:47:18 -06:00
Slava Pestov c1792d169e Remove some stuff from unmaintained, and put some extra stuff there 2009-03-07 01:38:50 -06:00
Slava Pestov 375c5e69b5 Various load-everything fixes 2009-03-07 01:22:21 -06:00
Slava Pestov c2a0613929 Updating meta-data 2009-03-07 00:57:04 -06:00
Doug Coleman 495659df27 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-06 22:52:45 -06:00
Slava Pestov e4a0396550 Add parse-quotation hook to parser which locals overrides. '[ and [ use this hook. Fixes locals bug reported by erg 2009-03-06 19:48:04 -06:00
Joe Groff 78dd25c5b9 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-06 15:23:28 -06:00
Daniel Ehrenberg e1806663d2 Merge branch 'master' into regexp 2009-03-05 16:44:35 -06:00
Doug Coleman ea259f8690 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-05 16:39:14 -06:00
Doug Coleman be3f20db16 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-05 16:26:07 -06:00
Slava Pestov df95c2a5b4 Merge branch 'master' into new_ui 2009-03-05 13:59:55 -06:00
Slava Pestov 50bd57bbcd Merge branch 'for-slava' of git://git.rfc1149.net/factor 2009-03-05 13:44:40 -06:00
Slava Pestov f50e6eef2a Update gesture-logger for new_ui 2009-03-05 13:38:32 -06:00
Slava Pestov 7b9491066c Fix conflict in images vocab 2009-03-04 21:43:56 -06:00
Doug Coleman d9184fbf24 re-enable tree prettyprinting code. trees need refactoring or a rewrite someday 2009-03-04 16:14:16 -06:00
Doug Coleman a25565e8eb move trees from unmaintained to extra 2009-03-04 16:02:21 -06:00
Joe Groff 4f156348d3 inline quadtrees:swizzle. add axes word to math.affine-transforms to remove translation from transform 2009-03-04 11:44:24 -06:00
Daniel Ehrenberg 177a895c09 Merge branch 'master' into regexp
Conflicts:

	basis/xmode/utilities/utilities-tests.factor
	basis/xmode/utilities/utilities.factor
2009-03-03 12:24:59 -06:00
Doug Coleman 14a841cf3e add a word to id3ify directories 2009-03-02 19:41:58 -06:00
Doug Coleman 1a8b97e4d9 bitmap loading is cleaner 2009-03-02 19:38:28 -06:00
Samuel Tardieu 2c8d3bad08 Continued fractions 2009-03-02 19:10:43 +01:00
Doug Coleman 3dda2c2a25 don't try id3 files with size 0 2009-03-02 12:05:36 -06:00
Daniel Ehrenberg e908ef3242 Merge branch 'master' of git://factorcode.org/git/factor into regexp
Conflicts:

	basis/regexp/regexp.factor
2009-03-02 12:02:47 -06:00
U-SLAVA-DFB8FF805\Slava 2ec3f1c700 Delete ui.text.freetype, opengl.sprites, and Bitstream Vera fonts; move freetype FFI binding from basis to extra since its no longer used by the UI 2009-03-02 01:17:33 -06:00
Aaron Schaefer 2152a5c97f Merge branch 'master' of git://factorcode.org/git/factor 2009-03-01 22:24:30 -05:00
Slava Pestov 25a877e50b Merge OneEyed's patch 2009-02-28 17:06:55 -06:00
Joe Groff 3636a4f05f chess960 buddy 2009-02-28 16:16:09 -06:00
Slava Pestov cd53c2bd37 produce and produce-as: don't need third quotation either 2009-02-28 15:31:34 -06:00
Slava Pestov 78ce670101 Merge branch 'for-slava' of git://git.rfc1149.net/factor 2009-02-28 14:42:56 -06:00
Aaron Schaefer 4ea52147e3 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-27 18:24:40 -05:00
Slava Pestov cdfab25bb1 Fix up images.viewer 2009-02-27 01:01:51 -06:00
sheeple ec51a3a1a1 id3-info -> id3v1-info, remove work in progress 2009-02-27 00:27:39 -06:00
sheeple 16e394517c use vocab: in id3 tests, remove lots of helper words because it's clear what they do 2009-02-27 00:23:04 -06:00
Slava Pestov 45dae72f4a Merge branch 'master' into new_ui 2009-02-26 23:31:36 -06:00
Doug Coleman 63c9b1a6b8 try to detect the encoding for id3 headers. need to try this on some mp3s from the wild 2009-02-26 22:33:43 -06:00
Doug Coleman e1b4e8c66f id3 outputs id3v2-info objects or f now. id3v1 info is turned into id3v2. you can access the title, album, etc fields by calling id3-title, etc, but also other frames are saved and can be accessed 2009-02-26 21:39:53 -06:00
Doug Coleman 4fa96d0186 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-26 18:09:10 -06:00
Daniel Ehrenberg af2d380a7f Regexp compiler used from literals 2009-02-26 18:06:57 -06:00
Doug Coleman 16d3562b23 factor id3 a bit 2009-02-26 18:03:15 -06:00
Doug Coleman e986a60487 id3 shouldn't fail on files with length < 128 2009-02-26 17:54:44 -06:00
Slava Pestov 571db75e40 Update code for model class renamings 2009-02-26 16:15:28 -06:00
Slava Pestov c8d5e98898 Fix conflicts 2009-02-26 03:12:19 -06:00
Slava Pestov a5561146b8 mason: still send a report of post-build tasks (binary packaging, etc) fail 2009-02-26 01:45:15 -06:00
Slava Pestov 8f10b7d966 mason.release.tidy: get list of files to delete from build-support/cleanup 2009-02-26 01:38:01 -06:00
Slava Pestov 4426526252 Fixing some things I broke 2009-02-25 23:30:30 -06:00
Alex Chapman 969fff0f5b Merge branch 'master' into experimental 2009-02-25 11:16:11 +11:00
Slava Pestov ce1bc1d6ed Fixing conflicts from stack checker changes 2009-02-24 01:21:10 -06:00
Slava Pestov 91d0c4ed1f Fix conflict 2009-02-22 20:02:13 -06:00
Slava Pestov 0c090699c2 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-22 19:52:06 -06:00
Doug Coleman e026b554a9 use CONSTANT: in extra 2009-02-22 19:08:45 -06:00
Doug Coleman 7aa8e7320d use CONSTANT: 2009-02-22 18:00:43 -06:00
Doug Coleman adf6e97e17 use CONSTANT: 2009-02-22 17:58:14 -06:00
Doug Coleman e99dfc25e8 use CONSTANT: 2009-02-22 17:57:31 -06:00
Doug Coleman 6282b552c1 use CONSTANT: 2009-02-22 17:56:12 -06:00
Doug Coleman 917296670d use CONSTANT: 2009-02-22 17:52:27 -06:00
Doug Coleman f7165e115e remove extra ?at definition 2009-02-22 17:52:04 -06:00
Doug Coleman 4b3f646cc0 Your name -> his name 2009-02-22 17:51:43 -06:00
Doug Coleman 59b7b95063 remove empty tests file 2009-02-22 17:50:56 -06:00
Doug Coleman 378c8f90ff move serial to io.serial 2009-02-22 17:50:29 -06:00
Doug Coleman 0ccb04e50f use CONSTANT: in lots of places 2009-02-22 17:45:04 -06:00
Doug Coleman d0030ba899 remove old io.serial 2009-02-22 17:44:09 -06:00
Aaron Schaefer d829fc19ba Merge branch 'master' of git://factorcode.org/git/factor 2009-02-22 16:35:45 -05:00
Slava Pestov 50bf922832 Tweak annotations docs so that help-lint passes 2009-02-22 12:35:18 -06:00
Daniel Ehrenberg 6101a887fe Merge branch 'master' of git://factorcode.org/git/factor 2009-02-20 20:15:04 -06:00
Daniel Ehrenberg 70d931d0b2 Creating math.bits 2009-02-20 20:14:54 -06:00
Aaron Schaefer e1cd46f6c0 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-20 10:15:32 -05:00
Slava Pestov 9d89739cf1 Merge branch 'master' into new_ui 2009-02-19 22:11:39 -06:00
Jason Merrill d59415d23b Fixed help for math.dual. Help is now autogenerated where possible. 2009-02-19 22:21:31 -05:00
Slava Pestov 15b5d696c1 Merge branch 'master' into new_ui 2009-02-19 18:25:59 -06:00
Slava Pestov b79d3d1a66 Add tags to color-table 2009-02-19 18:23:02 -06:00
Slava Pestov a20944f5f9 Add color-table demo 2009-02-19 18:22:11 -06:00
Jason Merrill 4e0db1332c Merge branch 'master' of git://factorcode.org/git/factor 2009-02-19 18:55:27 -05:00
Jason Merrill 90b6b38fd1 Changed math.dual to define words as dword instead of overloading generic words on dual numbers. 2009-02-19 18:49:13 -05:00
Jose A. Ortega Ruiz e426026f73 FUEL: Fix. 2009-02-19 10:36:52 +01:00
Jose A. Ortega Ruiz 9e68c222f0 FUEL: small refactoring. 2009-02-19 10:26:00 +01:00
Slava Pestov 5e19766330 Fix conflict 2009-02-18 22:20:05 -06:00
Slava Pestov b9de229b23 Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor 2009-02-18 22:13:39 -06:00
Slava Pestov e9d96bc9d8 Merge branch 'master' of git://github.com/jwmerrill/factor 2009-02-18 22:12:49 -06:00
Tim Wawrzynczak 60b40302f9 Merge branch 'master' of git://factorcode.org/git/factor
* 'master' of git://factorcode.org/git/factor: (36 commits)
  fix load error
  fix load error
  set a default log level
  change literals so that $ works with constants in same compilation unit
  with-logging should not take a DEBUG level
  remove dead code
  call canonicalize-path when determining if we can serve a path
  add a couple unit tests to ftp
  make ftp server work with firefox, simplify some code
  fix logging check, unit tests
  add unix canonicalize-path
  add canonicalize-path, fix a bug in file-extension
  io.encodings.korean TODO removes
  add timestamp>mdtm to calendar.format
  use +foo+ as symbol names
  add ; to word definition in stack-checker docs
  with-logging change
  with-logging takes a log-level, more docs
  use the new with-logging
  make io.servers.packet load again
  ...
2009-02-18 21:33:32 -06:00
Tim Wawrzynczak 9c44c87b05 Merged interfaces between v1 and v2 (id3-info); added textual genre names instead of numbers 2009-02-18 21:32:31 -06:00
Doug Coleman 318533e187 fix load error 2009-02-18 21:13:46 -06:00
Jason Merrill 8968093623 Added dual versions of a few more words to math.dual. 2009-02-18 21:28:48 -05:00
Jason Merrill 6f735fd763 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-18 19:58:55 -05:00
Jose A. Ortega Ruiz 08113cd741 FUEL: Don't load vocabs in USING: form by default. 2009-02-19 01:33:47 +01:00
Joe Groff 64a37ffde7 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-18 16:57:38 -06:00
Joe Groff ddce0e0a10 change literals so that $ works with constants in same compilation unit 2009-02-18 16:57:20 -06:00
Doug Coleman 91b4947e1e with-logging should not take a DEBUG level 2009-02-18 16:01:53 -06:00
Samuel Tardieu 087d931c36 Remove the tail argument from do/until/while 2009-02-18 02:41:14 +01:00
Doug Coleman bf3ef49dd0 with-logging change 2009-02-17 11:31:01 -06:00
Slava Pestov 73dfa2ae65 Fix conflict 2009-02-16 21:47:35 -06:00
Doug Coleman f1cc9e7ebb add author 2009-02-16 21:29:28 -06:00
Slava Pestov 421ee726b8 Merge branch 'master' into new_ui 2009-02-16 21:22:12 -06:00
Slava Pestov 6b25e99470 Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00
Slava Pestov d5d9c65859 Remove new-gadget since it was just an alias for new 2009-02-16 04:04:32 -06:00
Slava Pestov 4a639033fa Merge branch 'master' into new_ui 2009-02-15 21:06:55 -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
Doug Coleman 89f3920291 Merge branch 'master' of git://github.com/inforichland/factor-id3 2009-02-15 20:33:58 -06:00
Slava Pestov 6b99b04531 Add vocab: for vocab-relative paths 2009-02-15 19:53:21 -06:00
Alex Chapman 7b1ed9889f Merge branch 'master' into experimental
Conflicts:
	basis/http/client/client.factor
2009-02-16 12:48:58 +11:00
Tim Wawrzynczak 9363ecc108 Removed extra nulls from v1 tags 2009-02-15 19:12:46 -06:00
Slava Pestov 0e0e64166f Merge branch 'master' into new_ui 2009-02-13 20:27:55 -06:00
Joe Groff 298e75b529 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-13 20:21:42 -06:00
Slava Pestov 83834f802a Fixing twitter 2009-02-13 20:20:22 -06:00
Slava Pestov 056e7aa442 Merge branch 'master' into new_ui 2009-02-13 18:12:35 -06:00
Slava Pestov 3c00e72706 Clean up extra/twitter a little bit 2009-02-13 18:06:55 -06:00
Doug Coleman 8223f42775 decode uname strings as utf8 2009-02-13 15:52:17 -06:00
Joe Groff b3e20dfdf2 better factor annotations docs 2009-02-13 15:10:46 -06:00
Joe Groff 53f6d394ea let the world know you tweet from factor 2009-02-13 13:07:48 -06:00
Joe Groff fb844f2ac0 twitter timelines 2009-02-13 11:54:07 -06:00
Slava Pestov fde1ff0054 Merge branch 'master' of git://factorcode.org/git/factor into new_ui 2009-02-13 01:46:09 -06:00
Joe Groff 92f3ae39ad gotta load urls.secure to use https 2009-02-12 22:56:46 -06:00
Slava Pestov 67666b77de Merge branch 'master' into new_ui 2009-02-12 22:51:05 -06:00
Joe Groff e3f531cba4 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-12 22:40:51 -06:00
Joe Groff 7f8e890f1f twitta 2009-02-12 22:39:48 -06:00
Jason Merrill fe55e939f9 Added math.dual and math.derivatives for computing with dual numbers. Also
made a few more methods in math.functions generic in order to specialize them
on dual numbers.
2009-02-12 23:13:16 -05:00
Doug Coleman 1f6c50fd91 use constant in tar, remove ignore-errors 2009-02-12 16:40:45 -06:00
Slava Pestov 8fd159dadd Fix conflict 2009-02-12 09:22:35 -06:00
Doug Coleman 76ae3fd224 Fix compile error in ui.render.test; images API changed... 2009-02-12 08:39:52 -06:00
Slava Pestov 312bf5939e Fix conflict 2009-02-12 04:45:45 -06:00
Slava Pestov cf9e7d1e75 Add byte-order slot to image tuple; rename <image> to load-image, add <image> for making images from scratch 2009-02-12 04:25:33 -06:00
Slava Pestov 5d2c60dacd Merge branch 'master' into new_ui 2009-02-12 02:48:19 -06:00
Slava Pestov 2220515947 Re-organize images and images.backend into images and images.loader 2009-02-12 02:41:37 -06:00
Slava Pestov e068400e54 Merge branch 'master' into new_ui 2009-02-12 02:22:09 -06:00
Slava Pestov 83a1e9f07c color-picker: fix lamer indentation, clean up 2009-02-12 01:40:33 -06:00
Joe Groff ff33f38a02 annotations docs 2009-02-11 19:58:28 -06:00
Joe Groff 87c9ab72c3 don't want to filter nonword annotation usages 2009-02-11 18:58:42 -06:00
Joe Groff 6c723642bd annotations tests 2009-02-11 18:42:01 -06:00
Joe Groff a3115d0215 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-11 18:35:23 -06:00
Joe Groff e8657995b6 code annotations toy 2009-02-11 18:35:08 -06:00
Philipp Brüschweiler aba1dbabcf infix: added meta information and fixed up docs somewhat 2009-02-11 20:56:09 +01:00
Slava Pestov ae52662a77 Merge branch 'master' into new_ui 2009-02-11 05:02:19 -06:00
Slava Pestov 6ae2694f51 Move images vocab, and constructors (which it depends on) to basis 2009-02-11 05:01:04 -06:00
Slava Pestov ab6ec008dd Remove sorting.slots from images.tiff USING: list 2009-02-11 04:59:47 -06:00
Daniel Ehrenberg e138355abe Merge branch 'master' of git://factorcode.org/git/factor 2009-02-10 21:57:07 -06:00
Aaron Schaefer 779ebc3422 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-10 22:17:18 -05:00
Doug Coleman 610c43a3c3 remove circular using 2009-02-10 20:49:10 -06:00
Slava Pestov e3a97b14c7 Merge branch 'master' of git://factorcode.org/git/factor into new_ui 2009-02-10 19:34:57 -06:00
Doug Coleman 94f6d28f34 fix a method 2009-02-10 19:34:02 -06:00
Daniel Ehrenberg 72c898e2b5 Code for letting you test the todo list 2009-02-10 19:05:08 -06:00
Slava Pestov a14eced69b Merge branch 'master' into new_ui 2009-02-10 18:57:13 -06:00
Doug Coleman 7d60fcc598 clean up some image code 2009-02-10 18:52:28 -06:00
Slava Pestov a62d058a83 Merge branch 'master' into new_ui 2009-02-10 18:52:26 -06:00
Doug Coleman 1d5f6901c1 fix bitmap drawing 2009-02-10 18:48:10 -06:00
Doug Coleman a1e521b54e working on images protocol 2009-02-10 18:42:21 -06:00
Doug Coleman c2e6ef0366 remove dead pathname 2009-02-10 17:23:21 -06:00
Doug Coleman 46bfb5c8ea clean up <image> 2009-02-10 17:20:36 -06:00
Doug Coleman 970953be1f fix tiff/bitmaps color order 2009-02-10 17:17:36 -06:00
Slava Pestov ab386d01aa Merge branch 'master' into new_ui 2009-02-10 16:23:14 -06:00
Slava Pestov 07caee3405 Update some existing code to use initialize 2009-02-10 16:16:12 -06:00
Doug Coleman bac9705da1 spiff up id3 docs a bit, and fix help-lint 2009-02-10 10:37:46 -06:00
Slava Pestov 6235e95052 Fix conflict 2009-02-10 00:44:23 -06:00
Slava Pestov b0a55d16f7 Fix ui.render.test 2009-02-09 22:52:20 -06:00
Slava Pestov a465da365f ui.tools.listener: position the input field next to the prompt 2009-02-09 22:40:11 -06:00
Tim Wawrzynczak b75f6f88da Merge branch 'master' of git://factorcode.org/git/factor 2009-02-09 22:39:21 -06:00
Tim Wawrzynczak 0ba4a08ea9 Fixed authors.txt and id3-docs 2009-02-09 22:38:27 -06:00
Doug Coleman e5e98cc5cb undo load breakage 2009-02-09 22:05:58 -06:00
Doug Coleman 17724be48c factor out a load-tiff word 2009-02-09 22:05:44 -06:00
Doug Coleman b93b827fb8 Merge git://github.com/inforichland/factor-id3 into inforichland 2009-02-09 21:53:52 -06:00
Tim Wawrzynczak 9f49b19306 Added extra/id3 vocab 2009-02-09 21:50:04 -06:00
Doug Coleman 064e4c8d09 update offscreen docs 2009-02-09 21:41:07 -06:00
Doug Coleman e82f3a8518 update ui.offscreen and ui.render 2009-02-09 21:40:29 -06:00
Doug Coleman d887ff6788 fix screen capture 2009-02-09 21:26:52 -06:00
Doug Coleman 72b343ce03 fix images tests 2009-02-09 21:15:57 -06:00
Doug Coleman 4ff9557351 remove the grpahics vocab 2009-02-09 20:57:59 -06:00
Doug Coleman a1e45570f5 rename graphics to images, add an <image> word to load a path 2009-02-09 20:57:26 -06:00
Slava Pestov 8654bfe921 Merge branch 'master' into new_ui 2009-02-09 20:30:44 -06:00
Doug Coleman 045cd614c6 make more taxes vocabs load by default 2009-02-09 19:18:18 -06:00
Doug Coleman 0237034cad Merge branch 'master' of git://factorcode.org/git/factor 2009-02-09 19:17:00 -06:00
Doug Coleman fbba25e968 clean up tiff 2009-02-09 19:16:46 -06:00
Doug Coleman 3672bcb08f loading some tiff files works! 2009-02-09 18:39:46 -06:00
Slava Pestov 0684a9b7b0 Merge branch 'master' into new_ui 2009-02-09 18:16:14 -06:00
Slava Pestov 17676efeaa Merge branch 'master' of git://factorcode.org/git/factor 2009-02-09 18:12:00 -06:00
Slava Pestov efc88c5b69 Remove nipd, 3nip, 4nip and tuckd from basis/shuffle 2009-02-09 18:11:42 -06:00
Doug Coleman c379497599 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-09 16:23:47 -06:00
Doug Coleman d45f0c83eb more work on tiff files. 2009-02-09 16:19:09 -06:00
Daniel Ehrenberg 0c589061ad More docs for lazy lists, getting rid of lazy-map-with 2009-02-09 16:18:24 -06:00
Daniel Ehrenberg 35b526cc7a Docs for lists, consolidating list functionality in lists, minor API changes 2009-02-09 14:29:09 -06:00
Slava Pestov e3f6ee0792 Merge branch 'master' into new_ui 2009-02-09 01:17:07 -06:00
Slava Pestov 3045777f02 Fix conflict 2009-02-09 00:34:00 -06:00
Daniel Ehrenberg 89e3eb6fa3 Moving lists to basis 2009-02-08 23:49:05 -06:00
Daniel Ehrenberg c4aa14b9d9 Making lazy lists compile, and using them where applicable 2009-02-08 23:06:03 -06:00
Doug Coleman 83252cce04 working on tiff 2009-02-08 17:37:54 -06:00
Slava Pestov 73511e6483 Merge branch 'master' into new_ui 2009-02-08 00:21:14 -06:00
Slava Pestov aa6166adf2 Fix typo 2009-02-08 00:20:56 -06:00
Slava Pestov 043b77c702 Fix conflict 2009-02-08 00:07:59 -06:00
Doug Coleman c5a3241dae Merge branch 'master' of git://factorcode.org/git/factor 2009-02-07 21:23:53 -06:00
Doug Coleman f08c8dd66d fix some compile bugz 2009-02-07 21:23:35 -06:00
Philipp Bruschweiler 8097b52b12 initial infix vocab 2009-02-08 01:03:35 +01:00
Doug Coleman f499cab2fb seek -> new seeking 2009-02-07 11:35:13 -06:00
Doug Coleman 044fd02b5c more work on tiff -- parse all the relevant ifd-entries 2009-02-07 10:07:41 -06:00
Doug Coleman ec7356446f read ifds for tiff files 2009-02-07 08:59:50 -06:00
Doug Coleman 26f9df982d the start of a tiff library 2009-02-06 23:41:59 -06:00
Doug Coleman 4cd8bba92e better warnings on unsupported bmp formats 2009-02-06 17:31:03 -06:00
Doug Coleman 71d176716b fix 24-game compile error 2009-02-06 16:53:41 -06:00
Doug Coleman 01f6c5a7f6 add a test for saving bitmaps, refactor load-bitmap a bit 2009-02-06 16:40:14 -06:00
Daniel Ehrenberg adab00fa06 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-06 11:56:03 -06:00
Daniel Ehrenberg b206c5a2d1 Finishing getting rid of html.elements from basis 2009-02-06 10:54:13 -06:00
Slava Pestov dd9cf39467 Fix conflict in libc 2009-02-06 05:10:41 -06:00
Slava Pestov 5579de1722 Fix load error in graphics.bitmap tests 2009-02-06 05:09:10 -06:00
Daniel Ehrenberg 3ec78f3766 Merge branch 'master' into no-elements
Conflicts:

	basis/html/templates/templates.factor
2009-02-06 00:49:20 -06:00
Doug Coleman f31e19a666 refactoring graphics.bitmap 2009-02-06 00:01:28 -06:00
Slava Pestov ae0da1cf98 Fix conflict 2009-02-05 22:29:15 -06:00
Daniel Ehrenberg 86c3481f12 Moving XML vocabularies around 2009-02-05 21:17:03 -06:00
Daniel Ehrenberg 2466cafbd1 Fixing stack effects of things that use TAGS: 2009-02-05 19:04:21 -06:00
Daniel Ehrenberg cc89943c08 Getting rid of html.elements from most vocabs 2009-02-05 14:34:55 -06:00
Daniel Ehrenberg b9839b0c32 XML literals work with inverse now 2009-02-05 14:21:36 -06:00
Daniel Ehrenberg 559fa5cfc0 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-05 14:21:04 -06:00
Aaron Schaefer f3082b6e5e Merge branch 'master' of git://factorcode.org/git/factor 2009-02-05 11:18:51 -05:00
Slava Pestov 88b401b383 Rename math.geometry.rect to math.rectangles
Remove math.geometry.points
Remove rect-loc and rect-dim words
2009-02-05 03:28:41 -06:00
Joe Groff 7ae06b0d27 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-04 20:32:03 -06:00
Joe Groff 91c0634451 docs for swizzle 2009-02-04 20:05:26 -06:00
Joe Groff ccdd8999e1 swizzle word to swizzle sequences 2009-02-04 19:46:19 -06:00
Daniel Ehrenberg 023a44118a inverse bug fix 2009-02-04 17:31:25 -06:00
Daniel Ehrenberg 354830e983 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-04 11:30:57 -06:00
Slava Pestov feb5688296 Merge branch 'master' into new_ui 2009-02-04 04:45:33 -06:00
Daniel Ehrenberg babe9bb2fd Making xml.dispatch compile 2009-02-04 01:25:48 -06:00
Doug Coleman 80389d23ff remove nrev from reports.noise 2009-02-03 23:00:34 -06:00
Joe Groff 6babe4bf3f fill some holes in quadtree docs, rename quadtrees:prune to prune-quadtree to avoid colliding with sets:prune, and kill silly call to boa 2009-02-03 20:09:28 -06:00
slava e29f18a2f4 Trying to fix a bad merge...
Revert "Merge branch 'master' of git://factorcode.org/git/factor"

This reverts commit da639739bd, reversing
changes made to 346a61f497.
2009-02-03 00:27:34 -06:00
Alex Chapman ec811be0a0 Merge branch 'master' into experimental 2009-02-03 11:57:36 +11:00
Slava Pestov 40ca08ce35 Merge branch 'master' of git://factorcode.org/git/factor into new_ui 2009-02-02 16:03:38 -06:00
Doug Coleman 7644d51e3b assocs -> collections in quadtree tags to be consistent 2009-02-02 16:03:03 -06:00
Slava Pestov 7ca7e58b2f Merge branch 'master' of git://factorcode.org/git/factor into new_ui 2009-02-02 16:01:14 -06:00
Slava Pestov c12338c989 Remove ui.gadgets.broken; functionality merged into ui.gadgets.debug 2009-02-02 16:00:57 -06:00
Doug Coleman 639b9147a3 Merge branch 'master' of git://factorcode.org/git/factor 2009-02-02 15:52:01 -06:00
Doug Coleman 475f89645d fix load error 2009-02-02 15:51:42 -06:00