]> gitweb.factorcode.org Git - factor.git/log
factor.git
17 years agofix two more stack effects
erg [Fri, 6 Oct 2006 23:22:52 +0000 (23:22 +0000)]
fix two more stack effects

17 years agoxml compiler error fix
erg [Fri, 6 Oct 2006 23:19:47 +0000 (23:19 +0000)]
xml compiler error fix

17 years agofix win32 ESCAPE handling, remove dead code
erg [Fri, 6 Oct 2006 22:32:03 +0000 (22:32 +0000)]
fix win32 ESCAPE handling, remove dead code

17 years agotrim fixes
erg [Fri, 6 Oct 2006 05:03:30 +0000 (05:03 +0000)]
trim fixes

17 years agoadd trim to contrib/sequences
erg [Fri, 6 Oct 2006 03:45:00 +0000 (03:45 +0000)]
add trim to contrib/sequences

17 years agolazy-lists: seperate lazy-list and promise types so promises of standard lists work...
chris.double [Thu, 5 Oct 2006 22:36:59 +0000 (22:36 +0000)]
lazy-lists: seperate lazy-list and promise types so promises of standard lists work properly

17 years agofix stack effects/formatting in contrib files
erg [Thu, 5 Oct 2006 17:39:13 +0000 (17:39 +0000)]
fix stack effects/formatting in contrib files

17 years agosha2 - optimize boolean logic
erg [Fri, 29 Sep 2006 18:22:35 +0000 (18:22 +0000)]
sha2 - optimize boolean logic

17 years agocalendar -- refactor printing the time
erg [Fri, 29 Sep 2006 18:22:11 +0000 (18:22 +0000)]
calendar -- refactor printing the time

17 years agofix almost=
erg [Thu, 28 Sep 2006 06:05:43 +0000 (06:05 +0000)]
fix almost=

17 years agoSeeing a tuple now shows the constructor, browser tile toolbar fix
slava [Sat, 7 Oct 2006 00:41:25 +0000 (00:41 +0000)]
Seeing a tuple now shows the constructor, browser tile toolbar fix

17 years agoSlider fix, rename path. to write-path
slava [Sat, 7 Oct 2006 00:27:40 +0000 (00:27 +0000)]
Slider fix, rename path. to write-path

17 years agoAssorted fixes
slava [Fri, 6 Oct 2006 21:42:12 +0000 (21:42 +0000)]
Assorted fixes

17 years agoMinor completion UI cleanups
slava [Fri, 6 Oct 2006 21:07:13 +0000 (21:07 +0000)]
Minor completion UI cleanups

17 years agoRemove some code duplication between apropos and help search
slava [Fri, 6 Oct 2006 20:46:35 +0000 (20:46 +0000)]
Remove some code duplication between apropos and help search

17 years agoHelp search in UI bug
slava [Fri, 6 Oct 2006 08:20:36 +0000 (08:20 +0000)]
Help search in UI bug

17 years agoPress C+e in UI listener for 'edit file' popup
slava [Fri, 6 Oct 2006 08:15:34 +0000 (08:15 +0000)]
Press C+e in UI listener for 'edit file' popup

17 years agoparser-combinators: refactor <& and &>
chris.double [Thu, 5 Oct 2006 11:25:20 +0000 (11:25 +0000)]
parser-combinators: refactor <& and &>

17 years agoparser-combinators: refactor <@ combinator
chris.double [Thu, 5 Oct 2006 11:14:31 +0000 (11:14 +0000)]
parser-combinators: refactor <@ combinator

17 years agoparser-combinators: reimplement <&>
chris.double [Thu, 5 Oct 2006 11:03:46 +0000 (11:03 +0000)]
parser-combinators: reimplement <&>

This refactoring removes the 3 word implementation of <&> and replaces it with bbetter lazy list functionality. Although parser combinators will be rewritten this algorithm for <&> will remain mostly the same.

17 years agolazy-lists: fix help example
chris.double [Thu, 5 Oct 2006 10:35:14 +0000 (10:35 +0000)]
lazy-lists: fix help example

17 years agolazy-lists: make seq>list more efficient
chris.double [Thu, 5 Oct 2006 10:33:00 +0000 (10:33 +0000)]
lazy-lists: make seq>list more efficient

17 years agoSearch gadget improvements
slava [Thu, 5 Oct 2006 21:15:41 +0000 (21:15 +0000)]
Search gadget improvements

17 years agoWorking on UI completion
slava [Thu, 5 Oct 2006 06:10:49 +0000 (06:10 +0000)]
Working on UI completion

