]> gitweb.factorcode.org Git - factor.git/log
factor.git
18 years agoreleasing 0.76 0.76 release-0-76
Slava Pestov [Sat, 23 Jul 2005 22:27:29 +0000 (22:27 +0000)]
releasing 0.76

18 years agoremove obsolete file
Slava Pestov [Sat, 23 Jul 2005 22:24:47 +0000 (22:24 +0000)]
remove obsolete file

18 years agocleanup USING
Mackenzie Straight [Sat, 23 Jul 2005 09:30:17 +0000 (09:30 +0000)]
cleanup USING

18 years agofix win32 for .76
Mackenzie Straight [Sat, 23 Jul 2005 06:11:07 +0000 (06:11 +0000)]
fix win32 for .76

18 years agoremoved >list usage
Slava Pestov [Sat, 23 Jul 2005 05:16:28 +0000 (05:16 +0000)]
removed >list usage

18 years agocleanups to vocabulary code
Slava Pestov [Sat, 23 Jul 2005 05:03:46 +0000 (05:03 +0000)]
cleanups to vocabulary code

18 years agoFactorbot example, moved image bootstrap test to benchmarks suite
Slava Pestov [Sat, 23 Jul 2005 04:56:59 +0000 (04:56 +0000)]
Factorbot example, moved image bootstrap test to benchmarks suite

18 years agoupdated examples
Slava Pestov [Sat, 23 Jul 2005 03:39:28 +0000 (03:39 +0000)]
updated examples

18 years agomore removals of unnecessary >list calls
Slava Pestov [Sat, 23 Jul 2005 03:21:50 +0000 (03:21 +0000)]
more removals of unnecessary >list calls

18 years agovarious code cleanups, removing some redundant calls to >list, fix i/o timeouts
Slava Pestov [Sat, 23 Jul 2005 02:18:47 +0000 (02:18 +0000)]
various code cleanups, removing some redundant calls to >list, fix i/o timeouts

18 years agopresentations.factor typo fix
Slava Pestov [Fri, 22 Jul 2005 03:37:08 +0000 (03:37 +0000)]
presentations.factor typo fix

18 years agohandbook updates, and more stream word renamings
Slava Pestov [Fri, 22 Jul 2005 03:36:40 +0000 (03:36 +0000)]
handbook updates, and more stream word renamings

18 years agohandbook updates, HTML-format changelog
Slava Pestov [Fri, 22 Jul 2005 01:43:37 +0000 (01:43 +0000)]
handbook updates, HTML-format changelog

18 years agorename stream-auto-flush to stream-finish
Slava Pestov [Fri, 22 Jul 2005 01:05:17 +0000 (01:05 +0000)]
rename stream-auto-flush to stream-finish

18 years agoupdated README.txt
Slava Pestov [Thu, 21 Jul 2005 07:45:34 +0000 (07:45 +0000)]
updated README.txt

18 years agodocumentation updates, fix typo in sequences
Slava Pestov [Thu, 21 Jul 2005 07:04:19 +0000 (07:04 +0000)]
documentation updates, fix typo in sequences

18 years agofix bootstrap failure, unix i/o code no longer creates new sbufs all the time
Slava Pestov [Wed, 20 Jul 2005 22:33:32 +0000 (22:33 +0000)]
fix bootstrap failure, unix i/o code no longer creates new sbufs all the time

18 years agofix mouse enter/leave handling with overlapping gadgets
Slava Pestov [Wed, 20 Jul 2005 22:04:29 +0000 (22:04 +0000)]
fix mouse enter/leave handling with overlapping gadgets

18 years agowheel mouse support in UI
Slava Pestov [Wed, 20 Jul 2005 20:03:03 +0000 (20:03 +0000)]
wheel mouse support in UI

18 years agoclickable code snippets in the tutorial
Slava Pestov [Wed, 20 Jul 2005 05:16:33 +0000 (05:16 +0000)]
clickable code snippets in the tutorial

18 years agoassemble [ EAX 0 ] etc as [ EAX ]
Slava Pestov [Wed, 20 Jul 2005 04:50:26 +0000 (04:50 +0000)]
assemble [ EAX 0 ] etc as [ EAX ]

18 years agofix set-length on vectors and sbufs to not shorten the underlying array
Slava Pestov [Wed, 20 Jul 2005 04:28:07 +0000 (04:28 +0000)]
fix set-length on vectors and sbufs to not shorten the underlying array

18 years agofixed stack comments of read1, minor UI updates
Slava Pestov [Wed, 20 Jul 2005 02:29:57 +0000 (02:29 +0000)]
fixed stack comments of read1, minor UI updates

18 years agomissing IN: declaration
Slava Pestov [Wed, 20 Jul 2005 01:52:10 +0000 (01:52 +0000)]
missing IN: declaration

