]> gitweb.factorcode.org Git - factor.git/log
factor.git
15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Tue, 11 Nov 2008 19:20:15 +0000 (13:20 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoremove duplicated slot from linux statfs
Doug Coleman [Tue, 11 Nov 2008 19:19:53 +0000 (13:19 -0600)]
remove duplicated slot from linux statfs

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Tue, 11 Nov 2008 19:14:56 +0000 (13:14 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoAdd time server demo
Slava Pestov [Tue, 11 Nov 2008 19:14:39 +0000 (13:14 -0600)]
Add time server demo

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Tue, 11 Nov 2008 19:07:26 +0000 (13:07 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agocleanups in ftp before going for the juicy meat
Doug Coleman [Tue, 11 Nov 2008 19:06:43 +0000 (13:06 -0600)]
cleanups in ftp before going for the juicy meat

15 years agoadd two words to sequences.lib
Doug Coleman [Tue, 11 Nov 2008 19:06:31 +0000 (13:06 -0600)]
add two words to sequences.lib

15 years agoclean up math.floating-point
Doug Coleman [Tue, 11 Nov 2008 19:05:48 +0000 (13:05 -0600)]
clean up math.floating-point

15 years agominor simplification
Doug Coleman [Tue, 11 Nov 2008 19:05:26 +0000 (13:05 -0600)]
minor simplification

15 years agofix user-cache and add tests for this
Doug Coleman [Tue, 11 Nov 2008 19:05:04 +0000 (13:05 -0600)]
fix user-cache and add tests for this

15 years agomake jedit behave nicely with scaffolding docs
Doug Coleman [Tue, 11 Nov 2008 19:04:20 +0000 (13:04 -0600)]
make jedit behave nicely with scaffolding docs

15 years agochanged a bitwise word, updating usage for mersenne twister
Doug Coleman [Tue, 11 Nov 2008 19:03:42 +0000 (13:03 -0600)]
changed a bitwise word, updating usage for mersenne twister

15 years agobitwise docs, fix some bugs in bitwise words
Doug Coleman [Tue, 11 Nov 2008 19:03:08 +0000 (13:03 -0600)]
bitwise docs, fix some bugs in bitwise words

15 years agobetter roman docs
Doug Coleman [Tue, 11 Nov 2008 19:02:51 +0000 (13:02 -0600)]
better roman docs

15 years agoFix broken link in ratios docs
Slava Pestov [Tue, 11 Nov 2008 18:11:36 +0000 (12:11 -0600)]
Fix broken link in ratios docs

15 years agoTweak grouping code for better method inlining
Slava Pestov [Tue, 11 Nov 2008 18:11:13 +0000 (12:11 -0600)]
Tweak grouping code for better method inlining

15 years agoUsability tweak: focus on listener input area when input presentation is clicked
Slava Pestov [Tue, 11 Nov 2008 17:46:35 +0000 (11:46 -0600)]
Usability tweak: focus on listener input area when input presentation is clicked

15 years agoFix circularity
Slava Pestov [Tue, 11 Nov 2008 17:39:38 +0000 (11:39 -0600)]
Fix circularity

15 years agoMove factor-2s from miller-rabin to math.functions; use it to make ^ more efficient
Slava Pestov [Tue, 11 Nov 2008 17:30:47 +0000 (11:30 -0600)]
Move factor-2s from miller-rabin to math.functions; use it to make ^ more efficient

15 years agoCloning a dlist did not clone its nodes, and so was useless
Slava Pestov [Tue, 11 Nov 2008 16:56:58 +0000 (10:56 -0600)]
Cloning a dlist did not clone its nodes, and so was useless

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Tue, 11 Nov 2008 16:51:34 +0000 (10:51 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoMinor documentation fixes
Slava Pestov [Tue, 11 Nov 2008 16:51:15 +0000 (10:51 -0600)]
Minor documentation fixes

15 years agocheck that the makefile exists and stop if it doesnt
Doug Coleman [Tue, 11 Nov 2008 16:19:42 +0000 (10:19 -0600)]
check that the makefile exists and stop if it doesnt

15 years agoRemove duplicated logic
Slava Pestov [Tue, 11 Nov 2008 15:10:33 +0000 (09:10 -0600)]
Remove duplicated logic

15 years agoFix help lint
Slava Pestov [Tue, 11 Nov 2008 14:53:11 +0000 (08:53 -0600)]
Fix help lint

15 years agoFix loop combinator docs
Slava Pestov [Tue, 11 Nov 2008 14:50:48 +0000 (08:50 -0600)]
Fix loop combinator docs

15 years agoUpdate unit test
Slava Pestov [Tue, 11 Nov 2008 14:50:30 +0000 (08:50 -0600)]
Update unit test

15 years agoPropagation pass now uses a stack of hashtables for predicated constraints instead...
Slava Pestov [Tue, 11 Nov 2008 14:49:00 +0000 (08:49 -0600)]
Propagation pass now uses a stack of hashtables for predicated constraints instead of cloning a hashtable. New strategy for recursive propagation; now converges with fewer iterations. ~15 sec bootstrap time improvement

15 years agocleanup pass didn't properly handle conditionals where both branches were dead
Slava Pestov [Tue, 11 Nov 2008 14:38:03 +0000 (08:38 -0600)]
cleanup pass didn't properly handle conditionals where both branches were dead

15 years agoIntervals now use a special singleton for the full interval to eliminate FP math...
Slava Pestov [Tue, 11 Nov 2008 14:30:14 +0000 (08:30 -0600)]
Intervals now use a special singleton for the full interval to eliminate FP math in the common case; fix a bug in value-info<=

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Tue, 11 Nov 2008 09:11:23 +0000 (03:11 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoUpdating various apps in extra for GL words being moved around
Slava Pestov [Tue, 11 Nov 2008 09:10:41 +0000 (03:10 -0600)]
Updating various apps in extra for GL words being moved around

15 years agoMerge branch 'master' of git://projects.elasticdog.com/git/factor
Slava Pestov [Tue, 11 Nov 2008 08:39:58 +0000 (02:39 -0600)]
Merge branch 'master' of git://projects.elasticdog.com/git/factor

15 years agoForgot to include this in the last patch
Slava Pestov [Tue, 11 Nov 2008 08:35:27 +0000 (02:35 -0600)]
Forgot to include this in the last patch

15 years agoMore OpenGL rendering tweaks
Slava Pestov [Tue, 11 Nov 2008 08:31:56 +0000 (02:31 -0600)]
More OpenGL rendering tweaks

15 years agoboids/ui/deploy.factor: Use input/output level 2
Eduardo Cavazos [Tue, 11 Nov 2008 07:26:02 +0000 (01:26 -0600)]
boids/ui/deploy.factor: Use input/output level 2

15 years agoRewrite OpenGL rendering code
Slava Pestov [Tue, 11 Nov 2008 06:28:37 +0000 (00:28 -0600)]
Rewrite OpenGL rendering code
- Don't use glPolygonMode to draw outline rectangles
- Use vertex arrays instead of glBegin/glVertex/glEnd
- Remove dead code from opengl vocabulary
- draw-interior and draw-boundary are now called with origin get [ ... ] with-translation

15 years agoCleanup formatting of Project Euler problem 215
Aaron Schaefer [Tue, 11 Nov 2008 04:26:38 +0000 (23:26 -0500)]
Cleanup formatting of Project Euler problem 215

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Aaron Schaefer [Tue, 11 Nov 2008 03:57:14 +0000 (22:57 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoSolution to Project Euler problem 73
Aaron Schaefer [Tue, 11 Nov 2008 03:56:37 +0000 (22:56 -0500)]
Solution to Project Euler problem 73

15 years agoMerge branch 'master' of git://repo.or.cz/factor/jcg
Slava Pestov [Tue, 11 Nov 2008 03:38:28 +0000 (21:38 -0600)]
Merge branch 'master' of git://repo.or.cz/factor/jcg

15 years agoadd project-euler.203
Eric Mertens [Tue, 11 Nov 2008 03:34:36 +0000 (19:34 -0800)]
add project-euler.203

15 years agobootstrap.stage2: Factor out 'print-time'
Eduardo Cavazos [Tue, 11 Nov 2008 03:27:48 +0000 (21:27 -0600)]
bootstrap.stage2: Factor out 'print-time'

15 years agobasis/bootstrap/stage2: Show core bootstrap time in report
Eduardo Cavazos [Tue, 11 Nov 2008 02:05:50 +0000 (20:05 -0600)]
basis/bootstrap/stage2: Show core bootstrap time in report

15 years agoFix 'extra/update'
Eduardo Cavazos [Tue, 11 Nov 2008 01:20:08 +0000 (19:20 -0600)]
Fix 'extra/update'

15 years agoRemove 'unmaintained/update' (moving back to 'extra')
Eduardo Cavazos [Tue, 11 Nov 2008 01:17:41 +0000 (19:17 -0600)]
Remove 'unmaintained/update' (moving back to 'extra')

15 years agoMove cairo vocabs back into extra/
Joe Groff [Tue, 11 Nov 2008 01:07:59 +0000 (17:07 -0800)]
Move cairo vocabs back into extra/

15 years agochange name of gadget in cairo-demo to avoid confusion with cairo.gadgets
Joe Groff [Tue, 11 Nov 2008 01:07:04 +0000 (17:07 -0800)]
change name of gadget in cairo-demo to avoid confusion with cairo.gadgets

15 years agobring cairo-demo back from the dead
Joe Groff [Tue, 11 Nov 2008 01:05:31 +0000 (17:05 -0800)]
bring cairo-demo back from the dead

15 years agobring cairo bindings back from the dead
Joe Groff [Tue, 11 Nov 2008 01:01:14 +0000 (17:01 -0800)]
bring cairo bindings back from the dead

15 years agoMove ratio mediant word to project-euler.common
Aaron Schaefer [Mon, 10 Nov 2008 17:51:43 +0000 (12:51 -0500)]
Move ratio mediant word to project-euler.common

15 years agoUpdate Project Euler using line
Aaron Schaefer [Mon, 10 Nov 2008 17:38:01 +0000 (12:38 -0500)]
Update Project Euler using line

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Mon, 10 Nov 2008 11:08:39 +0000 (05:08 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFix indentation
Slava Pestov [Mon, 10 Nov 2008 11:08:30 +0000 (05:08 -0600)]
Fix indentation

15 years agoUpdate code for builder removal
Slava Pestov [Mon, 10 Nov 2008 11:07:25 +0000 (05:07 -0600)]
Update code for builder removal

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Eduardo Cavazos [Mon, 10 Nov 2008 09:36:26 +0000 (03:36 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoui.gadgets.labelled: Simplify '<title-bar>'
Eduardo Cavazos [Mon, 10 Nov 2008 09:35:21 +0000 (03:35 -0600)]
ui.gadgets.labelled: Simplify '<title-bar>'

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Mon, 10 Nov 2008 09:23:19 +0000 (03:23 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoVarious updates
sheeple [Mon, 10 Nov 2008 09:18:58 +0000 (03:18 -0600)]
Various updates

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
sheeple [Mon, 10 Nov 2008 09:02:17 +0000 (03:02 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoWe need to end the basic block after the ##prologue in the dispatch branch so that...
sheeple [Mon, 10 Nov 2008 08:58:05 +0000 (02:58 -0600)]
We need to end the basic block after the ##prologue in the dispatch branch so that the GC check can go after the prologue

15 years agoFix reference to obsolete G: word
Slava Pestov [Mon, 10 Nov 2008 08:43:16 +0000 (02:43 -0600)]
Fix reference to obsolete G: word

15 years agoRemove 'builder' vocabulary (now called 'mason')
Eduardo Cavazos [Mon, 10 Nov 2008 08:40:14 +0000 (02:40 -0600)]
Remove 'builder' vocabulary (now called 'mason')

15 years agoui.gadgets.scrollers: Nicer version of 'find-scroller*'
Eduardo Cavazos [Mon, 10 Nov 2008 08:10:18 +0000 (02:10 -0600)]
ui.gadgets.scrollers: Nicer version of 'find-scroller*'

15 years agoMerge branch 'master' of git://github.com/glguy/factor
Slava Pestov [Mon, 10 Nov 2008 06:30:27 +0000 (00:30 -0600)]
Merge branch 'master' of git://github.com/glguy/factor

15 years agoadd project-euler.215
Eric Mertens [Mon, 10 Nov 2008 06:20:12 +0000 (22:20 -0800)]
add project-euler.215

15 years agoswap over == tuck; dupd swap == over
Slava Pestov [Mon, 10 Nov 2008 06:16:11 +0000 (00:16 -0600)]
swap over == tuck; dupd swap == over

15 years agoSolution to Project Euler problem 71
Aaron Schaefer [Mon, 10 Nov 2008 05:58:43 +0000 (00:58 -0500)]
Solution to Project Euler problem 71

15 years agoSwitch zero? to 0 = where appropriate in PE solutions
Aaron Schaefer [Mon, 10 Nov 2008 03:10:42 +0000 (22:10 -0500)]
Switch zero? to 0 = where appropriate in PE solutions

15 years agoAdd unit tests for math.derivatives
Aaron Schaefer [Mon, 10 Nov 2008 02:42:59 +0000 (21:42 -0500)]
Add unit tests for math.derivatives

15 years agoMove fft/haar transforms to their own subdirectory
Aaron Schaefer [Mon, 10 Nov 2008 02:42:01 +0000 (21:42 -0500)]
Move fft/haar transforms to their own subdirectory

15 years agoCleanup math.compare docs and tests
Aaron Schaefer [Mon, 10 Nov 2008 02:00:36 +0000 (21:00 -0500)]
Cleanup math.compare docs and tests

15 years agoAdd documentation for math.analysis
Aaron Schaefer [Mon, 10 Nov 2008 00:22:04 +0000 (19:22 -0500)]
Add documentation for math.analysis

15 years agoFix Windows deployment
U-SLAVA-DFB8FF805\Slava [Sun, 9 Nov 2008 23:27:51 +0000 (17:27 -0600)]
Fix Windows deployment

15 years agoFix compile error
U-SLAVA-DFB8FF805\Slava [Sun, 9 Nov 2008 23:27:39 +0000 (17:27 -0600)]
Fix compile error

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Aaron Schaefer [Sun, 9 Nov 2008 23:01:11 +0000 (18:01 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFix short-circuit usage in number>text
Aaron Schaefer [Sun, 9 Nov 2008 22:23:24 +0000 (17:23 -0500)]
Fix short-circuit usage in number>text

15 years agoRefactor of math.statistics
Aaron Schaefer [Sun, 9 Nov 2008 22:16:30 +0000 (17:16 -0500)]
Refactor of math.statistics

15 years agomake hexdump work with byte-arrays
Doug Coleman [Sun, 9 Nov 2008 19:01:03 +0000 (13:01 -0600)]
make hexdump work with byte-arrays

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Sun, 9 Nov 2008 16:48:52 +0000 (10:48 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFix USING:
Slava Pestov [Sun, 9 Nov 2008 03:43:55 +0000 (21:43 -0600)]
Fix USING:

15 years agoFix conflict
unknown [Sun, 9 Nov 2008 03:41:33 +0000 (21:41 -0600)]
Fix conflict

15 years agoWorking on Win64 FFI
unknown [Sun, 9 Nov 2008 03:40:47 +0000 (21:40 -0600)]
Working on Win64 FFI

15 years agoFix x86-32 VM compilation; was using a 64-bit reg on accident
Slava Pestov [Sun, 9 Nov 2008 03:06:51 +0000 (21:06 -0600)]
Fix x86-32 VM compilation; was using a 64-bit reg on accident

15 years agoFix compile warning
Slava Pestov [Sun, 9 Nov 2008 02:40:09 +0000 (20:40 -0600)]
Fix compile warning

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Sun, 9 Nov 2008 02:36:29 +0000 (20:36 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoPowerPC backend fixes
Slava Pestov [Sun, 9 Nov 2008 02:36:14 +0000 (20:36 -0600)]
PowerPC backend fixes

15 years agofactor.sh fixes
Slava Pestov [Sun, 9 Nov 2008 02:36:05 +0000 (20:36 -0600)]
factor.sh fixes

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
unknown [Sun, 9 Nov 2008 02:34:16 +0000 (20:34 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoVM fixes for Win64 calling convention
unknown [Sun, 9 Nov 2008 02:32:23 +0000 (20:32 -0600)]
VM fixes for Win64 calling convention

15 years agoBetter error reporting in FROM: and RENAME: words
Slava Pestov [Sun, 9 Nov 2008 01:33:15 +0000 (19:33 -0600)]
Better error reporting in FROM: and RENAME: words

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Sun, 9 Nov 2008 00:29:22 +0000 (18:29 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFix release.tidy bug
Slava Pestov [Sun, 9 Nov 2008 00:29:05 +0000 (18:29 -0600)]
Fix release.tidy bug

15 years agoui.gadgets.scrollers: minor tweak in 'new-scroller'
Eduardo Cavazos [Sat, 8 Nov 2008 22:23:06 +0000 (16:23 -0600)]
ui.gadgets.scrollers: minor tweak in 'new-scroller'

15 years agoui.gadgets.lists: minor tweak to 'select-gadget'
Eduardo Cavazos [Sat, 8 Nov 2008 21:59:21 +0000 (15:59 -0600)]
ui.gadgets.lists: minor tweak to 'select-gadget'

15 years agoUpdate >r r> to dip in math.quaternions
Aaron Schaefer [Sat, 8 Nov 2008 21:47:58 +0000 (16:47 -0500)]
Update >r r> to dip in math.quaternions

15 years agoSmall updates to math.primes
Aaron Schaefer [Sat, 8 Nov 2008 21:34:39 +0000 (16:34 -0500)]
Small updates to math.primes

15 years agoMinor polynomials cleanup, could use refactoring
Aaron Schaefer [Sat, 8 Nov 2008 21:03:52 +0000 (16:03 -0500)]
Minor polynomials cleanup, could use refactoring

15 years agoMinor stack shuffling changes
Aaron Schaefer [Sat, 8 Nov 2008 20:30:28 +0000 (15:30 -0500)]
Minor stack shuffling changes

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Sat, 8 Nov 2008 05:43:35 +0000 (23:43 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor