Jared Hance
6e0235f2b5
Merge branch 'master' into nextbreach
...
Conflicts:
urb/urbit.pill
urb/zod/arvo/hoon.hoon
2014-06-06 15:38:38 -04:00
C. Guy Yarvin
0eec4f0a36
Almost all the way back...
2014-06-06 12:27:51 -07:00
C. Guy Yarvin
d116884548
Fix ames %went issue.
2014-06-06 12:11:36 -07:00
C. Guy Yarvin
209f8bf9dd
No card in begin
2014-06-06 11:51:24 -07:00
C. Guy Yarvin
13a0a1f397
About to activate full card typechecking.
2014-06-06 04:33:26 -07:00
C. Guy Yarvin
267f342d0d
Fix %went take on ames.
2014-06-05 21:16:18 -07:00
C. Guy Yarvin
9d0d7b39db
Clean up fixes.
2014-06-05 20:52:41 -07:00
C. Guy Yarvin
14301c9beb
Visible Arvo.
2014-06-05 20:41:47 -07:00
pcmonk
f411b14978
A few bug fixes. Needs more work.
2014-06-05 18:48:53 -07:00
C. Guy Yarvin
ea79a1301a
++card is gone.
2014-06-05 16:51:59 -07:00
C. Guy Yarvin
2dca2aa638
First pass through all vanes typed.
2014-06-05 16:48:13 -07:00
C. Guy Yarvin
d51bc114aa
More vane cleaanups
2014-06-05 16:00:19 -07:00
C. Guy Yarvin
6befd64507
More vane restructuring.
2014-06-05 15:14:49 -07:00
C. Guy Yarvin
90fe034995
%batz reasonably healthy on nextbreach.
2014-06-05 12:17:25 -07:00
Jared Hance
8a15ab7685
Fix bug in mul:fl.
2014-06-05 12:50:07 -04:00
Jared Hance
b624f81443
Fix serious bug with div:fl.
2014-06-05 10:57:47 -04:00
C. Guy Yarvin
012a0eb34c
Merge branch 'nextbreach' of github.com:urbit/urbit into nextbreach
2014-06-04 21:11:21 -07:00
Luke Patmore
62af41619d
Whitespace: the invisible killer
2014-06-04 19:46:12 -07:00
Luke Patmore
b637564dc2
Merge branch 'master' into nextbreach
...
Conflicts:
urb/urbit.pill
2014-06-04 15:54:21 -07:00
C. Guy Yarvin
b6f3e61344
Slowly advancing %batz. Some translators, etc.
2014-06-04 14:24:01 -07:00
Jared Hance
4c2fd59789
Add function for @u -> @rd
2014-06-04 15:16:15 -04:00
Jared Hance
95c9309f78
Finish fixing the floating point parser.
2014-06-04 14:44:02 -04:00
C. Guy Yarvin
85a7688693
Various fixes and improvements.
2014-06-04 10:56:30 -07:00
Jared Hance
1fde43b3d5
Fix floating point parsing.
...
Not completely finished, but it can parse numbers not in the range
(-1,1)
2014-06-04 13:56:09 -04:00
Jared Hance
5f979c9346
Various fixes to Fl Points.
...
Printing/parsing still pretty broken.
2014-06-04 11:12:33 -04:00
C. Guy Yarvin
2f00948780
Merge branch 'nextbreach' of github.com:urbit/urbit into nextbreach
...
Conflicts:
urb/urbit.pill
2014-06-04 03:44:33 -07:00
C. Guy Yarvin
6e00dd5ee3
Tighten types on some vanes.
2014-06-04 03:40:09 -07:00
~hatteb-mitlyd
f9205418a1
carriers get files from U2_LIB, new pill
2014-06-03 18:33:35 -07:00
~hatteb-mitlyd
85ce8d970b
prevent non-fakes from joining fake net
2014-06-03 18:11:30 -07:00
~hatteb-mitlyd
ec273c2b0c
beginning stages of fake-net hackery
2014-06-03 16:39:28 -07:00
C. Guy Yarvin
01465717d3
IPv4 lanes now have a timestamp.
2014-06-03 14:01:40 -07:00
C. Guy Yarvin
5358a25a13
About to branch off nextbreach.
2014-06-03 12:54:38 -07:00
C. Guy Yarvin
9217a16707
Merge branch 'master' of github.com:urbit/urbit
...
Conflicts:
urb/urbit.pill
2014-06-03 11:25:12 -07:00
Jared Hance
4dd161d76c
Add comparison gates for floating points.
2014-06-03 14:15:22 -04:00
C. Guy Yarvin
96eabe0316
Merge branch 'master' of github.com:urbit/urbit
2014-06-03 10:46:02 -07:00
Jared Hance
6a391f9edb
Merge branch 'newbreach'
...
Conflicts:
urb/urbit.pill
2014-06-03 13:38:33 -04:00
Jared Hance
0ed3dc73a7
Add primitives for printing floating point values.
2014-06-03 13:09:40 -04:00
Jared Hance
4530b15d94
Add div:rd, div:fl, and jet.
...
Also fix rnd:fl (by fixing rne:fl).
2014-06-03 11:41:25 -04:00
Jared Hance
a1d5bfcb08
Give atoms more specific odors.
2014-06-03 10:07:08 -04:00
C. Guy Yarvin
0df8aeeb67
Some vane cleanups, etc.
2014-06-02 22:07:32 -07:00
Jared Hance
531d4eb0ad
Signed exponent for floating points.
...
Yay, now parsing something like 0.x is possible in the parser.
(Previously fails due to underflow). 0.0x is still impossible due to
parser limitations, so use (div:rd .~0.x .~10) when div is actually
implemented).
2014-06-02 16:09:00 -04:00
Jared Hance
3fafc59b50
Jet sub:rd.
2014-06-02 15:13:58 -04:00
Jared Hance
c8b6830aca
Kill stray newline.
2014-06-02 14:58:48 -04:00
Gavin Whelan
ee60334853
Merge branch 'master' of https://github.com/urbit/urbit
...
This commit is broken, but I needed to merge before pulling in the fix
Conflicts:
urb/urbit.pill
2014-06-02 14:56:27 -04:00
Jared Hance
24bf5b7e5b
Add sub:rd and sub:fl.
...
Also a fix in exp:rd.
2014-06-02 14:54:47 -04:00
Luke Patmore
0930a9eb77
Added jet linkage for co_emco, co_oxco, and co_roco. Added templates for co jets.
2014-06-02 11:48:16 -07:00
Gavin Whelan
376e1079d4
Removed printout and improved :update
2014-06-02 14:41:53 -04:00
Jared Hance
5e22eccb3b
Jet add:rd.
...
Also fix some rounding in add:fl that was found through jet test mode.
2014-06-02 12:43:26 -04:00
Jared Hance
2e1a4c0f2e
Implement add:fl and add:rd.
2014-06-02 11:51:08 -04:00
Jared Hance
652db79338
Merge branch 'newbreach' into ieee
...
Conflicts:
urb/urbit.pill
2014-06-02 11:07:57 -04:00