Commit Graph

12611 Commits (23c8b375ccdaff42d785bce058fd2b3efc7328d8)

Author SHA1 Message Date
Daniel Ehrenberg 23c8b375cc Uncommenting most remaining regexp unit tests 2009-03-11 16:06:14 -05:00
Daniel Ehrenberg 8b286cea4c Adding word breaks to regexp 2009-03-11 15:51:54 -05:00
Daniel Ehrenberg c193f1b68a Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:

	basis/regexp/regexp.factor
2009-03-11 14:47:05 -05:00
Daniel Ehrenberg 642b5f9649 Refactoring next-match 2009-03-11 14:45:52 -05:00
Slava Pestov 40dae755b1 Change execute( to execute-unsafe( since in this case we know the types 2009-03-11 14:02:29 -05:00
Slava Pestov fdcd8f210a Add 'see' to default vocab search path 2009-03-11 13:57:31 -05:00
Slava Pestov b6f6e880bf Make partially dispatched integer ops foldable 2009-03-11 13:57:13 -05:00
Daniel Ehrenberg ed30d24e56 Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:

	basis/regexp/regexp.factor
2009-03-11 12:33:54 -05:00
Daniel Ehrenberg 329875b170 Regexp match iterators are better 2009-03-11 12:29:33 -05:00
Slava Pestov 9c77c1333a Merge branch 'master' of git://factorcode.org/git/factor 2009-03-11 12:27:32 -05:00
Slava Pestov d5a67e5891 Fix compile error in regex 2009-03-11 12:27:25 -05:00
Daniel Ehrenberg ec5bad2f7c Removing regexp interpreter 2009-03-11 11:58:58 -05:00
Daniel Ehrenberg eaf72b54f6 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-11 11:57:43 -05:00
Daniel Ehrenberg 3cd4f3f626 Fixing regexp docs typo 2009-03-11 11:57:26 -05:00
Slava Pestov bd5013c9e6 Move combinators.cleave to unmaintained 2009-03-11 08:44:51 -05:00
Slava Pestov 52d1e4f9b5 Update code not to use combinators.cleave 2009-03-11 08:44:27 -05:00
Slava Pestov 515dcce34a Move unused utility libraries to unmaintained 2009-03-11 08:35:48 -05:00
Slava Pestov eb0bedd9b0 Fixing up code after 'see' refactoring 2009-03-11 08:34:25 -05:00
Slava Pestov b0ced3dc9a Formatting fix 2009-03-11 07:20:39 -05:00
Slava Pestov abab72f80c Move 'see' to its own vocabulary, and fix excess newlines after panes change 2009-03-11 07:18:24 -05:00
Slava Pestov 5f196ba2ef Fix bootstrap 2009-03-11 07:17:57 -05:00
Slava Pestov 04cc1ec53e Merge branch 'master' of git://factorcode.org/git/factor 2009-03-11 03:17:38 -05:00
Slava Pestov 692b648feb Change tabular-output and smash-pane behavior to fix panes unit tests; re-organize panes code to make more words private 2009-03-11 03:17:30 -05:00
Slava Pestov 21f8ba2917 Change another throw to rethrow in stack checker 2009-03-11 03:17:06 -05:00
Daniel Ehrenberg 5027d02b12 Stack shuffling cleanup in sequences 2009-03-11 00:10:27 -05:00
Daniel Ehrenberg 33822922d4 Removing regexp.matchers vocab, merged into regexp 2009-03-11 00:10:11 -05:00
Daniel Ehrenberg e97e1c8003 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-10 23:21:19 -05:00
Daniel Ehrenberg dca194e1eb Fixing XMode, which I gratuitiously broke 2009-03-10 23:21:05 -05:00
Slava Pestov 7d9389ad9e Merge branch 'master' of git://factorcode.org/git/factor 2009-03-10 20:01:34 -05:00
Daniel Ehrenberg e2fda2e227 Fixing help-lint for regexp; adding first-match and re-contains? 2009-03-10 19:34:49 -05:00
Daniel Ehrenberg 8836b2a73b matches? works as expected for reversed regexps 2009-03-10 19:17:25 -05:00
Daniel Ehrenberg 987cd1c8ce Moving regexp.matchers back to regexp 2009-03-10 18:27:33 -05:00
Daniel Ehrenberg 638cef2824 Many regexp changes, improving speed and organization 2009-03-10 18:27:04 -05:00
Slava Pestov 16ddc461b4 Document ui.gadgets.glass and fix help lint failures in UI docs 2009-03-10 17:28:34 -05:00
Slava Pestov b3f09a9aed Check for words which are not classes but have a $class-description element anyway 2009-03-10 17:28:17 -05:00
Slava Pestov 712711e869 Replace png-gadget in otug-talk with icon gadget usage; convert PNG images to TIFF 2009-03-10 17:00:46 -05:00
Daniel Ehrenberg 1d47c232f7 Merge branch 'master' of git://factorcode.org/git/factor 2009-03-10 17:00:14 -05:00
Slava Pestov 3acd00b403 Fix tetris rendering 2009-03-10 16:59:48 -05:00
Slava Pestov fb8ee9fb11 Clicking in slides window requests focus 2009-03-10 16:59:33 -05:00
Slava Pestov ceafe8c69e Fix text rendering on top of transparent background 2009-03-10 16:59:15 -05:00
Slava Pestov 2f26d5f3da images.viewer can now display some un-normalized images 2009-03-10 16:58:35 -05:00
Slava Pestov ff3c5b28bd Move normalize-scanline-order implementation from images.bitmap to images
Add upside-down? slot to image tuple
Update cap for recent changes
2009-03-10 16:35:47 -05:00
Slava Pestov 073333f245 Re-implement <polygon-gadget> since joystick-demo still uses it 2009-03-09 20:23:34 -05:00
Slava Pestov 58582ab4d9 Fix memory management for CFArrays 2009-03-09 20:22:56 -05:00
Slava Pestov a3c23c53ca Half-fix pane selection 2009-03-09 18:35:12 -05:00
Slava Pestov f7489dafcc Merge branch 'master' of git://factorcode.org/git/factor 2009-03-09 17:48:13 -05:00
Slava Pestov 3494bb11ad DEFER: now resets word definition, so take out a bogus DEFER: in irc.client 2009-03-09 17:48:04 -05:00
Slava Pestov 07cb959df4 Clean up ?at 2009-03-09 17:47:50 -05:00
Daniel Ehrenberg 6ccd58f278 Making all the regexp words compile 2009-03-09 17:29:32 -05:00
Daniel Ehrenberg 72c4736936 Renaming an internal word in regexp 2009-03-09 15:44:11 -05:00