summaryrefslogtreecommitdiff
path: root/lib/path.js
AgeCommit message (Expand)Author
2015-01-21lib: use const to define constantscjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-09path: refactor normalizeArray()Nathan Woltman
2014-12-08path: path.normalize no longer lower-cases drive lettersBert Belder
2014-12-08Revert "path: resolve normalize drive letter to lower case"Nikolai Vavilov
2014-11-22Merge remote-tracking branch 'joyent/v0.12' into v0.12Ben Noordhuis
2014-11-22lib: turn on strict modeBen Noordhuis
2014-11-20path: added parse() and format() functionsRory Bradford
2014-11-20path: allow calling platform specific methodsTimothy J Fontaine
2014-10-25lint: fix whitespace issuesTrevor Norris
2014-10-20path: resolve normalize drive letter to lower casedead-horse
2014-08-04path: isAbsolute() should always return booleanHerman Lee
2014-08-02path: fix slice OOB in trimLucio M. Tato
2014-01-21path: improve POSIX path.join() performanceJo Liss
2013-08-01src: Replace macros with util functionsisaacs
2013-07-24lib: macro-ify type checksBen Noordhuis
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