<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/node.git/test/simple/test-path.js, branch move-debugger-tests</title>
<subtitle>github.com: joyent/node.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/'/>
<entry>
<title>path: add path.isAbsolute(path)</title>
<updated>2013-04-19T17:15:22+00:00</updated>
<author>
<name>Ryan Doenges</name>
<email>rhdoenges@gmail.com</email>
</author>
<published>2013-04-14T19:44:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=90266750617adb1ce1ca4ce43fe48f9b0fa11343'/>
<id>90266750617adb1ce1ca4ce43fe48f9b0fa11343</id>
<content type='text'>
An absolute path will always open the same location regardless of your
current working directory. For posix, this just means path.charAt(0) ===
'/', but on Windows it's a little more complicated.

Fixes joyent/node#5299.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
An absolute path will always open the same location regardless of your
current working directory. For posix, this just means path.charAt(0) ===
'/', but on Windows it's a little more complicated.

Fixes joyent/node#5299.
</pre>
</div>
</content>
</entry>
<entry>
<title>path: Throw TypeError on non-string args to path.resolve</title>
<updated>2013-02-21T23:18:44+00:00</updated>
<author>
<name>isaacs</name>
<email>i@izs.me</email>
</author>
<published>2013-02-21T20:22:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=089ec586135726e82dc0d25c2e328478d577db24'/>
<id>089ec586135726e82dc0d25c2e328478d577db24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>path: join throws TypeError on non-string args</title>
<updated>2013-02-21T19:50:47+00:00</updated>
<author>
<name>Arianit Uka</name>
<email>arianit@bigvikinggames.com</email>
</author>
<published>2013-02-21T16:44:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=055110dab04678fe3716d9d292218830ee496d60'/>
<id>055110dab04678fe3716d9d292218830ee496d60</id>
<content type='text'>
lib/path.js:
  - throws a TypeError on the filter if the argument is not a string.

test/simple/test-path.js:
  - removed the test to check if non-string types are filtered.
  - added a test to check if path.join throws TypeError on arguments that
    are not strings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lib/path.js:
  - throws a TypeError on the filter if the argument is not a string.

test/simple/test-path.js:
  - removed the test to check if non-string types are filtered.
  - added a test to check if path.join throws TypeError on arguments that
    are not strings.
</pre>
</div>
</content>
</entry>
<entry>
<title>path: make basename and extname ignore trailing slashes</title>
<updated>2013-01-11T17:50:09+00:00</updated>
<author>
<name>Bert Belder</name>
<email>bertbelder@gmail.com</email>
</author>
<published>2013-01-11T17:42:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=6a91eab0970a87431743c79ecb8e3efaed1796d9'/>
<id>6a91eab0970a87431743c79ecb8e3efaed1796d9</id>
<content type='text'>
Fixes #4536
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #4536
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "path: fix bugs related to paths with trailing slashes"</title>
<updated>2013-01-11T15:19:21+00:00</updated>
<author>
<name>Bert Belder</name>
<email>bertbelder@gmail.com</email>
</author>
<published>2013-01-11T15:19:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=7be27240b5b4f9a362c63b854e5e55890b858912'/>
<id>7be27240b5b4f9a362c63b854e5e55890b858912</id>
<content type='text'>
It only does the right thing on unix, and the implementation
isn't great either.

This reverts commit bb1c03989f8702e06072e6d9228b52661bf00ace.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It only does the right thing on unix, and the implementation
isn't great either.

This reverts commit bb1c03989f8702e06072e6d9228b52661bf00ace.
</pre>
</div>
</content>
</entry>
<entry>
<title>path: fix bugs related to paths with trailing slashes</title>
<updated>2013-01-11T01:58:37+00:00</updated>
<author>
<name>Andreas Madsen</name>
<email>amwebdk@gmail.com</email>
</author>
<published>2013-01-08T17:22:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=bb1c03989f8702e06072e6d9228b52661bf00ace'/>
<id>bb1c03989f8702e06072e6d9228b52661bf00ace</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>windows: fix normalization of UNC paths</title>
<updated>2012-11-21T00:21:25+00:00</updated>
<author>
<name>Bert Belder</name>
<email>bertbelder@gmail.com</email>
</author>
<published>2012-11-21T00:00:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=bc9388342f59ed5c69d69c7095e5a17fcbd80ba8'/>
<id>bc9388342f59ed5c69d69c7095e5a17fcbd80ba8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>path: add platform specific path delimiter</title>
<updated>2012-10-01T20:10:36+00:00</updated>
<author>
<name>Paul Serby</name>
<email>paul.serby@clock.co.uk</email>
</author>
<published>2012-10-01T20:10:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=41e53e557992a7d552a8e23de035f9463da25c99'/>
<id>41e53e557992a7d552a8e23de035f9463da25c99</id>
<content type='text'>
Closes #3728
Closes #4071
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #3728
Closes #4071
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'ry/v0.6' into v0.6-merge</title>
<updated>2012-05-15T18:37:34+00:00</updated>
<author>
<name>isaacs</name>
<email>i@izs.me</email>
</author>
<published>2012-05-15T18:37:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=5164ae38380dadce74e8f64d7bd3eaa1935dd101'/>
<id>5164ae38380dadce74e8f64d7bd3eaa1935dd101</id>
<content type='text'>
Conflicts:
	ChangeLog
	deps/uv/include/uv-private/uv-unix.h
	deps/uv/src/unix/core.c
	deps/uv/src/unix/sunos.c
	deps/v8/src/runtime.cc
	doc/api/crypto.markdown
	lib/http.js
	src/node_version.h
	test/gc/test-http-client-timeout.js
	wscript
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	ChangeLog
	deps/uv/include/uv-private/uv-unix.h
	deps/uv/src/unix/core.c
	deps/uv/src/unix/sunos.c
	deps/v8/src/runtime.cc
	doc/api/crypto.markdown
	lib/http.js
	src/node_version.h
	test/gc/test-http-client-timeout.js
	wscript
</pre>
</div>
</content>
</entry>
<entry>
<title>Windows: add test for path.normalize with UNC paths</title>
<updated>2012-05-13T01:29:44+00:00</updated>
<author>
<name>Bert Belder</name>
<email>bertbelder@gmail.com</email>
</author>
<published>2012-05-13T01:29:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=a475e62a3e6bcec3be6ff03f1c4bdbf5b188065c'/>
<id>a475e62a3e6bcec3be6ff03f1c4bdbf5b188065c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
