1
0
mirror of https://github.com/golang/go synced 2024-10-04 09:21:21 -06:00
go/src/pkg
Alex Brainman 3c4ca95da9 path/filepath: fixes for windows paths
- Clean and IsAbs to handle paths with drive letter properly.
- Clean to replace / with \.

R=golang-dev, adg
CC=golang-dev, mattn.jp
https://golang.org/cl/4758051
2011-07-18 17:08:12 +10:00
..
archive go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
asn1 go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
big go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
bufio go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
bytes go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
cmath src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
compress go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
container go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
crypto go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
csv go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
debug go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
ebnf go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
encoding go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
exec go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
exp exp/templates: variable scope persists until "end". 2011-07-17 13:31:59 +10:00
expvar go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
flag flag: make -help nicer. 2011-07-11 09:35:50 +10:00
fmt fmt: fix a couple of documentation glitches. 2011-07-18 11:44:27 +10:00
go path/filepath: fixes for windows paths 2011-07-18 17:08:12 +10:00
gob gob: minor cleanup 2011-07-18 10:48:31 +10:00
hash hash/crc32: add SSE4.2 support 2011-07-12 09:29:24 -04:00
html html: update section references in comments to the latest HTML5 spec. 2011-07-13 16:53:02 +10:00
http http: drain the pipe output in TestHandlerPanic to avoid logging deadlock. 2011-07-18 12:59:16 +10:00
image image: remove superfluous if condition. 2011-07-12 17:02:55 +10:00
index/suffixarray go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
io go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
json go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
log log: more locking 2011-07-17 15:46:00 -07:00
mail strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
math go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
mime go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
net go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
netchan os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
os go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
patch strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
path path/filepath: fixes for windows paths 2011-07-18 17:08:12 +10:00
rand os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
reflect reflect: panic if Method index is out of range for a type. 2011-07-18 11:34:13 +10:00
regexp regexp: document that Regexp is thread-safe. 2011-06-29 15:41:09 +10:00
rpc go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
runtime runtime: fix panic for make(chan [0]byte). 2011-07-18 15:54:11 +10:00
scanner go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
smtp strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
sort go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
strconv go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
strings go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
sync go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
syscall go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
syslog os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
tabwriter go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
template go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
testing go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
time go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
try fix tree for reflect rename 2011-04-25 13:39:36 -04:00
unicode go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
unsafe src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
utf8 src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
utf16 gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
websocket go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
xml go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
deps.bash build: use awk instead of giant egrep regexp 2011-06-16 00:04:24 -04:00
Makefile exp/eval, exp/ogle: remove packages eval and ogle 2011-07-13 09:40:53 -07:00