]> gitweb.factorcode.org Git - factor.git/log
factor.git
15 years agoMerge git://repo.or.cz/factor/jcg
Joe Groff [Sat, 5 Jul 2008 19:23:47 +0000 (12:23 -0700)]
Merge git://repo.or.cz/factor/jcg

15 years agoFix $side-effects in blas help
Joe Groff [Sat, 5 Jul 2008 18:30:42 +0000 (11:30 -0700)]
Fix $side-effects in blas help

15 years agoDocumentation for math.blas
Joe Groff [Sat, 5 Jul 2008 18:24:01 +0000 (11:24 -0700)]
Documentation for math.blas

15 years agoRevert "Shorthand syntax for arrays-of-arrays, arrays-of-quotations, and hashtables"
Joe Groff [Sat, 5 Jul 2008 03:59:08 +0000 (20:59 -0700)]
Revert "Shorthand syntax for arrays-of-arrays, arrays-of-quotations, and hashtables"

This reverts commit 340abc119a0bc073785b2546406780c1f22c5657.

15 years agoBLAS level 2/level 3 interface words
Joe Groff [Sat, 5 Jul 2008 03:57:22 +0000 (20:57 -0700)]
BLAS level 2/level 3 interface words

15 years agoAdd 0 integer>bit-array fix to bit-arrays in its new home under extra
Joe Groff [Sat, 5 Jul 2008 03:52:24 +0000 (20:52 -0700)]
Add 0 integer>bit-array fix to bit-arrays in its new home under extra

15 years agofix <displaced-alien> applied to already displaced alien
Joe Groff [Sat, 5 Jul 2008 03:37:16 +0000 (20:37 -0700)]
fix <displaced-alien> applied to already displaced alien

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Joe Groff [Sat, 5 Jul 2008 03:07:25 +0000 (20:07 -0700)]
Merge branch 'master' of git://factorcode.org/git/factor

Conflicts:

