Skip to content

Commit 69ee869

Browse files
committed
---
yaml --- r: 46902 b: refs/heads/try c: 46d2be1 h: refs/heads/master v: v3
1 parent 009720c commit 69ee869

File tree

154 files changed

+8190
-1996
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+8190
-1996
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 3bbcac322669cff3abde5be937cc4ec3860f3985
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a6d9689399d091c3265f00434a69c551a61c28dc
5-
refs/heads/try: 6727c6fb569afec52b87052b99f066b8f49827c4
5+
refs/heads/try: 46d2be1bd4fed62e7d1d48fdc223b948eafc2728
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
url = git://github.com/brson/llvm.git
44
[submodule "src/libuv"]
55
path = src/libuv
6-
url = git://github.com/joyent/libuv.git
6+
url = git://github.com/graydon/libuv.git

branches/try/AUTHORS.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ Michael Arntzenius <[email protected]>
114114
Michael Bebenita <[email protected]>
115115
Michael Neumann <[email protected]>
116116
Michael Sullivan <[email protected]>
117-
Mikko Perttunen <[email protected]>
118117
Nick Desaulniers <[email protected]>
119118
Niko Matsakis <[email protected]>
120119
Or Brostovski <[email protected]>

branches/try/configure

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,6 @@ probe CFG_PDFLATEX pdflatex
394394
probe CFG_XETEX xetex
395395
probe CFG_LUATEX luatex
396396
probe CFG_NODE nodejs node
397-
probe CFG_GDB gdb
398397
if [ "$CFG_OSTYPE" = "unknown-linux-gnu" ]
399398
then
400399
probe CFG_PAXCTL paxctl /sbin/paxctl
@@ -579,7 +578,7 @@ do
579578
make_dir rt/$t
580579
for i in \
581580
isaac linenoise sync test arch/i386 arch/x86_64 \
582-
libuv
581+
libuv libuv/src/ares libuv/src/eio libuv/src/ev
583582
do
584583
make_dir rt/$t/$i
585584
done
@@ -620,7 +619,6 @@ do
620619
make_dir $h/test/bench
621620
make_dir $h/test/perf
622621
make_dir $h/test/pretty
623-
make_dir $h/test/debug-info
624622
make_dir $h/test/doc-tutorial
625623
make_dir $h/test/doc-tutorial-ffi
626624
make_dir $h/test/doc-tutorial-macros

0 commit comments

Comments
 (0)