Slava Pestov
|
33b513fb05
|
byte-length on f outputs 0
|
2009-02-06 10:16:51 -06:00 |
Slava Pestov
|
4e422afb92
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-02-06 04:40:35 -06:00 |
Slava Pestov
|
3166828f75
|
Fix bug reported by Doug: smart combinators and inline words didn't mix very well in some cases
|
2009-02-06 04:38:54 -06:00 |
Slava Pestov
|
242638fc5c
|
alien.complex vocabulary implementing support for C99 complex numbers
|
2009-02-06 04:38:31 -06:00 |
Slava Pestov
|
d6aa376ed0
|
Removing now-redundant underlying>> calls
|
2009-02-06 04:37:28 -06:00 |
Slava Pestov
|
7ffbbb13e0
|
Specialized arrays can now be passed to alien functions directly, without calling underlying>> first
|
2009-02-06 04:36:17 -06:00 |
Slava Pestov
|
7bb0e78314
|
Add support for C99 complex float and complex double types to FFI
They are named complex-float and complex-double in the Factor world
|
2009-02-06 04:02:00 -06:00 |
Slava Pestov
|
4adef7db09
|
Fix functors bug where changing a hand-written method into one generated by a functor would forget the method; also associate functor-generated methods with the source file they're in.
Add DEFINES-CLASS, to parallel DEFINES.
Update math.blas and specialized-arrays/vectors to use DEFINES-CLASS where appropriate
|
2009-02-06 02:45:21 -06:00 |
Doug Coleman
|
d88d2a1170
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-02-05 23:59:49 -06:00 |
Doug Coleman
|
a1f4f7772f
|
make multipart work with sessions
|
2009-02-05 23:59:36 -06:00 |
Daniel Ehrenberg
|
e0a60ac429
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-02-05 23:50:28 -06:00 |
Slava Pestov
|
67ffc89402
|
colors.constants: defines a COLOR: word which looks up colors in X11 rgb.txt
|
2009-02-05 22:19:52 -06:00 |
Daniel Ehrenberg
|
51b5973b0e
|
Documenting XML interpolation inverse
|
2009-02-05 21:26:40 -06:00 |
Daniel Ehrenberg
|
86c3481f12
|
Moving XML vocabularies around
|
2009-02-05 21:17:03 -06:00 |
Daniel Ehrenberg
|
0dd811557b
|
Removing sequences.next
|
2009-02-05 20:28:36 -06:00 |
Daniel Ehrenberg
|
2466cafbd1
|
Fixing stack effects of things that use TAGS:
|
2009-02-05 19:04:21 -06:00 |
Daniel Ehrenberg
|
e32e85bdd8
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-02-05 16:49:32 -06:00 |
Daniel Ehrenberg
|
b9839b0c32
|
XML literals work with inverse now
|
2009-02-05 14:21:36 -06:00 |
Daniel Ehrenberg
|
559fa5cfc0
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-02-05 14:21:04 -06:00 |
Doug Coleman
|
f101ca606d
|
use bi
|
2009-02-05 09:09:24 -06:00 |
Joe Groff
|
7ae06b0d27
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-02-04 20:32:03 -06:00 |
Joe Groff
|
ccdd8999e1
|
swizzle word to swizzle sequences
|
2009-02-04 19:46:19 -06:00 |
Daniel Ehrenberg
|
fa0d5de2e4
|
Speeding up xml.literals by 3x using code generation
|
2009-02-04 17:29:35 -06:00 |
Doug Coleman
|
3d84d17cc6
|
use the console factor for tests
|
2009-02-04 13:28:19 -06:00 |
Daniel Ehrenberg
|
c7a070ba8e
|
Fixing typo in xml.dispatch
|
2009-02-04 13:25:51 -06:00 |
Daniel Ehrenberg
|
292ebd4a4c
|
Fixing xml.dispatch
|
2009-02-04 12:34:18 -06:00 |
Daniel Ehrenberg
|
009ea7ad45
|
Fixing bug in XML where prolog isn't considered; whenever you write XML, the encoding is listed as UTF-8.
|
2009-02-04 12:32:47 -06:00 |
Daniel Ehrenberg
|
354830e983
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-02-04 11:30:57 -06:00 |
Slava Pestov
|
489019acd0
|
io.encodings.chinese and io.encodings.japanese: use [1234]byte-array words instead of B{ } new-sequence and [1234]array >byte-array
|
2009-02-04 05:14:00 -06:00 |
Slava Pestov
|
4ee7fb1c30
|
Minor performance improvement for io.encodings.chinese: don't call 'linear' all the time
|
2009-02-04 04:58:19 -06:00 |
Slava Pestov
|
cb174f0db1
|
Regression: HTTP server would fail to serve files with binary encoding after Dan's io.encodings.iana changes from earlier today
|
2009-02-04 04:17:24 -06:00 |
Slava Pestov
|
cd77ecfab3
|
'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
|
2009-02-04 02:41:30 -06:00 |
Daniel Ehrenberg
|
babe9bb2fd
|
Making xml.dispatch compile
|
2009-02-04 01:25:48 -06:00 |
Daniel Ehrenberg
|
067681334f
|
Bug fix and docs in wrap
|
2009-02-03 22:12:04 -06:00 |
Daniel Ehrenberg
|
594f21e5bd
|
Fixing HTTP and IANA tests
|
2009-02-03 19:44:28 -06:00 |
Daniel Ehrenberg
|
246c4bb13c
|
Fixing encodings/XML
|
2009-02-03 17:32:05 -06:00 |
slava
|
a3e52f283b
|
Fix io.encodings.japanese
|
2009-02-03 00:33:55 -06:00 |
slava
|
f340e4d649
|
Re-add 8dfc63eb99
|
2009-02-03 00:33:22 -06:00 |
slava
|
7c804591b1
|
Re-add 334a96f25c
|
2009-02-03 00:32:23 -06:00 |
slava
|
e29f18a2f4
|
Trying to fix a bad merge...
Revert "Merge branch 'master' of git://factorcode.org/git/factor"
This reverts commit da639739bd , reversing
changes made to 346a61f497 .
|
2009-02-03 00:27:34 -06:00 |
Daniel Ehrenberg
|
da639739bd
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-02-02 21:22:29 -06:00 |
Daniel Ehrenberg
|
8dfc63eb99
|
Adding Japanese and Chinese encodings to io.encodings docs and io.encodings.iana
|
2009-02-02 21:20:55 -06:00 |
Daniel Ehrenberg
|
334a96f25c
|
GB 18030 support
|
2009-02-02 21:01:39 -06:00 |
Doug Coleman
|
346a61f497
|
slight cleanup in memoize
|
2009-02-02 16:37:36 -06:00 |
Doug Coleman
|
e9f2197590
|
remove a couple usings and nrev
|
2009-02-02 16:35:30 -06:00 |
Daniel Ehrenberg
|
e7bb0d21d1
|
Fixing interval maps docs typo; Minor change to io.encodings.japanese
|
2009-02-02 13:53:08 -06:00 |
Slava Pestov
|
e88812b76a
|
map infimum => [ min ] map-reduce
|
2009-02-02 06:04:29 -06:00 |
Slava Pestov
|
25f8eeab6f
|
Fix io.encodings.japanese on case-sensitive file sysems
|
2009-02-02 05:49:21 -06:00 |
Slava Pestov
|
bb2452c86e
|
Fix biassocs docs
|
2009-02-02 05:47:29 -06:00 |
Slava Pestov
|
0497132a47
|
Refactor basis/wrap to have a more flexible API
|
2009-02-02 03:47:45 -06:00 |