57 Commits (828f14556e0daeae7fdac08fceaa90952de63f73)

Author SHA1 Message Date
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 11 years ago
Ryan Doenges 9026675061 path: add path.isAbsolute(path) 12 years ago
Scott Blomquist a05f973f82 test: Misc Windows unit test fixes 12 years ago
isaacs 74c08403d8 lint 12 years ago
isaacs 089ec58613 path: Throw TypeError on non-string args to path.resolve 12 years ago
Arianit Uka 055110dab0 path: join throws TypeError on non-string args 12 years ago
isaacs bbcb8b3ae0 path: Do not coerce paths to strings on Windows 12 years ago
Bert Belder 6a91eab097 path: make basename and extname ignore trailing slashes 12 years ago
Bert Belder 7be27240b5 Revert "path: fix bugs related to paths with trailing slashes" 12 years ago
Andreas Madsen bb1c03989f path: fix bugs related to paths with trailing slashes 12 years ago
isaacs 0e95ea42ce lint 12 years ago
Bert Belder bc9388342f windows: fix normalization of UNC paths 12 years ago
Paul Serby 41e53e5579 path: add platform specific path delimiter 12 years ago
isaacs 985e3a25cb lint 12 years ago
Felix Böhm d15bfc04cd path: small speed improvements 13 years ago
isaacs 5b39929d47 Add --no-deprecation and --trace-deprecation flags 13 years ago
Bert Belder d91004a73d Windows: make path.normalize convert all slashes to backslashes 13 years ago
Yi, EungJun 4bd54dad33 path: add path.sep to get the path separator. 13 years ago
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