]> gitweb.factorcode.org Git - factor.git/log
factor.git
15 years agoMerge branch 'master' into experimental
Alex Chapman [Wed, 25 Feb 2009 00:16:11 +0000 (11:16 +1100)]
Merge branch 'master' into experimental

15 years agoUpdating X11 UI backend for stricter stack effect checking
slava [Tue, 24 Feb 2009 07:06:50 +0000 (01:06 -0600)]
Updating X11 UI backend for stricter stack effect checking

15 years agoMerge branch 'master' of git://factorcode.org/git/factor into experimental
Alex Chapman [Mon, 16 Feb 2009 01:49:20 +0000 (12:49 +1100)]
Merge branch 'master' of git://factorcode.org/git/factor into experimental

15 years agoMerge branch 'master' into experimental
Alex Chapman [Mon, 16 Feb 2009 01:48:58 +0000 (12:48 +1100)]
Merge branch 'master' into experimental

Conflicts:
basis/http/client/client.factor

15 years agoCleanup and bug fix in io.encodings.korean
Daniel Ehrenberg [Mon, 16 Feb 2009 00:01:34 +0000 (18:01 -0600)]
Cleanup and bug fix in io.encodings.korean

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Sun, 15 Feb 2009 20:29:39 +0000 (14:29 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agorefactor tiff loading a bit, identify lots of ifd header tags
Doug Coleman [Sun, 15 Feb 2009 16:42:36 +0000 (10:42 -0600)]
refactor tiff loading a bit, identify lots of ifd header tags

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Sun, 15 Feb 2009 15:14:33 +0000 (09:14 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoadd support for parsing all baseline tiff tags, fix loading a tiff that used to work
Doug Coleman [Sun, 15 Feb 2009 15:13:53 +0000 (09:13 -0600)]
add support for parsing all baseline tiff tags, fix loading a tiff that used to work

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Sun, 15 Feb 2009 10:07:13 +0000 (04:07 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFix spelling
Slava Pestov [Sun, 15 Feb 2009 10:07:05 +0000 (04:07 -0600)]
Fix spelling

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Yun, Jonghyouk [Sun, 15 Feb 2009 01:59:03 +0000 (10:59 +0900)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agonot all images have associated alpha data... oops
Doug Coleman [Sun, 15 Feb 2009 01:28:00 +0000 (19:28 -0600)]
not all images have associated alpha data... oops

15 years agohandle associated alpha data in tiffs
Doug Coleman [Sun, 15 Feb 2009 01:24:42 +0000 (19:24 -0600)]
handle associated alpha data in tiffs

15 years agouse while to implement randomize (thanks joe!), document it
Doug Coleman [Sat, 14 Feb 2009 20:25:48 +0000 (14:25 -0600)]
use while to implement randomize (thanks joe!), document it

15 years agofix { } randomize, more unit tests
Doug Coleman [Sat, 14 Feb 2009 20:04:54 +0000 (14:04 -0600)]
fix { } randomize, more unit tests

15 years agounit test how many elements to swap with randomize, remove a usage of pick
Doug Coleman [Sat, 14 Feb 2009 19:28:41 +0000 (13:28 -0600)]
unit test how many elements to swap with randomize, remove a usage of pick

15 years agorandomize was broken -- elements could not exchange with themselves
Doug Coleman [Sat, 14 Feb 2009 19:14:00 +0000 (13:14 -0600)]
randomize was broken -- elements could not exchange with themselves

15 years agomove >signed to math.bitwise
Doug Coleman [Sat, 14 Feb 2009 06:31:17 +0000 (00:31 -0600)]
move >signed to math.bitwise

15 years agosupport predictors
Doug Coleman [Sat, 14 Feb 2009 06:30:59 +0000 (00:30 -0600)]
support predictors

15 years agoFixing twitter
Slava Pestov [Sat, 14 Feb 2009 02:20:22 +0000 (20:20 -0600)]
Fixing twitter

15 years ago'work' -> 'basis' correction
ageldama [Sat, 14 Feb 2009 01:55:45 +0000 (10:55 +0900)]
'work' -> 'basis' correction

15 years agoinitial 'io.encodings.korean' commit
ageldama [Sat, 14 Feb 2009 01:42:31 +0000 (10:42 +0900)]
initial 'io.encodings.korean' commit

15 years agoClean up extra/twitter a little bit
Slava Pestov [Sat, 14 Feb 2009 00:06:55 +0000 (18:06 -0600)]
Clean up extra/twitter a little bit

15 years agoAnother failing unit test for db.sqlite
Daniel Ehrenberg [Fri, 13 Feb 2009 22:07:17 +0000 (16:07 -0600)]
Another failing unit test for db.sqlite

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Fri, 13 Feb 2009 22:05:27 +0000 (16:05 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoAnother failing test in db.sqlite
Daniel Ehrenberg [Fri, 13 Feb 2009 22:05:18 +0000 (16:05 -0600)]
Another failing test in db.sqlite

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Fri, 13 Feb 2009 21:56:33 +0000 (15:56 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agosupport 48bpp tiffs
Doug Coleman [Fri, 13 Feb 2009 21:56:22 +0000 (15:56 -0600)]
support 48bpp tiffs

15 years agodecode uname strings as utf8
Doug Coleman [Fri, 13 Feb 2009 21:52:17 +0000 (15:52 -0600)]
decode uname strings as utf8

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Fri, 13 Feb 2009 21:48:17 +0000 (15:48 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agostr -> bytes, utility word in endian
Doug Coleman [Fri, 13 Feb 2009 21:47:48 +0000 (15:47 -0600)]
str -> bytes, utility word in endian

15 years agoremove XXX from bitmaps
Doug Coleman [Fri, 13 Feb 2009 21:47:07 +0000 (15:47 -0600)]
remove XXX from bitmaps

15 years agoget the byte ordering correct for tiffs
Doug Coleman [Fri, 13 Feb 2009 21:46:36 +0000 (15:46 -0600)]
get the byte ordering correct for tiffs

15 years agouse decode instead of >string in images.tiff
Doug Coleman [Fri, 13 Feb 2009 21:14:09 +0000 (15:14 -0600)]
use decode instead of >string in images.tiff

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Fri, 13 Feb 2009 21:10:41 +0000 (15:10 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoMaking xml-undo words private; adding bytes>xml word
Daniel Ehrenberg [Fri, 13 Feb 2009 21:10:34 +0000 (15:10 -0600)]
Making xml-undo words private; adding bytes>xml word

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Joe Groff [Fri, 13 Feb 2009 19:08:14 +0000 (13:08 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agolet the world know you tweet from factor
Joe Groff [Fri, 13 Feb 2009 19:07:48 +0000 (13:07 -0600)]
let the world know you tweet from factor

15 years agox/y resolution should be a scalar
Doug Coleman [Fri, 13 Feb 2009 19:04:14 +0000 (13:04 -0600)]
x/y resolution should be a scalar

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Joe Groff [Fri, 13 Feb 2009 18:16:13 +0000 (12:16 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agodrawing 96bpp images works, add lots of previously unknown ifd fields
Doug Coleman [Fri, 13 Feb 2009 18:12:08 +0000 (12:12 -0600)]
drawing 96bpp images works, add lots of previously unknown ifd fields

15 years agoadd stack effect, oops
Doug Coleman [Fri, 13 Feb 2009 17:57:45 +0000 (11:57 -0600)]
add stack effect, oops

15 years agotwitter timelines
Joe Groff [Fri, 13 Feb 2009 17:54:07 +0000 (11:54 -0600)]
twitter timelines

15 years agoadd a stack effect to tuple article
Doug Coleman [Fri, 13 Feb 2009 16:48:11 +0000 (10:48 -0600)]
add a stack effect to tuple article

15 years agoadd 48bpp mode to tiff
Doug Coleman [Fri, 13 Feb 2009 16:16:58 +0000 (10:16 -0600)]
add 48bpp mode to tiff

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Fri, 13 Feb 2009 15:59:40 +0000 (09:59 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agosupport .tif, start 96 bpp
Doug Coleman [Fri, 13 Feb 2009 15:56:22 +0000 (09:56 -0600)]
support .tif, start 96 bpp

15 years agoremove zlib
Doug Coleman [Fri, 13 Feb 2009 15:55:56 +0000 (09:55 -0600)]
remove zlib

15 years agomake hexdump work for byte-vectors
Doug Coleman [Fri, 13 Feb 2009 15:55:38 +0000 (09:55 -0600)]
make hexdump work for byte-vectors

15 years agogotta load urls.secure to use https
Joe Groff [Fri, 13 Feb 2009 04:56:46 +0000 (22:56 -0600)]
gotta load urls.secure to use https

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Joe Groff [Fri, 13 Feb 2009 04:40:51 +0000 (22:40 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agotwitta
Joe Groff [Fri, 13 Feb 2009 04:39:48 +0000 (22:39 -0600)]
twitta

15 years agoadd set-basic-auth to http, and make http-request stuff the response body in the...
Joe Groff [Fri, 13 Feb 2009 04:39:26 +0000 (22:39 -0600)]
add set-basic-auth to http, and make http-request stuff the response body in the error message on failure

15 years agoMinor docs fix and cleanup in http.server.static
Daniel Ehrenberg [Fri, 13 Feb 2009 04:26:44 +0000 (22:26 -0600)]
Minor docs fix and cleanup in http.server.static

15 years agomove zlib to zlib.compression and update
Doug Coleman [Fri, 13 Feb 2009 04:13:34 +0000 (22:13 -0600)]
move zlib to zlib.compression and update

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Fri, 13 Feb 2009 04:11:25 +0000 (22:11 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoworking on lzw compression
Doug Coleman [Fri, 13 Feb 2009 04:11:11 +0000 (22:11 -0600)]
working on lzw compression

15 years agonew bitstream api works, refactor time
Doug Coleman [Fri, 13 Feb 2009 04:10:32 +0000 (22:10 -0600)]
new bitstream api works, refactor time

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Fri, 13 Feb 2009 04:00:09 +0000 (22:00 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFailing test case for db.sqlite
Daniel Ehrenberg [Fri, 13 Feb 2009 03:59:59 +0000 (21:59 -0600)]
Failing test case for db.sqlite

15 years agoadd using
Doug Coleman [Fri, 13 Feb 2009 03:45:34 +0000 (21:45 -0600)]
add using

15 years agoremove bad lzw tests, real tests still to come..
Doug Coleman [Fri, 13 Feb 2009 03:43:25 +0000 (21:43 -0600)]
remove bad lzw tests, real tests still to come..

15 years agoinitial bitstreams checkin
Doug Coleman [Thu, 12 Feb 2009 23:44:43 +0000 (17:44 -0600)]
initial bitstreams checkin

15 years agosupport lzw uncompression in images.tiff
Doug Coleman [Thu, 12 Feb 2009 23:44:15 +0000 (17:44 -0600)]
support lzw uncompression in images.tiff

15 years agoadd lzw compression
Doug Coleman [Thu, 12 Feb 2009 23:44:04 +0000 (17:44 -0600)]
add lzw compression

15 years agorename db-table to db-table-name, use db-table-name instead of class name in creating...
Doug Coleman [Thu, 12 Feb 2009 23:29:31 +0000 (17:29 -0600)]
rename db-table to db-table-name, use db-table-name instead of class name in creating triggers for sqlite

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Thu, 12 Feb 2009 23:14:20 +0000 (17:14 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFixing bug in db (don't use unparse!), adding still-failing unit test
Daniel Ehrenberg [Thu, 12 Feb 2009 23:13:01 +0000 (17:13 -0600)]
Fixing bug in db (don't use unparse!), adding still-failing unit test

15 years agouse constant in tar, remove ignore-errors
Doug Coleman [Thu, 12 Feb 2009 22:40:45 +0000 (16:40 -0600)]
use constant in tar, remove ignore-errors

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Thu, 12 Feb 2009 22:36:40 +0000 (16:36 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agouse CONSTANT: in db
Doug Coleman [Thu, 12 Feb 2009 22:36:29 +0000 (16:36 -0600)]
use CONSTANT: in db

15 years agoFix potential load order issue with alien.complex; it used a slot defined in alien...
Slava Pestov [Thu, 12 Feb 2009 15:48:50 +0000 (09:48 -0600)]
Fix potential load order issue with alien.complex; it used a slot defined in alien.structs but didn't reference that file by name

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Thu, 12 Feb 2009 15:20:35 +0000 (09:20 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoImprove type inference for struct returns
Slava Pestov [Thu, 12 Feb 2009 15:20:32 +0000 (09:20 -0600)]
Improve type inference for struct returns

15 years agoFix compile error in ui.render.test; images API changed...
Doug Coleman [Thu, 12 Feb 2009 14:39:52 +0000 (08:39 -0600)]
Fix compile error in ui.render.test; images API changed...

15 years agoFix complex float support on NetBSD
sheeple [Thu, 12 Feb 2009 14:10:21 +0000 (08:10 -0600)]
Fix complex float support on NetBSD

15 years agoWorking on complex float support in FFI on NetBSD
sheeple [Thu, 12 Feb 2009 12:25:07 +0000 (06:25 -0600)]
Working on complex float support in FFI on NetBSD

15 years agoAdd byte-order slot to image tuple; rename <image> to load-image, add <image> for...
Slava Pestov [Thu, 12 Feb 2009 10:25:33 +0000 (04:25 -0600)]
Add byte-order slot to image tuple; rename <image> to load-image, add <image> for making images from scratch

15 years agokernel: add {bi,tri}-curry{,*,@} combinators from new_ui branch
Slava Pestov [Thu, 12 Feb 2009 10:23:35 +0000 (04:23 -0600)]
kernel: add {bi,tri}-curry{,*,@} combinators from new_ui branch

15 years agobootstrap.image: update documentation (found by mnestic)
Slava Pestov [Thu, 12 Feb 2009 10:16:08 +0000 (04:16 -0600)]
bootstrap.image: update documentation (found by mnestic)

15 years agoimages: fix load errors
Slava Pestov [Thu, 12 Feb 2009 08:41:47 +0000 (02:41 -0600)]
images: fix load errors

15 years agoRe-organize images and images.backend into images and images.loader
Slava Pestov [Thu, 12 Feb 2009 08:41:37 +0000 (02:41 -0600)]
Re-organize images and images.backend into images and images.loader

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Thu, 12 Feb 2009 08:19:53 +0000 (02:19 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agocombinators.smart: add map-reduce-outputs
Slava Pestov [Thu, 12 Feb 2009 08:19:41 +0000 (02:19 -0600)]
combinators.smart: add map-reduce-outputs

15 years agoeditors: better error message if definition does not have an associated source file
Slava Pestov [Thu, 12 Feb 2009 08:19:31 +0000 (02:19 -0600)]
editors: better error message if definition does not have an associated source file
when editing a word-link, go to the word itself if the word has no help

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Thu, 12 Feb 2009 07:40:01 +0000 (01:40 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFixing db.sqlite bug: database schema don't need primary keys
Daniel Ehrenberg [Thu, 12 Feb 2009 07:39:14 +0000 (01:39 -0600)]
Fixing db.sqlite bug: database schema don't need primary keys

15 years agoFixing minor CSV bug
Daniel Ehrenberg [Thu, 12 Feb 2009 07:32:06 +0000 (01:32 -0600)]
Fixing minor CSV bug

15 years agoCreating XML component
Daniel Ehrenberg [Thu, 12 Feb 2009 07:31:54 +0000 (01:31 -0600)]
Creating XML component

15 years agodocumentation ambiguity
Joe Groff [Thu, 12 Feb 2009 02:11:33 +0000 (20:11 -0600)]
documentation ambiguity

15 years agoannotations docs
Joe Groff [Thu, 12 Feb 2009 01:58:28 +0000 (19:58 -0600)]
annotations docs

15 years agodon't want to filter nonword annotation usages
Joe Groff [Thu, 12 Feb 2009 00:58:42 +0000 (18:58 -0600)]
don't want to filter nonword annotation usages

15 years agoannotations tests
Joe Groff [Thu, 12 Feb 2009 00:42:01 +0000 (18:42 -0600)]
annotations tests

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Joe Groff [Thu, 12 Feb 2009 00:35:23 +0000 (18:35 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agocode annotations toy
Joe Groff [Thu, 12 Feb 2009 00:35:08 +0000 (18:35 -0600)]
code annotations toy

15 years agoMerge branch 'infix' of git://github.com/EdwardXXIV/factor into edwardxxiv
Doug Coleman [Wed, 11 Feb 2009 23:30:39 +0000 (17:30 -0600)]
Merge branch 'infix' of git://github.com/EdwardXXIV/factor into edwardxxiv

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Wed, 11 Feb 2009 20:07:22 +0000 (14:07 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Joe Groff [Wed, 11 Feb 2009 20:07:00 +0000 (14:07 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoplay horseshoes in math.blas.vectors tests to deal with excessively accurate x87...
Joe Groff [Wed, 11 Feb 2009 20:06:46 +0000 (14:06 -0600)]
play horseshoes in math.blas.vectors tests to deal with excessively accurate x87 math