17 years agoFix bootstrap failure
slava [Thu, 5 Oct 2006 03:57:34 +0000 (03:57 +0000)]
Fix bootstrap failure

17 years agoListener fix
slava [Thu, 5 Oct 2006 03:46:10 +0000 (03:46 +0000)]
Listener fix

17 years agoPane, track, toolbar fixes
slava [Thu, 5 Oct 2006 03:30:17 +0000 (03:30 +0000)]
Pane, track, toolbar fixes

17 years agolazy-lists: stick with single 'lcomp' word and 'lcomp*' to include guards
chris.double [Thu, 5 Oct 2006 03:00:17 +0000 (03:00 +0000)]
lazy-lists: stick with single 'lcomp' word and 'lcomp*' to include guards

17 years agolazy-lists: add first attempt at simple list comprehensions
chris.double [Thu, 5 Oct 2006 02:26:26 +0000 (02:26 +0000)]
lazy-lists: add first attempt at simple list comprehensions

17 years agolazy-lists: remove unneeded helper function
chris.double [Wed, 4 Oct 2006 23:17:21 +0000 (23:17 +0000)]
lazy-lists: remove unneeded helper function

17 years agolazy-lists: add lcartesian-product*
chris.double [Wed, 4 Oct 2006 23:16:23 +0000 (23:16 +0000)]
lazy-lists: add lcartesian-product*

17 years agolazy-lists: add lconcat and lcartesian-product
chris.double [Wed, 4 Oct 2006 22:21:54 +0000 (22:21 +0000)]
lazy-lists: add lconcat and lcartesian-product

17 years agolazy-lists: add lmap-with
chris.double [Wed, 4 Oct 2006 22:10:11 +0000 (22:10 +0000)]
lazy-lists: add lmap-with

17 years agolazy-lists: docs for seq>list
chris.double [Wed, 4 Oct 2006 02:37:59 +0000 (02:37 +0000)]
lazy-lists: docs for seq>list

17 years agolazy-lists: add seq>list
chris.double [Wed, 4 Oct 2006 02:36:55 +0000 (02:36 +0000)]
lazy-lists: add seq>list

17 years agoadded lzip to lazy-lists library
matthew.willis [Thu, 21 Sep 2006 23:45:06 +0000 (23:45 +0000)]
added lzip to lazy-lists library

17 years agoFix pane-stream
slava [Thu, 5 Oct 2006 01:33:09 +0000 (01:33 +0000)]
Fix pane-stream

17 years agopane-stream class to fix a delegation issue
slava [Wed, 4 Oct 2006 21:33:02 +0000 (21:33 +0000)]
pane-stream class to fix a delegation issue

17 years agoImproved UI completion
slava [Wed, 4 Oct 2006 21:21:37 +0000 (21:21 +0000)]
Improved UI completion

17 years agoUI cleanup
slava [Wed, 4 Oct 2006 04:40:10 +0000 (04:40 +0000)]
UI cleanup

17 years agoFix order problem in lindenmayer
wayo.cavazos [Thu, 5 Oct 2006 00:03:43 +0000 (00:03 +0000)]
Fix order problem in lindenmayer

17 years agotree-5-scene
wayo.cavazos [Wed, 4 Oct 2006 23:44:43 +0000 (23:44 +0000)]
tree-5-scene

17 years agoUpdate examples
wayo.cavazos [Wed, 4 Oct 2006 23:18:50 +0000 (23:18 +0000)]
Update examples

17 years agoUpdate REQUIRES: for lindenmayer
wayo.cavazos [Wed, 4 Oct 2006 05:01:20 +0000 (05:01 +0000)]
Update REQUIRES: for lindenmayer

17 years agoRemove the old x11 version of lindenmayer
wayo.cavazos [Wed, 4 Oct 2006 04:44:50 +0000 (04:44 +0000)]
Remove the old x11 version of lindenmayer

17 years agoNew implementation of L-system program
wayo.cavazos [Wed, 4 Oct 2006 04:41:19 +0000 (04:41 +0000)]
New implementation of L-system program

17 years agoNew slate implementation
wayo.cavazos [Wed, 4 Oct 2006 04:38:54 +0000 (04:38 +0000)]
New slate implementation

17 years agoRemove the old slate implementation and examples
wayo.cavazos [Wed, 4 Oct 2006 04:32:10 +0000 (04:32 +0000)]
Remove the old slate implementation and examples

17 years agoadd font-lock keyword
wayo.cavazos [Wed, 4 Oct 2006 04:11:59 +0000 (04:11 +0000)]
add font-lock keyword

