]> gitweb.factorcode.org Git - factor.git/log
factor.git
17 years agojson: fix for parser combinator changes
chris.double [Sun, 8 Oct 2006 11:30:45 +0000 (11:30 +0000)]
json: fix for parser combinator changes

17 years agospace-invaders: fix incorrect stack effects
chris.double [Sun, 8 Oct 2006 11:09:50 +0000 (11:09 +0000)]
space-invaders: fix incorrect stack effects

17 years agospace-invaders: fix for parser combinator changes
chris.double [Sun, 8 Oct 2006 11:06:26 +0000 (11:06 +0000)]
space-invaders: fix for parser combinator changes

17 years agoparser-combinators: make lazy where needed and fix tests
chris.double [Sun, 8 Oct 2006 11:03:07 +0000 (11:03 +0000)]
parser-combinators: make lazy where needed and fix tests

17 years agoparser-combinators: refactor <?>
chris.double [Fri, 6 Oct 2006 03:38:48 +0000 (03:38 +0000)]
parser-combinators: refactor <?>

17 years agoparser-combinators: refactor <+>
chris.double [Fri, 6 Oct 2006 03:36:05 +0000 (03:36 +0000)]
parser-combinators: refactor <+>

17 years agoparser-combinators: convert to new promise syntax
chris.double [Fri, 6 Oct 2006 03:15:57 +0000 (03:15 +0000)]
parser-combinators: convert to new promise syntax

17 years agoparser-combinators: refactor <*> and allow for promises to be implicitly forced in...
chris.double [Fri, 6 Oct 2006 02:53:55 +0000 (02:53 +0000)]
parser-combinators: refactor <*> and allow for promises to be implicitly forced in parsing

17 years agoparser-combinators: refactor <:&> and <&:>
chris.double [Fri, 6 Oct 2006 02:46:02 +0000 (02:46 +0000)]
parser-combinators: refactor <:&> and <&:>

17 years agoparser-combinators: refactor <@ and some
chris.double [Fri, 6 Oct 2006 02:43:56 +0000 (02:43 +0000)]
parser-combinators: refactor <@ and some

17 years agoparser-combinators: unit tests working with new framework
chris.double [Fri, 6 Oct 2006 01:39:08 +0000 (01:39 +0000)]
parser-combinators: unit tests working with new framework

17 years agoparser-combinators: refactor 'sp' and 'just'
chris.double [Fri, 6 Oct 2006 01:28:01 +0000 (01:28 +0000)]
parser-combinators: refactor 'sp' and 'just'

17 years agoparser-combinators: refactor satisfy, <&> and <|>
chris.double [Fri, 6 Oct 2006 01:18:35 +0000 (01:18 +0000)]
parser-combinators: refactor satisfy, <&> and <|>

17 years agoparser-combinators: refactor token and satisfy parsers
chris.double [Thu, 5 Oct 2006 22:52:26 +0000 (22:52 +0000)]
parser-combinators: refactor token and satisfy parsers

17 years agocontrib/sequences: add ?head-slice, ?tail-slice, etc
chris.double [Sun, 8 Oct 2006 10:44:34 +0000 (10:44 +0000)]
contrib/sequences: add ?head-slice, ?tail-slice, etc

17 years agoemacs: fix emacsclient stack effect
chris.double [Sun, 8 Oct 2006 10:37:52 +0000 (10:37 +0000)]
emacs: fix emacsclient stack effect

It was leaving the result of 'system' on the stack.

17 years agolazy-lists: add LAZY: word
chris.double [Sat, 7 Oct 2006 06:30:28 +0000 (06:30 +0000)]
lazy-lists: add LAZY: word

17 years agolazy-lists: fix laziness of lappend
chris.double [Fri, 6 Oct 2006 03:29:50 +0000 (03:29 +0000)]
lazy-lists: fix laziness of lappend

lappend would evaluate the car of the second list all the time

17 years agolazy-lists: add promise, promise-with and promise-with2
chris.double [Fri, 6 Oct 2006 03:12:29 +0000 (03:12 +0000)]
lazy-lists: add promise, promise-with and promise-with2

17 years agoDon't show operations menu on command presentations
slava [Sat, 7 Oct 2006 20:33:36 +0000 (20:33 +0000)]
Don't show operations menu on command presentations

17 years agoListener cleanup
slava [Sat, 7 Oct 2006 20:29:47 +0000 (20:29 +0000)]
Listener cleanup

17 years agoUI completion cleanups
slava [Sat, 7 Oct 2006 18:36:32 +0000 (18:36 +0000)]
UI completion cleanups

17 years agoRemove debug messages
slava [Sat, 7 Oct 2006 06:25:29 +0000 (06:25 +0000)]
Remove debug messages

17 years agoMenus
slava [Sat, 7 Oct 2006 06:17:32 +0000 (06:17 +0000)]
Menus

17 years agofix mouse wheel capture problems in win32 ui
erg [Sat, 7 Oct 2006 03:05:51 +0000 (03:05 +0000)]
fix mouse wheel capture problems in win32 ui

17 years agofix contrib/process to work on windows
erg [Sat, 7 Oct 2006 00:24:40 +0000 (00:24 +0000)]
fix contrib/process to work on windows

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