Commit Graph

13846 Commits (10ca0767223c78948bd2b96998f1de740048a434)

Author SHA1 Message Date
Doug Coleman a6989d3087 fix bug in base64 -- would fail with bitor trying to OR f with an integer 2009-04-09 19:50:25 -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
Doug Coleman 5279bb0efc change L to LA for grayscale tiffs 2009-04-09 10:46:43 -05:00
Doug Coleman 4f64ea414b Merge branch 'master' of git://factorcode.org/git/factor 2009-04-09 10:45:19 -05:00
Doug Coleman 1551eacfa2 add support for tiff grayscale images 2009-04-09 10:44:50 -05:00
Maxim Savchenko 49ddb53286 Merge branch 'master' of git://factorcode.org/git/factor into clean-linux-x86-32 2009-04-09 11:34:55 -04:00
Slava Pestov 68a6b8f15b Merge branch 'master' into smarter_error_list 2009-04-09 08:28:48 -05:00
Slava Pestov 9efa1e0c31 Don't use glTexSubImage2D unless we really have to 2009-04-09 08:23:05 -05:00
Slava Pestov bcddec30a7 Merge branch 'master' of git://factorcode.org/git/factor 2009-04-09 08:18:44 -05:00
Slava Pestov 694652590f download word throneeds to ws an error if the request did not return a success code (reported by Chris Double) 2009-04-09 08:18:26 -05:00
Slava Pestov e467f4eea3 More work on unit test tool 2009-04-09 08:17:41 -05:00
Slava Pestov af8f98495d Latest icons from Joe 2009-04-09 08:11:38 -05:00
Slava Pestov e5c28dfa95 tools.test: use source-files.errors 2009-04-09 04:50:47 -05:00
Slava Pestov 7adb76aaf4 Factor out some compiler error code into source-files.errors 2009-04-09 04:50:38 -05:00
Slava Pestov bc6dfeea17 Move assert-sequence= from mime.multipart to sequences 2009-04-09 04:49:54 -05:00
Maxim Savchenko 4f1e24d74b Merge branch 'master' of git://factorcode.org/git/factor into clean-linux-x86-32 2009-04-09 03:57:08 -04:00
Slava Pestov 2b384a7742 Re-organize some error-related code, three-pane look for compiler errors tool, add Joe's icons 2009-04-08 23:05:45 -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
Doug Coleman b5352033cb Merge branch 'master' of git://factorcode.org/git/factor 2009-04-08 18:42:55 -05:00
Doug Coleman 07cf80f0a8 fix stack effect for unique-file 2009-04-08 18:42:26 -05:00
Doug Coleman 49852f5715 fix saving bitmaps 2009-04-08 18:42:01 -05:00
U-SLAVA-DFB8FF805\Slava 2bca28e4dc Merge branch 'master' of git://factorcode.org/git/factor 2009-04-08 18:13:47 -05:00
U-SLAVA-DFB8FF805\Slava 94baa7d7fa Call ScriptStringOut with ETO_OPAQUE 2009-04-08 18:12:27 -05: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 61918ac0c5 Merge branch 'master' into smarter_error_list 2009-04-08 06:45:49 -05:00
Slava Pestov 59e0434815 Trace tool work in progress 2009-04-08 06:23:07 -05:00
Maxim Savchenko 41f188ee9b Merge branch 'master' of git://factorcode.org/git/factor into clean-linux-x86-32 2009-04-08 07:13:30 -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
Slava Pestov 05b915f8af Merge branch 'master' of git://projects.elasticdog.com/git/factor 2009-04-08 04:47:51 -05:00
Aaron Schaefer ee9f509e82 Solutions to Project Euler problem 69 2009-04-08 02:41:02 -04:00
Slava Pestov 6082a98c7c If (open-window) or similar fails, don't enter an infinite loop of opening error windows, just try to open one and then give up 2009-04-07 22:30:13 -05:00
Slava Pestov ba61b82152 Pass vocab roots onto deployed app. Fixes deployment of apps outside the built-in roots. Reported by Alec Berryman 2009-04-07 21:47:57 -05:00
Slava Pestov 87e4598581 opengl.textures: use GL_ARB_texture_non_power_of_two if available 2009-04-07 21:32:45 -05: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
Slava Pestov 409b331716 Fix typo 2009-04-07 20:06:28 -05:00
Slava Pestov 41e3e0acb4 Fix alien.fortran for NetBSD x86.64 2009-04-07 18:49:54 -05: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