]> gitweb.factorcode.org Git - factor.git/log
factor.git
15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Fri, 13 Mar 2009 05:40:29 +0000 (00:40 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoForgetting a word doesn't call reset-word anymore, fixing an issue where a word calli...
Slava Pestov [Fri, 13 Mar 2009 05:40:18 +0000 (00:40 -0500)]
Forgetting a word doesn't call reset-word anymore, fixing an issue where a word calling a forgotten word wouldn't compile because the 'declared-effect' word prop was not set

15 years agofix the copyright header
Doug Coleman [Fri, 13 Mar 2009 02:57:09 +0000 (21:57 -0500)]
fix the copyright header

15 years agoadd a binding to part or all of uniscribe
Doug Coleman [Fri, 13 Mar 2009 02:52:45 +0000 (21:52 -0500)]
add a binding to part or all of uniscribe

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Fri, 13 Mar 2009 02:40:24 +0000 (21:40 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoDon't use colors.constants in prettyprint
Slava Pestov [Fri, 13 Mar 2009 02:25:33 +0000 (21:25 -0500)]
Don't use colors.constants in prettyprint

15 years agoAuto-use output omits duplicate vocabulary names, and the current vocabulary's privat...
Slava Pestov [Fri, 13 Mar 2009 02:21:48 +0000 (21:21 -0500)]
Auto-use output omits duplicate vocabulary names, and the current vocabulary's private vocab

15 years agoUse 1|| instead of 0|| where appropriate in peg.ebnf to remove some stack shuffling
Slava Pestov [Fri, 13 Mar 2009 02:21:32 +0000 (21:21 -0500)]
Use 1|| instead of 0|| where appropriate in peg.ebnf to remove some stack shuffling

15 years agowords. emits a newline after
Slava Pestov [Fri, 13 Mar 2009 01:50:07 +0000 (20:50 -0500)]
words. emits a newline after

15 years agoDocument alien.destructors
Slava Pestov [Fri, 13 Mar 2009 01:48:22 +0000 (20:48 -0500)]
Document alien.destructors

15 years agoSlightly faster binary-search
Slava Pestov [Fri, 13 Mar 2009 01:43:44 +0000 (20:43 -0500)]
Slightly faster binary-search

15 years agoFix check-slice
Slava Pestov [Fri, 13 Mar 2009 01:37:26 +0000 (20:37 -0500)]
Fix check-slice

15 years agoTweak pane layout for better baseline alignment
Slava Pestov [Thu, 12 Mar 2009 22:48:46 +0000 (17:48 -0500)]
Tweak pane layout for better baseline alignment

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Thu, 12 Mar 2009 22:31:37 +0000 (17:31 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoDon't report inference warnings for inline words
Slava Pestov [Thu, 12 Mar 2009 22:30:41 +0000 (17:30 -0500)]
Don't report inference warnings for inline words

15 years agoRemove stupid commented out code
Slava Pestov [Thu, 12 Mar 2009 22:30:33 +0000 (17:30 -0500)]
Remove stupid commented out code

15 years agoFix infinite fixed point iteration bug found by littledan; generalize-counter-interva...
Slava Pestov [Thu, 12 Mar 2009 22:30:24 +0000 (17:30 -0500)]
Fix infinite fixed point iteration bug found by littledan; generalize-counter-interval wasn't called in all the right places

15 years agofix find-in-directories and add unit tests
Doug Coleman [Thu, 12 Mar 2009 22:01:44 +0000 (17:01 -0500)]
fix find-in-directories and add unit tests

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Thu, 12 Mar 2009 03:05:06 +0000 (22:05 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoMaking regexp generate less class algebra
Daniel Ehrenberg [Thu, 12 Mar 2009 03:04:47 +0000 (22:04 -0500)]
Making regexp generate less class algebra

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Thu, 12 Mar 2009 02:51:53 +0000 (21:51 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoAdd a couple of must-infer tests
Slava Pestov [Thu, 12 Mar 2009 02:51:39 +0000 (21:51 -0500)]
Add a couple of must-infer tests

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Thu, 12 Mar 2009 00:39:55 +0000 (19:39 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoRedoing class algebra so conjunction works
Daniel Ehrenberg [Thu, 12 Mar 2009 00:39:35 +0000 (19:39 -0500)]
Redoing class algebra so conjunction works

15 years agoFix unit tests and help lint for 'see' move
Slava Pestov [Wed, 11 Mar 2009 22:33:54 +0000 (17:33 -0500)]
Fix unit tests and help lint for 'see' move

15 years agoInline initial state in next-match loop
Slava Pestov [Wed, 11 Mar 2009 22:06:45 +0000 (17:06 -0500)]
Inline initial state in next-match loop

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Wed, 11 Mar 2009 21:54:26 +0000 (16:54 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoAdd some declarations so that next-match is faster
Slava Pestov [Wed, 11 Mar 2009 21:53:44 +0000 (16:53 -0500)]
Add some declarations so that next-match is faster

15 years agoGet rid of match tuple
Slava Pestov [Wed, 11 Mar 2009 21:36:53 +0000 (16:36 -0500)]
Get rid of match tuple

15 years agoRemove match iterators for a performance boost
Slava Pestov [Wed, 11 Mar 2009 21:21:29 +0000 (16:21 -0500)]
Remove match iterators for a performance boost

15 years agoUncommenting most remaining regexp unit tests
Daniel Ehrenberg [Wed, 11 Mar 2009 21:06:14 +0000 (16:06 -0500)]
Uncommenting most remaining regexp unit tests

15 years agoAdding word breaks to regexp
Daniel Ehrenberg [Wed, 11 Mar 2009 20:51:54 +0000 (15:51 -0500)]
Adding word breaks to regexp

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Wed, 11 Mar 2009 19:47:05 +0000 (14:47 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

Conflicts:

basis/regexp/regexp.factor

15 years agoRefactoring next-match
Daniel Ehrenberg [Wed, 11 Mar 2009 19:45:52 +0000 (14:45 -0500)]
Refactoring next-match

15 years agoChange execute( to execute-unsafe( since in this case we know the types
Slava Pestov [Wed, 11 Mar 2009 19:02:29 +0000 (14:02 -0500)]
Change execute( to execute-unsafe( since in this case we know the types

15 years agoAdd 'see' to default vocab search path
Slava Pestov [Wed, 11 Mar 2009 18:57:31 +0000 (13:57 -0500)]
Add 'see' to default vocab search path

15 years agoMake partially dispatched integer ops foldable
Slava Pestov [Wed, 11 Mar 2009 18:57:13 +0000 (13:57 -0500)]
Make partially dispatched integer ops foldable

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Wed, 11 Mar 2009 17:33:54 +0000 (12:33 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

Conflicts:

basis/regexp/regexp.factor

15 years agoRegexp match iterators are better
Daniel Ehrenberg [Wed, 11 Mar 2009 17:29:33 +0000 (12:29 -0500)]
Regexp match iterators are better

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Wed, 11 Mar 2009 17:27:32 +0000 (12:27 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFix compile error in regex
Slava Pestov [Wed, 11 Mar 2009 17:27:25 +0000 (12:27 -0500)]
Fix compile error in regex

15 years agoRemoving regexp interpreter
Daniel Ehrenberg [Wed, 11 Mar 2009 16:58:58 +0000 (11:58 -0500)]
Removing regexp interpreter

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Wed, 11 Mar 2009 16:57:43 +0000 (11:57 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFixing regexp docs typo
Daniel Ehrenberg [Wed, 11 Mar 2009 16:57:26 +0000 (11:57 -0500)]
Fixing regexp docs typo

15 years agoMove combinators.cleave to unmaintained
Slava Pestov [Wed, 11 Mar 2009 13:44:51 +0000 (08:44 -0500)]
Move combinators.cleave to unmaintained

15 years agoUpdate code not to use combinators.cleave
Slava Pestov [Wed, 11 Mar 2009 13:44:27 +0000 (08:44 -0500)]
Update code not to use combinators.cleave

15 years agoMove unused utility libraries to unmaintained
Slava Pestov [Wed, 11 Mar 2009 13:35:48 +0000 (08:35 -0500)]
Move unused utility libraries to unmaintained

15 years agoFixing up code after 'see' refactoring
Slava Pestov [Wed, 11 Mar 2009 13:34:25 +0000 (08:34 -0500)]
Fixing up code after 'see' refactoring

15 years agoFormatting fix
Slava Pestov [Wed, 11 Mar 2009 12:20:39 +0000 (07:20 -0500)]
Formatting fix

15 years agoMove 'see' to its own vocabulary, and fix excess newlines after panes change
Slava Pestov [Wed, 11 Mar 2009 12:18:24 +0000 (07:18 -0500)]
Move 'see' to its own vocabulary, and fix excess newlines after panes change

15 years agoFix bootstrap
Slava Pestov [Wed, 11 Mar 2009 12:17:57 +0000 (07:17 -0500)]
Fix bootstrap

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Wed, 11 Mar 2009 08:17:38 +0000 (03:17 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoChange tabular-output and smash-pane behavior to fix panes unit tests; re-organize...
Slava Pestov [Wed, 11 Mar 2009 08:17:30 +0000 (03:17 -0500)]
Change tabular-output and smash-pane behavior to fix panes unit tests; re-organize panes code to make more words private

15 years agoChange another throw to rethrow in stack checker
Slava Pestov [Wed, 11 Mar 2009 08:17:06 +0000 (03:17 -0500)]
Change another throw to rethrow in stack checker

15 years agoStack shuffling cleanup in sequences
Daniel Ehrenberg [Wed, 11 Mar 2009 05:10:27 +0000 (00:10 -0500)]
Stack shuffling cleanup in sequences

15 years agoRemoving regexp.matchers vocab, merged into regexp
Daniel Ehrenberg [Wed, 11 Mar 2009 05:10:11 +0000 (00:10 -0500)]
Removing regexp.matchers vocab, merged into regexp

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Wed, 11 Mar 2009 04:21:19 +0000 (23:21 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFixing XMode, which I gratuitiously broke
Daniel Ehrenberg [Wed, 11 Mar 2009 04:21:05 +0000 (23:21 -0500)]
Fixing XMode, which I gratuitiously broke

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Wed, 11 Mar 2009 01:01:34 +0000 (20:01 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFixing help-lint for regexp; adding first-match and re-contains?
Daniel Ehrenberg [Wed, 11 Mar 2009 00:34:49 +0000 (19:34 -0500)]
Fixing help-lint for regexp; adding first-match and re-contains?

15 years agomatches? works as expected for reversed regexps
Daniel Ehrenberg [Wed, 11 Mar 2009 00:17:25 +0000 (19:17 -0500)]
matches? works as expected for reversed regexps

15 years agoMoving regexp.matchers back to regexp
Daniel Ehrenberg [Tue, 10 Mar 2009 23:27:33 +0000 (18:27 -0500)]
Moving regexp.matchers back to regexp

15 years agoMany regexp changes, improving speed and organization
Daniel Ehrenberg [Tue, 10 Mar 2009 23:27:04 +0000 (18:27 -0500)]
Many regexp changes, improving speed and organization

15 years agoDocument ui.gadgets.glass and fix help lint failures in UI docs
Slava Pestov [Tue, 10 Mar 2009 22:28:34 +0000 (17:28 -0500)]
Document ui.gadgets.glass and fix help lint failures in UI docs

15 years agoCheck for words which are not classes but have a $class-description element anyway
Slava Pestov [Tue, 10 Mar 2009 22:28:17 +0000 (17:28 -0500)]
Check for words which are not classes but have a $class-description element anyway

15 years agoReplace png-gadget in otug-talk with icon gadget usage; convert PNG images to TIFF
Slava Pestov [Tue, 10 Mar 2009 22:00:46 +0000 (17:00 -0500)]
Replace png-gadget in otug-talk with icon gadget usage; convert PNG images to TIFF

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Tue, 10 Mar 2009 22:00:14 +0000 (17:00 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFix tetris rendering
Slava Pestov [Tue, 10 Mar 2009 21:59:48 +0000 (16:59 -0500)]
Fix tetris rendering

15 years agoClicking in slides window requests focus
Slava Pestov [Tue, 10 Mar 2009 21:59:33 +0000 (16:59 -0500)]
Clicking in slides window requests focus

15 years agoFix text rendering on top of transparent background
Slava Pestov [Tue, 10 Mar 2009 21:59:15 +0000 (16:59 -0500)]
Fix text rendering on top of transparent background

15 years agoimages.viewer can now display some un-normalized images
Slava Pestov [Tue, 10 Mar 2009 21:58:35 +0000 (16:58 -0500)]
images.viewer can now display some un-normalized images

15 years agoMove normalize-scanline-order implementation from images.bitmap to images
Slava Pestov [Tue, 10 Mar 2009 21:35:47 +0000 (16:35 -0500)]
Move normalize-scanline-order implementation from images.bitmap to images
Add upside-down? slot to image tuple
Update cap for recent changes

15 years agoRe-implement <polygon-gadget> since joystick-demo still uses it
Slava Pestov [Tue, 10 Mar 2009 01:23:34 +0000 (20:23 -0500)]
Re-implement <polygon-gadget> since joystick-demo still uses it

15 years agoFix memory management for CFArrays
Slava Pestov [Tue, 10 Mar 2009 01:22:56 +0000 (20:22 -0500)]
Fix memory management for CFArrays

15 years agoHalf-fix pane selection
Slava Pestov [Mon, 9 Mar 2009 23:35:12 +0000 (18:35 -0500)]
Half-fix pane selection

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Mon, 9 Mar 2009 22:48:13 +0000 (17:48 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoDEFER: now resets word definition, so take out a bogus DEFER: in irc.client
Slava Pestov [Mon, 9 Mar 2009 22:48:04 +0000 (17:48 -0500)]
DEFER: now resets word definition, so take out a bogus DEFER: in irc.client

15 years agoClean up ?at
Slava Pestov [Mon, 9 Mar 2009 22:47:50 +0000 (17:47 -0500)]
Clean up ?at

15 years agoMaking all the regexp words compile
Daniel Ehrenberg [Mon, 9 Mar 2009 22:29:32 +0000 (17:29 -0500)]
Making all the regexp words compile

15 years agoRenaming an internal word in regexp
Daniel Ehrenberg [Mon, 9 Mar 2009 20:44:11 +0000 (15:44 -0500)]
Renaming an internal word in regexp

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Mon, 9 Mar 2009 20:38:14 +0000 (15:38 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFixing validators so it loads
Daniel Ehrenberg [Mon, 9 Mar 2009 20:38:05 +0000 (15:38 -0500)]
Fixing validators so it loads

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Mon, 9 Mar 2009 20:25:41 +0000 (15:25 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoAdd unportable tag to core-text.fonts
Slava Pestov [Mon, 9 Mar 2009 20:25:25 +0000 (15:25 -0500)]
Add unportable tag to core-text.fonts

15 years agoFixing regexp minimization
Daniel Ehrenberg [Mon, 9 Mar 2009 03:34:11 +0000 (22:34 -0500)]
Fixing regexp minimization

15 years agoMore docs for regexps
Daniel Ehrenberg [Mon, 9 Mar 2009 01:25:33 +0000 (20:25 -0500)]
More docs for regexps

15 years agoFixing xmode use lines; adding fake reluctant ?*+ to make XMode work (they're actuall...
Daniel Ehrenberg [Sun, 8 Mar 2009 23:50:41 +0000 (18:50 -0500)]
Fixing xmode use lines; adding fake reluctant ?*+ to make XMode work (they're actually greedy)

15 years agoCommenting out the last failing regexp unit tests :(
Daniel Ehrenberg [Sun, 8 Mar 2009 23:25:09 +0000 (18:25 -0500)]
Commenting out the last failing regexp unit tests :(

15 years agoMaking regexp tests pass by commenting out some minimization and combinator tests
Daniel Ehrenberg [Sun, 8 Mar 2009 23:07:36 +0000 (18:07 -0500)]
Making regexp tests pass by commenting out some minimization and combinator tests

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Sun, 8 Mar 2009 22:51:22 +0000 (17:51 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoMerge branch 'regexp'
Daniel Ehrenberg [Sun, 8 Mar 2009 22:50:32 +0000 (17:50 -0500)]
Merge branch 'regexp'

15 years agoClicking in the pane focuses the input area
Slava Pestov [Sun, 8 Mar 2009 22:33:40 +0000 (17:33 -0500)]
Clicking in the pane focuses the input area

15 years agoFix parse-content-type for quoted tokens
Slava Pestov [Sun, 8 Mar 2009 22:33:17 +0000 (17:33 -0500)]
Fix parse-content-type for quoted tokens

15 years agoFix ui.commands unit test on non-Mac platfrms
Slava Pestov [Sun, 8 Mar 2009 07:52:05 +0000 (01:52 -0600)]
Fix ui.commands unit test on non-Mac platfrms

15 years agoHelp lint and meta-data fixes
Slava Pestov [Sun, 8 Mar 2009 07:49:06 +0000 (01:49 -0600)]
Help lint and meta-data fixes

15 years agoFix compile error on FreeBSD
Slava Pestov [Sun, 8 Mar 2009 07:13:53 +0000 (01:13 -0600)]
Fix compile error on FreeBSD

15 years agoFix CGI
Slava Pestov [Sun, 8 Mar 2009 04:09:57 +0000 (22:09 -0600)]
Fix CGI

15 years agoAdd Atom link to Planet Factor
Slava Pestov [Sun, 8 Mar 2009 03:50:23 +0000 (21:50 -0600)]
Add Atom link to Planet Factor

15 years agoDon't escape absolute URLs in Farkup
Slava Pestov [Sun, 8 Mar 2009 03:47:06 +0000 (21:47 -0600)]
Don't escape absolute URLs in Farkup

15 years agoshow-browser command now just switches to an existing browser instead of pointing...
Slava Pestov [Sun, 8 Mar 2009 03:35:44 +0000 (21:35 -0600)]
show-browser command now just switches to an existing browser instead of pointing it at the documentation front page