18 years agofix a typo
Slava Pestov [Wed, 20 Jul 2005 01:27:52 +0000 (01:27 +0000)]
fix a typo

18 years agoinit-world.factor did not load
Slava Pestov [Tue, 19 Jul 2005 21:56:39 +0000 (21:56 +0000)]
init-world.factor did not load

18 years agomoved tutorial to library/help/
Slava Pestov [Tue, 19 Jul 2005 21:56:22 +0000 (21:56 +0000)]
moved tutorial to library/help/

18 years agomore minor UI cleanups
Slava Pestov [Tue, 19 Jul 2005 21:51:59 +0000 (21:51 +0000)]
more minor UI cleanups

18 years agoremoved x/y variable usage from all places except frame layout
Slava Pestov [Tue, 19 Jul 2005 21:40:32 +0000 (21:40 +0000)]
removed x/y variable usage from all places except frame layout

18 years agominor UI cleanups; phasing out x and y variables
Slava Pestov [Tue, 19 Jul 2005 21:31:01 +0000 (21:31 +0000)]
minor UI cleanups; phasing out x and y variables

18 years agofix incremental layout strategy bug
Slava Pestov [Tue, 19 Jul 2005 20:56:57 +0000 (20:56 +0000)]
fix incremental layout strategy bug

18 years agostring-compare ==> lexi, string> ==> lexi>
Slava Pestov [Tue, 19 Jul 2005 08:23:33 +0000 (08:23 +0000)]
string-compare ==> lexi, string> ==> lexi>

18 years agographical tutorial
Slava Pestov [Mon, 18 Jul 2005 22:14:13 +0000 (22:14 +0000)]
graphical tutorial

18 years agoadded inline declaration for hash-subset
Slava Pestov [Mon, 18 Jul 2005 06:11:33 +0000 (06:11 +0000)]
added inline declaration for hash-subset

18 years agodocumentation updates, minor code cleanups
Slava Pestov [Mon, 18 Jul 2005 06:08:41 +0000 (06:08 +0000)]
documentation updates, minor code cleanups

18 years agoremoved fancy jEdit console attributed stream
Slava Pestov [Sun, 17 Jul 2005 20:29:17 +0000 (20:29 +0000)]
removed fancy jEdit console attributed stream

18 years agofinish stream-write-attr/stream-write1 split
Slava Pestov [Sun, 17 Jul 2005 19:22:06 +0000 (19:22 +0000)]
finish stream-write-attr/stream-write1 split

18 years ago, no longer has the deprecated string append behavior, added stream-write1 generic
Slava Pestov [Sun, 17 Jul 2005 18:48:55 +0000 (18:48 +0000)]
, no longer has the deprecated string append behavior, added stream-write1 generic

18 years agoremove pair of unused style symbols
Slava Pestov [Sun, 17 Jul 2005 07:47:25 +0000 (07:47 +0000)]
remove pair of unused style symbols

18 years agomore UI paint cleanups, gradient paint added
Slava Pestov [Sun, 17 Jul 2005 07:47:14 +0000 (07:47 +0000)]
more UI paint cleanups, gradient paint added

18 years agoUI paint cleanups
Slava Pestov [Sun, 17 Jul 2005 06:49:07 +0000 (06:49 +0000)]
UI paint cleanups

18 years agofix problem in fiber?; UI cleanups
Slava Pestov [Sun, 17 Jul 2005 04:21:10 +0000 (04:21 +0000)]
fix problem in fiber?; UI cleanups

18 years agofix bug in pick-up
Slava Pestov [Sun, 17 Jul 2005 03:01:51 +0000 (03:01 +0000)]
fix bug in pick-up

18 years agobig sequences refactoring
Slava Pestov [Sun, 17 Jul 2005 02:16:18 +0000 (02:16 +0000)]
big sequences refactoring

18 years agoui listener shows the stack now, fixed gadget display command
Slava Pestov [Thu, 14 Jul 2005 04:32:52 +0000 (04:32 +0000)]
ui listener shows the stack now, fixed gadget display command

18 years agopresentation fixes, prettyprinter cleanup
Slava Pestov [Thu, 14 Jul 2005 02:51:43 +0000 (02:51 +0000)]
presentation fixes, prettyprinter cleanup

18 years agosplitter layout fix
Slava Pestov [Thu, 14 Jul 2005 01:28:23 +0000 (01:28 +0000)]
splitter layout fix

18 years agomemory usage improvement
Slava Pestov [Thu, 14 Jul 2005 01:17:47 +0000 (01:17 +0000)]
memory usage improvement

18 years agoremove paint namespace binding in ui
Slava Pestov [Thu, 14 Jul 2005 01:03:34 +0000 (01:03 +0000)]
remove paint namespace binding in ui

