summaryrefslogtreecommitdiff
path: root/test/simple/test-path.js
Commit message (Expand)AuthorAgeFilesLines
* Fixed a lot of jslint errors.Colton Baker2011-10-051-30/+30
* Improve path parsing on windowsBert Belder2011-09-061-0/+32
* Update POSIX splitPathRe to allow control chars. Fixes #1230.Adam Luikart2011-07-041-0/+8
* Merge branch 'v0.4'Ryan Dahl2011-03-141-0/+21
|\
| * Update copyright headersRyan Dahl2011-03-141-0/+21
* | add path.relativeTony Huang2011-03-081-0/+36
|/
* Path.resolve, path module windows compatibilityBert Belder2011-01-061-12/+52
* Remove keepBlanks flag from path functionsBert Belder2011-01-051-16/+0
* GJSLint all tests, only 3 long lines left in test-url.jsOleg Efimov2010-12-051-60/+64
* GJSLint continueOleg Efimov2010-12-051-47/+48
* Fix global leaksRyan Dahl2010-12-041-2/+2
* Implement new path.join behaviorisaacs2010-11-141-2/+65
* Revert "Add some failing tests for path.join"Ryan Dahl2010-10-231-4/+0
* Add some failing tests for path.joinRyan Dahl2010-10-201-0/+4
* Don't let path.normalize get above the root.isaacs2010-08-011-0/+2
* Fix dirname so that dirname('/a/b/') -> '/a', like sh's does.isaacs2010-07-231-0/+1
* Update tests to work with module contextsRyan Dahl2010-07-151-1/+2
* Adding path.existsSync (with tests.)Micheil Smith2010-06-161-0/+2
* Change the behavior of path.extnameAapo Laitinen2010-05-241-0/+21
* FIX path.dirname('/tmp') => '/'.rentzsch2010-05-201-0/+3
* Remove process.mixin dependency from all tests.isaacs2010-03-081-1/+1
* Split tests.arlolra2010-02-251-0/+27