core/bit-arrays/bit-arrays.factor

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Fri, 4 Jul 2008 23:18:15 +0000 (18:18 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFix intervals bug
Slava Pestov [Fri, 4 Jul 2008 23:18:00 +0000 (18:18 -0500)]
Fix intervals bug

15 years agoFix clobberage
Slava Pestov [Fri, 4 Jul 2008 23:17:01 +0000 (18:17 -0500)]
Fix clobberage

15 years agobake.fry: commas factor
Eduardo Cavazos [Fri, 4 Jul 2008 20:22:47 +0000 (15:22 -0500)]
bake.fry: commas factor

15 years agoAdd bake.fry and tests
Eduardo Cavazos [Fri, 4 Jul 2008 20:01:53 +0000 (15:01 -0500)]
Add bake.fry and tests

15 years agobake-tests: fix some tests
Eduardo Cavazos [Fri, 4 Jul 2008 20:01:21 +0000 (15:01 -0500)]
bake-tests: fix some tests

15 years agobake: Minor changes
Eduardo Cavazos [Fri, 4 Jul 2008 20:01:03 +0000 (15:01 -0500)]
bake: Minor changes

15 years agokoszul: use 3tri in bigraded-triple
Eduardo Cavazos [Fri, 4 Jul 2008 16:34:47 +0000 (11:34 -0500)]
koszul: use 3tri in bigraded-triple

15 years agomath.quaternions: use tri* in euler
Eduardo Cavazos [Fri, 4 Jul 2008 16:22:59 +0000 (11:22 -0500)]
math.quaternions: use tri* in euler

15 years agomath.quaternions: use 2bi in q*
Eduardo Cavazos [Fri, 4 Jul 2008 16:19:42 +0000 (11:19 -0500)]
math.quaternions: use 2bi in q*

15 years agomandel: use tri@ in scale-rgb
Eduardo Cavazos [Fri, 4 Jul 2008 15:52:50 +0000 (10:52 -0500)]
mandel: use tri@ in scale-rgb

15 years agoTweak method inlining heuristic a bit
Slava Pestov [Fri, 4 Jul 2008 09:41:27 +0000 (04:41 -0500)]
Tweak method inlining heuristic a bit

15 years agoExpand boa constructors later to avoid issue where compiler inserts calls to 'curry...
Slava Pestov [Fri, 4 Jul 2008 09:18:40 +0000 (04:18 -0500)]
Expand boa constructors later to avoid issue where compiler inserts calls to 'curry' in unsafe code

15 years agoMinor fix
Slava Pestov [Fri, 4 Jul 2008 08:25:32 +0000 (03:25 -0500)]
Minor fix

15 years agoFix compile error on FreeBSD x86.64
Slava Pestov [Fri, 4 Jul 2008 08:23:14 +0000 (03:23 -0500)]
Fix compile error on FreeBSD x86.64

15 years agoHelp lint fixes
Slava Pestov [Fri, 4 Jul 2008 07:52:27 +0000 (02:52 -0500)]
Help lint fixes

15 years agoFix OpenBSD compile error
Slava Pestov [Fri, 4 Jul 2008 06:53:38 +0000 (01:53 -0500)]
Fix OpenBSD compile error

15 years agoFix unit test
Slava Pestov [Fri, 4 Jul 2008 06:32:38 +0000 (01:32 -0500)]
Fix unit test

15 years agoFix ERROR:, erg's mixin bug
Slava Pestov [Fri, 4 Jul 2008 06:32:11 +0000 (01:32 -0500)]
Fix ERROR:, erg's mixin bug

15 years agoFix http tests
Slava Pestov [Fri, 4 Jul 2008 05:16:27 +0000 (00:16 -0500)]
Fix http tests

15 years agorefactor math.blas.vectors a bit
Joe Groff [Fri, 4 Jul 2008 04:16:09 +0000 (21:16 -0700)]
refactor math.blas.vectors a bit

15 years agoAdd 3&& and 3|| words
Joe Groff [Fri, 4 Jul 2008 04:14:42 +0000 (21:14 -0700)]
Add 3&& and 3|| words

15 years agosmall clarifications to COM docs
Joe Groff [Fri, 4 Jul 2008 04:14:22 +0000 (21:14 -0700)]
small clarifications to COM docs

15 years agoShorthand syntax for arrays-of-arrays, arrays-of-quotations, and hashtables
Joe Groff [Fri, 4 Jul 2008 04:13:10 +0000 (21:13 -0700)]
Shorthand syntax for arrays-of-arrays, arrays-of-quotations, and hashtables

15 years agoFix Linux compile error
Slava Pestov [Fri, 4 Jul 2008 02:34:37 +0000 (21:34 -0500)]
Fix Linux compile error

15 years agoFix compile error
Slava Pestov [Fri, 4 Jul 2008 02:12:39 +0000 (21:12 -0500)]
Fix compile error

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Fri, 4 Jul 2008 01:50:28 +0000 (20:50 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoTweak deploy descriptors
Slava Pestov [Fri, 4 Jul 2008 01:50:08 +0000 (20:50 -0500)]
Tweak deploy descriptors

15 years agoTweak: don't put UDP receive buffer in image
Slava Pestov [Fri, 4 Jul 2008 01:50:01 +0000 (20:50 -0500)]
Tweak: don't put UDP receive buffer in image

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
U-SLAVA-DFB8FF805\Slava [Fri, 4 Jul 2008 00:53:50 +0000 (19:53 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFix Windows bootstrap
U-SLAVA-DFB8FF805\Slava [Fri, 4 Jul 2008 00:53:40 +0000 (19:53 -0500)]
Fix Windows bootstrap

15 years agoBetter error checking for image saves
Slava Pestov [Fri, 4 Jul 2008 00:52:59 +0000 (19:52 -0500)]
Better error checking for image saves

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Fri, 4 Jul 2008 00:10:04 +0000 (19:10 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFix USING
Slava Pestov [Fri, 4 Jul 2008 00:09:33 +0000 (19:09 -0500)]
Fix USING

15 years agoFix compile errors
slava [Thu, 3 Jul 2008 23:39:56 +0000 (18:39 -0500)]
Fix compile errors

15 years agoPut that in your pipe and smoke it
Slava Pestov [Thu, 3 Jul 2008 22:44:44 +0000 (17:44 -0500)]
Put that in your pipe and smoke it

15 years agoFix USING:
Slava Pestov [Thu, 3 Jul 2008 22:44:29 +0000 (17:44 -0500)]
Fix USING:

15 years agoFix conflict
Slava Pestov [Thu, 3 Jul 2008 21:46:21 +0000 (16:46 -0500)]
Fix conflict

15 years agosequences-tests: fix
Eduardo Cavazos [Thu, 3 Jul 2008 20:37:07 +0000 (15:37 -0500)]
sequences-tests: fix

15 years agoproject-euler: sigma and count moved into sequences
Eduardo Cavazos [Thu, 3 Jul 2008 20:34:58 +0000 (15:34 -0500)]
project-euler: sigma and count moved into sequences

15 years agobootstrap.stage2: use count
Eduardo Cavazos [Thu, 3 Jul 2008 18:47:11 +0000 (13:47 -0500)]
bootstrap.stage2: use count

15 years agoclasses.tuple: use sigma
Eduardo Cavazos [Thu, 3 Jul 2008 18:45:32 +0000 (13:45 -0500)]
classes.tuple: use sigma

15 years agooptimizer.inlining: use sigma
Eduardo Cavazos [Thu, 3 Jul 2008 18:43:22 +0000 (13:43 -0500)]
optimizer.inlining: use sigma

15 years agosequences-docs: fix using
Eduardo Cavazos [Thu, 3 Jul 2008 17:45:26 +0000 (12:45 -0500)]
sequences-docs: fix using

15 years agofry: minor formatting
Eduardo Cavazos [Thu, 3 Jul 2008 17:42:21 +0000 (12:42 -0500)]
fry: minor formatting

15 years agosequences.lib-tests: remove sigma and count
Eduardo Cavazos [Thu, 3 Jul 2008 17:28:55 +0000 (12:28 -0500)]
sequences.lib-tests: remove sigma and count

15 years agosequences-tests: sigma and count
Eduardo Cavazos [Thu, 3 Jul 2008 17:28:39 +0000 (12:28 -0500)]
sequences-tests: sigma and count

15 years agosequences.lib-docs: remove sigma and count
Eduardo Cavazos [Thu, 3 Jul 2008 17:26:12 +0000 (12:26 -0500)]
sequences.lib-docs: remove sigma and count

15 years agosequences-docs: sigma and count
Eduardo Cavazos [Thu, 3 Jul 2008 17:25:51 +0000 (12:25 -0500)]
sequences-docs: sigma and count

15 years agosequences.lib: remove sigma and count (moved to core)
Eduardo Cavazos [Thu, 3 Jul 2008 17:24:45 +0000 (12:24 -0500)]
sequences.lib: remove sigma and count (moved to core)

15 years agosequences: add sigma and count
Eduardo Cavazos [Thu, 3 Jul 2008 17:24:16 +0000 (12:24 -0500)]
sequences: add sigma and count

15 years agonewfx: append and prepend variants
Eduardo Cavazos [Thu, 3 Jul 2008 17:17:27 +0000 (12:17 -0500)]
newfx: append and prepend variants

15 years agofry: remove sequences.lib and sequences.deep from using
Eduardo Cavazos [Thu, 3 Jul 2008 16:31:36 +0000 (11:31 -0500)]
fry: remove sequences.lib and sequences.deep from using

15 years agofry: make-free deep-fry
Eduardo Cavazos [Thu, 3 Jul 2008 16:25:27 +0000 (11:25 -0500)]
fry: make-free deep-fry

15 years agoFix tests
Slava Pestov [Thu, 3 Jul 2008 07:50:45 +0000 (02:50 -0500)]
Fix tests

15 years agoImproved ERROR:
Slava Pestov [Thu, 3 Jul 2008 07:47:29 +0000 (02:47 -0500)]
Improved ERROR:

15 years agoDocumentation for io.servers.connection
Slava Pestov [Thu, 3 Jul 2008 07:16:16 +0000 (02:16 -0500)]
Documentation for io.servers.connection

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Thu, 3 Jul 2008 06:40:21 +0000 (01:40 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoTweaking docs, change stage2 to load less stuff
Slava Pestov [Thu, 3 Jul 2008 06:39:45 +0000 (01:39 -0500)]
Tweaking docs, change stage2 to load less stuff

15 years agoFix deploy tests
Slava Pestov [Thu, 3 Jul 2008 02:52:28 +0000 (21:52 -0500)]
Fix deploy tests

15 years agoFix bunny for float array change
Slava Pestov [Wed, 2 Jul 2008 21:26:10 +0000 (16:26 -0500)]
Fix bunny for float array change

15 years agoFixing unit test failures
Slava Pestov [Wed, 2 Jul 2008 20:57:38 +0000 (15:57 -0500)]
Fixing unit test failures

15 years agofry: Minor factoring
Eduardo Cavazos [Wed, 2 Jul 2008 20:57:07 +0000 (15:57 -0500)]
fry: Minor factoring

15 years agobake: handle integers before sequences
Eduardo Cavazos [Wed, 2 Jul 2008 17:09:03 +0000 (12:09 -0500)]
bake: handle integers before sequences

15 years agobake: add more tests
Eduardo Cavazos [Wed, 2 Jul 2008 17:08:37 +0000 (12:08 -0500)]
bake: add more tests

15 years agobake: Bake quotations and vectors
Eduardo Cavazos [Wed, 2 Jul 2008 16:43:14 +0000 (11:43 -0500)]
bake: Bake quotations and vectors

15 years agonewfx: invert-index
Eduardo Cavazos [Wed, 2 Jul 2008 16:42:49 +0000 (11:42 -0500)]
newfx: invert-index

15 years agobake: Add tests
Eduardo Cavazos [Wed, 2 Jul 2008 15:19:31 +0000 (10:19 -0500)]
bake: Add tests

15 years agoMove bit-arrays and float-arrays to extra
Slava Pestov [Wed, 2 Jul 2008 07:03:30 +0000 (02:03 -0500)]
Move bit-arrays and float-arrays to extra

15 years agoMove mirrors out of the boot image
Slava Pestov [Wed, 2 Jul 2008 05:20:01 +0000 (00:20 -0500)]
Move mirrors out of the boot image

15 years agoCBLAS library bindings. Factor-ish bindings to better part of level 1 BLAS in math...
Joe Groff [Wed, 2 Jul 2008 05:00:22 +0000 (22:00 -0700)]
CBLAS library bindings. Factor-ish bindings to better part of level 1 BLAS in math.blas.vectors. Syntax for building BLAS vectors in math.blas.syntax

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Joe Groff [Wed, 2 Jul 2008 02:31:24 +0000 (19:31 -0700)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoSome cleanup
Slava Pestov [Wed, 2 Jul 2008 01:19:03 +0000 (20:19 -0500)]
Some cleanup

15 years agoInitial value for alien slots is a BAD-ALIEN
Slava Pestov [Tue, 1 Jul 2008 21:33:45 +0000 (16:33 -0500)]
Initial value for alien slots is a BAD-ALIEN

15 years agoFixing reshaping to work with type declaration
Slava Pestov [Tue, 1 Jul 2008 21:16:02 +0000 (16:16 -0500)]
Fixing reshaping to work with type declaration

15 years agonewfx: pluck and snip
Eduardo Cavazos [Tue, 1 Jul 2008 20:36:38 +0000 (15:36 -0500)]
newfx: pluck and snip

15 years agorewrite-closures: Minor improvements
Eduardo Cavazos [Tue, 1 Jul 2008 14:31:52 +0000 (09:31 -0500)]
rewrite-closures: Minor improvements

15 years agoMerge branch 'master' of factorcode.org:/git/factor
Eduardo Cavazos [Tue, 1 Jul 2008 14:12:04 +0000 (09:12 -0500)]
Merge branch 'master' of factorcode.org:/git/factor

15 years agorewrite-closures: remove old code
Eduardo Cavazos [Tue, 1 Jul 2008 14:11:37 +0000 (09:11 -0500)]
rewrite-closures: remove old code

15 years agoFix integer>bit-array to work with zero as argument
Joe Groff [Tue, 1 Jul 2008 02:11:43 +0000 (19:11 -0700)]
Fix integer>bit-array to work with zero as argument

15 years agospread ftw
Slava Pestov [Tue, 1 Jul 2008 00:35:33 +0000 (19:35 -0500)]
spread ftw

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Tue, 1 Jul 2008 00:24:34 +0000 (19:24 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoAdd sanity check to bootstrp.image.download
Slava Pestov [Tue, 1 Jul 2008 00:16:33 +0000 (19:16 -0500)]
Add sanity check to bootstrp.image.download

15 years agoBetter error message
Slava Pestov [Mon, 30 Jun 2008 23:33:31 +0000 (18:33 -0500)]
Better error message

15 years agorewrite-closures: use fry instead of make*
Eduardo Cavazos [Mon, 30 Jun 2008 21:29:20 +0000 (16:29 -0500)]
rewrite-closures: use fry instead of make*

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Mon, 30 Jun 2008 21:06:30 +0000 (16:06 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFix load-everything
Slava Pestov [Mon, 30 Jun 2008 21:06:14 +0000 (16:06 -0500)]
Fix load-everything

15 years agorewrite-closures: use fry instead of make*
Eduardo Cavazos [Mon, 30 Jun 2008 17:09:05 +0000 (12:09 -0500)]
rewrite-closures: use fry instead of make*

15 years agobake: use combinators.conditional
Eduardo Cavazos [Mon, 30 Jun 2008 15:36:13 +0000 (10:36 -0500)]
bake: use combinators.conditional

15 years agocombinators.conditional: 1if and 1cond
Eduardo Cavazos [Mon, 30 Jun 2008 15:35:09 +0000 (10:35 -0500)]
combinators.conditional: 1if and 1cond

15 years agobake: New oven: convention, broil, or simmer
Eduardo Cavazos [Mon, 30 Jun 2008 15:31:12 +0000 (10:31 -0500)]
bake: New oven: convention, broil, or simmer

15 years agoraptor: Minor fix
Eduardo Cavazos [Mon, 30 Jun 2008 15:30:52 +0000 (10:30 -0500)]
raptor: Minor fix