summaryrefslogtreecommitdiff
path: root/src/pkg/path
Commit message (Expand)AuthorAgeFilesLines
* all: sort importsRuss Cox2011-11-021-1/+1
* src/pkg/[n-z]*: gofix -r error -force=errorRuss Cox2011-11-016-36/+34
* cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: ...Russ Cox2011-10-252-4/+4
* path/filepath: added Rel as the complement of AbsGustavo Niemeyer2011-10-042-6/+148
* filepath: fix Glob to return no error on nonmatching patternsMichael Shields2011-09-162-1/+11
* build: add build comments to core packagesRuss Cox2011-09-152-2/+2
* path/filepath: document that Walk sorts its outputRob Pike2011-09-141-1/+3
* path/filepath: new signature for WalkRob Pike2011-09-132-86/+99
* path/filepath: fix Visitor docGustavo Niemeyer2011-09-121-2/+1
* path/filepath: make UNC file names workYasuhiro Matsumoto2011-09-093-4/+107
* undo CL 4964067 / 661cb84cc6f0Robert Griesemer2011-09-072-24/+31
* path/filepath: Simplify Walk interfaceGustavo Niemeyer2011-09-072-31/+24
* cleanup: gofmt -s -w src miscRobert Griesemer2011-09-061-1/+1
* crypto, exec, path, time: add support for OpenBSDJoel Sing2011-08-121-0/+3
* go/build: fixes for windows pathsAlex Brainman2011-07-194-9/+31
* path/filepath: fixes for windows pathsAlex Brainman2011-07-183-20/+58
* filepath/path: fix a commentRobert Griesemer2011-07-131-2/+2
* sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings]Andrew Gerrand2011-07-081-1/+1
* strings.Split: make the default to split all.Rob Pike2011-06-281-1/+1
* path/filepath: enable TestWalk to run on windowsAlex Brainman2011-06-241-4/+0
* path/filepath: skip permission test in all.bashRuss Cox2011-06-021-1/+4
* path/filepath: clean up a triple negative.Rob Pike2011-06-012-5/+11
* filepath: remove string constants. They are unnecessary.Rob Pike2011-06-011-10/+8
* filepath: Abs must always return a clean pathGustavo Niemeyer2011-05-302-1/+5
* os: fix os.MkdirAll with backslash path separator.Yasuhiro Matsumoto2011-05-294-41/+14
* filepath: make EvalSymlinks work on WindowsAlex Brainman2011-05-172-20/+45
* src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao2011-04-202-5/+4
* os: New Open API.Rob Pike2011-04-043-3/+3
* filepath: new Abs functionGustavo Niemeyer2011-04-042-4/+60
* path/filepath.Glob: add an error return.Rob Pike2011-04-042-27/+48
* path/filepath: add support for plan9Andrey Mirtchovski2011-04-033-1/+32
* path/filepath.Glob: don't drop known matches on error.Rob Pike2011-04-011-9/+12
* path/filepath: fix TestEvalSymlinks when run under symlinked GOROOTAndrew Gerrand2011-03-211-1/+5
* filepath: do not run TestEvalSymlinks on WindowsAlex Brainman2011-03-181-0/+4
* path/filepath: add EvalSymlinks functionAndrew Gerrand2011-03-172-5/+127
* path: work for windows.Yasuhiro Matsumoto2011-03-176-26/+118
* path/filepath: disable test on windows to fix buildAlex Brainman2011-03-071-0/+5
* path/filepath: new OS-specific path supportGustavo Niemeyer2011-03-0613-362/+1101
* replace non-blocking send, receive syntax with selectRuss Cox2011-01-311-4/+14
* remove naclRuss Cox2010-12-151-3/+0
* path: fix printf glitch in testRob Pike2010-12-081-1/+1
* throughout: fix broken calls to Printf etc.Rob Pike2010-12-071-1/+1
* path: Windows support for SplitBenny Siegert2010-11-305-8/+55
* path: Fix Glob when it finds a file in directory position.Ian Lance Taylor2010-11-101-1/+5
* path: add GlobBenny Siegert2010-11-052-0/+98
* gofmt -s -w src miscRobert Griesemer2010-10-222-125/+125
* ... changesRuss Cox2010-09-241-1/+1
* tests: fix printsRob Pike2010-09-231-1/+1
* path: add IsAbsIvan Krasin2010-09-092-0/+30
* path: fix typo in path.VisitorAndrew Gerrand2010-09-091-1/+1