]> gitweb.factorcode.org Git - factor.git/log
factor.git
15 years agoMerge branch 'master' into experimental
Alex Chapman [Tue, 14 Apr 2009 00:42:41 +0000 (10:42 +1000)]
Merge branch 'master' into experimental

Conflicts:
basis/http/client/client.factor

15 years agocouchdb in progress
Alex Chapman [Tue, 14 Apr 2009 00:00:09 +0000 (10:00 +1000)]
couchdb in progress

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Mon, 13 Apr 2009 20:21:20 +0000 (15:21 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFix tests to not clutter Factor directory
Slava Pestov [Mon, 13 Apr 2009 20:21:16 +0000 (15:21 -0500)]
Fix tests to not clutter Factor directory

15 years agoFix window positioning on OS X
Slava Pestov [Mon, 13 Apr 2009 08:16:57 +0000 (03:16 -0500)]
Fix window positioning on OS X

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Sun, 12 Apr 2009 21:33:18 +0000 (16:33 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoToo much inlining in id3
Slava Pestov [Sun, 12 Apr 2009 21:32:39 +0000 (16:32 -0500)]
Too much inlining in id3

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Sun, 12 Apr 2009 18:58:02 +0000 (13:58 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFixing regexp parser bug: now R/ foo/5 makes an error
Daniel Ehrenberg [Sun, 12 Apr 2009 18:57:49 +0000 (13:57 -0500)]
Fixing regexp parser bug: now R/ foo/5 makes an error

15 years agoRefactor GLU usages in basis, and move opengl.glu to extra, and don't like VM with GLU
Slava Pestov [Sat, 11 Apr 2009 20:17:08 +0000 (15:17 -0500)]
Refactor GLU usages in basis, and move opengl.glu to extra, and don't like VM with GLU

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Sat, 11 Apr 2009 19:28:57 +0000 (14:28 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoCheck return value of fread and fwrite in image.c
Slava Pestov [Sat, 11 Apr 2009 19:28:48 +0000 (14:28 -0500)]
Check return value of fread and fwrite in image.c

15 years agofix base64
Doug Coleman [Sat, 11 Apr 2009 17:12:09 +0000 (12:12 -0500)]
fix base64

15 years agofix html.parser
Doug Coleman [Sat, 11 Apr 2009 17:11:00 +0000 (12:11 -0500)]
fix html.parser

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Sat, 11 Apr 2009 14:03:19 +0000 (09:03 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agofix blob selects in db.tuples
Doug Coleman [Sat, 11 Apr 2009 14:03:00 +0000 (09:03 -0500)]
fix blob selects in db.tuples

15 years agomore parsing work
Doug Coleman [Fri, 10 Apr 2009 22:50:05 +0000 (17:50 -0500)]
more parsing work

15 years agoX11 UI: Fix resize flicker, exception when closing window, unsuccessful attempt at...
slava [Fri, 10 Apr 2009 17:29:07 +0000 (13:29 -0400)]
X11 UI: Fix resize flicker, exception when closing window, unsuccessful attempt at fixing raise-window

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Fri, 10 Apr 2009 14:38:08 +0000 (09:38 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoAdd better error check for 'window' word
Slava Pestov [Fri, 10 Apr 2009 11:20:23 +0000 (06:20 -0500)]
Add better error check for 'window' word

15 years agoFix odd race condition in ui.backend.cocoa
Slava Pestov [Fri, 10 Apr 2009 11:19:46 +0000 (06:19 -0500)]
Fix odd race condition in ui.backend.cocoa

15 years agoDon't use GL_ARB_texture_non_power_of_two on ATI hardware to fix bug reported by...
Slava Pestov [Fri, 10 Apr 2009 11:18:29 +0000 (06:18 -0500)]
Don't use GL_ARB_texture_non_power_of_two on ATI hardware to fix bug reported by Andy Turner and Caesar Hu

15 years agoMove images.normalization to extra since its not used for anything anymore
Slava Pestov [Fri, 10 Apr 2009 09:03:06 +0000 (04:03 -0500)]
Move images.normalization to extra since its not used for anything anymore

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Fri, 10 Apr 2009 09:02:14 +0000 (04:02 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoassoc>query should not insert = if value is f. Reported by Chris Double
Slava Pestov [Fri, 10 Apr 2009 09:01:59 +0000 (04:01 -0500)]
assoc>query should not insert = if value is f. Reported by Chris Double

15 years agoDocumentation updates suggested by dmpk2k
Slava Pestov [Fri, 10 Apr 2009 08:52:53 +0000 (03:52 -0500)]
Documentation updates suggested by dmpk2k

15 years agomore work on sequence-parser
Doug Coleman [Fri, 10 Apr 2009 02:32:57 +0000 (21:32 -0500)]
more work on sequence-parser

15 years agominor cleanup
Doug Coleman [Fri, 10 Apr 2009 02:03:42 +0000 (21:03 -0500)]
minor cleanup

15 years agoimprove sequence-parser
Doug Coleman [Fri, 10 Apr 2009 02:03:18 +0000 (21:03 -0500)]
improve sequence-parser

15 years agofix bug in base64 -- would fail with bitor trying to OR f with an integer
Doug Coleman [Fri, 10 Apr 2009 00:50:25 +0000 (19:50 -0500)]
fix bug in base64 -- would fail with bitor trying to OR f with an integer

15 years agowrite synchsafe numbers to sequences
Doug Coleman [Thu, 9 Apr 2009 23:23:05 +0000 (18:23 -0500)]
write synchsafe numbers to sequences

15 years agoadd a combinator to spider
Doug Coleman [Thu, 9 Apr 2009 20:29:38 +0000 (15:29 -0500)]
add a combinator to spider

15 years agorename html.parser.state to sequence-parser
Doug Coleman [Thu, 9 Apr 2009 20:28:48 +0000 (15:28 -0500)]
rename html.parser.state to sequence-parser

15 years agomore id3 refactoring, support TAG+
Doug Coleman [Thu, 9 Apr 2009 20:03:34 +0000 (15:03 -0500)]
more id3 refactoring, support TAG+

15 years agochange L to LA for grayscale tiffs
Doug Coleman [Thu, 9 Apr 2009 15:46:43 +0000 (10:46 -0500)]
change L to LA for grayscale tiffs

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Thu, 9 Apr 2009 15:45:19 +0000 (10:45 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoadd support for tiff grayscale images
Doug Coleman [Thu, 9 Apr 2009 15:44:50 +0000 (10:44 -0500)]
add support for tiff grayscale images

15 years agoDon't use glTexSubImage2D unless we really have to
Slava Pestov [Thu, 9 Apr 2009 13:23:05 +0000 (08:23 -0500)]
Don't use glTexSubImage2D unless we really have to

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Thu, 9 Apr 2009 13:18:44 +0000 (08:18 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agodownload word throneeds to ws an error if the request did not return a success code...
Slava Pestov [Thu, 9 Apr 2009 13:18:26 +0000 (08:18 -0500)]
download word throneeds to ws an error if the request did not return a success code (reported by Chris Double)

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Wed, 8 Apr 2009 23:42:55 +0000 (18:42 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agofix stack effect for unique-file
Doug Coleman [Wed, 8 Apr 2009 23:42:26 +0000 (18:42 -0500)]
fix stack effect for unique-file

15 years agofix saving bitmaps
Doug Coleman [Wed, 8 Apr 2009 23:42:01 +0000 (18:42 -0500)]
fix saving bitmaps

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
U-SLAVA-DFB8FF805\Slava [Wed, 8 Apr 2009 23:13:47 +0000 (18:13 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoCall ScriptStringOut with ETO_OPAQUE
U-SLAVA-DFB8FF805\Slava [Wed, 8 Apr 2009 23:12:27 +0000 (18:12 -0500)]
Call ScriptStringOut with ETO_OPAQUE

15 years agodescriptive: add make-descriptive word to enable this functionality to be used as...
Slava Pestov [Wed, 8 Apr 2009 10:13:06 +0000 (05:13 -0500)]
descriptive: add make-descriptive word to enable this functionality to be used as an annotation; improve docs

15 years agoFix poker tests
Slava Pestov [Wed, 8 Apr 2009 10:04:58 +0000 (05:04 -0500)]
Fix poker tests

15 years agoMerge branch 'master' of git://projects.elasticdog.com/git/factor
Slava Pestov [Wed, 8 Apr 2009 09:47:51 +0000 (04:47 -0500)]
Merge branch 'master' of git://projects.elasticdog.com/git/factor

15 years agoSolutions to Project Euler problem 69
Aaron Schaefer [Wed, 8 Apr 2009 06:41:02 +0000 (02:41 -0400)]
Solutions to Project Euler problem 69

15 years agoIf (open-window) or similar fails, don't enter an infinite loop of opening error...
Slava Pestov [Wed, 8 Apr 2009 03:30:13 +0000 (22:30 -0500)]
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

15 years agoPass vocab roots onto deployed app. Fixes deployment of apps outside the built-in...
Slava Pestov [Wed, 8 Apr 2009 02:47:57 +0000 (21:47 -0500)]
Pass vocab roots onto deployed app. Fixes deployment of apps outside the built-in roots. Reported by Alec Berryman

15 years agoopengl.textures: use GL_ARB_texture_non_power_of_two if available
Slava Pestov [Wed, 8 Apr 2009 02:32:45 +0000 (21:32 -0500)]
opengl.textures: use GL_ARB_texture_non_power_of_two if available

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Aaron Schaefer [Wed, 8 Apr 2009 01:38:13 +0000 (21:38 -0400)]
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
  ...

15 years agoSolution to Project Euler problem 63
Aaron Schaefer [Wed, 8 Apr 2009 01:36:38 +0000 (21:36 -0400)]
Solution to Project Euler problem 63

15 years agoFix typo
Slava Pestov [Wed, 8 Apr 2009 01:06:28 +0000 (20:06 -0500)]
Fix typo

15 years agoFix alien.fortran for NetBSD x86.64
Slava Pestov [Tue, 7 Apr 2009 23:49:54 +0000 (18:49 -0500)]
Fix alien.fortran for NetBSD x86.64

15 years agoAdd documentation for poker vocab
Aaron Schaefer [Tue, 7 Apr 2009 22:34:20 +0000 (18:34 -0400)]
Add documentation for poker vocab

15 years agoSolution to Project Euler problem 58
Aaron Schaefer [Tue, 7 Apr 2009 20:55:00 +0000 (16:55 -0400)]
Solution to Project Euler problem 58

15 years agofix unit test in robots
Doug Coleman [Tue, 7 Apr 2009 15:08:01 +0000 (10:08 -0500)]
fix unit test in robots

15 years agohttp.client: fix 307 redirect behavior (reported by Chris Double)
Slava Pestov [Tue, 7 Apr 2009 09:19:21 +0000 (04:19 -0500)]
http.client: fix 307 redirect behavior (reported by Chris Double)

15 years agoTreat a limit of f as unlimited instead of throwing an error
Slava Pestov [Tue, 7 Apr 2009 09:11:56 +0000 (04:11 -0500)]
Treat a limit of f as unlimited instead of throwing an error

15 years agoStatic responder now works when the root is a file rather than a directory
Slava Pestov [Tue, 7 Apr 2009 08:37:29 +0000 (03:37 -0500)]
Static responder now works when the root is a file rather than a directory

15 years agoFix site-watcher tests
Slava Pestov [Tue, 7 Apr 2009 08:04:25 +0000 (03:04 -0500)]
Fix site-watcher tests

15 years agoFix bootstrap
Slava Pestov [Tue, 7 Apr 2009 04:32:21 +0000 (23:32 -0500)]
Fix bootstrap

15 years agofurnace.actions: load chloe tags
Slava Pestov [Tue, 7 Apr 2009 03:05:17 +0000 (22:05 -0500)]
furnace.actions: load chloe tags

15 years agofurnace.redirection: load urls.secure
Slava Pestov [Tue, 7 Apr 2009 03:00:18 +0000 (22:00 -0500)]
furnace.redirection: load urls.secure

15 years agodb.errors.sqlite: don't give up on bad inputs
Slava Pestov [Tue, 7 Apr 2009 03:00:08 +0000 (22:00 -0500)]
db.errors.sqlite: don't give up on bad inputs

15 years agoMakefile: clean target should delete libfactor.dylib too
Slava Pestov [Tue, 7 Apr 2009 02:59:52 +0000 (21:59 -0500)]
Makefile: clean target should delete libfactor.dylib too

15 years agoWorking on site-watcher
Slava Pestov [Tue, 7 Apr 2009 02:59:27 +0000 (21:59 -0500)]
Working on site-watcher

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Tue, 7 Apr 2009 01:50:51 +0000 (20:50 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agounbreak regexp
Doug Coleman [Tue, 7 Apr 2009 00:43:50 +0000 (19:43 -0500)]
unbreak regexp

15 years agorefactor spider
Doug Coleman [Mon, 6 Apr 2009 23:47:46 +0000 (18:47 -0500)]
refactor spider

15 years agoclean up a combinator in id3 parser
Doug Coleman [Mon, 6 Apr 2009 23:10:49 +0000 (18:10 -0500)]
clean up a combinator in id3 parser

15 years agoMinor doc updates
Slava Pestov [Mon, 6 Apr 2009 22:52:14 +0000 (17:52 -0500)]
Minor doc updates

15 years agoUse [ ] [ ] map-reduce instead of unclip [ ] reduce
Slava Pestov [Mon, 6 Apr 2009 22:50:54 +0000 (17:50 -0500)]
Use [ ] [ ] map-reduce instead of unclip [ ] reduce

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Mon, 6 Apr 2009 22:49:42 +0000 (17:49 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFactor out site-watcher.email, start work on site-watcher.spider
Slava Pestov [Mon, 6 Apr 2009 22:49:34 +0000 (17:49 -0500)]
Factor out site-watcher.email, start work on site-watcher.spider

15 years agoconstruct a glob-matching quote for robots.txt files
Doug Coleman [Mon, 6 Apr 2009 22:39:44 +0000 (17:39 -0500)]
construct a glob-matching quote for robots.txt files

15 years agouse map-reduce instead of unclip reduce, "Why do we need this?" --> we don't
Doug Coleman [Mon, 6 Apr 2009 22:32:20 +0000 (17:32 -0500)]
use map-reduce instead of unclip reduce, "Why do we need this?" --> we don't

15 years agofix documentation typo
Aaron Schaefer [Mon, 6 Apr 2009 19:18:35 +0000 (15:18 -0400)]
fix documentation typo

15 years agoFix shift-drag losing focus in listener
Slava Pestov [Mon, 6 Apr 2009 18:39:55 +0000 (13:39 -0500)]
Fix shift-drag losing focus in listener

15 years agoOops
Slava Pestov [Mon, 6 Apr 2009 18:34:38 +0000 (13:34 -0500)]
Oops

15 years agoCleanup
Slava Pestov [Mon, 6 Apr 2009 18:26:07 +0000 (13:26 -0500)]
Cleanup

15 years agofix unit test for new method syntax
Doug Coleman [Mon, 6 Apr 2009 15:45:39 +0000 (10:45 -0500)]
fix unit test for new method syntax

15 years agoOops
Slava Pestov [Mon, 6 Apr 2009 10:22:43 +0000 (05:22 -0500)]
Oops

15 years agoFixing tests for method-sec removal
Slava Pestov [Mon, 6 Apr 2009 10:22:28 +0000 (05:22 -0500)]
Fixing tests for method-sec removal

15 years agoUpdating tests for method-spec removal
Slava Pestov [Mon, 6 Apr 2009 09:16:39 +0000 (04:16 -0500)]
Updating tests for method-spec removal

15 years agoDocumentation fixes
Slava Pestov [Mon, 6 Apr 2009 09:15:58 +0000 (04:15 -0500)]
Documentation fixes

15 years agoFixing some unit test failures
Slava Pestov [Mon, 6 Apr 2009 08:30:23 +0000 (03:30 -0500)]
Fixing some unit test failures

15 years agoMore tags
Slava Pestov [Mon, 6 Apr 2009 08:03:58 +0000 (03:03 -0500)]
More tags

15 years agoFix ui.tools.browser.history tests
Slava Pestov [Mon, 6 Apr 2009 08:03:46 +0000 (03:03 -0500)]
Fix ui.tools.browser.history tests

15 years agoDocumentation updates
Slava Pestov [Mon, 6 Apr 2009 08:00:46 +0000 (03:00 -0500)]
Documentation updates

15 years agoRemove method-specs in favor of M\
Slava Pestov [Mon, 6 Apr 2009 07:59:59 +0000 (02:59 -0500)]
Remove method-specs in favor of M\

15 years agoAdd M\ syntax for method literals
Slava Pestov [Mon, 6 Apr 2009 07:57:39 +0000 (02:57 -0500)]
Add M\ syntax for method literals

15 years agoFix bootstrap errors
Slava Pestov [Mon, 6 Apr 2009 06:10:34 +0000 (01:10 -0500)]
Fix bootstrap errors

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Aaron Schaefer [Mon, 6 Apr 2009 04:52:15 +0000 (00:52 -0400)]
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
  ...

15 years agoFix ui.gadgets.scrollers unit tests
Slava Pestov [Mon, 6 Apr 2009 04:38:47 +0000 (23:38 -0500)]
Fix  ui.gadgets.scrollers unit tests

15 years agoOne more poker unit test dealing with equality
Aaron Schaefer [Mon, 6 Apr 2009 04:30:21 +0000 (00:30 -0400)]
One more poker unit test dealing with equality

15 years agoBrowser tool now saves scroll bar position in history
Slava Pestov [Mon, 6 Apr 2009 04:19:35 +0000 (23:19 -0500)]
Browser tool now saves scroll bar position in history

15 years agoRename scroll word to set-scroll-position and make it public
Slava Pestov [Mon, 6 Apr 2009 04:19:18 +0000 (23:19 -0500)]
Rename scroll word to set-scroll-position and make it public