]> gitweb.factorcode.org Git - factor.git/log
factor.git
15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Aaron Schaefer [Thu, 5 Feb 2009 16:18:51 +0000 (11:18 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
unknown [Thu, 5 Feb 2009 05:17:32 +0000 (23:17 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoremove hacks from the makefile and build-support
unknown [Thu, 5 Feb 2009 05:15:10 +0000 (23:15 -0600)]
remove hacks from the makefile and build-support

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Joe Groff [Thu, 5 Feb 2009 02:32:03 +0000 (20:32 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agodocs for swizzle
Joe Groff [Thu, 5 Feb 2009 02:05:26 +0000 (20:05 -0600)]
docs for swizzle

15 years agoswizzle word to swizzle sequences
Joe Groff [Thu, 5 Feb 2009 01:46:19 +0000 (19:46 -0600)]
swizzle word to swizzle sequences

15 years agoFix the build support for windows again, have the makefile load Config.* files in...
unknown [Thu, 5 Feb 2009 00:21:58 +0000 (18:21 -0600)]
Fix the build support for windows again, have the makefile load Config.* files in the top level so that freetype.dll and zlib1.dll targets can make

15 years agoignore a windows file
Doug Coleman [Wed, 4 Feb 2009 19:31:57 +0000 (13:31 -0600)]
ignore a windows file

15 years agouse the console factor for tests
Doug Coleman [Wed, 4 Feb 2009 19:28:19 +0000 (13:28 -0600)]
use the console factor for tests

15 years agoFix io.launcher on Windows -- Microsoft does the same thing with devenv
Doug Coleman [Wed, 4 Feb 2009 19:05:52 +0000 (13:05 -0600)]
Fix io.launcher on Windows -- Microsoft does the same thing with devenv

15 years agoio.encodings.chinese and io.encodings.japanese: use [1234]byte-array words instead...
Slava Pestov [Wed, 4 Feb 2009 11:14:00 +0000 (05:14 -0600)]
io.encodings.chinese and io.encodings.japanese: use [1234]byte-array words instead of B{ } new-sequence and [1234]array >byte-array

15 years agoAdd 1sequence word. Add unit tests for existing 1vector and 1byte-array words, and...
Slava Pestov [Wed, 4 Feb 2009 11:13:12 +0000 (05:13 -0600)]
Add 1sequence word. Add unit tests for existing 1vector and 1byte-array words, and make them use 1sequence

15 years agoMinor performance improvement for io.encodings.chinese: don't call 'linear' all the...
Slava Pestov [Wed, 4 Feb 2009 10:58:19 +0000 (04:58 -0600)]
Minor performance improvement for io.encodings.chinese: don't call 'linear' all the time

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 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 agofill some holes in quadtree docs, rename quadtrees:prune to prune-quadtree to avoid...
Joe Groff [Wed, 4 Feb 2009 02:09:28 +0000 (20:09 -0600)]
fill some holes in quadtree docs, rename quadtrees:prune to prune-quadtree to avoid colliding with sets:prune, and kill silly call to boa

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 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
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 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 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 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 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 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 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 agoMerge branch 'master' of git://factorcode.org/git/factor
Aaron Schaefer [Sun, 1 Feb 2009 23:33:03 +0000 (18:33 -0500)]
Merge branch 'master' of git://factorcode.org/git/factor

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 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 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 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 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

15 years agoMinor changes to web framework; fixing websites.concatenative:init-testing
Daniel Ehrenberg [Sat, 31 Jan 2009 07:01:54 +0000 (01:01 -0600)]
Minor changes to web framework; fixing websites.concatenative:init-testing

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Sat, 31 Jan 2009 05:27:17 +0000 (23:27 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFix typo, we're Unicode 5.1 not 5.0
Slava Pestov [Sat, 31 Jan 2009 05:26:50 +0000 (23:26 -0600)]
Fix typo, we're Unicode 5.1 not 5.0

15 years agoFix load error
Slava Pestov [Sat, 31 Jan 2009 05:26:41 +0000 (23:26 -0600)]
Fix load error

15 years agoblas from netbsd pkgsrc depends on f2c runtime libs
Doug Coleman [Sat, 31 Jan 2009 04:42:36 +0000 (22:42 -0600)]
blas from netbsd pkgsrc depends on f2c runtime libs

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

15 years agoLoad right blas libraries on netbsd
Joe Groff [Sat, 31 Jan 2009 03:46:47 +0000 (21:46 -0600)]
Load right blas libraries on netbsd

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Sat, 31 Jan 2009 03:38:38 +0000 (21:38 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

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

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Sat, 31 Jan 2009 01:34:52 +0000 (19:34 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFix a couple of bugs in xmode and add a unit test
Slava Pestov [Sat, 31 Jan 2009 01:34:31 +0000 (19:34 -0600)]
Fix a couple of bugs in xmode and add a unit test

15 years agoFixing some things I broke
Daniel Ehrenberg [Sat, 31 Jan 2009 01:28:16 +0000 (19:28 -0600)]
Fixing some things I broke

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Sat, 31 Jan 2009 01:24:48 +0000 (19:24 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agominor cleanup
Doug Coleman [Sat, 31 Jan 2009 01:24:35 +0000 (19:24 -0600)]
minor cleanup

15 years agoadd csv>file and file>csv words, better docs for csv, a few cleanups
Doug Coleman [Sat, 31 Jan 2009 01:23:04 +0000 (19:23 -0600)]
add csv>file and file>csv words, better docs for csv, a few cleanups

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Sat, 31 Jan 2009 00:36:29 +0000 (18:36 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agouse CONSTANT: for cblas constants
Joe Groff [Fri, 30 Jan 2009 23:28:06 +0000 (17:28 -0600)]
use CONSTANT: for cblas constants

15 years agoload libblas before libcblas on openbsd
Joe Groff [Fri, 30 Jan 2009 23:13:40 +0000 (17:13 -0600)]
load libblas before libcblas on openbsd

15 years agoadd missing copyright to svg.factor
Joe Groff [Fri, 30 Jan 2009 23:13:12 +0000 (17:13 -0600)]
add missing copyright to svg.factor

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Fri, 30 Jan 2009 22:52:11 +0000 (16:52 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoFix furnace help lint warning
Slava Pestov [Fri, 30 Jan 2009 22:52:03 +0000 (16:52 -0600)]
Fix furnace help lint warning

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Doug Coleman [Fri, 30 Jan 2009 22:46:07 +0000 (16:46 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agoadd RTLD_GLOBAL to dlopen flags. load atlas before cblas on freebsd
Doug Coleman [Fri, 30 Jan 2009 22:45:30 +0000 (16:45 -0600)]
add RTLD_GLOBAL to dlopen flags. load atlas before cblas on freebsd

15 years agoMerge branch 'master' of git://factorcode.org/git/factor
Slava Pestov [Fri, 30 Jan 2009 22:20:22 +0000 (16:20 -0600)]
Merge branch 'master' of git://factorcode.org/git/factor

15 years agofix help-lint docs for db
Doug Coleman [Fri, 30 Jan 2009 22:17:50 +0000 (16:17 -0600)]
fix help-lint docs for db