go/src/pkg
Alex Brainman 5342aedeed filepath: make EvalSymlinks work on Windows
Fixes #1830.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4526060
2011-05-17 12:33:36 +10:00
..
archive tar: use ioutil.Discard 2011-04-27 15:57:22 -07:00
asn1 fix tree for reflect rename 2011-04-25 13:39:36 -04:00
big src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
bufio src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
bytes src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
cmath src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
compress compress/zlib: actually use provided dictionary. 2011-05-11 17:00:19 -04:00
container container/heap: fix circular dependency in test 2011-04-22 16:29:05 -04:00
crypto crypto/x509: support DSA public keys in X.509 certs. 2011-05-16 11:16:48 -07:00
debug cgo: handle versioned ELF symbols 2011-04-27 23:21:03 -04:00
ebnf go spec: fix error in production syntax 2011-05-13 12:54:51 -07:00
encoding fix tree for reflect rename 2011-04-25 13:39:36 -04:00
exec syscall: correct Windows CreateProcess input parameters 2011-04-21 10:36:27 +10:00
exp wingui: fix Makefile after rename 2011-05-06 17:15:46 +10:00
expvar src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
flag src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
fmt fix tree for reflect rename 2011-04-25 13:39:36 -04:00
go go/types: fix (some) builds 2011-05-13 18:33:04 -07:00
gob gob: Doc typo fix 2011-05-07 11:05:08 -07:00
hash adler32: speed up ~40% by avoiding bounds checks 2011-04-27 21:36:11 -07:00
html html: parse empty, unquoted, and single-quoted attribute values 2011-05-12 16:11:35 -07:00
http pkg: fix incorrect prints found by govet 2011-05-14 20:43:18 -07:00
image image/gif: enable images with <8 bits per pixel. 2011-05-16 16:00:41 -07:00
index/suffixarray src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
io http: fix transport bug with zero-length bodies 2011-05-11 12:11:32 -07:00
json fix tree for reflect rename 2011-04-25 13:39:36 -04:00
log src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
math src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
mime pkg: fix incorrect prints found by govet 2011-05-14 20:43:18 -07:00
net net: sort records returned by LookupSRV 2011-05-16 17:48:00 -04:00
netchan fix tree for reflect rename 2011-04-25 13:39:36 -04:00
os os: fix Windows build from earlier readdir change 2011-05-16 10:27:49 -07:00
patch gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
path filepath: make EvalSymlinks work on Windows 2011-05-17 12:33:36 +10:00
rand go/printer, gofmt: fix alignment of "=" in const/var declarations 2011-05-09 15:16:34 -07:00
reflect reflect: allow unexported key in Value.MapIndex 2011-05-03 10:38:37 -04:00
regexp regexp: add support for matching text read from things that implement 2011-02-03 13:58:40 -08:00
rpc http: remove finalURL from Client.Get; move to Response 2011-05-13 07:31:24 -07:00
runtime runtime: make StackSystem part of StackGuard 2011-05-16 16:57:49 -04:00
scanner src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
smtp update tree for package net changes 2011-03-28 23:28:53 -04:00
sort src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
strconv strconv: document and test True and False for Atob 2011-05-12 22:00:50 -07:00
strings strings: make Reader.Read use copy instead of an explicit loop. 2011-05-15 13:14:10 -07:00
sync runtime, sync/atomic: fix arm cas 2011-05-02 10:49:19 -04:00
syscall syscall: change Overlapped.HEvent type, it is a handle 2011-05-08 16:33:44 +10:00
syslog syslog: fix skipping of net tests 2011-04-28 14:16:41 -03:00
tabwriter src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
template fix tree for reflect rename 2011-04-25 13:39:36 -04:00
testing fix tree for reflect rename 2011-04-25 13:39:36 -04:00
time time: Support Irix 6 location for zoneinfo files. 2011-04-25 12:37:00 -07:00
try fix tree for reflect rename 2011-04-25 13:39:36 -04:00
unicode unicode: build maketables during testshort too 2011-05-14 16:54:49 -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 http: remove finalURL from Client.Get; move to Response 2011-05-13 07:31:24 -07:00
xml xml: fix reflect error 2011-04-28 15:43:42 -04:00
Makefile image/bmp: implement a BMP decoder. 2011-05-11 11:12:45 -07:00
deps.bash build: add another --no-print-directory 2010-12-16 10:46:25 +11:00