]> gitweb.factorcode.org Git - factor.git/log
factor.git
15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Tue, 5 May 2009 19:37:23 +0000 (14:37 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoUpdate README.txt for new compilation dependencies
Slava Pestov [Tue, 5 May 2009 19:36:15 +0000 (14:36 -0500)]
Update README.txt for new compilation dependencies

15 years agoRemove debug messages from VM
Slava Pestov [Tue, 5 May 2009 19:27:22 +0000 (14:27 -0500)]
Remove debug messages from VM

15 years agoVM now compiles with GCC 3.4 on Windows
Slava Pestov [Tue, 5 May 2009 19:17:02 +0000 (14:17 -0500)]
VM now compiles with GCC 3.4 on Windows

15 years agolerp functions
Joe Groff [Tue, 5 May 2009 18:55:00 +0000 (13:55 -0500)]
lerp functions

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
unknown [Tue, 5 May 2009 18:03:43 +0000 (13:03 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFixing compile errors on Windows
unknown [Tue, 5 May 2009 18:03:24 +0000 (13:03 -0500)]
Fixing compile errors on Windows

15 years agocontinuations: update tests for word renaming
Slava Pestov [Tue, 5 May 2009 17:47:33 +0000 (12:47 -0500)]
continuations: update tests for word renaming

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Tue, 5 May 2009 17:37:56 +0000 (12:37 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoudis: use a real structure instead of a char[] to fix buffer overflow on 64-bit
Slava Pestov [Tue, 5 May 2009 17:36:17 +0000 (12:36 -0500)]
udis: use a real structure instead of a char[] to fix buffer overflow on 64-bit

15 years agoUpdate README.txt
Slava Pestov [Tue, 5 May 2009 17:35:27 +0000 (12:35 -0500)]
Update README.txt

15 years agoalien.strings: fix native-string>alien on Windows
Slava Pestov [Tue, 5 May 2009 16:40:28 +0000 (11:40 -0500)]
alien.strings: fix native-string>alien on Windows

15 years agoChange (void) to ()
Slava Pestov [Tue, 5 May 2009 16:33:35 +0000 (11:33 -0500)]
Change (void) to ()

15 years agoStore forwarding table off to the side instead of in the code block; saves one cell...
Slava Pestov [Tue, 5 May 2009 16:07:20 +0000 (11:07 -0500)]
Store forwarding table off to the side instead of in the code block; saves one cell per code block

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Tue, 5 May 2009 15:35:13 +0000 (10:35 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFix botched replace all in VM source, clean up image saving code, and fix save-image...
Slava Pestov [Tue, 5 May 2009 15:29:22 +0000 (10:29 -0500)]
Fix botched replace all in VM source, clean up image saving code, and fix save-image-and-exit to actually call (save-image-and-exit) instead of (save-image)

15 years agodocs for mouse words
Joe Groff [Tue, 5 May 2009 14:45:54 +0000 (09:45 -0500)]
docs for mouse words

15 years agomouse support for game-input
Joe Groff [Tue, 5 May 2009 14:45:43 +0000 (09:45 -0500)]
mouse support for game-input

15 years agococoa: don't need to explicitly compile words anymore, as if more than a year ago...
Slava Pestov [Tue, 5 May 2009 14:40:58 +0000 (09:40 -0500)]
cocoa: don't need to explicitly compile words anymore, as if more than a year ago...

15 years agogeneric.standard: remove bogus error check
Slava Pestov [Tue, 5 May 2009 14:12:49 +0000 (09:12 -0500)]
generic.standard: remove bogus error check

15 years agoalien.strings cleanup
Slava Pestov [Tue, 5 May 2009 14:12:39 +0000 (09:12 -0500)]
alien.strings cleanup

15 years agoMake walker work better with call( and breakpoints which are nested inside combinators
Slava Pestov [Tue, 5 May 2009 14:12:32 +0000 (09:12 -0500)]
Make walker work better with call( and breakpoints which are nested inside combinators

15 years agoremove >bignum in crc32 -- 2x faster on both 32 and 64bit
Doug Coleman [Tue, 5 May 2009 02:27:14 +0000 (21:27 -0500)]
remove >bignum in crc32 -- 2x faster on both 32 and 64bit

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Joe Groff [Mon, 4 May 2009 20:15:44 +0000 (15:15 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agowork around macosx-x86-64 bug where it tries to write glGetAttachedShaders param...
Joe Groff [Mon, 4 May 2009 20:15:36 +0000 (15:15 -0500)]
work around macosx-x86-64 bug where it tries to write glGetAttachedShaders param as a GLuint64 array instead of a GLuint. this should fix bunny/spheres crash

15 years agoSome VM fixes
Slava Pestov [Mon, 4 May 2009 20:11:31 +0000 (15:11 -0500)]
Some VM fixes

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Mon, 4 May 2009 18:11:11 +0000 (13:11 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFix test failures
Slava Pestov [Mon, 4 May 2009 18:10:56 +0000 (13:10 -0500)]
Fix test failures

15 years agohelp.lint: fix :lint-failures word
Slava Pestov [Mon, 4 May 2009 18:10:27 +0000 (13:10 -0500)]
help.lint: fix :lint-failures word

15 years agouse eg++ on openbsd
sheeple [Mon, 4 May 2009 16:48:46 +0000 (11:48 -0500)]
use eg++ on openbsd

15 years agoFix some test failures
Slava Pestov [Mon, 4 May 2009 14:44:26 +0000 (09:44 -0500)]
Fix some test failures

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Mon, 4 May 2009 13:31:56 +0000 (08:31 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Mon, 4 May 2009 13:08:46 +0000 (09:08 -0400)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFix problem caused by different behavior of GCC 4.0 -vs- 4.3
Slava Pestov [Mon, 4 May 2009 13:08:33 +0000 (09:08 -0400)]
Fix problem caused by different behavior of GCC 4.0 -vs- 4.3

15 years agoMake the primitives array const
Samuel Tardieu [Mon, 4 May 2009 12:45:15 +0000 (14:45 +0200)]
Make the primitives array const

15 years agoDo not lower primitives to "void*" to get better compiler checking
Samuel Tardieu [Mon, 4 May 2009 12:32:09 +0000 (14:32 +0200)]
Do not lower primitives to "void*" to get better compiler checking

15 years agoMerge branch 'mongo-factor-driver' of git://github.com/x6j8x/factor
Slava Pestov [Mon, 4 May 2009 12:20:18 +0000 (07:20 -0500)]
Merge branch 'mongo-factor-driver' of git://github.com/x6j8x/factor

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Mon, 4 May 2009 12:19:40 +0000 (07:19 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoConfig.freebsd fix
Slava Pestov [Mon, 4 May 2009 12:19:32 +0000 (07:19 -0500)]
Config.freebsd fix

15 years agoremoved mongodb.tuple.index usage from mongodb.tuple
Sascha Matzke [Mon, 4 May 2009 12:16:42 +0000 (14:16 +0200)]
removed mongodb.tuple.index usage from mongodb.tuple
fixed mongodb article to show new define-persistent syntax

15 years agoAttempt to fix gcc 4.5.0 compile error
Slava Pestov [Mon, 4 May 2009 12:11:00 +0000 (07:11 -0500)]
Attempt to fix gcc 4.5.0 compile error

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Mon, 4 May 2009 12:06:09 +0000 (07:06 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFixing some build issues on Linux with GCC 4.3
Slava Pestov [Mon, 4 May 2009 12:00:06 +0000 (08:00 -0400)]
Fixing some build issues on Linux with GCC 4.3

15 years agoRemove bogus alien.dlls directory
Slava Pestov [Mon, 4 May 2009 11:44:55 +0000 (06:44 -0500)]
Remove bogus alien.dlls directory

15 years agoSplit up tools.vocabs. Note that load-everything is now named load-all
Slava Pestov [Mon, 4 May 2009 11:44:17 +0000 (06:44 -0500)]
Split up tools.vocabs. Note that load-everything is now named load-all

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Mon, 4 May 2009 11:43:36 +0000 (06:43 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoNetBSD build fix
Slava Pestov [Mon, 4 May 2009 11:43:20 +0000 (06:43 -0500)]
NetBSD build fix

15 years agoMerge branch 'master' of git://github.com/seckar/factor
Slava Pestov [Mon, 4 May 2009 10:19:55 +0000 (05:19 -0500)]
Merge branch 'master' of git://github.com/seckar/factor

15 years agoMerge branch 'mongo-factor-driver' of git://github.com/x6j8x/factor
Slava Pestov [Mon, 4 May 2009 10:18:17 +0000 (05:18 -0500)]
Merge branch 'mongo-factor-driver' of git://github.com/x6j8x/factor

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Mon, 4 May 2009 10:16:47 +0000 (05:16 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoDon't make a curry
Slava Pestov [Mon, 4 May 2009 10:15:48 +0000 (05:15 -0500)]
Don't make a curry

15 years agoCleanups
Slava Pestov [Mon, 4 May 2009 10:07:14 +0000 (05:07 -0500)]
Cleanups

15 years agoThe great type renaming
Slava Pestov [Mon, 4 May 2009 09:50:24 +0000 (04:50 -0500)]
The great type renaming

15 years agoUse C++ namespaces
Slava Pestov [Mon, 4 May 2009 06:46:13 +0000 (01:46 -0500)]
Use C++ namespaces

15 years agoVM: use better abstractions for tagged pointers, eliminate get()/set() stuff, clean...
Slava Pestov [Mon, 4 May 2009 06:00:30 +0000 (01:00 -0500)]
VM: use better abstractions for tagged pointers, eliminate get()/set() stuff, clean up array, string, and byte-array element access

15 years agoMerge branch 'master' of git://factorcode.org/git/factor into mongo-factor-driver
Sascha Matzke [Mon, 4 May 2009 05:07:00 +0000 (07:07 +0200)]
Merge branch 'master' of git://factorcode.org/git/factor into mongo-factor-driver

15 years agoAdd docs for load-all-under and all-vocabs-under
Nicholas Seckar [Mon, 4 May 2009 04:14:44 +0000 (21:14 -0700)]
Add docs for load-all-under and all-vocabs-under

15 years agodocs for new world words
Joe Groff [Mon, 4 May 2009 04:01:26 +0000 (23:01 -0500)]
docs for new world words

15 years agoDon't treat . directories as vocab dirs.
Nicholas Seckar [Mon, 4 May 2009 04:00:29 +0000 (21:00 -0700)]
Don't treat . directories as vocab dirs.
Rename subdirs to (less general) vocab-subdirs.
Add all-vocabs-under and load-all-under.

15 years agonitpick ui.pixel-formats docs
Joe Groff [Mon, 4 May 2009 03:21:36 +0000 (22:21 -0500)]
nitpick ui.pixel-formats docs

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Joe Groff [Mon, 4 May 2009 03:06:37 +0000 (22:06 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

Conflicts:
extra/spheres/spheres.factor

15 years agomove ui.offscreen to unmaintained for now
Joe Groff [Mon, 4 May 2009 03:04:25 +0000 (22:04 -0500)]
move ui.offscreen to unmaintained for now

15 years agoupdate bunny to use world api; clean up projection matrix and viewport discipline...
Joe Groff [Mon, 4 May 2009 03:02:50 +0000 (22:02 -0500)]
update bunny to use world api; clean up projection matrix and viewport discipline in demos

15 years agoadd a resize-world generic to handle window resizes
Joe Groff [Mon, 4 May 2009 03:01:35 +0000 (22:01 -0500)]
add a resize-world generic to handle window resizes

15 years agoyield during mouse-moved events in cocoa so gadgets have a chance to redraw
Joe Groff [Mon, 4 May 2009 01:33:03 +0000 (20:33 -0500)]
yield during mouse-moved events in cocoa so gadgets have a chance to redraw

15 years agodon't pprint gadgets with RECT: syntax
Joe Groff [Sun, 3 May 2009 23:32:35 +0000 (18:32 -0500)]
don't pprint gadgets with RECT: syntax

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Joe Groff [Sun, 3 May 2009 22:23:14 +0000 (17:23 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

Conflicts:
extra/spheres/spheres.factor

15 years agochange spheres to use new world api
Joe Groff [Sun, 3 May 2009 22:14:49 +0000 (17:14 -0500)]
change spheres to use new world api

15 years agoupdate status-bar for api changes. set the gl-context outside of draw-world* generic
Joe Groff [Sun, 3 May 2009 22:11:01 +0000 (17:11 -0500)]
update status-bar for api changes. set the gl-context outside of draw-world* generic

15 years agouse ${ in a couple of places, use output>array
Doug Coleman [Sun, 3 May 2009 20:54:40 +0000 (15:54 -0500)]
use ${ in a couple of places, use output>array

15 years agoworld API changes: open-window can take a world-attributes tuple with additional...
Joe Groff [Sun, 3 May 2009 20:52:26 +0000 (15:52 -0500)]
world API changes: open-window can take a world-attributes tuple with additional parameters besides title. new begin-world, end-world, and draw-world* generics

15 years agoadd ${ to literals
Doug Coleman [Sun, 3 May 2009 20:30:37 +0000 (15:30 -0500)]
add ${ to literals

15 years agoMerge branch 'master' of git://github.com/bogiebro/factor
Doug Coleman [Sun, 3 May 2009 17:57:16 +0000 (12:57 -0500)]
Merge branch 'master' of git://github.com/bogiebro/factor

15 years agoadded gui for file-trees
Sam Anklesaria [Sun, 3 May 2009 17:29:29 +0000 (12:29 -0500)]
added gui for file-trees

15 years agofrp: set default val-quot
Sam Anklesaria [Sun, 3 May 2009 17:29:12 +0000 (12:29 -0500)]
frp: set default val-quot

15 years agofrp: switcher ignores f values
Sam Anklesaria [Sun, 3 May 2009 17:14:17 +0000 (12:14 -0500)]
frp: switcher ignores f values

15 years agoseparated behaviors and events in frp
Sam Anklesaria [Sun, 3 May 2009 16:48:28 +0000 (11:48 -0500)]
separated behaviors and events in frp

15 years agoMerge branch 'master' of git://factorcode.org/git/factor into mongo-factor-driver
Sascha Matzke [Sun, 3 May 2009 11:49:16 +0000 (13:49 +0200)]
Merge branch 'master' of git://factorcode.org/git/factor into mongo-factor-driver

15 years agoreworked primary key handling and define-persistent for tuples
Sascha Matzke [Sun, 3 May 2009 11:46:37 +0000 (13:46 +0200)]
reworked primary key handling and define-persistent for tuples

15 years agoVarious VM cleanups, new approach for bignum GC root registration
Slava Pestov [Sun, 3 May 2009 10:48:03 +0000 (05:48 -0500)]
Various VM cleanups, new approach for bignum GC root registration

15 years agofix circular dependency for reals
Joe Groff [Sun, 3 May 2009 03:13:01 +0000 (22:13 -0500)]
fix circular dependency for reals

15 years agofix x11 backend bugs
Joe Groff [Sun, 3 May 2009 02:55:19 +0000 (21:55 -0500)]
fix x11 backend bugs

15 years agobreak code->code docs<-docs dependency
Joe Groff [Sun, 3 May 2009 02:54:25 +0000 (21:54 -0500)]
break code->code docs<-docs dependency

15 years ago"ui-backend" variable can't be used to choose text backend
Joe Groff [Sun, 3 May 2009 02:52:18 +0000 (21:52 -0500)]
"ui-backend" variable can't be used to choose text backend

15 years agoClean up untag_* and tag_* inline functions in favor of more idiomatic C++
Slava Pestov [Sun, 3 May 2009 01:47:29 +0000 (20:47 -0500)]
Clean up untag_* and tag_* inline functions in favor of more idiomatic C++

15 years agoMove vmpp to vm
Slava Pestov [Sun, 3 May 2009 01:37:18 +0000 (20:37 -0500)]
Move vmpp to vm

15 years agofix windows ui
U-FROGGER\erg [Sun, 3 May 2009 01:36:31 +0000 (20:36 -0500)]
fix windows ui

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
U-FROGGER\erg [Sun, 3 May 2009 01:12:06 +0000 (20:12 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFix various issues from C++ port
Slava Pestov [Sun, 3 May 2009 01:01:54 +0000 (20:01 -0500)]
Fix various issues from C++ port

15 years agoui.backend.windows code cleanup
Joe Groff [Sun, 3 May 2009 00:44:08 +0000 (19:44 -0500)]
ui.backend.windows code cleanup

15 years agodocs for ui.pixel-formats
Joe Groff [Sat, 2 May 2009 23:22:45 +0000 (18:22 -0500)]
docs for ui.pixel-formats

15 years agooops, forgot backing-store support on windows. also "robust" is useless
Joe Groff [Sat, 2 May 2009 22:54:45 +0000 (17:54 -0500)]
oops, forgot backing-store support on windows. also "robust" is useless

15 years agocheck-world-pixel-format word that world subclasses can override to verify that the...
Joe Groff [Sat, 2 May 2009 21:46:58 +0000 (16:46 -0500)]
check-world-pixel-format word that world subclasses can override to verify that the chosen pixel format meets their needs

15 years agoX11 backend for pixel formats
Joe Groff [Sat, 2 May 2009 21:39:31 +0000 (16:39 -0500)]
X11 backend for pixel formats

15 years agoRemove cruddy string encoding/decoding code from VM
Slava Pestov [Sat, 2 May 2009 18:45:38 +0000 (13:45 -0500)]
Remove cruddy string encoding/decoding code from VM

15 years agowindows pixel-format backend
Joe Groff [Sat, 2 May 2009 18:42:10 +0000 (13:42 -0500)]
windows pixel-format backend

15 years agoneed to pass world as arg to pixel-format hooks
Joe Groff [Sat, 2 May 2009 17:31:33 +0000 (12:31 -0500)]
need to pass world as arg to pixel-format hooks

15 years agostr-fry fixes
Sam Anklesaria [Sat, 2 May 2009 15:32:18 +0000 (10:32 -0500)]
str-fry fixes

15 years agoMore VM fixes
Slava Pestov [Sat, 2 May 2009 15:17:05 +0000 (10:17 -0500)]
More VM fixes

15 years agoCleaning up VM code
Slava Pestov [Sat, 2 May 2009 14:19:09 +0000 (09:19 -0500)]
Cleaning up VM code