17 years agoUpdates to old slate
wayo.cavazos [Wed, 4 Oct 2006 04:10:41 +0000 (04:10 +0000)]
Updates to old slate

17 years agofix stack effect
wayo.cavazos [Wed, 4 Oct 2006 04:09:59 +0000 (04:09 +0000)]
fix stack effect

17 years agoControl cleanup with a new list gadget
slava [Tue, 3 Oct 2006 22:17:21 +0000 (22:17 +0000)]
Control cleanup with a new list gadget

17 years agoclean up random-tester
erg [Fri, 29 Sep 2006 06:32:48 +0000 (06:32 +0000)]
clean up random-tester

17 years agofix p/mod
erg [Thu, 28 Sep 2006 05:11:47 +0000 (05:11 +0000)]
fix p/mod

17 years agowin32 -- add forget-rollover on WM_MOUSELEAVE
erg [Mon, 25 Sep 2006 01:40:17 +0000 (01:40 +0000)]
win32 -- add forget-rollover on WM_MOUSELEAVE

17 years agoIntel Mac exception handler fix
slava [Mon, 2 Oct 2006 05:11:56 +0000 (05:11 +0000)]
Intel Mac exception handler fix

17 years agoDataflow visualizer fixes
slava [Sat, 30 Sep 2006 04:03:46 +0000 (04:03 +0000)]
Dataflow visualizer fixes

17 years agoFix a typo
slava [Sat, 30 Sep 2006 03:04:29 +0000 (03:04 +0000)]
Fix a typo

17 years agoSource files and module system cleanup
slava [Sat, 30 Sep 2006 03:03:27 +0000 (03:03 +0000)]
Source files and module system cleanup

17 years ago"~" global var replaced by home word
slava [Sat, 30 Sep 2006 00:45:24 +0000 (00:45 +0000)]
"~" global var replaced by home word

17 years agoMinor fix for caret scroll to
slava [Fri, 29 Sep 2006 23:01:08 +0000 (23:01 +0000)]
Minor fix for caret scroll to

17 years agoviewport/scrolling refactoring
slava [Fri, 29 Sep 2006 22:56:09 +0000 (22:56 +0000)]
viewport/scrolling refactoring

17 years agoEditors now support the stream output protocol
slava [Fri, 29 Sep 2006 21:18:09 +0000 (21:18 +0000)]
Editors now support the stream output protocol

17 years agoRedefining a symbol does not trigger a recompile
slava [Fri, 29 Sep 2006 21:07:24 +0000 (21:07 +0000)]
Redefining a symbol does not trigger a recompile

17 years agoHolding down the mouse button in a slider's elevator now does timer-based scrolling
slava [Fri, 29 Sep 2006 20:53:40 +0000 (20:53 +0000)]
Holding down the mouse button in a slider's elevator now does timer-based scrolling

17 years agoSaving the image performs a code GC
slava [Fri, 29 Sep 2006 20:27:03 +0000 (20:27 +0000)]
Saving the image performs a code GC

17 years agorepeat-button refactoring
slava [Fri, 29 Sep 2006 20:26:54 +0000 (20:26 +0000)]
repeat-button refactoring

17 years agoBetter looking input mouse over when input has > 1 line
slava [Fri, 29 Sep 2006 20:07:01 +0000 (20:07 +0000)]
Better looking input mouse over when input has > 1 line

17 years agoFix pane performance regression and add a unit test to catch it
slava [Fri, 29 Sep 2006 19:59:06 +0000 (19:59 +0000)]
Fix pane performance regression and add a unit test to catch it

17 years agoDebugging the code GC
slava [Thu, 28 Sep 2006 04:04:34 +0000 (04:04 +0000)]
Debugging the code GC

17 years agoCode heap debugging in FEP
slava [Thu, 28 Sep 2006 00:53:54 +0000 (00:53 +0000)]
Code heap debugging in FEP

17 years agoword-xt broken
slava [Wed, 27 Sep 2006 07:15:12 +0000 (07:15 +0000)]
word-xt broken

17 years agoReplace compiled? primitive with compiled? word slot
slava [Wed, 27 Sep 2006 07:11:18 +0000 (07:11 +0000)]
Replace compiled? primitive with compiled? word slot

17 years agoUnmark marked blocks after code GC
slava [Tue, 26 Sep 2006 23:04:30 +0000 (23:04 +0000)]
Unmark marked blocks after code GC

