]> gitweb.factorcode.org Git - factor.git/log
factor.git
15 years agoMerge branch 'master' into new_ui
Slava Pestov [Wed, 4 Feb 2009 10:45:33 +0000 (04:45 -0600)]
Merge branch 'master' into new_ui

15 years agoRegression: HTTP server would fail to serve files with binary encoding after Dan...
Slava Pestov [Wed, 4 Feb 2009 10:17:24 +0000 (04:17 -0600)]
Regression: HTTP server would fail to serve files with binary encoding after Dan's io.encodings.iana changes from earlier today

15 years ago'case' didn't work if the default was a non-quotation callable, like a curry; this...
Slava Pestov [Wed, 4 Feb 2009 08:41:30 +0000 (02:41 -0600)]
'case' didn't work if the default was a non-quotation callable, like a curry; this could come up with macro expansion. Bug reported by Dan

15 years agohelp.stylesheet: Use a real bullet instead of a dash
Slava Pestov [Wed, 4 Feb 2009 06:51:47 +0000 (00:51 -0600)]
help.stylesheet: Use a real bullet instead of a dash

15 years agoClean up trim-{head,tail}{,-slice} combinators
Slava Pestov [Wed, 4 Feb 2009 06:51:00 +0000 (00:51 -0600)]
Clean up trim-{head,tail}{,-slice} combinators

