Skip to content

Commit 253ff59

Browse files
committed
---
yaml --- r: 44415 b: refs/heads/master c: 389125a h: refs/heads/master i: 44413: 2807512 44411: b20e626 44407: fb9dc1a 44399: 6b97453 44383: 50f6e0b 44351: 60b58f7 44287: 3e1f7e3 v: v3
1 parent 460102b commit 253ff59

File tree

185 files changed

+3326
-8858
lines changed

Some content is hidden

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

185 files changed

+3326
-8858
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: 9df11ae83f8bfc06bc9bd1dc2132e344bc1ed0c7
2+
refs/heads/master: 389125aeb83eb1571ff1ec4e5e140b1ac2109341
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/graydon/libuv.git
6+
url = git://github.com/joyent/libuv.git

trunk/AUTHORS.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Benjamin Peterson <[email protected]>
2929
Bilal Husain <[email protected]>
3030
Bill Fallon <[email protected]>
3131
Brendan Eich <[email protected]>
32+
Brendan Zabarauskas <[email protected]>
3233
Brian Anderson <[email protected]>
3334
Brian J. Burg <[email protected]>
3435
Brian Leibig <[email protected]>
@@ -80,6 +81,7 @@ Jeff Muizelaar <[email protected]>
8081
Jeff Olson <[email protected]>
8182
Jeffrey Yasskin <[email protected]>
8283
Jens Nockert <[email protected]>
84+
Jesse Jones <[email protected]>
8385
Jesse Ruderman <[email protected]>
8486
Jim Blandy <[email protected]>
8587
@@ -105,6 +107,7 @@ Mahmut Bulut <[email protected]>
105107
Margaret Meyerhofer <[email protected]>
106108
Marijn Haverbeke <[email protected]>
107109
Mark Lacey <[email protected]>
110+
Mark Vian <[email protected]>
108111
Martin DeMello <[email protected]>
109112
Marvin Löbel <[email protected]>
110113
Matt Brubeck <[email protected]>
@@ -114,6 +117,7 @@ Michael Arntzenius <[email protected]>
114117
Michael Bebenita <[email protected]>
115118
Michael Neumann <[email protected]>
116119
Michael Sullivan <[email protected]>
120+
Mikko Perttunen <[email protected]>
117121
Nick Desaulniers <[email protected]>
118122
Niko Matsakis <[email protected]>
119123
Or Brostovski <[email protected]>
@@ -148,6 +152,7 @@ Tim Taubert <[email protected]>
148152
149153
Tomoki Aonuma <[email protected]>
150154
Tony Young <[email protected]>
155+
151156
Tycho Sci <[email protected]>
152157
Tyler Bindon <[email protected]>
153158
Viktor Dahl <[email protected]>

trunk/configure

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ 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
397398
if [ "$CFG_OSTYPE" = "unknown-linux-gnu" ]
398399
then
399400
probe CFG_PAXCTL paxctl /sbin/paxctl
@@ -578,7 +579,7 @@ do
578579
make_dir rt/$t
579580
for i in \
580581
isaac linenoise sync test arch/i386 arch/x86_64 \
581-
libuv libuv/src/ares libuv/src/eio libuv/src/ev
582+
libuv
582583
do
583584
make_dir rt/$t/$i
584585
done
@@ -619,6 +620,7 @@ do
619620
make_dir $h/test/bench
620621
make_dir $h/test/perf
621622
make_dir $h/test/pretty
623+
make_dir $h/test/debug-info
622624
make_dir $h/test/doc-tutorial
623625
make_dir $h/test/doc-tutorial-ffi
624626
make_dir $h/test/doc-tutorial-macros

0 commit comments

Comments
 (0)