]> gitweb.factorcode.org Git - factor.git/log
factor.git
15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Joe Groff [Mon, 7 Jul 2008 21:21:51 +0000 (14:21 -0700)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoComment out reload tests for now
Slava Pestov [Mon, 7 Jul 2008 15:50:42 +0000 (10:50 -0500)]
Comment out reload tests for now

15 years agoNon-optimizing compiler now inlow inlines some primitives, this improves bootstrap...
Slava Pestov [Mon, 7 Jul 2008 15:39:04 +0000 (10:39 -0500)]
Non-optimizing compiler now inlow inlines some primitives, this improves bootstrap time

15 years agoMore EINTR handling
Slava Pestov [Sun, 6 Jul 2008 23:28:41 +0000 (18:28 -0500)]
More EINTR handling

15 years agoFix obscure corner case; -include='compiler math'
Slava Pestov [Sun, 6 Jul 2008 23:21:34 +0000 (18:21 -0500)]
Fix obscure corner case; -include='compiler math'

15 years ago{ } 2sequence => 2array
Slava Pestov [Sun, 6 Jul 2008 23:11:59 +0000 (18:11 -0500)]
{ } 2sequence => 2array

15 years agoMerge branch 'master' of http://alfredobeaumont.org/factor
Slava Pestov [Sun, 6 Jul 2008 23:08:37 +0000 (18:08 -0500)]
Merge branch 'master' of http://alfredobeaumont.org/factor

15 years agoAdded a new ctags vocab that generates index files in ctag format
Alfredo Beaumont [Sun, 6 Jul 2008 19:48:45 +0000 (21:48 +0200)]
Added a new ctags vocab that generates index files in ctag format

15 years agoRewrite integer>bit-array to use locals
Joe Groff [Sun, 6 Jul 2008 15:37:16 +0000 (08:37 -0700)]
Rewrite integer>bit-array to use locals

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Alfredo Beaumont [Sun, 6 Jul 2008 11:31:55 +0000 (13:31 +0200)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoDebug persistent vectors
Slava Pestov [Sun, 6 Jul 2008 11:09:21 +0000 (06:09 -0500)]
Debug persistent vectors

15 years agoFix EINTR handling in Unix stdin pipe hack
Slava Pestov [Sun, 6 Jul 2008 09:12:46 +0000 (04:12 -0500)]
Fix EINTR handling in Unix stdin pipe hack

15 years agoPerformance improvements
Slava Pestov [Sun, 6 Jul 2008 06:37:11 +0000 (01:37 -0500)]
Performance improvements

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Sun, 6 Jul 2008 04:08:58 +0000 (23:08 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFix unit test failures
Slava Pestov [Sun, 6 Jul 2008 04:08:30 +0000 (23:08 -0500)]
Fix unit test failures

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Sun, 6 Jul 2008 04:07:16 +0000 (23:07 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFix type error
Slava Pestov [Sun, 6 Jul 2008 04:07:11 +0000 (23:07 -0500)]
Fix type error

15 years agoMerge branch 'master' of git://repo.or.cz/factor/jcg
Slava Pestov [Sun, 6 Jul 2008 03:22:04 +0000 (22:22 -0500)]
Merge branch 'master' of git://repo.or.cz/factor/jcg

15 years agoFix obscure bug in profiprofiler
Slava Pestov [Sun, 6 Jul 2008 03:19:16 +0000 (22:19 -0500)]
Fix obscure bug in profiprofiler

15 years agosome headings for the math.blas.syntax help summary
Joe Groff [Sun, 6 Jul 2008 02:49:54 +0000 (19:49 -0700)]
some headings for the math.blas.syntax help summary

15 years agooops... add math.blas.syntax documentation
Joe Groff [Sun, 6 Jul 2008 02:46:10 +0000 (19:46 -0700)]
oops... add math.blas.syntax documentation

15 years agoperformance improvement for converting large datasets to blas matrices
Joe Groff [Sun, 6 Jul 2008 02:39:26 +0000 (19:39 -0700)]
performance improvement for converting large datasets to blas matrices

15 years agoFix a couple of load errors
Slava Pestov [Sun, 6 Jul 2008 02:29:02 +0000 (21:29 -0500)]
Fix a couple of load errors

15 years agoFix feps on 64 bit
Slava Pestov [Sun, 6 Jul 2008 02:00:05 +0000 (21:00 -0500)]
Fix feps on 64 bit

15 years agoFix two bugs
Slava Pestov [Sun, 6 Jul 2008 01:37:28 +0000 (20:37 -0500)]
Fix two bugs

15 years agoVsub word for slicing BLAS vectors. Documentation improvements
Joe Groff [Sun, 6 Jul 2008 01:28:53 +0000 (18:28 -0700)]
Vsub word for slicing BLAS vectors. Documentation improvements

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Alfredo Beaumont [Sat, 5 Jul 2008 23:49:10 +0000 (01:49 +0200)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoMerge branch 'master' of http://alfredobeaumont.org/factor
Slava Pestov [Sat, 5 Jul 2008 23:47:30 +0000 (18:47 -0500)]
Merge branch 'master' of http://alfredobeaumont.org/factor

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Alfredo Beaumont [Sat, 5 Jul 2008 23:29:29 +0000 (01:29 +0200)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agofix blas library load for unix. fix reference to old empty-vector word in matrices
Joe Groff [Sat, 5 Jul 2008 22:13:48 +0000 (15:13 -0700)]
fix blas library load for unix. fix reference to old empty-vector word in matrices

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Sat, 5 Jul 2008 22:08:09 +0000 (17:08 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFix hang
Slava Pestov [Sat, 5 Jul 2008 22:08:01 +0000 (17:08 -0500)]
Fix hang

15 years agofactor.el: factor-run-file ask to save if source has been modified.
Alfredo Beaumont [Sat, 5 Jul 2008 21:30:04 +0000 (23:30 +0200)]
factor.el: factor-run-file ask to save if source has been modified.
Add factor-display-output-buffer to optionally show factor buffer.

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Joe Groff [Sat, 5 Jul 2008 19:24:09 +0000 (12:24 -0700)]
Merge branch 'master' of git://factorcode.org/git/factor

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 agonewfx: insert and splice
Eduardo Cavazos [Sat, 5 Jul 2008 16:06:30 +0000 (11:06 -0500)]
newfx: insert and splice

15 years agocombinators.cleave-tests: add tests for arr
Eduardo Cavazos [Sat, 5 Jul 2008 12:52:50 +0000 (07:52 -0500)]
combinators.cleave-tests: add tests for arr

15 years agocombinators.cleave: narr and arity variants
Eduardo Cavazos [Sat, 5 Jul 2008 12:25:10 +0000 (07:25 -0500)]
combinators.cleave: narr and arity variants

15 years agoMerge branch 'master' of factorcode.org:/git/factor
Eduardo Cavazos [Sat, 5 Jul 2008 11:46:16 +0000 (06:46 -0500)]
Merge branch 'master' of factorcode.org:/git/factor

15 years agocombinators.cleave: ncleave
Eduardo Cavazos [Sat, 5 Jul 2008 11:45:47 +0000 (06:45 -0500)]
combinators.cleave: ncleave

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Sat, 5 Jul 2008 10:04:18 +0000 (05:04 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
U-SLAVA-DFB8FF805\Slava [Sat, 5 Jul 2008 10:03:40 +0000 (05:03 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoTetris is a bit bigger on Windows; that's ok, since its a new addition to size tests
Slava Pestov [Sat, 5 Jul 2008 10:02:44 +0000 (05:02 -0500)]
Tetris is a bit bigger on Windows; that's ok, since its a new addition to size tests

15 years agoFix classes.algebra unit tests
Slava Pestov [Sat, 5 Jul 2008 09:42:58 +0000 (04:42 -0500)]
Fix classes.algebra unit tests

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
U-SLAVA-DFB8FF805\Slava [Sat, 5 Jul 2008 09:16:32 +0000 (04:16 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoOops, all sizes were off by an order of magnitude
Slava Pestov [Sat, 5 Jul 2008 08:59:49 +0000 (03:59 -0500)]
Oops, all sizes were off by an order of magnitude

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Sat, 5 Jul 2008 08:47:35 +0000 (03:47 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFix benchmark load errors
Slava Pestov [Sat, 5 Jul 2008 08:47:15 +0000 (03:47 -0500)]
Fix benchmark load errors

15 years agoFix Unix I/O on 64-bit
Slava Pestov [Sat, 5 Jul 2008 08:47:09 +0000 (03:47 -0500)]
Fix Unix I/O on 64-bit

15 years agoStricter deploy size tests (I'm such a masochist)
Slava Pestov [Sat, 5 Jul 2008 08:44:54 +0000 (03:44 -0500)]
Stricter deploy size tests (I'm such a masochist)

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
slava [Sat, 5 Jul 2008 08:07:48 +0000 (03:07 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoOutput relocation data size
slava [Sat, 5 Jul 2008 08:07:34 +0000 (03:07 -0500)]
Output relocation data size

15 years agoTweak to reduce image size; don't produce prototypes for tuples with all slots set...
slava [Sat, 5 Jul 2008 08:07:25 +0000 (03:07 -0500)]
Tweak to reduce image size; don't produce prototypes for tuples with all slots set to f

15 years agoMore aggressive tree shaker
slava [Sat, 5 Jul 2008 08:07:10 +0000 (03:07 -0500)]
More aggressive tree shaker

15 years agoMove tuple-class to classes.tuple where it belongs
Slava Pestov [Sat, 5 Jul 2008 05:59:39 +0000 (00:59 -0500)]
Move tuple-class to classes.tuple where it belongs

15 years agoFix step-into on generic words and call-next-method in walker
Slava Pestov [Sat, 5 Jul 2008 05:59:28 +0000 (00:59 -0500)]
Fix step-into on generic words and call-next-method in walker

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
U-SLAVA-DFB8FF805\Slava [Sat, 5 Jul 2008 04:12:08 +0000 (23:12 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoBetter optimizer report
Slava Pestov [Sat, 5 Jul 2008 04:03:03 +0000 (23:03 -0500)]
Better optimizer report

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 agoFix bug in <displaced-alien> found by Joe
Slava Pestov [Sat, 5 Jul 2008 03:36:55 +0000 (22:36 -0500)]
Fix bug in <displaced-alien> found by Joe

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 agoSplit up models vocabulary
U-SLAVA-DFB8FF805\Slava [Fri, 4 Jul 2008 22:58:37 +0000 (17:58 -0500)]
Split up models vocabulary

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