37 Commits (5e3ca981556c305830553d006b76d5dcaaf49276)

Author SHA1 Message Date
isaacs 0cdf85e28d Lint all the JavaScripts. 13 years ago
Bert Belder d91bc7cb09 Windows: get rid of process._cwdForDrive() 13 years ago
Bert Belder e5ea6ad0f0 _makeLong shouldn't turn the empty string into \\?\C:\ 13 years ago
Bert Belder a661830569 Run path.exists paths through _makeLong 13 years ago
Brandon Benvie 5403a8ce4c core: add `NativeModule.prototype.deprecate` 13 years ago
Maciej Małecki e10ed097cb path fs: move `path.exists*` to `fs.exists*` 13 years ago
Bert Belder d489a01f81 Make path.extname do the right thing when the last path component is . or .. 13 years ago
Bert Belder f4e34f1b76 Remove unnecessary statement 13 years ago
Author: Igor Zinkovsky 1f16a7b6e5 Enable long paths on windows 13 years ago
Bert Belder 86fba381fd Windows: correctly resolve drive-relative paths 13 years ago
Colton Baker 87286cc737 Fixed a lot of jslint errors. 13 years ago
Bert Belder 8153a21613 Improve path parsing on windows 13 years ago
Thomas Shinnick a5d90c435c path.js: correct three harmless .length typos 13 years ago
Robert Mustacchi de0b8d601c jslint cleanup: path.js, readline.js, repl.js, tls.js, tty_win32.js, url.js 13 years ago
Adam Luikart 7f30f13543 Update POSIX splitPathRe to allow control chars. Fixes #1230. 14 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
Tony Huang 502900c0bc add path.relative 14 years ago
Bert Belder 38d8cd60ea Don't make unnecessary getcwd calls from path.resolve 14 years ago
Ryan Dahl 5a05992155 Lint 14 years ago
Bert Belder 7c731ec9dd Path.resolve, path module windows compatibility 14 years ago
Bert Belder 9ddfcfecca Remove keepBlanks flag from path functions 14 years ago
Bert Belder 9be07f7fe1 _Partial_ fix for backslash path separator support in path.js 14 years ago
Ryan Dahl e232f6e735 more lint 14 years ago
Ryan Dahl 6063ea62df fix style in path.js 14 years ago
isaacs 9996b459e1 Implement new path.join behavior 14 years ago
Micheil Smith d2c47b4f87 Removed deprecated methods from lib/path.js 14 years ago
Joshaven Potter 3d4e4d8909 syntax fixes to pass jslint 14 years ago
isaacs 65037eeb32 Don't let path.normalize get above the root. 14 years ago
isaacs f0f247d7e5 Fix dirname so that dirname('/a/b/') -> '/a', like sh's does. 14 years ago
Micheil Smith b05daaaf69 Adding path.existsSync (with tests.) 15 years ago
Aapo Laitinen c4876d01a1 Change the behavior of path.extname 15 years ago
rentzsch 36a45c4e0d FIX path.dirname('/tmp') => '/'. 15 years ago
isaacs e0061a511d refactor path module to lib/path.js 15 years ago