17 years agoNew code-gc primitive
slava [Tue, 26 Sep 2006 23:00:41 +0000 (23:00 +0000)]
New code-gc primitive

17 years agoRemove the set-word-xt because nobody calls it anymore, and now that we have code...
slava [Tue, 26 Sep 2006 22:45:55 +0000 (22:45 +0000)]
Remove the set-word-xt because nobody calls it anymore, and now that we have code GC it is dangerous

17 years agoRuntime code cleanups, implemented mark and sweep code GC
slava [Tue, 26 Sep 2006 22:44:18 +0000 (22:44 +0000)]
Runtime code cleanups, implemented mark and sweep code GC

17 years agoImage save doesn't write the large free block at the end
slava [Tue, 26 Sep 2006 21:22:04 +0000 (21:22 +0000)]
Image save doesn't write the large free block at the end

17 years agoFix O(n^2) icache flush
slava [Tue, 26 Sep 2006 20:42:29 +0000 (20:42 +0000)]
Fix O(n^2) icache flush

17 years agoFix room.
slava [Tue, 26 Sep 2006 05:08:05 +0000 (05:08 +0000)]
Fix room.

17 years agoCode heap manager fixes
slava [Mon, 25 Sep 2006 06:47:56 +0000 (06:47 +0000)]
Code heap manager fixes

17 years agoStarting mark sweep collector for code
slava [Mon, 25 Sep 2006 02:29:52 +0000 (02:29 +0000)]
Starting mark sweep collector for code

17 years agorss: add contrib/httpd to requires
chris.double [Tue, 26 Sep 2006 04:44:41 +0000 (04:44 +0000)]
rss: add contrib/httpd to requires

17 years agoconcurrency: add mailbox-get-all
chris.double [Tue, 26 Sep 2006 04:44:15 +0000 (04:44 +0000)]
concurrency: add mailbox-get-all

17 years agoAdd docs for no-edit-hook, link "definitions" article in, don't draw-world if the...
slava [Mon, 25 Sep 2006 02:30:35 +0000 (02:30 +0000)]
Add docs for no-edit-hook, link "definitions" article in, don't draw-world if the world has 0 width or height

17 years agoWindows OpenGL workaround
slava [Sun, 24 Sep 2006 21:22:11 +0000 (21:22 +0000)]
Windows OpenGL workaround

17 years agoVM code cleanups
slava [Sun, 24 Sep 2006 19:28:44 +0000 (19:28 +0000)]
VM code cleanups

17 years agoUI fixes
slava [Sun, 24 Sep 2006 19:28:27 +0000 (19:28 +0000)]
UI fixes

17 years agoMessages tool fix
slava [Sun, 24 Sep 2006 05:08:34 +0000 (05:08 +0000)]
Messages tool fix

17 years agoFix windows stack effects
slava [Sun, 24 Sep 2006 04:02:40 +0000 (04:02 +0000)]
Fix windows stack effects

17 years agoMinor fixes
slava [Sat, 23 Sep 2006 19:54:37 +0000 (19:54 +0000)]
Minor fixes

17 years agoMessages tool
slava [Sat, 23 Sep 2006 06:40:25 +0000 (06:40 +0000)]
Messages tool

17 years agoadd jni to contrib readme
chris.double [Fri, 22 Sep 2006 02:16:45 +0000 (02:16 +0000)]
add jni to contrib readme

17 years agojni: move alien definitions into an internals vocab
chris.double [Fri, 22 Sep 2006 02:15:18 +0000 (02:15 +0000)]
jni: move alien definitions into an internals vocab

17 years agojni: quick example of using System.out.println
chris.double [Fri, 22 Sep 2006 01:18:03 +0000 (01:18 +0000)]
jni: quick example of using System.out.println

17 years agojni: add jni methods to native interface structure
chris.double [Fri, 22 Sep 2006 00:46:24 +0000 (00:46 +0000)]
jni: add jni methods to native interface structure

17 years agojni library for factor
chris.double [Thu, 21 Sep 2006 23:25:56 +0000 (23:25 +0000)]
jni library for factor

17 years agohttpd: add tbody to html-tags
chris.double [Wed, 20 Sep 2006 00:01:54 +0000 (00:01 +0000)]
httpd: add tbody to html-tags

17 years agoadd usb to contrib readme
chris.double [Tue, 19 Sep 2006 12:00:37 +0000 (12:00 +0000)]
add usb to contrib readme

17 years agoFix text corruption in UI
slava [Thu, 21 Sep 2006 02:31:17 +0000 (02:31 +0000)]
Fix text corruption in UI