summaryrefslogtreecommitdiff
path: root/lib/path.js
AgeCommit message (Expand)Author
2013-04-19path: add path.isAbsolute(path)Ryan Doenges
2013-03-19test: Misc Windows unit test fixesScott Blomquist
2013-02-22lintisaacs
2013-02-21path: Throw TypeError on non-string args to path.resolveisaacs
2013-02-21path: join throws TypeError on non-string argsArianit Uka
2013-02-20path: Do not coerce paths to strings on Windowsisaacs
2013-01-11path: make basename and extname ignore trailing slashesBert Belder
2013-01-11Revert "path: fix bugs related to paths with trailing slashes"Bert Belder
2013-01-10path: fix bugs related to paths with trailing slashesAndreas Madsen
2012-12-07lintisaacs
2012-11-21windows: fix normalization of UNC pathsBert Belder
2012-10-01path: add platform specific path delimiterPaul Serby
2012-08-27lintisaacs
2012-08-10path: small speed improvementsFelix Böhm
2012-06-21Add --no-deprecation and --trace-deprecation flagsisaacs
2012-05-15Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs
2012-05-13Windows: make path.normalize convert all slashes to backslashesBert Belder
2012-05-01path: add path.sep to get the path separator.Yi, EungJun
2012-02-18Lint all the JavaScripts.isaacs
2012-02-18Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs
2012-02-16Windows: get rid of process._cwdForDrive()Bert Belder
2012-02-06Merge remote-tracking branch 'ry/v0.6'isaacs
2012-02-02_makeLong shouldn't turn the empty string into \\?\C:\Bert Belder
2012-02-02Run path.exists paths through _makeLongBert Belder
2012-01-30core: add `NativeModule.prototype.deprecate`Brandon Benvie
2012-01-24Merge branch 'v0.6'Fedor Indutny
2012-01-21path fs: move `path.exists*` to `fs.exists*`Maciej Małecki
2012-01-18Make path.extname do the right thing when the last path component is . or ..Bert Belder
2011-12-20Remove unnecessary statementBert Belder
2011-11-25Enable long paths on windowsAuthor: Igor Zinkovsky
2011-11-24Windows: correctly resolve drive-relative pathsBert Belder
2011-10-05Fixed a lot of jslint errors.Colton Baker
2011-09-06Improve path parsing on windowsBert Belder
2011-08-14path.js: correct three harmless .length typosThomas Shinnick
2011-07-29jslint cleanup: path.js, readline.js, repl.js, tls.js, tty_win32.js, url.jsRobert Mustacchi
2011-07-04Update POSIX splitPathRe to allow control chars. Fixes #1230.Adam Luikart
2011-03-14Merge branch 'v0.4'Ryan Dahl
2011-03-14Update copyright headersRyan Dahl
2011-03-08add path.relativeTony Huang
2011-02-08Don't make unnecessary getcwd calls from path.resolveBert Belder
2011-01-06LintRyan Dahl
2011-01-06Path.resolve, path module windows compatibilityBert Belder
2011-01-05Remove keepBlanks flag from path functionsBert Belder
2010-12-20_Partial_ fix for backslash path separator support in path.jsBert Belder
2010-12-01more lintRyan Dahl
2010-11-21fix style in path.jsRyan Dahl
2010-11-14Implement new path.join behaviorisaacs
2010-10-11Removed deprecated methods from lib/path.jsMicheil Smith
2010-10-06syntax fixes to pass jslintJoshaven Potter
2010-08-01Don't let path.normalize get above the root.isaacs