Doug Coleman
|
e50be2a1ca
|
system: flush so we get the same behavior on windows and unix.
Related to #1918.
|
2018-03-15 17:26:51 -05:00 |
John Benediktsson
|
7c5496085e
|
alien.strings: remove latin1 dependency.
|
2018-02-28 08:58:30 -08:00 |
John Benediktsson
|
0ab7ed6979
|
io.encodings: use new latin1 instead of 8-bit encoding from file.
|
2018-02-28 08:56:01 -08:00 |
John Benediktsson
|
85b69b5b49
|
io.encodings.8-bit: more encodings, and reduce hierarchy.
|
2018-02-26 10:21:35 -08:00 |
John Benediktsson
|
737abe0f9a
|
classes.error: adding a summary.txt.
|
2018-02-25 11:38:58 -08:00 |
John Benediktsson
|
6073e211ee
|
io.streams.byte-array: implement stream-tell for byte-vector.
|
2018-02-21 15:05:20 -08:00 |
John Benediktsson
|
edc1b3f65d
|
classes.tuple: adding ?offset-of-slot that returns n/f.
|
2018-02-17 12:56:27 -08:00 |
John Benediktsson
|
42b37dcc8a
|
fix some tests broken by previous commit.
|
2018-02-15 13:16:39 -08:00 |
John Benediktsson
|
ca03896d74
|
more test IN: cleanup.
|
2018-02-15 09:20:01 -08:00 |
John Benediktsson
|
bd9676e152
|
core/basis/extra: use none?.
|
2018-02-14 11:56:31 -08:00 |
John Benediktsson
|
01f7f6b76c
|
sequences: moving none? to core.
|
2018-02-14 11:23:03 -08:00 |
Cat Stevens
|
08b55b6a62
|
core/combinators docs: fix unclearness in case help
|
2018-02-14 07:41:22 -08:00 |
John Benediktsson
|
a92d67fcb2
|
fix more typos in docs.
|
2018-02-12 16:43:08 -08:00 |
John Benediktsson
|
7d628b833d
|
fix some typos in docs.
|
2018-02-12 16:22:49 -08:00 |
John Benediktsson
|
32584c5335
|
sorting: simplify l-next, r-next.
|
2018-01-22 11:45:54 -08:00 |
Alexander Iljin
|
34e9412e29
|
syntax-docs: improve descriptions for GENERIC: and GENERIC#:
|
2018-01-22 07:58:17 -08:00 |
Alexander Iljin
|
abb3089a97
|
sequences-docs: fix a typo
|
2018-01-22 07:58:17 -08:00 |
John Benediktsson
|
5ea1e2efee
|
vocabs: remove unnecessary generic stack effect.
|
2018-01-20 21:30:11 -08:00 |
John Benediktsson
|
1e0ae925f0
|
checksums: fix doctest for checksum-file.
|
2018-01-18 22:24:24 -08:00 |
Doug Coleman
|
77492bb4b3
|
factor: fix tests that depended on LICENSE.txt never changing.
|
2017-12-17 21:45:10 -06:00 |
John Benediktsson
|
013adec055
|
source-files.errors: rename <definition-error> to new-source-file-error.
|
2017-10-25 10:45:46 -07:00 |
John Benediktsson
|
37794a326c
|
sequences: rename setup-each to (each).
...to match (each-from), (2each), and (3each), etc.
|
2017-10-24 17:22:55 -07:00 |
John Benediktsson
|
26b7b20622
|
sequences: fix map-reduce to have ..a on the stack for the first call.
|
2017-10-23 18:01:15 -07:00 |
Alexander Iljin
|
504c9959a1
|
Update some copyright headers to follow the current convention
Had to look through the history to find years for some headers. Added
authors to some files as well.
|
2017-09-11 15:43:03 -07:00 |
Alexander Iljin
|
599a21a8da
|
sequences-docs: fix the delete-all $errors description
|
2017-08-27 13:06:09 +03:00 |
Doug Coleman
|
2920d2ee71
|
factor: Rename [curry] -> currier, remove some [foo] words.
The [foo] convention is not descriptive and looks like special syntax.
|
2017-08-06 00:20:35 -05:00 |
Björn Lindqvist
|
8675cb2c25
|
basis/,core/,extra/: more tags
|
2017-07-08 18:31:39 +02:00 |
Björn Lindqvist
|
1ca8276df4
|
basis/,core/,extra/: many new tags
|
2017-07-06 23:04:18 +02:00 |
Doug Coleman
|
01aab7c884
|
Factor: Rename <enum> to <enumerated> to not confuse with ENUM:s
|
2017-07-03 12:47:19 -07:00 |
Björn Lindqvist
|
1ed40f74f9
|
math.parser: fill argument must not be an empty byte-array
|
2017-06-28 11:18:40 +02:00 |
Björn Lindqvist
|
134a9fbcb4
|
VM: we can save the process by throwing a normal error here
|
2017-06-25 01:43:31 +02:00 |
Björn Lindqvist
|
483325d0f0
|
core/: bunch of more docs
|
2017-06-24 16:42:59 +02:00 |
Alexander Iljin
|
581489b64f
|
sytax-docs: mention that numbers may contain commas
|
2017-06-21 12:36:39 +03:00 |
Alexander Iljin
|
106e1ea4f3
|
sequences-docs: add short help for the words longest and shortest
|
2017-06-21 12:35:47 +03:00 |
John Benediktsson
|
13e7ed3986
|
math.parser: allow 0B, 0O, and 0X number prefixes.
|
2017-06-15 15:53:01 -07:00 |
Alexander Iljin
|
2ffa446f5b
|
*-docs: replace double spaces with single spaces
Code examples and other places where multiple spaces were used to align
text were left intact.
|
2017-06-05 13:16:07 -07:00 |
Doug Coleman
|
27423b78aa
|
classes.intersection: Fix typo in commented-out unit-test.
|
2017-06-04 20:03:02 -05:00 |
Doug Coleman
|
1708c8011f
|
classes.singleton: Update another test.
|
2017-06-04 12:57:38 -05:00 |
Doug Coleman
|
06fd324379
|
singleton: Move definitions to top level in tests.
|
2017-06-04 10:41:26 -05:00 |
Doug Coleman
|
acffb259f7
|
kernel: Fix the docs for curry/compose a bit.
|
2017-06-03 02:10:06 -05:00 |
Doug Coleman
|
7a703658f1
|
sequences: Remove start for real in favor of subseq-start.
Update a usage of start that was masked by the ALIAS:
Compatibility/migration is a .99 feature.
|
2017-06-02 17:41:10 -05:00 |
Doug Coleman
|
32710df620
|
core/basis: Rename tuples kernel:curry -> curried, kernel:compose -> composed.
Also rename the stack-checker curried -> curried-effect, composed -> composed-effect.
|
2017-06-02 17:39:20 -05:00 |
Doug Coleman
|
1dc65c13e7
|
words: Remove dummy ``word`` word and comment. Totally bogus.
|
2017-06-02 16:58:14 -05: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 |
Doug Coleman
|
88bff3a034
|
sequences: Add start as an alias for subseq-start, start* aliasing subseq-start-from.
|
2017-06-01 14:55:15 -05:00 |
Doug Coleman
|
c5b563ed09
|
factor: Rename start -> subseq-start, start* -> subseq-start-from.
I also removed aliases for start/end from interval-maps and interval-sets and added a comment. I don't think it's any less clear what's going on.
|
2017-06-01 14:45:54 -05:00 |
Doug Coleman
|
7c7bb93c55
|
factor: Rename GENERIC# to GENERIC#:.
Fixes #1670.
|
2017-06-01 13:58:58 -05:00 |
Doug Coleman
|
5aa89e6251
|
factor: Add newlines to every line.
|
2017-06-01 13:46:32 -05:00 |
Doug Coleman
|
e93d8f82bc
|
core: Add TH{ for making assoc tuples.
See #1449.
https://github.com/factor/factor/issues/1449
|
2017-05-30 20:14:29 -05:00 |
Doug Coleman
|
f3bbc30c8a
|
namespaces: Way better implementation of with-variable-on.
|
2017-05-30 19:58:19 -05:00 |