summaryrefslogtreecommitdiff
path: root/lib/path.js
Commit message (Expand)AuthorAgeFilesLines
* Enable long paths on windowsAuthor: Igor Zinkovsky2011-11-251-0/+21
* Windows: correctly resolve drive-relative pathsBert Belder2011-11-241-16/+12
* Fixed a lot of jslint errors.Colton Baker2011-10-051-6/+6
* Improve path parsing on windowsBert Belder2011-09-061-21/+41
* path.js: correct three harmless .length typosThomas Shinnick2011-08-141-3/+3
* jslint cleanup: path.js, readline.js, repl.js, tls.js, tty_win32.js, url.jsRobert Mustacchi2011-07-291-14/+10
* Update POSIX splitPathRe to allow control chars. Fixes #1230.Adam Luikart2011-07-041-1/+1
* 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/+103
|/
* Don't make unnecessary getcwd calls from path.resolveBert Belder2011-02-081-12/+10
* LintRyan Dahl2011-01-061-34/+48
* Path.resolve, path module windows compatibilityBert Belder2011-01-061-100/+215
* Remove keepBlanks flag from path functionsBert Belder2011-01-051-21/+14
* _Partial_ fix for backslash path separator support in path.jsBert Belder2010-12-201-6/+6
* more lintRyan Dahl2010-12-011-44/+38
* fix style in path.jsRyan Dahl2010-11-211-1/+18
* Implement new path.join behaviorisaacs2010-11-141-16/+79
* Removed deprecated methods from lib/path.jsMicheil Smith2010-10-111-3/+0
* syntax fixes to pass jslintJoshaven Potter2010-10-061-2/+2
* Don't let path.normalize get above the root.isaacs2010-08-011-0/+4
* Fix dirname so that dirname('/a/b/') -> '/a', like sh's does.isaacs2010-07-231-5/+3
* Adding path.existsSync (with tests.)Micheil Smith2010-06-161-0/+9
* Change the behavior of path.extnameAapo Laitinen2010-05-241-2/+6
* FIX path.dirname('/tmp') => '/'.rentzsch2010-05-201-1/+14
* refactor path module to lib/path.jsisaacs2010-04-211-0/+64