Björn Lindqvist
|
ba9a1ca5ef
|
basic/, extra/: even more tags
|
2017-07-07 01:45:13 +02:00 |
Doug Coleman
|
01aab7c884
|
Factor: Rename <enum> to <enumerated> to not confuse with ENUM:s
|
2017-07-03 12:47:19 -07:00 |
Doug Coleman
|
e189954ecc
|
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ;
|
2017-06-02 11:57:05 -05:00 |
John Benediktsson
|
ceb75057da
|
change ERROR: words from throw-foo back to foo.
|
2015-08-13 16:13:05 -07:00 |
Doug Coleman
|
b6be8685c3
|
basis: ERROR: changes.
|
2015-08-13 03:20:39 -07:00 |
Doug Coleman
|
892c62e1dc
|
factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test
|
2015-07-03 09:39:59 -07:00 |
Doug Coleman
|
59f3b1ea57
|
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!"
Needs a bit more work.
This reverts commit 7e54cc2824 .
|
2015-07-02 13:47:06 -07:00 |
Doug Coleman
|
7e54cc2824
|
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
|
2015-07-02 11:36:08 -07:00 |
Doug Coleman
|
352e5de16a
|
core, basis, extra: Remove DOS line endings from files.
Remove whitespace from end of lines.
Add a newline to the end of each file.
|
2015-06-29 17:25:40 -07:00 |
Slava Pestov
|
ad6d8556e0
|
Change [0,b) usages to iota
|
2010-01-15 08:05:50 +13:00 |
Slava Pestov
|
df4fb4a3ee
|
Removing integers-as-sequences
|
2010-01-15 07:15:33 +13:00 |
Doug Coleman
|
36775661a9
|
fix unit test
|
2009-10-08 21:37:30 -05:00 |
Doug Coleman
|
7403bcef0c
|
make pngs read scanlines in terms of bits instead of bytes
|
2009-10-08 16:58:24 -05:00 |
Doug Coleman
|
535fed0035
|
add a test for compression.inflate
|
2009-10-06 20:28:43 -05:00 |
Doug Coleman
|
091d22a437
|
cleaning up huffman and inflate code
|
2009-10-06 20:22:53 -05:00 |
Doug Coleman
|
7c01c09f21
|
reformatting compression.inflate code
|
2009-10-05 23:19:42 -05:00 |
Doug Coleman
|
a182b1835b
|
minor cleanup of compression.inflate
|
2009-10-05 22:34:43 -05:00 |
Doug Coleman
|
b350345f69
|
Merge branch 'a7a39d3766624227966bca34f0778030592d82c2' of git://github.com/prunedtree/factor into prunedtree
|
2009-10-05 22:27:43 -05:00 |
prunedtree
|
3ee07c92d1
|
static inflate
|
2009-10-05 20:12:59 -07:00 |
Doug Coleman
|
030351ef87
|
move the png filtering code to images.png
|
2009-09-26 20:09:16 -05:00 |
Doug Coleman
|
16cf080393
|
minor cleanups in compression.inflate
|
2009-09-26 19:16:23 -05:00 |
Doug Coleman
|
3f3d57032b
|
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
|
2009-08-13 19:21:44 -05:00 |
Slava Pestov
|
b18c84454b
|
Move constructors vocabulary to extra and refactor basis code not to use it
|
2009-06-13 18:47:19 -05:00 |
Doug Coleman
|
7134236e46
|
Merge branch 'master' of git://github.com/prunedtree/factor
Conflicts:
basis/compression/inflate/inflate.factor
basis/math/matrices/matrices.factor
|
2009-06-12 02:33:49 -05:00 |
Doug Coleman
|
71f0ce5688
|
more effective use of byte-arrays
|
2009-06-10 15:50:35 -04:00 |
prunedtree
|
f09a2807fa
|
implemented inflate-raw (uncompressed chunks)
|
2009-06-05 03:29:12 -07:00 |
Doug Coleman
|
c8e0b049a8
|
fix a bug in inflate -- length table was one entry too short
|
2009-05-17 10:10:14 -05:00 |
Doug Coleman
|
89ccc4b00a
|
throw exceptions on png types we dont support
|
2009-05-16 08:46:41 -05:00 |
Doug Coleman
|
451a13c740
|
oops, i was using alt.bitstreams in some places
|
2009-05-15 01:27:00 -05:00 |
Doug Coleman
|
c443d6d815
|
check in marc's jpeg loader, png decoder, huffman, inflate, and image-processing vocabularies
|
2009-05-14 15:46:10 -05:00 |