18 years agofix mouse enter/leave handling
Slava Pestov [Wed, 13 Jul 2005 22:08:54 +0000 (22:08 +0000)]
fix mouse enter/leave handling

18 years agofix unit test failures
Slava Pestov [Wed, 13 Jul 2005 19:34:38 +0000 (19:34 +0000)]
fix unit test failures

18 years agofix segfault, clean up code
Slava Pestov [Wed, 13 Jul 2005 19:14:57 +0000 (19:14 +0000)]
fix segfault, clean up code

18 years agogeneration count is now configurable with a command line switch
Slava Pestov [Wed, 13 Jul 2005 18:53:45 +0000 (18:53 +0000)]
generation count is now configurable with a command line switch

18 years agoremoved remaining 2-dimensional point code from UI, minor enhancements to matrices...
Slava Pestov [Wed, 13 Jul 2005 00:30:05 +0000 (00:30 +0000)]
removed remaining 2-dimensional point code from UI, minor enhancements to matrices library

18 years agominor UI fixes, updating html streams to not use obsolete style keys
Slava Pestov [Tue, 12 Jul 2005 02:47:38 +0000 (02:47 +0000)]
minor UI fixes, updating html streams to not use obsolete style keys

18 years agofix a few minor menu bugs
Slava Pestov [Sat, 9 Jul 2005 22:32:31 +0000 (22:32 +0000)]
fix a few minor menu bugs

18 years agoincremental layout fixes
Slava Pestov [Sat, 9 Jul 2005 20:49:13 +0000 (20:49 +0000)]
incremental layout fixes

18 years agofix hang with incremental layout
Slava Pestov [Sat, 9 Jul 2005 20:08:50 +0000 (20:08 +0000)]
fix hang with incremental layout

18 years agoUI layout management work
Slava Pestov [Fri, 8 Jul 2005 05:32:29 +0000 (05:32 +0000)]
UI layout management work

18 years agoremoved unused functions
Slava Pestov [Fri, 8 Jul 2005 03:38:27 +0000 (03:38 +0000)]
removed unused functions

18 years agofix typo
Slava Pestov [Fri, 8 Jul 2005 00:17:34 +0000 (00:17 +0000)]
fix typo

18 years agobetter presentations in UI
Slava Pestov [Wed, 6 Jul 2005 07:29:42 +0000 (07:29 +0000)]
better presentations in UI

18 years agostart incremental layout
Slava Pestov [Wed, 6 Jul 2005 05:57:58 +0000 (05:57 +0000)]
start incremental layout

18 years agofixing the inspector
Slava Pestov [Wed, 6 Jul 2005 05:56:01 +0000 (05:56 +0000)]
fixing the inspector

18 years agoinspector
Slava Pestov [Wed, 6 Jul 2005 05:28:45 +0000 (05:28 +0000)]
inspector

18 years agoinspector tests
Slava Pestov [Wed, 6 Jul 2005 05:27:59 +0000 (05:27 +0000)]
inspector tests

18 years agofix f size crash
Slava Pestov [Wed, 6 Jul 2005 05:13:01 +0000 (05:13 +0000)]
fix f size crash

18 years agobetter focus protocol, fix problem with the first line in a pane
Slava Pestov [Mon, 4 Jul 2005 22:36:07 +0000 (22:36 +0000)]
better focus protocol, fix problem with the first line in a pane

18 years agofix for jEdit 4.3pre3
Slava Pestov [Mon, 4 Jul 2005 21:35:22 +0000 (21:35 +0000)]
fix for jEdit 4.3pre3

18 years agosimplified splitter gadget
Slava Pestov [Fri, 1 Jul 2005 23:52:08 +0000 (23:52 +0000)]
simplified splitter gadget

18 years agoFactor plugin 0.76 jedit-plugin-76
Slava Pestov [Thu, 30 Jun 2005 18:33:28 +0000 (18:33 +0000)]
Factor plugin 0.76

18 years agoadded norm, proj words for vectors, removed dot/proj for complex numbers, more UI...
Slava Pestov [Thu, 30 Jun 2005 00:04:13 +0000 (00:04 +0000)]
added norm, proj words for vectors, removed dot/proj for complex numbers, more UI strippage

18 years agobig cleanup of UI code
Slava Pestov [Wed, 29 Jun 2005 23:40:44 +0000 (23:40 +0000)]
big cleanup of UI code

18 years agopresentations in UI of words and vocabs
Slava Pestov [Wed, 29 Jun 2005 04:33:07 +0000 (04:33 +0000)]
presentations in UI of words and vocabs

18 years agomore UI cleanups, fix jedit-stream bug
Slava Pestov [Wed, 29 Jun 2005 03:50:23 +0000 (03:50 +0000)]
more UI cleanups, fix jedit-stream bug

18 years agostart unifying piles and shelves
Slava Pestov [Tue, 28 Jun 2005 20:25:27 +0000 (20:25 +0000)]
start unifying piles and shelves

