Skip to content

Commit f17cfa6

Browse files
committed
---
yaml --- r: 46182 b: refs/heads/auto c: 1a394e5 h: refs/heads/master v: v3
1 parent abf17b0 commit f17cfa6

File tree

154 files changed

+2000
-8190
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

+2000
-8190
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
1414
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1515
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1616
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
17-
refs/heads/auto: 46d2be1bd4fed62e7d1d48fdc223b948eafc2728
17+
refs/heads/auto: 1a394e57f7a622e67c13eae8bc26848eea31334a

branches/auto/.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

branches/auto/AUTHORS.txt

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

branches/auto/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

branches/auto/mk/libuv/arm/unix/android/Makefile

Lines changed: 0 additions & 354 deletions
This file was deleted.

0 commit comments

Comments
 (0)