summaryrefslogtreecommitdiff
path: root/lib/path.js
AgeCommit message (Expand)Author
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
2010-07-23Fix dirname so that dirname('/a/b/') -> '/a', like sh's does.isaacs
2010-06-16Adding path.existsSync (with tests.)Micheil Smith
2010-05-24Change the behavior of path.extnameAapo Laitinen
2010-05-20FIX path.dirname('/tmp') => '/'.rentzsch
2010-04-21refactor path module to lib/path.jsisaacs