Skip to content

Commit 460102b

Browse files
committed
---
yaml --- r: 44414 b: refs/heads/master c: 9df11ae h: refs/heads/master v: v3
1 parent 2807512 commit 460102b

File tree

184 files changed

+8848
-3313
lines changed

Some content is hidden

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

184 files changed

+8848
-3313
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: d06e6e758aff5ec19f165519447e620f98b00c03
2+
refs/heads/master: 9df11ae83f8bfc06bc9bd1dc2132e344bc1ed0c7
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a6d9689399d091c3265f00434a69c551a61c28dc
55
refs/heads/try: ef355f6332f83371e4acf04fc4eb940ab41d78d3

trunk/.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

trunk/AUTHORS.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Benjamin Peterson <[email protected]>
2929
Bilal Husain <[email protected]>
3030
Bill Fallon <[email protected]>
3131
Brendan Eich <[email protected]>
32-
Brendan Zabarauskas <[email protected]>
3332
Brian Anderson <[email protected]>
3433
Brian J. Burg <[email protected]>
3534
Brian Leibig <[email protected]>
@@ -81,7 +80,6 @@ Jeff Muizelaar <[email protected]>
8180
Jeff Olson <[email protected]>
8281
Jeffrey Yasskin <[email protected]>
8382
Jens Nockert <[email protected]>
84-
Jesse Jones <[email protected]>
8583
Jesse Ruderman <[email protected]>
8684
Jim Blandy <[email protected]>
8785
@@ -107,7 +105,6 @@ Mahmut Bulut <[email protected]>
107105
Margaret Meyerhofer <[email protected]>
108106
Marijn Haverbeke <[email protected]>
109107
Mark Lacey <[email protected]>
110-
Mark Vian <[email protected]>
111108
Martin DeMello <[email protected]>
112109
Marvin Löbel <[email protected]>
113110
Matt Brubeck <[email protected]>
@@ -117,7 +114,6 @@ Michael Arntzenius <[email protected]>
117114
Michael Bebenita <[email protected]>
118115
Michael Neumann <[email protected]>
119116
Michael Sullivan <[email protected]>
120-
Mikko Perttunen <[email protected]>
121117
Nick Desaulniers <[email protected]>
122118
Niko Matsakis <[email protected]>
123119
Or Brostovski <[email protected]>
@@ -152,7 +148,6 @@ Tim Taubert <[email protected]>
152148
153149
Tomoki Aonuma <[email protected]>
154150
Tony Young <[email protected]>
155-
156151
Tycho Sci <[email protected]>
157152
Tyler Bindon <[email protected]>
158153
Viktor Dahl <[email protected]>

trunk/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)