18 years agofixes to menu code in UI, hacked up presentations in listener
Slava Pestov [Mon, 27 Jun 2005 20:50:21 +0000 (20:50 +0000)]
fixes to menu code in UI, hacked up presentations in listener

18 years agomore UI code cleanups
Slava Pestov [Mon, 27 Jun 2005 18:55:35 +0000 (18:55 +0000)]
more UI code cleanups

18 years agoremoved a terpri
Slava Pestov [Mon, 27 Jun 2005 07:54:58 +0000 (07:54 +0000)]
removed a terpri

18 years agoremoved ansi streams, and simplified listener code
Slava Pestov [Mon, 27 Jun 2005 07:54:43 +0000 (07:54 +0000)]
removed ansi streams, and simplified listener code

18 years agoworking on styled text output in UI
Slava Pestov [Mon, 27 Jun 2005 07:47:22 +0000 (07:47 +0000)]
working on styled text output in UI

18 years agorip out more code
Slava Pestov [Mon, 27 Jun 2005 04:54:49 +0000 (04:54 +0000)]
rip out more code

18 years agoUI cleanup
Slava Pestov [Mon, 27 Jun 2005 04:40:51 +0000 (04:40 +0000)]
UI cleanup

18 years agofix errno numbers across platforms, some UI work
Slava Pestov [Sun, 26 Jun 2005 21:48:05 +0000 (21:48 +0000)]
fix errno numbers across platforms, some UI work

18 years agosplitter control in the UI works, improving panes, various UI cleanups
Slava Pestov [Sun, 26 Jun 2005 00:39:53 +0000 (00:39 +0000)]
splitter control in the UI works, improving panes, various UI cleanups

18 years agosplitter work, renaming compiler-backend::reduce to collapse
Slava Pestov [Sat, 25 Jun 2005 20:43:00 +0000 (20:43 +0000)]
splitter work, renaming compiler-backend::reduce to collapse

18 years agomissing file
Slava Pestov [Fri, 24 Jun 2005 03:32:14 +0000 (03:32 +0000)]
missing file

18 years agoadd missing file
Slava Pestov [Fri, 24 Jun 2005 03:29:04 +0000 (03:29 +0000)]
add missing file

18 years agoduplex-stream stream-close bugfix
Slava Pestov [Fri, 24 Jun 2005 02:35:41 +0000 (02:35 +0000)]
duplex-stream stream-close bugfix

18 years agoport stream-close didn't close the fd
Slava Pestov [Thu, 23 Jun 2005 20:00:26 +0000 (20:00 +0000)]
port stream-close didn't close the fd

18 years agoduplex-stream stream-close was broken
Slava Pestov [Thu, 23 Jun 2005 19:55:17 +0000 (19:55 +0000)]
duplex-stream stream-close was broken

18 years agonew add word, got rid of unused stdio-stream
Slava Pestov [Thu, 23 Jun 2005 19:53:54 +0000 (19:53 +0000)]
new add word, got rid of unused stdio-stream

18 years agoa bnit of UI work
Slava Pestov [Thu, 23 Jun 2005 07:15:44 +0000 (07:15 +0000)]
a bnit of UI work

18 years agoslowly refactoring UI code to use 3-vectors instead of a mix of x/y parameters on...
Slava Pestov [Wed, 22 Jun 2005 06:32:17 +0000 (06:32 +0000)]
slowly refactoring UI code to use 3-vectors instead of a mix of x/y parameters on the stack, and complex numbers representing points, added horizontal scrolling

18 years agowith-string is now string-out, string-in combinator, documentation updates
Slava Pestov [Sun, 19 Jun 2005 22:53:58 +0000 (22:53 +0000)]
with-string is now string-out, string-in combinator, documentation updates

18 years agostring input streams
Slava Pestov [Sun, 19 Jun 2005 22:31:02 +0000 (22:31 +0000)]
string input streams

18 years agomerged streams, stdio and files into io vocabulary
Slava Pestov [Sun, 19 Jun 2005 21:50:35 +0000 (21:50 +0000)]
merged streams, stdio and files into io vocabulary

18 years agobootstrap fix, I/O code cleanup, stream-read1 generic
Slava Pestov [Sun, 19 Jun 2005 04:23:01 +0000 (04:23 +0000)]
bootstrap fix, I/O code cleanup, stream-read1 generic

18 years agofix multiplexer bug
Slava Pestov [Sun, 19 Jun 2005 01:15:07 +0000 (01:15 +0000)]
fix multiplexer bug

18 years agoproperly handle accept returning EAGAIN or EINTR
Slava Pestov [Sat, 18 Jun 2005 20:42:49 +0000 (20:42 +0000)]
properly handle accept returning EAGAIN or EINTR