]> gitweb.factorcode.org Git - factor.git/log
factor.git
15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Sat, 28 Mar 2009 02:57:27 +0000 (21:57 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agouse a different abi on linux for fortran
Doug Coleman [Sat, 28 Mar 2009 02:57:10 +0000 (21:57 -0500)]
use a different abi on linux for fortran

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Sat, 28 Mar 2009 01:05:30 +0000 (20:05 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoAdd compiler transform for index with a literal sequenc
Slava Pestov [Sat, 28 Mar 2009 01:05:23 +0000 (20:05 -0500)]
Add compiler transform for index with a literal sequenc

15 years agoclean up duplication
Doug Coleman [Sat, 28 Mar 2009 01:04:05 +0000 (20:04 -0500)]
clean up duplication

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Sat, 28 Mar 2009 01:03:00 +0000 (20:03 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoredo the roman ops with smart combinators
Doug Coleman [Sat, 28 Mar 2009 00:55:34 +0000 (19:55 -0500)]
redo the roman ops with smart combinators

15 years agoFix stream-read-until on byte-readers
Slava Pestov [Sat, 28 Mar 2009 00:26:16 +0000 (19:26 -0500)]
Fix stream-read-until on byte-readers

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Fri, 27 Mar 2009 23:55:54 +0000 (18:55 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agouse CONSTANT: in roman
Doug Coleman [Fri, 27 Mar 2009 23:55:43 +0000 (18:55 -0500)]
use CONSTANT: in roman

15 years agoFix game-input test to not run if the UI is not running on Windows
Slava Pestov [Fri, 27 Mar 2009 23:34:06 +0000 (18:34 -0500)]
Fix game-input test to not run if the UI is not running on Windows

15 years agoImplement image tesselation in image.tesselation. This is used by opengl.textures...
Slava Pestov [Fri, 27 Mar 2009 23:31:25 +0000 (18:31 -0500)]
Implement image tesselation in image.tesselation. This is used by opengl.textures to break up large bitmaps into multiple smaller textures. The gl-rect and gl-fill-rect words have different stack effects now, so usages were updated.

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Fri, 27 Mar 2009 23:23:11 +0000 (18:23 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agohopefully last fix for alien.factor
Doug Coleman [Fri, 27 Mar 2009 22:58:31 +0000 (17:58 -0500)]
hopefully last fix for alien.factor

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Fri, 27 Mar 2009 22:50:54 +0000 (17:50 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agouse -fPIC on all platforms for ffi lib
Doug Coleman [Fri, 27 Mar 2009 20:39:13 +0000 (15:39 -0500)]
use -fPIC on all platforms for ffi lib

15 years agofix ffi tests on 32bit
sheeple [Fri, 27 Mar 2009 19:39:45 +0000 (14:39 -0500)]
fix ffi tests on 32bit

15 years agouse .a instead of .so on unix
sheeple [Fri, 27 Mar 2009 15:41:24 +0000 (10:41 -0500)]
use .a instead of .so on unix

15 years agoMerge branch 'master' of git://github.com/seckar/factor
Slava Pestov [Fri, 27 Mar 2009 05:20:10 +0000 (00:20 -0500)]
Merge branch 'master' of git://github.com/seckar/factor

15 years agoUpdate scaffold-vocab docs, it does not create tests
Nicholas Seckar [Fri, 27 Mar 2009 05:05:18 +0000 (22:05 -0700)]
Update scaffold-vocab docs, it does not create tests

15 years agoSplit off normalize-image into images.normalization
Slava Pestov [Fri, 27 Mar 2009 02:28:57 +0000 (21:28 -0500)]
Split off normalize-image into images.normalization

15 years agohelp.tips: use write-object to write heading so that right-clicking on "Tip of the...
Slava Pestov [Fri, 27 Mar 2009 02:28:09 +0000 (21:28 -0500)]
help.tips: use write-object to write heading so that right-clicking on "Tip of the day" and picking Edit works

15 years agoAdd definition mixin in definitions vocab to replace hard-coded union in ui.tools...
Slava Pestov [Fri, 27 Mar 2009 02:27:45 +0000 (21:27 -0500)]
Add definition mixin in definitions vocab to replace hard-coded union in ui.tools.operations; add ?execute to kernel to replace dup word? [ execute ] when calls in unicode.breaks and opengl

15 years agoUpdate GENERIC# docs now that stack effect is mandatory
Slava Pestov [Fri, 27 Mar 2009 02:26:06 +0000 (21:26 -0500)]
Update GENERIC# docs now that stack effect is mandatory

15 years agoAdd test to assert that new-resizable returns specialized vectors on specialized...
Slava Pestov [Fri, 27 Mar 2009 02:25:52 +0000 (21:25 -0500)]
Add test to assert that new-resizable returns specialized vectors on specialized arrays

15 years agohints: allow hints on generic words, these are propagated to each method
Slava Pestov [Fri, 27 Mar 2009 02:25:21 +0000 (21:25 -0500)]
hints: allow hints on generic words, these are propagated to each method

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Fri, 27 Mar 2009 01:20:06 +0000 (20:20 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agofix the makefile for linux64 ffi_test
Doug Coleman [Fri, 27 Mar 2009 01:19:45 +0000 (20:19 -0500)]
fix the makefile for linux64 ffi_test

15 years agofix using list
Doug Coleman [Fri, 27 Mar 2009 00:58:23 +0000 (19:58 -0500)]
fix using list

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Fri, 27 Mar 2009 00:02:11 +0000 (19:02 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agodon't normalize-path in add-library
Doug Coleman [Thu, 26 Mar 2009 23:56:10 +0000 (18:56 -0500)]
don't normalize-path in add-library

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Thu, 26 Mar 2009 23:20:30 +0000 (18:20 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoDon't need freetype library in Factor.app anymore
Slava Pestov [Thu, 26 Mar 2009 18:33:00 +0000 (13:33 -0500)]
Don't need freetype library in Factor.app anymore

15 years agoTips of the day now implement the definition protocol
Slava Pestov [Thu, 26 Mar 2009 18:02:28 +0000 (13:02 -0500)]
Tips of the day now implement the definition protocol

15 years agoonly use -fPIC on the ffi library
Doug Coleman [Thu, 26 Mar 2009 15:47:25 +0000 (10:47 -0500)]
only use -fPIC on the ffi library

15 years agofix load errors, help lint
Doug Coleman [Thu, 26 Mar 2009 15:45:52 +0000 (10:45 -0500)]
fix load errors, help lint

15 years agoadd using
Doug Coleman [Thu, 26 Mar 2009 15:43:54 +0000 (10:43 -0500)]
add using

15 years agobuild with -fPIC on linux64
Doug Coleman [Thu, 26 Mar 2009 15:38:00 +0000 (10:38 -0500)]
build with -fPIC on linux64

15 years agoMerge branch 'master' of http://factorcode.org/git/factor into db
Doug Coleman [Thu, 26 Mar 2009 04:01:05 +0000 (23:01 -0500)]
Merge branch 'master' of http://factorcode.org/git/factor into db

15 years agoupdate code for usages of add-library
Doug Coleman [Thu, 26 Mar 2009 04:00:19 +0000 (23:00 -0500)]
update code for usages of add-library

15 years agomove a lot of words to alien.libraries
Doug Coleman [Thu, 26 Mar 2009 04:00:02 +0000 (23:00 -0500)]
move a lot of words to alien.libraries

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Thu, 26 Mar 2009 03:55:22 +0000 (22:55 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoSlides from talk at PyCon VM summit, Chicago 2009
Slava Pestov [Thu, 26 Mar 2009 03:54:53 +0000 (22:54 -0500)]
Slides from talk at PyCon VM summit, Chicago 2009

15 years agoFix hang when running ui tests
Slava Pestov [Thu, 26 Mar 2009 03:54:31 +0000 (22:54 -0500)]
Fix hang when running ui tests

15 years agoFix compiler.tree.debugger tests
Slava Pestov [Thu, 26 Mar 2009 03:53:03 +0000 (22:53 -0500)]
Fix compiler.tree.debugger tests

15 years agoMerge tools.test.ui into ui.gadgets.debug
Slava Pestov [Thu, 26 Mar 2009 03:52:52 +0000 (22:52 -0500)]
Merge tools.test.ui into ui.gadgets.debug

15 years agocompile an ffi test library, reduce factor runtime by 6kb!
Doug Coleman [Wed, 25 Mar 2009 18:06:20 +0000 (13:06 -0500)]
compile an ffi test library, reduce factor runtime by 6kb!

15 years agomake add-library normalize-path, use libfactor-ffi-tests for testing ffi
Doug Coleman [Wed, 25 Mar 2009 18:05:34 +0000 (13:05 -0500)]
make add-library normalize-path, use libfactor-ffi-tests for testing ffi

15 years agoadd sms, twitter fields to account. create sitewatcher account when user registers
Doug Coleman [Wed, 25 Mar 2009 16:20:21 +0000 (11:20 -0500)]
add sms, twitter fields to account.  create sitewatcher account when user registers

15 years agoBetter error message if user forgets with-ui
Slava Pestov [Wed, 25 Mar 2009 16:12:10 +0000 (11:12 -0500)]
Better error message if user forgets with-ui

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Wed, 25 Mar 2009 16:10:40 +0000 (11:10 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFix hello-unicode for deployment
Slava Pestov [Wed, 25 Mar 2009 16:10:25 +0000 (11:10 -0500)]
Fix hello-unicode for deployment

15 years agoremove loading freetype library on CE
Doug Coleman [Wed, 25 Mar 2009 15:19:52 +0000 (10:19 -0500)]
remove loading freetype library on CE

15 years agoremove dead freetype code from Makefile
Doug Coleman [Wed, 25 Mar 2009 15:19:27 +0000 (10:19 -0500)]
remove dead freetype code from Makefile

15 years agoA+b now focuses the search field
Slava Pestov [Wed, 25 Mar 2009 15:12:10 +0000 (10:12 -0500)]
A+b now focuses the search field

15 years agoFix bitrot in compiler.tree.debugger
Slava Pestov [Wed, 25 Mar 2009 15:11:58 +0000 (10:11 -0500)]
Fix bitrot in compiler.tree.debugger

15 years ago- definitions.icons now has a reference article
Slava Pestov [Tue, 24 Mar 2009 14:11:45 +0000 (09:11 -0500)]
- definitions.icons now has a reference article
- move about to help.vocabs; it now opens the vocab browser instead
- help.vocabs is in default use list
- add runnable-vocab predicate class

15 years agoFix ui.tools.profiler help lint
Slava Pestov [Tue, 24 Mar 2009 13:56:59 +0000 (08:56 -0500)]
Fix ui.tools.profiler help lint

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Tue, 24 Mar 2009 09:11:20 +0000 (04:11 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoAdd silly 'tip of the day' feature, and 'recently visited' list to UI browser home...
Slava Pestov [Tue, 24 Mar 2009 09:11:08 +0000 (04:11 -0500)]
Add silly 'tip of the day' feature, and 'recently visited' list to UI browser home page

15 years agoGet game-input to load on Windows
U-SLAVA-DFB8FF805\Slava [Tue, 24 Mar 2009 08:58:11 +0000 (03:58 -0500)]
Get game-input to load on Windows

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
sheeple [Tue, 24 Mar 2009 06:07:47 +0000 (01:07 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoUpdate cpu-ppc.S for quotation layout change
sheeple [Tue, 24 Mar 2009 06:07:38 +0000 (01:07 -0500)]
Update cpu-ppc.S for quotation layout change

15 years agoMerge branch 'master' of git://github.com/philippwinkler/factor
Slava Pestov [Tue, 24 Mar 2009 04:38:28 +0000 (23:38 -0500)]
Merge branch 'master' of git://github.com/philippwinkler/factor

15 years agoRound mouse co-ordinates
Slava Pestov [Tue, 24 Mar 2009 04:15:53 +0000 (23:15 -0500)]
Round mouse co-ordinates

15 years agoFix bunny deployment
Slava Pestov [Tue, 24 Mar 2009 03:36:51 +0000 (22:36 -0500)]
Fix bunny deployment

15 years agoFix site-watcher tests
Slava Pestov [Tue, 24 Mar 2009 03:33:05 +0000 (22:33 -0500)]
Fix site-watcher tests

15 years agomake multimethods tests pass
Doug Coleman [Tue, 24 Mar 2009 01:36:44 +0000 (20:36 -0500)]
make multimethods tests pass

15 years agomake ecdsa unportable for now
Doug Coleman [Tue, 24 Mar 2009 01:32:57 +0000 (20:32 -0500)]
make ecdsa unportable for now

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Tue, 24 Mar 2009 01:09:38 +0000 (20:09 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agocheck pango-1.0
Doug Coleman [Tue, 24 Mar 2009 01:09:01 +0000 (20:09 -0500)]
check pango-1.0

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Tue, 24 Mar 2009 01:04:20 +0000 (20:04 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agococoa.messages: cleanup
Slava Pestov [Tue, 24 Mar 2009 00:25:17 +0000 (19:25 -0500)]
cocoa.messages: cleanup

15 years agoMove synopsis* from definitions to see
Slava Pestov [Tue, 24 Mar 2009 00:25:10 +0000 (19:25 -0500)]
Move synopsis* from definitions to see

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Tue, 24 Mar 2009 00:23:30 +0000 (19:23 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFaster PEG compile times; inline less, use execute( instead
Slava Pestov [Tue, 24 Mar 2009 00:23:18 +0000 (19:23 -0500)]
Faster PEG compile times; inline less, use execute( instead

15 years agodelete factor/ every time after a build is finished. you can easily check it out...
Doug Coleman [Tue, 24 Mar 2009 00:00:23 +0000 (19:00 -0500)]
delete factor/ every time after a build is finished.  you can easily check it out by knowing the git-id

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Mon, 23 Mar 2009 23:28:06 +0000 (18:28 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoCondomization wraps lambdas in condoms to protect them from macro-transmitted disease...
Slava Pestov [Mon, 23 Mar 2009 23:25:18 +0000 (18:25 -0500)]
Condomization wraps lambdas in condoms to protect them from macro-transmitted diseases. cond, case and other macros work better now if lambdas appear where quotations are expected

15 years agoFixing compile errors, test failures and help lint failures
Slava Pestov [Mon, 23 Mar 2009 22:12:41 +0000 (17:12 -0500)]
Fixing compile errors, test failures and help lint failures

15 years agoAdd a missing step to the tutorial.
Philipp Winkler [Mon, 23 Mar 2009 19:39:03 +0000 (12:39 -0700)]
Add a missing step to the tutorial.

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Mon, 23 Mar 2009 16:50:39 +0000 (11:50 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoMerge branch 'master' of git://github.com/Keyholder/factor
Slava Pestov [Mon, 23 Mar 2009 08:09:09 +0000 (03:09 -0500)]
Merge branch 'master' of git://github.com/Keyholder/factor

15 years agoAdd stack declarations to primitives during bootstrap now that ( is just a comment...
Slava Pestov [Mon, 23 Mar 2009 08:03:44 +0000 (03:03 -0500)]
Add stack declarations to primitives during bootstrap now that ( is just a comment and won't affect HELP: anymore

15 years agoOpenSSL checksum => native implementation
Maxim Savchenko [Mon, 23 Mar 2009 07:16:13 +0000 (03:16 -0400)]
OpenSSL checksum => native implementation

15 years agokernel doesn't need to depend on classes.tuple.private
Slava Pestov [Mon, 23 Mar 2009 06:18:39 +0000 (01:18 -0500)]
kernel doesn't need to depend on classes.tuple.private

15 years agoRemove useless declarations
Slava Pestov [Mon, 23 Mar 2009 06:18:24 +0000 (01:18 -0500)]
Remove useless declarations

15 years agoFixing unit tests for syntax change
Slava Pestov [Mon, 23 Mar 2009 05:34:02 +0000 (00:34 -0500)]
Fixing unit tests for syntax change

15 years agoMerge branch 'master' of git://factorcode.org/git/factor into finish_syntax_colon
Slava Pestov [Mon, 23 Mar 2009 03:21:34 +0000 (22:21 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor into finish_syntax_colon

15 years agotools.disassembler now uses udis on Windows
U-SLAVA-DFB8FF805\Slava [Mon, 23 Mar 2009 03:19:40 +0000 (22:19 -0500)]
tools.disassembler now uses udis on Windows

15 years agoAdd promises unit tests
Slava Pestov [Mon, 23 Mar 2009 02:42:23 +0000 (21:42 -0500)]
Add promises unit tests

15 years agoAdd unit test for regression
Slava Pestov [Mon, 23 Mar 2009 02:42:15 +0000 (21:42 -0500)]
Add unit test for regression

15 years agopromises: fix for syntax change and simplify a little bit
Slava Pestov [Mon, 23 Mar 2009 02:42:01 +0000 (21:42 -0500)]
promises: fix for syntax change and simplify a little bit

15 years agoadsoda, 4DNav: fix compile errors exposed by stronger static checking
Slava Pestov [Mon, 23 Mar 2009 02:38:36 +0000 (21:38 -0500)]
adsoda, 4DNav: fix compile errors exposed by stronger static checking

15 years agoxml.syntax: update for syntax change
Slava Pestov [Mon, 23 Mar 2009 02:38:06 +0000 (21:38 -0500)]
xml.syntax: update for syntax change

15 years agocpu.ppc.bootstrap: update for syntax change
Slava Pestov [Mon, 23 Mar 2009 02:37:42 +0000 (21:37 -0500)]
cpu.ppc.bootstrap: update for syntax change

15 years agoFix stack effect redefinition
Slava Pestov [Mon, 23 Mar 2009 01:16:31 +0000 (20:16 -0500)]
Fix stack effect redefinition

15 years agoinline everything so stuff compiles
Doug Coleman [Mon, 23 Mar 2009 00:25:55 +0000 (19:25 -0500)]
inline everything so stuff compiles

15 years agoxml: update XML-NS: for define-memoized stack effect change and get all unit tests...
Slava Pestov [Sun, 22 Mar 2009 23:37:28 +0000 (18:37 -0500)]
xml: update XML-NS: for define-memoized stack effect change and get all unit tests to pass

15 years agodefine-generic and define-simple-generic now take stack effect parameters; math-combi...
Slava Pestov [Sun, 22 Mar 2009 23:00:26 +0000 (18:00 -0500)]
define-generic and define-simple-generic now take stack effect parameters; math-combination is a singleton instead of a tuple