aboutsummaryrefslogtreecommitdiff
path: root/src/path/filepath/path.go
AgeCommit message (Expand)Author
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2019-11-20path: minor changes to improve documentation for JoinEric Rutherford
2019-02-20path/filepath: revert "fix Windows-specific Clean bug"Ian Lance Taylor
2018-09-29path/filepath: fix Windows-specific Clean bugQtRoS
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-07-18filepath: updates doc to give case where WalkFunc info arg may be nilJack
2017-09-25path/filepath: ensure Walk report unreadable directories onceWei Congrui
2017-06-14path, path/filepath: clarify and cross-reference packagesBrad Fitzpatrick
2017-02-04path/filepath: ignore dot for Dir(`\\server\share`)Yasuhiro Matsumoto
2016-10-12path/filepath: remove unneeded doc statement for SplitListDmitri Shuralyov
2016-08-25path/filepath: don't return SkipDir at topIan Lance Taylor
2016-07-07path/filepath: fix typo in commentIan Lance Taylor
2016-07-06path/filepath: document Clean behavior for each functionIan Lance Taylor
2016-03-06Rewrite leftover references to plan9.bell-labs.com to 9p.io.Muhammed Uluyol
2016-03-02all: single space after period.Brad Fitzpatrick
2015-11-17path/filepath: in Rel use case-insensitive comparison on WindowsMohit Agarwal
2015-11-17path/filepath: include the original paths in error messagesMohit Agarwal
2015-11-12path/filepath: in Rel use case-insensitive comparison on WindowsYasuhiro Matsumoto
2015-06-29path/filepath: document and test behavior of SkipDir on filesRuss Cox
2015-03-11path/filepath: clarify the package doc about '/' in returned results.Hyang-Ah (Hana) Kim
2015-01-20path/filepath: make Join handle UNC paths on WindowsEmil Hessman
2014-12-18path/filepath: remove named result parameter for VolumeNameEmil Hessman
2014-09-08build: move package sources from src/pkg to srcRuss Cox