nomennescio
57ec330dc9
Imported https://downloads.factorcode.org/releases/0.98/factor-src-0.98.zip
2019-10-18 15:06:35 +02:00
nomennescio
ccbc0c6a6f
Imported https://downloads.factorcode.org/releases/0.97/factor-src-0.97.zip
2019-10-18 15:06:23 +02:00
nomennescio
c4114f4419
Imported https://downloads.factorcode.org/releases/0.96/factor-src-0.96.zip
2019-10-18 15:06:11 +02:00
nomennescio
4cf9a7dc05
Imported https://downloads.factorcode.org/releases/0.95/factor-src-0.95.zip
2019-10-18 15:05:59 +02:00
nomennescio
7b8fc44614
Imported https://downloads.factorcode.org/releases/0.94/factor-src-0.94.zip
2019-10-18 15:05:47 +02:00
nomennescio
027d296e29
Imported https://downloads.factorcode.org/releases/0.93/factor-src-0.93.zip
2019-10-18 15:05:37 +02:00
nomennescio
f1e1c66812
Imported https://downloads.factorcode.org/releases/0.92/factor-src-0.92.zip
2019-10-18 15:05:24 +02:00
nomennescio
49e769e48c
Imported https://downloads.factorcode.org/releases/0.91/Factor-0.91.tar.gz
2019-10-18 15:05:15 +02:00
nomennescio
d51ce728e2
Imported https://downloads.factorcode.org/releases/0.90/Factor-0.90.tar.gz
2019-10-18 15:05:11 +02:00
nomennescio
3dcbc85c25
Imported https://downloads.factorcode.org/releases/0.89/Factor-0.89.tar.gz
2019-10-18 15:05:08 +02:00
nomennescio
a784f5e1e7
Imported https://downloads.factorcode.org/releases/0.88/Factor-0.88.tar.gz
2019-10-18 15:05:06 +02:00
nomennescio
76e6ede2ec
Imported https://downloads.factorcode.org/releases/0.87/Factor-0.87.tar.gz
2019-10-18 15:05:04 +02:00
Doug Coleman
3a5533dc44
layouts: Add 32bit? and 64bit? words.
2018-07-22 11:46:01 -05:00
Doug Coleman
2b4d2a4a13
system: Make the git version code more robust.
...
Really confusing sequence errors if Factor vm isn't compiled with proper git label.
e.g. good: -DFACTOR_GIT_LABEL="heads/master-102fe6154e9deec5dff38ee70519f7bbe506f6ce"
bad: -DFACTOR_GIT_LABEL=""
before this patch gave an integer comparison error comparing ``f 16 <``
2018-07-22 11:45:50 -05:00
Doug Coleman
4b614cc15b
factor: Make source files/resources 644 instead of 755.
2018-07-13 20:36:50 -05:00
Doug Coleman
db9386d4c3
io.pathnames: Fix using list.
2018-07-07 12:09:02 -05:00
Doug Coleman
3ac520a8ec
io.pathnames: Add canonicalize-path.
...
The idea is to make a canonical representation of any path, taking into
account . and .. and unicode-prefix on Windows.
The use case is in a shell you have a current-directory and you can do
crazy commands like ``cd ../foo/bar/baz/../.././././`` and get the
canonical/shortened directory name. You can also use this word to
compare if two paths are the same.
2018-07-07 11:59:59 -05:00
Doug Coleman
93b5e59f72
kernel: Only test that it fails 10 times for TravisCI to pass.
2018-07-07 03:15:09 -05:00
Doug Coleman
54d36ec03f
kernel: Test if one ``-1 f <array>`` hangs travisci.
...
Related to #2013 .
2018-07-07 02:44:32 -05:00
Doug Coleman
4e9d383fe5
docs: Fix help-lint-all mistakes.
2018-07-07 01:13:19 -05:00
Doug Coleman
6df7360ec9
vocabs.loader: make a word for the default vocabs.
2018-07-04 20:19:02 -05:00
Doug Coleman
147d13ed19
io.pathnames: Add a useful word 3append-path
2018-07-04 18:29:17 -05:00
Doug Coleman
9f213f96f6
core: Add the shuffler words but without primitives.
...
The nipd branch slowed bootstrap by a minute, this patch does not.
sorry about changing the fjsc line endings...
2018-06-19 22:52:58 -05:00
Doug Coleman
aa87e69d25
Revert "VM: removing the unused callstack-bounds primitive"
...
This reverts commit c55a6ef873 .
This primitive is useful for fixing the macOS pthread bug and the javascriptcore library.
2018-06-03 22:12:28 -05:00
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