15 years agoGrid layout now respects baselines when fill attribute is off
Slava Pestov [Wed, 4 Feb 2009 06:50:04 +0000 (00:50 -0600)]
Grid layout now respects baselines when fill attribute is off
Paragraph gadgets now compute a baseline

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Wed, 4 Feb 2009 05:00:46 +0000 (23:00 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoremove nrev from reports.noise
Doug Coleman [Wed, 4 Feb 2009 05:00:34 +0000 (23:00 -0600)]
remove nrev from reports.noise

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Wed, 4 Feb 2009 04:12:45 +0000 (22:12 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoBug fix and docs in wrap
Daniel Ehrenberg [Wed, 4 Feb 2009 04:12:04 +0000 (22:12 -0600)]
Bug fix and docs in wrap

15 years agoUnchecked-examples are hard, let's go shopping.
Doug Coleman [Wed, 4 Feb 2009 03:29:24 +0000 (21:29 -0600)]
Unchecked-examples are hard, let's go shopping.

15 years agoadd random to using list
Doug Coleman [Wed, 4 Feb 2009 03:27:59 +0000 (21:27 -0600)]
add random to using list

15 years agoFixing HTTP and IANA tests
Daniel Ehrenberg [Wed, 4 Feb 2009 01:44:28 +0000 (19:44 -0600)]
Fixing HTTP and IANA tests

15 years agoFixing encodings/XML
Daniel Ehrenberg [Tue, 3 Feb 2009 23:32:05 +0000 (17:32 -0600)]
Fixing encodings/XML

15 years agoFix io.encodings.japanese
slava [Tue, 3 Feb 2009 06:33:55 +0000 (00:33 -0600)]
Fix io.encodings.japanese

15 years agoRe-add 8dfc63eb99fa2cc186fb99c16d75a273365d2b60
slava [Tue, 3 Feb 2009 06:33:22 +0000 (00:33 -0600)]
Re-add 8dfc63eb99fa2cc186fb99c16d75a273365d2b60

15 years agoRe-add 334a96f25c4c9e01e2827ffa5ca53038218c06ed
slava [Tue, 3 Feb 2009 06:32:23 +0000 (00:32 -0600)]
Re-add 334a96f25c4c9e01e2827ffa5ca53038218c06ed

15 years agoTrying to fix a bad merge...
slava [Tue, 3 Feb 2009 06:27:34 +0000 (00:27 -0600)]
Trying to fix a bad merge...

Revert "Merge branch 'master' of git://factorcode.org/git/factor"

This reverts commit da639739bd2ef313737f01ff5e42b28cdbe6c9a9, reversing
changes made to 346a61f4978049689012e9fa84a893d4fa5234cf.

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Tue, 3 Feb 2009 03:22:29 +0000 (21:22 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoAdding Japanese and Chinese encodings to io.encodings docs and io.encodings.iana
Daniel Ehrenberg [Tue, 3 Feb 2009 03:20:55 +0000 (21:20 -0600)]
Adding Japanese and Chinese encodings to io.encodings docs and io.encodings.iana

15 years agoGB 18030 support
Daniel Ehrenberg [Tue, 3 Feb 2009 03:01:39 +0000 (21:01 -0600)]
GB 18030 support

15 years agoslight cleanup in memoize
Doug Coleman [Mon, 2 Feb 2009 22:37:36 +0000 (16:37 -0600)]
slight cleanup in memoize

15 years agoremove a couple usings and nrev
Doug Coleman [Mon, 2 Feb 2009 22:35:30 +0000 (16:35 -0600)]
remove a couple usings and nrev

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Mon, 2 Feb 2009 22:30:14 +0000 (16:30 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoEliminate more tuck usages
Slava Pestov [Mon, 2 Feb 2009 22:11:16 +0000 (16:11 -0600)]
Eliminate more tuck usages

15 years agoMerge branch 'master' of git://factorcode.org/git/factor into new_ui
Slava Pestov [Mon, 2 Feb 2009 22:03:38 +0000 (16:03 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor into new_ui

15 years agoassocs -> collections in quadtree tags to be consistent
Doug Coleman [Mon, 2 Feb 2009 22:03:03 +0000 (16:03 -0600)]
assocs -> collections in quadtree tags to be consistent

15 years agoMerge branch 'master' of git://factorcode.org/git/factor into new_ui
Slava Pestov [Mon, 2 Feb 2009 22:01:14 +0000 (16:01 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor into new_ui

15 years agoRemove ui.gadgets.broken; functionality merged into ui.gadgets.debug
Slava Pestov [Mon, 2 Feb 2009 22:00:57 +0000 (16:00 -0600)]
Remove ui.gadgets.broken; functionality merged into ui.gadgets.debug

15 years agoClean up ui.gadgets.grids
Slava Pestov [Mon, 2 Feb 2009 21:58:28 +0000 (15:58 -0600)]
Clean up ui.gadgets.grids

15 years agoAdd CHAR: completion to UI listener
Slava Pestov [Mon, 2 Feb 2009 21:58:09 +0000 (15:58 -0600)]
Add CHAR: completion to UI listener

15 years agoFix 'Cut' command in Factor.nib
Slava Pestov [Mon, 2 Feb 2009 21:57:07 +0000 (15:57 -0600)]
Fix 'Cut' command in Factor.nib

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Mon, 2 Feb 2009 21:52:01 +0000 (15:52 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agofix load error
Doug Coleman [Mon, 2 Feb 2009 21:51:42 +0000 (15:51 -0600)]
fix load error

15 years agogold-plate quadtrees
Joe Groff [Mon, 2 Feb 2009 21:16:03 +0000 (15:16 -0600)]
gold-plate quadtrees

15 years agoCorrectly compute pref-dim of gadgets with baseline alignment
Slava Pestov [Mon, 2 Feb 2009 21:14:46 +0000 (15:14 -0600)]
Correctly compute pref-dim of gadgets with baseline alignment

15 years agoRemove two swapd usages
Slava Pestov [Mon, 2 Feb 2009 20:26:54 +0000 (14:26 -0600)]
Remove two swapd usages

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Joe Groff [Mon, 2 Feb 2009 20:26:31 +0000 (14:26 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agonon-retarded implementation of quadtree assoc-size
Joe Groff [Mon, 2 Feb 2009 20:25:29 +0000 (14:25 -0600)]
non-retarded implementation of quadtree assoc-size

15 years agoFixing interval maps docs typo; Minor change to io.encodings.japanese
Daniel Ehrenberg [Mon, 2 Feb 2009 19:53:08 +0000 (13:53 -0600)]
Fixing interval maps docs typo; Minor change to io.encodings.japanese

15 years agoWorking on baseline alignment
Slava Pestov [Mon, 2 Feb 2009 19:45:06 +0000 (13:45 -0600)]
Working on baseline alignment

15 years ago<CFString> doesn't bomb if string contains invalid codepoints > 0x10ffff
Slava Pestov [Mon, 2 Feb 2009 19:44:44 +0000 (13:44 -0600)]
<CFString> doesn't bomb if string contains invalid codepoints > 0x10ffff

15 years agoClean up some usages of tuck, and add Joe's curried cleave/spread/apply combinators...
Slava Pestov [Mon, 2 Feb 2009 19:43:54 +0000 (13:43 -0600)]
Clean up some usages of tuck, and add Joe's curried cleave/spread/apply combinators to kernel vocabulary

15 years agoadd test for quadtree >alist
Joe Groff [Mon, 2 Feb 2009 19:19:08 +0000 (13:19 -0600)]
add test for quadtree >alist

15 years agoquadtrees vocab
Joe Groff [Mon, 2 Feb 2009 19:16:03 +0000 (13:16 -0600)]
quadtrees vocab

15 years agoFix conflict
Slava Pestov [Mon, 2 Feb 2009 12:07:59 +0000 (06:07 -0600)]
Fix conflict

15 years agoFoo
Slava Pestov [Mon, 2 Feb 2009 12:07:06 +0000 (06:07 -0600)]
Foo

15 years agomap infimum => [ min ] map-reduce
Slava Pestov [Mon, 2 Feb 2009 12:04:29 +0000 (06:04 -0600)]
map infimum => [ min ] map-reduce

15 years agoFix io.encodings.japanese on case-sensitive file sysems
Slava Pestov [Mon, 2 Feb 2009 11:49:21 +0000 (05:49 -0600)]
Fix io.encodings.japanese on case-sensitive file sysems

15 years agoFix biassocs docs
Slava Pestov [Mon, 2 Feb 2009 11:47:29 +0000 (05:47 -0600)]
Fix biassocs docs

15 years agoRefactor basis/wrap to have a more flexible API
Slava Pestov [Mon, 2 Feb 2009 09:47:45 +0000 (03:47 -0600)]
Refactor basis/wrap to have a more flexible API

15 years agoUse [ max ] map-reduce instead of map supremum; would be nice to find a good name...
Slava Pestov [Mon, 2 Feb 2009 09:46:10 +0000 (03:46 -0600)]
Use [ max ] map-reduce instead of map supremum; would be nice to find a good name for this and put it in sequences vocab

15 years agoinfimum, supremum: use map-reduce
Slava Pestov [Mon, 2 Feb 2009 09:33:40 +0000 (03:33 -0600)]
infimum, supremum: use map-reduce

15 years agostrings.tables: use [ max ] map-reduce
Slava Pestov [Mon, 2 Feb 2009 09:33:23 +0000 (03:33 -0600)]
strings.tables: use [ max ] map-reduce

15 years agoRefactor ui.gadgets.paragraphs to use wrap
Slava Pestov [Mon, 2 Feb 2009 09:32:13 +0000 (03:32 -0600)]
Refactor ui.gadgets.paragraphs to use wrap

15 years agoMerge branch 'master' into new_ui
Slava Pestov [Mon, 2 Feb 2009 06:22:48 +0000 (00:22 -0600)]
Merge branch 'master' into new_ui

15 years agoCleanup of various encodings implementations
Daniel Ehrenberg [Mon, 2 Feb 2009 06:16:33 +0000 (00:16 -0600)]
Cleanup of various encodings implementations

15 years agoAdd >biassoc word, and define new-assoc on biassocs so that assoc-map and such can...
Slava Pestov [Mon, 2 Feb 2009 06:11:33 +0000 (00:11 -0600)]
Add >biassoc word, and define new-assoc on biassocs so that assoc-map and such can produce biassocs when given biassocs as inputs

15 years agoAdd horizontal and vertical orientation constants, working on baseline alignment
Slava Pestov [Mon, 2 Feb 2009 06:02:55 +0000 (00:02 -0600)]
Add horizontal and vertical orientation constants, working on baseline alignment

15 years ago<border> now takes a pair instead of an integer
Slava Pestov [Mon, 2 Feb 2009 06:00:45 +0000 (00:00 -0600)]
<border> now takes a pair instead of an integer

15 years agoClean up line-metrics code
Slava Pestov [Mon, 2 Feb 2009 05:58:05 +0000 (23:58 -0600)]
Clean up line-metrics code

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Mon, 2 Feb 2009 05:53:38 +0000 (23:53 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoShift-JIS support; minor cleanup of io.binary
Daniel Ehrenberg [Mon, 2 Feb 2009 05:47:36 +0000 (23:47 -0600)]
Shift-JIS support; minor cleanup of io.binary

15 years agoAdd ui.text:line-metrics word, and core-text implementation
Slava Pestov [Mon, 2 Feb 2009 02:32:49 +0000 (20:32 -0600)]
Add ui.text:line-metrics word, and core-text implementation

15 years agocore-graphics: fix problem when rendering transparent offscreen bitmaps, use calloc...
Slava Pestov [Mon, 2 Feb 2009 02:32:26 +0000 (20:32 -0600)]
core-graphics: fix problem when rendering transparent offscreen bitmaps, use calloc instead of malloc so that memory is zeroed

15 years agocolors: add an opaque? word and a transparent color
Slava Pestov [Mon, 2 Feb 2009 02:32:00 +0000 (20:32 -0600)]
colors: add an opaque? word and a transparent color

15 years agoUI cleanup: make some ui.gadgets words private, give labels a virtual slot instead...
Slava Pestov [Mon, 2 Feb 2009 02:31:42 +0000 (20:31 -0600)]
UI cleanup: make some ui.gadgets words private, give labels a virtual slot instead of label-string/set-label-string words

15 years agointerval-maps: clean up some shuffling
Slava Pestov [Mon, 2 Feb 2009 02:30:54 +0000 (20:30 -0600)]
interval-maps: clean up some shuffling

15 years agoClean up some messy stack shuffling
Slava Pestov [Mon, 2 Feb 2009 01:14:43 +0000 (19:14 -0600)]
Clean up some messy stack shuffling

15 years agoCleanup of io.encodings.utf32
Daniel Ehrenberg [Mon, 2 Feb 2009 00:54:06 +0000 (18:54 -0600)]
Cleanup of io.encodings.utf32

15 years agoUTF-32 encoding/decoding
Daniel Ehrenberg [Sun, 1 Feb 2009 21:36:07 +0000 (15:36 -0600)]
UTF-32 encoding/decoding

15 years agoLinks to words in apropos work better
Slava Pestov [Sun, 1 Feb 2009 12:33:44 +0000 (06:33 -0600)]
Links to words in apropos work better

15 years agoFix com-stack-effect
Slava Pestov [Sun, 1 Feb 2009 09:27:10 +0000 (03:27 -0600)]
Fix com-stack-effect

15 years agoMerge branch 'master' into new_ui
Slava Pestov [Sun, 1 Feb 2009 08:07:21 +0000 (02:07 -0600)]
Merge branch 'master' into new_ui

15 years agoFix http test
Slava Pestov [Sun, 1 Feb 2009 08:02:09 +0000 (02:02 -0600)]
Fix http test

15 years agoFix lint
Slava Pestov [Sun, 1 Feb 2009 05:11:07 +0000 (23:11 -0600)]
Fix lint

15 years agoFix core-text.utilities
Slava Pestov [Sun, 1 Feb 2009 05:09:56 +0000 (23:09 -0600)]
Fix core-text.utilities

15 years agoFix conflict
Slava Pestov [Sun, 1 Feb 2009 04:41:26 +0000 (22:41 -0600)]
Fix conflict

15 years agoFix validation error rendering
Slava Pestov [Sun, 1 Feb 2009 03:56:39 +0000 (21:56 -0600)]
Fix validation error rendering

15 years agoFix load error
Slava Pestov [Sun, 1 Feb 2009 03:23:56 +0000 (21:23 -0600)]
Fix load error

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Sun, 1 Feb 2009 03:02:27 +0000 (21:02 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoChange example to unchecked-example since on netbsd math functions return 0 instead...
Slava Pestov [Sun, 1 Feb 2009 03:02:13 +0000 (21:02 -0600)]
Change example to unchecked-example since on netbsd math functions return 0 instead of NaN on domain errors

15 years agoFix some bugs in xml.utilities and add new unit tests
Slava Pestov [Sun, 1 Feb 2009 03:01:55 +0000 (21:01 -0600)]
Fix some bugs in xml.utilities and add new unit tests

15 years agoFix msxml-to-csv
Slava Pestov [Sun, 1 Feb 2009 02:58:23 +0000 (20:58 -0600)]
Fix msxml-to-csv

15 years agoAdd unit tests for msxml-to-csv
Slava Pestov [Sun, 1 Feb 2009 02:56:00 +0000 (20:56 -0600)]
Add unit tests for msxml-to-csv

15 years agoFix some issues in http.server
Slava Pestov [Sun, 1 Feb 2009 02:54:49 +0000 (20:54 -0600)]
Fix some issues in http.server

15 years agoFix help.html for Dan's recent changes
Slava Pestov [Sun, 1 Feb 2009 02:44:30 +0000 (20:44 -0600)]
Fix help.html for Dan's recent changes

15 years agoRewrite html.streams to use xml.literals
Slava Pestov [Sun, 1 Feb 2009 02:44:17 +0000 (20:44 -0600)]
Rewrite html.streams to use xml.literals

15 years agoadd test cases to svg to cover recent breakage
Joe Groff [Sat, 31 Jan 2009 23:29:04 +0000 (17:29 -0600)]
add test cases to svg to cover recent breakage

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Joe Groff [Sat, 31 Jan 2009 15:21:17 +0000 (09:21 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoUpdate svg for xml api changes
Joe Groff [Sat, 31 Jan 2009 15:18:44 +0000 (09:18 -0600)]
Update svg for xml api changes

15 years agoMerge branch 'master' into new_ui
Slava Pestov [Sat, 31 Jan 2009 09:03:39 +0000 (03:03 -0600)]
Merge branch 'master' into new_ui

15 years agoFix websites.concatenative:init-production
Slava Pestov [Sat, 31 Jan 2009 09:02:29 +0000 (03:02 -0600)]
Fix websites.concatenative:init-production

15 years agoUpdate lint for Dan's html vocab change
Slava Pestov [Sat, 31 Jan 2009 09:02:21 +0000 (03:02 -0600)]
Update lint for Dan's html vocab change

15 years agoFix regression in xmode.code2html:htmlize-lines
Slava Pestov [Sat, 31 Jan 2009 09:02:10 +0000 (03:02 -0600)]
Fix regression in xmode.code2html:htmlize-lines

15 years agoFix circular dependency between db.tuples and db.types docs
Slava Pestov [Sat, 31 Jan 2009 09:01:56 +0000 (03:01 -0600)]
Fix circular dependency between db.tuples and db.types docs

15 years agoWorking on listener completion
Slava Pestov [Sat, 31 Jan 2009 08:40:03 +0000 (02:40 -0600)]
Working on listener completion

15 years agoAdd gesture>operation word
Slava Pestov [Sat, 31 Jan 2009 08:39:38 +0000 (02:39 -0600)]
Add gesture>operation word

15 years agoAdd key-gesture superclass for key-down and key-up
Slava Pestov [Sat, 31 Jan 2009 08:39:27 +0000 (02:39 -0600)]
Add key-gesture superclass for key-down and key-up

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Daniel Ehrenberg [Sat, 31 Jan 2009 07:06:00 +0000 (01:06 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor