John Benediktsson
|
94812c1f49
|
Moving io.trash to io.files.trash.
|
2011-08-19 14:31:19 -07:00 |
John Benediktsson
|
6c4e8ae969
|
Merge remote-tracking branch 'factorcode/master'
|
2011-08-19 14:27:24 -07:00 |
John Benediktsson
|
5e63f3b5d8
|
io.trash: cross-platform vocab to send files to trash.
|
2011-08-19 14:26:32 -07:00 |
Joe Groff
|
e829dcf125
|
Merge branch 'master' of factorcode.org:/git/factor
|
2011-08-19 14:21:28 -07:00 |
John Benediktsson
|
d7d1b6fea1
|
io.sockets: check ipv4 and ipv6 for valid address strings.
|
2011-08-19 14:19:09 -07:00 |
John Benediktsson
|
8335ceff8c
|
math.approx: function to approximate rationals.
|
2011-08-19 13:27:44 -07:00 |
John Benediktsson
|
3cef26fe3c
|
wolfram-alpha: query api for Wolfram Alpha.
|
2011-08-19 13:17:32 -07:00 |
John Benediktsson
|
0364eae439
|
hamurabi: adding HAMURABI.BAS game.
|
2011-08-19 13:16:41 -07:00 |
John Benediktsson
|
33cae784fb
|
anagrams: words for finding anagrams.
|
2011-08-19 13:16:03 -07:00 |
John Benediktsson
|
0227ff8dc4
|
classes.struct.packed: adding support for packed structures.
|
2011-08-19 13:13:34 -07:00 |
John Benediktsson
|
f960a194b5
|
Adding 'memcached' vocab to talk to memcached servers.
|
2011-08-19 13:11:24 -07:00 |
John Benediktsson
|
2d35b1b164
|
Merge remote-tracking branch 'upstream/master'
|
2011-08-19 11:04:56 -07:00 |
Joe Groff
|
cc6ec893c5
|
command-line: interpret "-help" or "--help" and print a brief usage message with the most common options
|
2011-08-18 19:10:51 -07:00 |
Doug Coleman
|
46dac71d45
|
Merge git://factorcode.org/git/factor
|
2011-08-17 22:07:57 -07:00 |
Joe Groff
|
d711824c10
|
command-line, parser, syntax: move the MAIN: invocation from run-file to run-script to minimize the potential impact on internal machinery that uses run-file
|
2011-08-17 21:29:02 -07:00 |
Joe Groff
|
e1390875ca
|
parser, source-files, syntax: have MAIN: store the main entry point in the source-file record in addition to the vocabulary. Have run-file execute the MAIN: word for a file if present after evaluating its contents.
|
2011-08-17 20:58:09 -07:00 |
Doug Coleman
|
e6154acc96
|
subset? was broken...
|
2011-08-16 14:19:24 -07:00 |
John Benediktsson
|
095792d4aa
|
Merge branch 'highlight' into cleanup
|
2011-08-10 16:40:33 -07:00 |
John Benediktsson
|
d177e9e817
|
Merge branch 'highlight' of github.com:mrjbq7/factor into highlight
|
2011-08-10 16:40:02 -07:00 |
John Benediktsson
|
1def8141bd
|
combinators: fix typo in docs for case.
|
2011-08-10 16:25:21 -07:00 |
John Benediktsson
|
696faa17a5
|
Merge remote-tracking branch 'upstream/master'
|
2011-08-09 15:40:20 -07:00 |
Joe Groff
|
8feb6c68e2
|
kernel: add full stack effects to unless, when, when*, unless* so they give useful stack imbalance errors
|
2011-08-09 10:32:12 -07:00 |
John Benediktsson
|
962e63b014
|
Merge remote-tracking branch 'upstream/master'
|
2011-08-08 23:03:17 -07:00 |
Joe Groff
|
87653c20da
|
ui.tools.deploy: adjust wording of deploy-help? option ui
|
2011-08-04 15:49:33 -07:00 |
Joe Groff
|
5522015885
|
tools.deploy: add deploy-help? option to include documentation in deployed image
|
2011-08-04 14:27:29 -07:00 |
John Benediktsson
|
c9bebf330a
|
Merge branch 'master' of github.com:mrjbq7/factor
|
2011-08-01 13:43:08 -07:00 |
John Benediktsson
|
15f2a86e0f
|
Merge remote-tracking branch 'upstream/master'
|
2011-08-01 13:42:47 -07:00 |
Joe Groff
|
4b545a316a
|
Merge branch 'master' of https://github.com/yac/factor
|
2011-08-01 12:08:20 -07:00 |
Joe Groff
|
efe79cf6d3
|
math.functions: make sure zero zero ^ is always nan, regardless of the type of zero
|
2011-08-01 10:26:53 -07:00 |
Joe Groff
|
31afdfef50
|
build-support/factor.sh: fix quick-update (reported by tsculpt)
|
2011-07-29 21:05:21 -07:00 |
Joe Groff
|
44ba9e086e
|
opengl.gl.extensions: annoying hack to make gpu.* demos work in Lion. opengl 3 entry points such as glGenVertexArrays are available, but they only actually work in core profile contexts which factor doesn't support yet, so favor extension entry points such as glGenVertexArraysAPPLE instead of standard entry points
|
2011-07-29 14:15:59 -07:00 |
Joe Groff
|
c690378674
|
Merge branch 'master' of factorcode.org:/git/factor
|
2011-07-29 13:24:30 -07:00 |
Joe Groff
|
f6d90ce51f
|
game.input.iokit: deal with Lion's breakage of the IOHID* API
|
2011-07-29 13:24:10 -07:00 |
Erik Charlebois
|
981477a7ff
|
Fix mason following PPC changes; target-os and target-cpu are no longer strings.
|
2011-07-29 01:57:14 -04:00 |
Erik Charlebois
|
6fef726d58
|
Replace deprecated words with alternatives.
A load-all on OS X now completes without any deprecated word warnings.
|
2011-07-29 01:56:13 -04:00 |
Erik Charlebois
|
63568ba7e3
|
Merge branch 'master' of git://github.com/slavapestov/factor
|
2011-07-29 00:21:36 -04:00 |
John Benediktsson
|
7b32448357
|
Merge branch 'master' into highlight
|
2011-07-28 10:30:25 -07:00 |
John Benediktsson
|
e1649f24ac
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2011-07-28 08:30:30 -07:00 |
John Benediktsson
|
2317c1c7ea
|
Merge remote-tracking branch 'upstream/master'
|
2011-07-20 22:01:44 -07:00 |
Joe Groff
|
62332cfa17
|
strings: a few more peace-of-mind tests setting out-of-range code points in strings
|
2011-07-20 13:52:42 -07:00 |
Joe Groff
|
b9be481bcd
|
Merge branch 'master' of factorcode.org:/git/factor
|
2011-07-20 10:21:42 -07:00 |
Joe Groff
|
bd56ab985e
|
strings: the fast path for set-string-nth was being used inappropriately for negative numbers. use the fast path only for Z ∩ [0, 127]
|
2011-07-20 10:21:11 -07:00 |
Erik Charlebois
|
bcc9739391
|
Merge branch 'master' of git://github.com/slavapestov/factor
|
2011-07-11 22:02:28 -04:00 |
John Benediktsson
|
91013943d9
|
Merge remote branch 'upstream/master'
|
2011-07-10 20:47:58 -07:00 |
otoburb
|
b56c2b9589
|
json.writer: Updated docs to mention the dynamic variable jsvar-encode?
|
2011-07-05 00:07:59 -04:00 |
otoburb
|
dc47d523ed
|
Merge branch 'master' of github.com:otoburb/factor
|
2011-07-04 23:27:56 -04:00 |
otoburb
|
063076cfa5
|
json.writer: Ability to turn jsvar-encode substituion on/off via jsvar-encode? dynamic variable. Removed whitespace in tuple>fields json output. Added tests to json.writer-tests.
|
2011-07-05 03:16:38 +00:00 |
otoburb
|
fb95a19352
|
json.writer: Currified jsvar-encode. Removed whitespace in tuple>fields json output. Added tests to json.writer-tests.
|
2011-07-04 23:14:51 -04:00 |
yac
|
8eea81b0d4
|
Improved stack effect highlighting in vim.
Delimiters and items in stack effect are highlighted separately, works on
call( -- ) and execute( -- ) too.
|
2011-06-23 21:01:35 +02:00 |
otoburb
|
210228b911
|
json.writer: Ability to turn jsvar-encode substitution on/off via jsvar-encode? dynamic variable. Added test cases.
|
2011-06-23 01:28:24 -04:00 |