]> gitweb.factorcode.org Git - factor.git/log
factor.git
15 years agoMerge branch 'master' of git://repo.or.cz/factor/jcg
Slava Pestov [Fri, 12 Dec 2008 05:33:16 +0000 (23:33 -0600)]
Merge branch 'master' of git://repo.or.cz/factor/jcg

15 years agoMove Unix I/O multiplexers to io.unix.multiplexers, new run loop-based multiplexer...
Slava Pestov [Fri, 12 Dec 2008 04:48:19 +0000 (22:48 -0600)]
Move Unix I/O multiplexers to io.unix.multiplexers, new run loop-based multiplexer integrates a kqueue with a CFRunLoop on Mac OS X

15 years agoMetadata and docs for ui.offscreen
Joe Groff [Fri, 12 Dec 2008 02:32:40 +0000 (18:32 -0800)]
Metadata and docs for ui.offscreen

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Joe Groff [Fri, 12 Dec 2008 01:16:12 +0000 (17:16 -0800)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoseed of X11 offscreen backend
Joe Groff [Fri, 12 Dec 2008 00:50:37 +0000 (16:50 -0800)]
seed of X11 offscreen backend

15 years agoRename tools.disassembler.udis:& to alien.syntax:&: and fix it to survive image save...
Slava Pestov [Thu, 11 Dec 2008 06:03:58 +0000 (00:03 -0600)]
Rename tools.disassembler.udis:& to alien.syntax:&: and fix it to survive image save/load

15 years agoAllow post data to be send on PUT as well as POST actions. Allow any message between...
Philipp Winkler [Thu, 11 Dec 2008 05:30:33 +0000 (21:30 -0800)]
Allow post data to be send on PUT as well as POST actions. Allow any message between 200 and 299 to mean success.

15 years agoUse kqueue on BSD
Slava Pestov [Thu, 11 Dec 2008 02:24:22 +0000 (20:24 -0600)]
Use kqueue on BSD

15 years agoFix select MX
Slava Pestov [Thu, 11 Dec 2008 02:23:37 +0000 (20:23 -0600)]
Fix select MX

15 years agoFix docs again
Slava Pestov [Thu, 11 Dec 2008 02:23:37 +0000 (20:23 -0600)]
Fix docs again

15 years agokqueue and epoll code wasn't checking for EINTR properly, leading to hangs
Slava Pestov [Thu, 11 Dec 2008 02:10:47 +0000 (20:10 -0600)]
kqueue and epoll code wasn't checking for EINTR properly, leading to hangs

15 years agoFix ui.gestures help lint
Slava Pestov [Thu, 11 Dec 2008 01:45:42 +0000 (19:45 -0600)]
Fix ui.gestures help lint

15 years agoAdd unportable tag for tools.disassembler.udis
Slava Pestov [Thu, 11 Dec 2008 01:36:07 +0000 (19:36 -0600)]
Add unportable tag for tools.disassembler.udis

15 years agoUse udis on x86
Slava Pestov [Thu, 11 Dec 2008 01:35:18 +0000 (19:35 -0600)]
Use udis on x86

15 years agoClarify wait-for-process docs
Slava Pestov [Thu, 11 Dec 2008 01:16:49 +0000 (19:16 -0600)]
Clarify wait-for-process docs

15 years agoFix compile error
Slava Pestov [Wed, 10 Dec 2008 23:33:29 +0000 (17:33 -0600)]
Fix compile error

15 years agoCheck for signal exit status
Slava Pestov [Wed, 10 Dec 2008 23:30:07 +0000 (17:30 -0600)]
Check for signal exit status

15 years agoChange a -rot usage to 2dip
Slava Pestov [Wed, 10 Dec 2008 23:26:54 +0000 (17:26 -0600)]
Change a -rot usage to 2dip

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Wed, 10 Dec 2008 22:40:15 +0000 (16:40 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFix race condition with gesture handling and grafting
Slava Pestov [Wed, 10 Dec 2008 22:40:05 +0000 (16:40 -0600)]
Fix race condition with gesture handling and grafting

15 years agoRemove >r/r> usage from ui.cocoa
Slava Pestov [Wed, 10 Dec 2008 22:25:57 +0000 (16:25 -0600)]
Remove >r/r> usage from ui.cocoa

15 years agofix using for recent change
Doug Coleman [Wed, 10 Dec 2008 20:43:56 +0000 (14:43 -0600)]
fix using for recent change

15 years agoparse the fsid_t for the rest of the platforms
Doug Coleman [Wed, 10 Dec 2008 20:28:22 +0000 (14:28 -0600)]
parse the fsid_t for the rest of the platforms

15 years agoOSX VM requires function from Cocoa framework, so link against it even when building...
Joe Groff [Wed, 10 Dec 2008 20:22:17 +0000 (12:22 -0800)]
OSX VM requires function from Cocoa framework, so link against it even when building for X11

15 years agoMerge branch 'master' of factorcode.org:/git/factor
Eduardo Cavazos [Wed, 10 Dec 2008 19:55:35 +0000 (13:55 -0600)]
Merge branch 'master' of factorcode.org:/git/factor

15 years agopong: Un-closurify
Eduardo Cavazos [Wed, 10 Dec 2008 19:54:41 +0000 (13:54 -0600)]
pong: Un-closurify

15 years agoflatland: add 'within?'
Eduardo Cavazos [Wed, 10 Dec 2008 19:54:22 +0000 (13:54 -0600)]
flatland: add 'within?'

15 years agooops
Joe Groff [Wed, 10 Dec 2008 15:28:33 +0000 (07:28 -0800)]
oops

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Joe Groff [Wed, 10 Dec 2008 15:10:30 +0000 (07:10 -0800)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agowin32 offscreen refinements
Doug Coleman [Wed, 10 Dec 2008 14:49:50 +0000 (08:49 -0600)]
win32 offscreen refinements

15 years agoFix win64 bootstrap
Slava Pestov [Wed, 10 Dec 2008 07:19:22 +0000 (01:19 -0600)]
Fix win64 bootstrap

15 years agoPrint messages as benchmarks are run
Slava Pestov [Wed, 10 Dec 2008 07:12:08 +0000 (01:12 -0600)]
Print messages as benchmarks are run

15 years agoGdiFlush when selecting gl context to make offscreen rendering work
Doug Coleman [Wed, 10 Dec 2008 07:05:03 +0000 (01:05 -0600)]
GdiFlush when selecting gl context to make offscreen rendering work

15 years agowindows offscreen tweaks
Doug Coleman [Wed, 10 Dec 2008 06:55:33 +0000 (00:55 -0600)]
windows offscreen tweaks

15 years agogitter compilin'
Doug Coleman [Wed, 10 Dec 2008 06:31:57 +0000 (00:31 -0600)]
gitter compilin'

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Wed, 10 Dec 2008 03:55:00 +0000 (21:55 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Wed, 10 Dec 2008 03:50:47 +0000 (21:50 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoMinor optimization to flip
Slava Pestov [Wed, 10 Dec 2008 03:50:31 +0000 (21:50 -0600)]
Minor optimization to flip

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Wed, 10 Dec 2008 03:31:09 +0000 (21:31 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoreplace f with a "" for file-systems.
Doug Coleman [Wed, 10 Dec 2008 03:30:11 +0000 (21:30 -0600)]
replace f with a "" for file-systems.

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Wed, 10 Dec 2008 03:16:59 +0000 (21:16 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoMerge branch 'master' of git://repo.or.cz/factor/jcg
Doug Coleman [Wed, 10 Dec 2008 03:16:37 +0000 (21:16 -0600)]
Merge branch 'master' of git://repo.or.cz/factor/jcg

Conflicts:

basis/ui/cocoa/cocoa.factor

15 years agoFix byte-arrays tests
Slava Pestov [Wed, 10 Dec 2008 03:07:28 +0000 (21:07 -0600)]
Fix byte-arrays tests

15 years agowindows backend for ui.offscreen
Joe Groff [Wed, 10 Dec 2008 02:55:54 +0000 (18:55 -0800)]
windows backend for ui.offscreen

15 years agoFix some bugs in epoll, and use it on Linux
slava [Wed, 10 Dec 2008 02:55:42 +0000 (20:55 -0600)]
Fix some bugs in epoll, and use it on Linux

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Wed, 10 Dec 2008 02:01:38 +0000 (20:01 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoUpdating epoll code
Slava Pestov [Wed, 10 Dec 2008 02:01:23 +0000 (20:01 -0600)]
Updating epoll code

15 years agoshow mount point
Doug Coleman [Wed, 10 Dec 2008 01:38:45 +0000 (19:38 -0600)]
show mount point

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Wed, 10 Dec 2008 00:24:27 +0000 (18:24 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoMerge branch 'constant_time_allocation'
Slava Pestov [Wed, 10 Dec 2008 00:23:07 +0000 (18:23 -0600)]
Merge branch 'constant_time_allocation'

15 years agoListener no longer shows retain stack
Slava Pestov [Wed, 10 Dec 2008 00:22:48 +0000 (18:22 -0600)]
Listener no longer shows retain stack

15 years agoRemoved (string) primitivE
Slava Pestov [Wed, 10 Dec 2008 00:22:38 +0000 (18:22 -0600)]
Removed (string) primitivE

15 years agofsid[2] -> 2array on mac
Doug Coleman [Wed, 10 Dec 2008 00:17:16 +0000 (18:17 -0600)]
fsid[2] -> 2array on mac

15 years agoFinish up O(1) byte array allocation
Slava Pestov [Wed, 10 Dec 2008 00:17:04 +0000 (18:17 -0600)]
Finish up O(1) byte array allocation

15 years agoremove a line of debugging
Doug Coleman [Tue, 9 Dec 2008 23:53:17 +0000 (17:53 -0600)]
remove a line of debugging

15 years agoRemove unsafe string allocation, since its of dubious value
Slava Pestov [Tue, 9 Dec 2008 23:53:00 +0000 (17:53 -0600)]
Remove unsafe string allocation, since its of dubious value

15 years agoFix conflict
Slava Pestov [Tue, 9 Dec 2008 23:52:45 +0000 (17:52 -0600)]
Fix conflict

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Tue, 9 Dec 2008 23:51:48 +0000 (17:51 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agofile-systems. -> print-file-systems, file-systems. no longer takes a spec array
Doug Coleman [Tue, 9 Dec 2008 23:50:47 +0000 (17:50 -0600)]
file-systems. -> print-file-systems, file-systems. no longer takes a spec array

15 years agoUse kqueue on Mac OS X instead of select
Slava Pestov [Tue, 9 Dec 2008 23:49:03 +0000 (17:49 -0600)]
Use kqueue on Mac OS X instead of select

15 years agoadd more fields to io.windows.files
Doug Coleman [Tue, 9 Dec 2008 23:44:37 +0000 (17:44 -0600)]
add more fields to io.windows.files

15 years agodo-offscreen combinator for managing resources while running a gadget offscreen....
Joe Groff [Tue, 9 Dec 2008 23:27:30 +0000 (15:27 -0800)]
do-offscreen combinator for managing resources while running a gadget offscreen. tweak bgr[a]>bitmap to copy the pixel memory

15 years agoClean up JIT backend a little
Slava Pestov [Tue, 9 Dec 2008 23:14:17 +0000 (17:14 -0600)]
Clean up JIT backend a little

15 years agoAdd inc-at word to core, and update some usages of at+ to use it instead
Slava Pestov [Tue, 9 Dec 2008 22:54:48 +0000 (16:54 -0600)]
Add inc-at word to core, and update some usages of at+ to use it instead

15 years agosuppress error when clicking the keyboard in key-caps
Joe Groff [Tue, 9 Dec 2008 22:50:54 +0000 (14:50 -0800)]
suppress error when clicking the keyboard in key-caps

15 years agoAdd unit test for GC problem
Slava Pestov [Tue, 9 Dec 2008 22:45:02 +0000 (16:45 -0600)]
Add unit test for GC problem

15 years agoMerge branch 'emacs' of http://git.hacks-galore.org/jao/factor
Slava Pestov [Tue, 9 Dec 2008 22:44:43 +0000 (16:44 -0600)]
Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor

15 years agoFUEL debug mode: :warnings &co. retrievable, and some cosmetics.
Jose A. Ortega Ruiz [Tue, 9 Dec 2008 22:37:27 +0000 (23:37 +0100)]
FUEL debug mode: :warnings &co. retrievable, and some cosmetics.

15 years agoFix GC crash with -generations=2
Slava Pestov [Tue, 9 Dec 2008 22:26:30 +0000 (16:26 -0600)]
Fix GC crash with -generations=2

15 years agoFix typo
Slava Pestov [Tue, 9 Dec 2008 21:10:51 +0000 (15:10 -0600)]
Fix typo

15 years agoFix error in the docs for assoc-map.
John Benediktsson [Tue, 9 Dec 2008 20:35:59 +0000 (12:35 -0800)]
Fix error in the docs for assoc-map.

15 years agoTweak windows and x11 backends to work with changes made for offscreen rendering
Joe Groff [Tue, 9 Dec 2008 18:19:14 +0000 (10:19 -0800)]
Tweak windows and x11 backends to work with changes made for offscreen rendering

15 years agoMove offscreen-world widget and support words into ui.offscreen vocab
Joe Groff [Tue, 9 Dec 2008 18:07:57 +0000 (10:07 -0800)]
Move offscreen-world widget and support words into ui.offscreen vocab

15 years agoreenable BGRA case in draw-image
Joe Groff [Tue, 9 Dec 2008 17:30:05 +0000 (09:30 -0800)]
reenable BGRA case in draw-image

15 years agooffscreen-world widgets and offscreen pixel format fixes
Joe Groff [Tue, 9 Dec 2008 17:22:23 +0000 (09:22 -0800)]
offscreen-world widgets and offscreen pixel format fixes

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
John Benediktsson [Tue, 9 Dec 2008 14:50:07 +0000 (06:50 -0800)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoWindows fixes
Slava Pestov [Tue, 9 Dec 2008 12:02:39 +0000 (06:02 -0600)]
Windows fixes

15 years agoFix restart behavior with circular vocabs, and add a test for this
Slava Pestov [Tue, 9 Dec 2008 10:50:33 +0000 (04:50 -0600)]
Fix restart behavior with circular vocabs, and add a test for this

15 years agoFix io.encodings.utf16n unit tests
Slava Pestov [Tue, 9 Dec 2008 10:22:24 +0000 (04:22 -0600)]
Fix io.encodings.utf16n unit tests

15 years agoFix monads unit tests
Slava Pestov [Tue, 9 Dec 2008 10:21:50 +0000 (04:21 -0600)]
Fix monads unit tests

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Tue, 9 Dec 2008 10:20:38 +0000 (04:20 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoAdd ncleave combinator to generalizations
Slava Pestov [Tue, 9 Dec 2008 10:20:20 +0000 (04:20 -0600)]
Add ncleave combinator to generalizations

15 years agoLoad fixes
Slava Pestov [Tue, 9 Dec 2008 09:22:38 +0000 (03:22 -0600)]
Load fixes

15 years agoClean up
Slava Pestov [Tue, 9 Dec 2008 09:22:09 +0000 (03:22 -0600)]
Clean up

15 years agoFix load errors related to utf16n being moved to io.encodings.utf16n
Slava Pestov [Tue, 9 Dec 2008 08:21:03 +0000 (02:21 -0600)]
Fix load errors related to utf16n being moved to io.encodings.utf16n

15 years agoFix functors for locals changes
Slava Pestov [Tue, 9 Dec 2008 07:42:02 +0000 (01:42 -0600)]
Fix functors for locals changes

15 years agoliterals vocab. you can interpolate CONSTANT-WORD values into a literal sequence...
Joe Groff [Tue, 9 Dec 2008 07:13:26 +0000 (23:13 -0800)]
literals vocab. you can interpolate CONSTANT-WORD values into a literal sequence with { $ CONSTANT-WORD } .

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Tue, 9 Dec 2008 07:04:58 +0000 (01:04 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years ago:> now works
Slava Pestov [Tue, 9 Dec 2008 07:04:22 +0000 (01:04 -0600)]
:> now works

15 years agoEliminate some usages of locals in compiler.tree.dead-code
Slava Pestov [Tue, 9 Dec 2008 07:04:15 +0000 (01:04 -0600)]
Eliminate some usages of locals in compiler.tree.dead-code

15 years agodefault values for file-systems slots
Doug Coleman [Tue, 9 Dec 2008 06:58:34 +0000 (00:58 -0600)]
default values for file-systems slots

15 years agoMerge branch 'untangle'
Slava Pestov [Tue, 9 Dec 2008 06:03:49 +0000 (00:03 -0600)]
Merge branch 'untangle'

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Tue, 9 Dec 2008 06:02:55 +0000 (00:02 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agotuple-class-unchanged? was bogusly returning f during bootstrap for classes without...
Slava Pestov [Tue, 9 Dec 2008 05:52:46 +0000 (23:52 -0600)]
tuple-class-unchanged? was bogusly returning f during bootstrap for classes without a superclass

15 years agoAdd new until combinator, and a new do word which acts like a modifier: do while...
Slava Pestov [Tue, 9 Dec 2008 05:37:18 +0000 (23:37 -0600)]
Add new until combinator, and a new do word which acts like a modifier: do while, do until for loops which iterate at least once

15 years agococoa ui compile fixes
Joe Groff [Tue, 9 Dec 2008 05:00:47 +0000 (21:00 -0800)]
cocoa ui compile fixes

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Tue, 9 Dec 2008 03:54:01 +0000 (21:54 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agodocument new unique word
Doug Coleman [Tue, 9 Dec 2008 03:53:42 +0000 (21:53 -0600)]
document new unique word

15 years agoFix alien.strings docs
Slava Pestov [Tue, 9 Dec 2008 03:49:26 +0000 (21:49 -0600)]
Fix alien.strings docs

15 years agoMerge branch 'master' of http://factorcode.org/git/factor
Eduardo Cavazos [Tue, 9 Dec 2008 03:35:50 +0000 (21:35 -0600)]
Merge branch 'master' of http://factorcode.org/git/factor