aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/path
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-08-22path, path/filepath: remove dead codeDave Cheney
2014-08-22path/filepath: make Abs handle paths like c:a.txt properlyAlex Brainman
2014-08-07path/filepath: do not restore original working directory twice in testAlex Brainman
2014-07-17os: Implement symlink support for WindowsMichael Fraenkel
2014-05-20build: make nacl passRuss Cox
2014-03-11path/filepath: fixed misaligned comment.Kay Zhu
2014-03-04path/filepath: ensure Glob does not ignore broken symlinksKelsey Hightower
2014-02-25all: merge NaCl branch (part 1)Dave Cheney
2014-01-07all: add solaris build tagsAram Hăvărneanu
2013-12-17os, path/filepath: don't ignore Lstat errors in ReaddirBrad Fitzpatrick
2013-12-17all: add missing copyrightChaiShushan
2013-09-09path/filepath: fix race with other testsRuss Cox
2013-08-24all: dragonfly supportJoel Sing
2013-08-21all: protect alloc count tests by -testing.shortRob Pike
2013-08-05undo CL 12486043 / ab644299d124Brad Fitzpatrick
2013-08-05all: use strings.IndexByte instead of Index where possibleBrad Fitzpatrick
2013-07-31path/filepath: Panic in Match when parsing invalid character range.Pieter Droogendijk
2013-05-24path/filepath: Skip TestEvalSymlinks. Plan 9 doesn't have symlinks.Christopher Nielsen
2013-03-06all: Skip AllocsPerRun tests if GOMAXPROCS>1.Albert Strasheim
2013-03-01path/filepath: better error reporting during TestWinSplitListTestsAreValidAlex Brainman
2013-02-20path/filepath, os/exec: unquote PATH elements on WindowsPéter Surányi
2013-02-19path/filepath: add examples for SplitList and Rel.Kamil Kisiel
2013-02-19path/filepath: document Dir betterRuss Cox
2013-02-19src: use internal tests if possibleRobin Eklind
2013-02-04path/filepath: document that Walk does not follow symlinksRuss Cox
2013-02-02testing: add AllocsPerRunKyle Lemons
2012-12-01all: set GOMAXPROCS to 1 when counting mallocsShenghou Ma
2012-10-30gofmt: apply gofmt -w src miscRobert Griesemer
2012-10-17path/filepath: better documentation for WalkFuncRob Pike
2012-08-30path: improve documentation for DirRob Pike
2012-08-05syscall: return EINVAL when string arguments have NUL charactersAlexey Borzenkov
2012-06-30path/filepath: avoid allocation in Clean of cleaned path even on windows (fix...Alex Brainman
2012-06-28path/filepath: add test case for rooted ".."Han-Wen Nienhuys
2012-06-27path/filepath: avoid allocation in Clean of cleaned pathRuss Cox
2012-06-04path/filepath: fix testMikio Hara
2012-06-02path/filepath: implement documented SkipDir behaviorJan Mercl
2012-04-27path/filepath: fix typoAnthony Martin
2012-04-24path: document that Clean deletes trailing slashes.Rob Pike
2012-04-05path/filepath: move out of temp directory before deleting it in TestAbsAlex Brainman
2012-03-28path/filepath: correct comment in EvalSymlinksAlex Brainman
2012-03-27path/filepath: use windows GetShortPathName api to force GetLongPathName to d...Alex Brainman
2012-03-27path/filepath: convert drive letter to upper case in windows EvalSymlinksAlex Brainman
2012-03-23path/filepath: windows drive letter cannot be a digitAlex Brainman
2012-03-19path/filepath: implement Match and Glob on windowsAlex Brainman
2012-03-08all: gofmt -w -s src miscRobert Griesemer
2012-03-08path/filepath: retrieve real file name in windows EvalSymlinksAlex Brainman
2012-03-07os: fix SameFile to work for directories on windowsAlex Brainman
2012-03-07path/filepath: disable AbsTest on windowsRob Pike
2012-03-07path/filepath/path_test.go: repair and enable TestAbsRob Pike