Doug Coleman
|
ebae774b8c
|
moved xml errors tests to a new place
|
2008-05-06 14:48:28 -05:00 |
Doug Coleman
|
7c09936f30
|
use butlast, butlast-slice
"extra/foo" resource-path -> "resource:extra/foo"
|
2008-05-06 12:37:11 -05:00 |
Doug Coleman
|
0b21c84e75
|
fix errors i introduced with the state-parser cleanup
|
2008-05-06 12:16:04 -05:00 |
Doug Coleman
|
db5716ede7
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2008-05-06 11:15:05 -05:00 |
Slava Pestov
|
75fb15ee4c
|
Split stdio up into input-stream/output-stream, pipes work in progress
|
2008-05-05 02:19:25 -05:00 |
Doug Coleman
|
a77ba70706
|
refactor xml parser
|
2008-05-02 17:12:09 -05:00 |
Doug Coleman
|
439c138aa5
|
fix load errors
|
2008-04-26 11:03:41 -05:00 |
Doug Coleman
|
4d0ba8c3c1
|
reverse args for assoc-diff, diff
fix lots of usings
fix help lint
|
2008-04-26 02:01:43 -05:00 |
Doug Coleman
|
b7c1f9dbe8
|
extra changes:
index* -> index-from
last-index* -> last-index-from
1 tail -> rest
1 tail-slice -> rest-slice
subset -> filter
prepose
find* -> find-from
find-last* -> find-last-from
before, after generic, < for integers
make between? work for timestamps
|
2008-04-25 23:17:08 -05:00 |
Slava Pestov
|
7bcadd99a4
|
XML templating engine
|
2008-04-15 06:10:08 -05:00 |
Slava Pestov
|
490d7fed0b
|
Fixing minor bugs
|
2008-04-14 06:04:01 -05:00 |
Doug Coleman
|
f64d511ca6
|
add usings
|
2008-04-14 02:40:32 -05:00 |
Doug Coleman
|
f80085ff0a
|
seq-diff -> diff
seq-intersect -> intersect
|
2008-04-13 23:09:42 -05:00 |
Doug Coleman
|
2edd0fefc9
|
new -> new-sequence
construct-empty -> new
construct-boa -> boa
diff -> assoc-diff
union -> assoc-union
intersect -> assoc-intersect
|
2008-04-13 22:58:07 -05:00 |
Doug Coleman
|
72080fda4a
|
construct-boa -> boa
construct-empty -> new
|
2008-04-13 15:06:27 -05:00 |
Slava Pestov
|
aaf48cebf5
|
New utility word
|
2008-04-13 03:52:40 -05:00 |
Doug Coleman
|
484f765566
|
case/cond
|
2008-04-11 12:57:43 -05:00 |
Slava Pestov
|
3a9839a168
|
Fix conflict
|
2008-03-27 01:43:32 -05:00 |
Slava Pestov
|
690621ffb6
|
Change PREDICATE: syntax
|
2008-03-26 18:23:19 -05:00 |
Daniel Ehrenberg
|
2bc882bf5a
|
XML reports its encoding as UTF-8
|
2008-03-25 22:45:26 -04:00 |
Slava Pestov
|
5af2be3798
|
More documentation fixes
|
2008-03-11 21:01:39 -05:00 |
Slava Pestov
|
26df05b912
|
More unit test fixes
|
2008-03-08 04:27:19 -06:00 |
Daniel Ehrenberg
|
c5eec0ba10
|
Merge branch 'master' of git://factorcode.org/git/factor into unicode
Conflicts:
core/io/files/files-tests.factor
core/io/files/files.factor
core/io/io-tests.factor
core/io/streams/c/c-tests.factor
core/io/streams/lines/lines-tests.factor
core/source-files/source-files.factor
extra/benchmark/sockets/sockets.factor
extra/http/server/templating/templating-tests.factor
extra/http/server/templating/templating.factor
extra/io/launcher/launcher.factor
extra/io/mmap/mmap-tests.factor
extra/io/unix/launcher/launcher.factor
extra/io/unix/unix-tests.factor
|
2008-03-04 17:51:40 -06:00 |
Slava Pestov
|
e98cd1fd59
|
New convention for unit tests
|
2008-03-01 17:00:45 -05:00 |
Daniel Ehrenberg
|
8437c0ec3c
|
Merge branch 'slava/master' into unicode
Conflicts:
core/io/files/files-tests.factor
core/io/files/files.factor
extra/benchmark/reverse-complement/reverse-complement.factor
extra/cpu/8080/emulator/emulator.factor
extra/io/unix/unix-tests.factor
extra/logging/server/server.factor
extra/raptor/raptor.factor
extra/tar/tar.factor
extra/tools/disassembler/disassembler.factor
|
2008-02-21 15:45:17 -06:00 |
Slava Pestov
|
91f4ca6a56
|
Fighting fires
|
2008-02-21 02:08:08 -06:00 |
Daniel Ehrenberg
|
62f9ed5dbd
|
putting encodings on all file readers/writers
|
2008-02-16 22:17:41 -06:00 |
Daniel Ehrenberg
|
b265c0d1dc
|
Merge branch 'master' into unicode
|
2008-02-16 00:54:18 -06:00 |
Daniel Ehrenberg
|
eaf0d57d6e
|
Fixing XML tests
|
2008-02-16 00:42:53 -06:00 |
Daniel Ehrenberg
|
f6845d43d3
|
Massive name change in files, string streams
|
2008-02-15 22:20:31 -06:00 |
Slava Pestov
|
81ac2f77f7
|
Fix name clash
|
2008-02-11 00:17:51 -06:00 |
Slava Pestov
|
19154ce6db
|
Don't need this file
|
2008-02-11 00:15:47 -06:00 |
Slava Pestov
|
6f0e64bb4c
|
Add some tags
|
2008-02-09 00:16:30 -06:00 |
Slava Pestov
|
be2c8b13d7
|
Rename unit-test-fails to must-fail and add must-fail-with to replace [ t ] [ [ ... ] catch ... ] unit-test idiom
|
2008-02-06 13:47:19 -06:00 |
Daniel Ehrenberg
|
acf236342c
|
Fixing XML's whitespace handling
|
2008-02-05 17:15:41 -06:00 |
Eduardo Cavazos
|
bff385269c
|
Lot's of USING: fixes for ascii or unicode
|
2008-02-01 18:26:32 -06:00 |
Slava Pestov
|
ff55f0f4cc
|
New \u...... syntax; io.utf8 and io.utf16 can actually use strings now
|
2008-02-01 15:00:02 -06:00 |
Doug Coleman
|
71bac0da21
|
Load fixes
|
2008-01-31 23:59:29 -06:00 |
Daniel Ehrenberg
|
cea24feaa9
|
Fixing failing XML unit tests
|
2008-01-31 00:47:11 -06:00 |
Daniel Ehrenberg
|
99172b6f79
|
Changes in XML prettyprinter
|
2008-01-30 15:03:02 -06:00 |
Slava Pestov
|
1c91a286e5
|
Updating summary and authors
|
2008-01-27 01:02:31 -04:00 |
Slava Pestov
|
1ad96ad319
|
Updating XML and Unicode for recent changes
|
2008-01-10 22:03:34 -05:00 |
Daniel Ehrenberg
|
1dfabe3b34
|
Merge commit 'slava/master' into unicode
Conflicts:
core/parser/parser.factor
core/source-files/source-files.factor
extra/unicode/unicode-tests.factor
extra/unicode/unicode.factor
|
2008-01-09 17:30:59 -06:00 |
Daniel Ehrenberg
|
98226eec9b
|
Put protocols in a separate vocab from delegate
|
2008-01-09 17:24:03 -06:00 |
Daniel Ehrenberg
|
71f6e7d4ba
|
Unicode changes
|
2008-01-09 17:13:26 -06:00 |
Slava Pestov
|
c8360f5ae5
|
Rename curry* to with
|
2008-01-09 17:36:30 -05:00 |
Slava Pestov
|
4e43b946f9
|
Fix conflicts
|
2008-01-06 14:17:50 -04:00 |
Slava Pestov
|
8285eeda9a
|
Fix conflict
|
2008-01-06 13:30:23 -04:00 |
Daniel Ehrenberg
|
bea0eb759a
|
XML docs update
|
2007-12-30 04:24:05 -05:00 |
Slava Pestov
|
e58cbb2cda
|
: spin swap rot ;
|
2007-12-29 11:36:20 -05:00 |