Commit Graph

493 Commits

Author SHA1 Message Date
Steven Dee
4dd52fc031 Merge pull request #132 from yebyen/patch-1
Remove vim swap file
2014-04-10 12:02:31 -07:00
Steve Dee
2b115aae62 Build against our own re2 2014-04-10 11:50:13 -07:00
Steve Dee
27dd121d14 Add 'outside/re2/' from commit '539b44fc4c5a49c3453b80e3af85d297f4cab4bf'
git-subtree-dir: outside/re2
git-subtree-mainline: f94738bfd171ae447133e0964843addbb497894f
git-subtree-split: 539b44fc4c5a49c3453b80e3af85d297f4cab4bf
2014-04-10 11:36:47 -07:00
Steve Dee
ec13f53941 Just grab cre2.h from the dir it starts in 2014-04-10 11:31:05 -07:00
Steven Dee
e4708058a0 Include errno properly on OpenBSD 2014-04-10 04:24:19 -07:00
Steven Dee
8cfb9cf1ac Ignore the strange earth-husk around cre2 2014-04-10 04:22:55 -07:00
Gavin Whelan
ee5759ca18 Merge branch 'master' of github.com:urbit/urbit 2014-04-09 17:15:11 -07:00
Gavin Whelan
371f67b613 Removing debugging/testing stuff 2014-04-09 17:14:46 -07:00
C. Guy Yarvin
60ce1c4cc6 Merge branch 'master' of github.com:urbit/urbit
Conflicts:
	urb/zod/arvo/zuse.hoon
2014-04-09 16:52:25 -07:00
Gavin Whelan
b3147301c6 Merge branch 'master' of github.com:urbit/urbit 2014-04-09 16:48:29 -07:00
Gavin Whelan
76b8ef97b4 Fixing makefile stuff 2014-04-09 16:35:31 -07:00
Gavin Whelan
69128b8b77 Even more compatibility 2014-04-09 16:15:36 -07:00
Gavin Whelan
81852e8ab5 More compatibility 2014-04-09 16:12:51 -07:00
Gavin Whelan
9dd174adee Testing compatibility change 2014-04-09 16:04:01 -07:00
Gavin Whelan
1fe7f81e76 Fixed warning 2014-04-09 14:22:08 -07:00
Gavin Whelan
6ed3ff3bda Fixing scripts 2014-04-09 14:16:03 -07:00
Gavin Whelan
bb6ce3fee4 Regex! 2014-04-09 11:57:48 -07:00
Steve Dee
f191689e34 Treat urbit.pill as binary
I guess if half your file's bytes are valid ASCII, it counts as
text? Luckily, git has a dotfile for this crap.
2014-04-08 17:29:33 -07:00
Steve Dee
289bd6e0ee Fix fs event sync 2014-04-08 16:06:14 -07:00
C. Guy Yarvin
bd5b0dd794 Merge branch 'master' of github.com:urbit/urbit
Conflicts:
	urb/zod/arvo/eyre.hoon
	urb/zod/arvo/hoon.hoon
2014-04-08 15:28:36 -07:00
C. Guy Yarvin
49cb66468f Various fixes and improvements. 2014-04-08 15:26:01 -07:00
Steve Dee
0ebce498bd Trailing whitespace
You guys. The default git precommit hook checks for this. You can enable
it by copying and pasting this command into a shell in your Urbit
checkout:

    cp .git/hooks/precommit{.sample,}
2014-04-07 10:19:02 -07:00
C. Guy Yarvin
a04a4df69e Merge branch 'master' of github.com:urbit/urbit 2014-04-07 09:50:11 -07:00
Gavin Whelan
b8c31487e0 Merge branch 'master' of https://github.com/urbit/urbit 2014-04-07 08:54:30 -07:00
Gavin Whelan
7a941e4520 Merge branch 'master' of github.com:urbit/urbit 2014-04-07 03:02:10 -07:00
~hatteb-mitlyd
298f9389d8 mkdir and unlink are permitted exactly one error
fixes #131
2014-04-05 21:45:43 -07:00
johncburnham
94dd54fc67 Merge pull request #130 from ngvrnd/patch-2
fix typo...
2014-04-05 13:16:28 -07:00
C. Guy Yarvin
038f0ea47b Merge branch 'master' of github.com:urbit/urbit 2014-04-04 15:36:21 -07:00
n gvrnd
eb928ebf34 fix typo... 2014-04-04 15:23:15 -04:00
~hatteb-mitlyd
93d5722faa remove the old poll-based term stuff in favor of a uv_pipe 2014-04-03 14:47:22 -07:00
~hatteb-mitlyd
75dce9eefc make asserting malloc into a #define 2014-04-03 14:37:32 -07:00
Steve Dee
9733f6ce66 Compile with -O2 -g 2014-04-03 09:49:15 -07:00
C. Guy Yarvin
ed075b8029 Merge branch 'master' of github.com:urbit/urbit 2014-04-02 18:07:29 -07:00
C. Guy Yarvin
175da45fa9 Template language. 2014-04-02 18:06:45 -07:00
Gavin Whelan
3a231748ff Fixed a bug in jet for dis causing undeterministic behaivor. 2014-04-02 16:35:02 -07:00
~hatteb-mitlyd
a0c18f56b2 change to asserting malloc 2014-04-01 17:48:26 -07:00
Steven Dee
974b37a9c0 Remove calls to sprintf and strcpy in libuv
Not that there was anything wrong with them, but less build output
is better build output.
2014-04-01 14:11:13 -07:00
~hatteb-mitlyd
f8a73b2625 Add 'outside/libuv/' from commit 'd778dc588507588b12b9f9d2905078db542ed751'
git-subtree-dir: outside/libuv
git-subtree-mainline: 8284e3540e0cd1f056386d61084a7e643b762afc
git-subtree-split: d778dc588507588b12b9f9d2905078db542ed751
2014-04-01 14:10:46 -07:00
~hatteb-mitlyd
567efc3b38 remove libuv in preparation for subtree 2014-04-01 14:10:40 -07:00
Steve Dee
fd3c03fa73 Options cleanup
Remove sow, pas, and rez. Add comments with flags and short
descriptions. Also correctly bound ports.
2014-03-31 07:46:54 -07:00
~hatteb-mitlyd
309f4b31fd try to raise limits 2014-03-29 12:35:40 -07:00
Steve Dee
90665f29ed Skip event on replay, not disk read 2014-03-28 12:00:30 -07:00
~hatteb-mitlyd
f6c4224130 don't crash when server cannot be found 2014-03-28 11:43:35 -07:00
Steve Dee
b7c6df667c Add flag to skip the last event
Handy when that event causes disastrous repercussions at the C level.
On the whole, terrible. Note that the flag is spelled "-Xwtf",
pronounced "pleaXe wipe that fscker".
2014-03-28 11:38:23 -07:00
C. Guy Yarvin
5a1e02fb48 Fix issue #128. 2014-03-27 09:42:27 -07:00
C. Guy Yarvin
0e5645687f Some syntax changes. 2014-03-25 10:46:30 -07:00
~hatteb-mitlyd
d4cf1aabed ignore ~files too. hokey unix stuff. 2014-03-25 10:39:53 -07:00
~hatteb-mitlyd
6151a2ba5d ignore ENOENT in unix_load 2014-03-25 10:26:46 -07:00
Steven Dee
5c68bb4de6 fpurge stopped working on Arch at some point 2014-03-25 08:43:52 -07:00
Steve Dee
d9a27c0949 Found our 28 bytes 2014-03-25 08:05:46 -07:00