summaryrefslogtreecommitdiff
path: root/lib/path.js
Commit message (Expand)AuthorAgeFilesLines
* test: Misc Windows unit test fixesScott Blomquist2013-03-191-0/+5
* lintisaacs2013-02-221-1/+1
* path: Throw TypeError on non-string args to path.resolveisaacs2013-02-211-6/+11
* path: join throws TypeError on non-string argsArianit Uka2013-02-211-0/+6
* path: Do not coerce paths to strings on Windowsisaacs2013-02-201-1/+3
* path: make basename and extname ignore trailing slashesBert Belder2013-01-111-7/+6
* Revert "path: fix bugs related to paths with trailing slashes"Bert Belder2013-01-111-10/+0
* path: fix bugs related to paths with trailing slashesAndreas Madsen2013-01-101-0/+10
* lintisaacs2012-12-071-1/+1
* windows: fix normalization of UNC pathsBert Belder2012-11-211-9/+29
* path: add platform specific path delimiterPaul Serby2012-10-011-0/+2
* lintisaacs2012-08-271-1/+1
* path: small speed improvementsFelix Böhm2012-08-101-9/+9
* Add --no-deprecation and --trace-deprecation flagsisaacs2012-06-211-7/+5
* Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs2012-05-151-0/+3
|\
| * Windows: make path.normalize convert all slashes to backslashesBert Belder2012-05-131-0/+3
* | path: add path.sep to get the path separator.Yi, EungJun2012-05-011-0/+2
* | Lint all the JavaScripts.isaacs2012-02-181-8/+12
* | Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs2012-02-181-1/+7
|\ \ | |/
| * Windows: get rid of process._cwdForDrive()Bert Belder2012-02-161-1/+7
* | Merge remote-tracking branch 'ry/v0.6'isaacs2012-02-061-0/+5
|\ \ | |/
| * _makeLong shouldn't turn the empty string into \\?\C:\Bert Belder2012-02-021-0/+5
| * Run path.exists paths through _makeLongBert Belder2012-02-021-3/+3
* | core: add `NativeModule.prototype.deprecate`Brandon Benvie2012-01-301-3/+3
* | Merge branch 'v0.6'Fedor Indutny2012-01-241-2/+2
|\ \ | |/
| * Make path.extname do the right thing when the last path component is . or ..Bert Belder2012-01-181-2/+2
* | path fs: move `path.exists*` to `fs.exists*`Maciej Małecki2012-01-211-9/+5
|/
* Remove unnecessary statementBert Belder2011-12-201-1/+0
* 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