1
0
mirror of https://github.com/golang/go synced 2024-10-04 11:21:21 -06:00
go/src/pkg
Russ Cox 649aab835f runtime: add mmap of null page just in case
R=r, iant, robert.swiecki, rsc1
CC=golang-dev
https://golang.org/cl/1904044
2010-09-28 20:30:01 -04:00
..
archive/tar build: no required environment variables 2010-08-18 10:08:49 -04:00
asn1 asn1: make interface consistent with json 2010-09-24 12:34:18 -04:00
big tests: fix prints 2010-09-23 13:48:56 +10:00
bufio bufio.UnreadRune: fix bug at EOF 2010-09-24 12:28:14 +10:00
bytes bytes: fix typo in AddByte comment 2010-09-27 11:41:43 +10:00
cmath tests: fix prints 2010-09-23 13:48:56 +10:00
compress 5g: register allocation bugs 2010-09-12 00:06:45 -04:00
container list: update comment to state that the zero value is ready to use. 2010-09-03 17:11:56 +10:00
crypto crypto/ocsp: update for asn1 change (fix build) 2010-09-24 13:08:35 -04:00
debug debug/proc: ... changes (fix build) 2010-09-24 13:12:50 -04:00
ebnf build: no required environment variables 2010-08-18 10:08:49 -04:00
encoding ... changes 2010-09-24 11:55:48 -04:00
exec exec.LookPath() unix/windows separation 2010-09-12 17:38:36 +10:00
exp ... changes 2010-09-24 11:55:48 -04:00
expvar tests: fix prints 2010-09-23 13:48:56 +10:00
flag build: no required environment variables 2010-08-18 10:08:49 -04:00
fmt ... changes 2010-09-24 11:55:48 -04:00
go gofmt: stability improvement 2010-09-27 15:03:15 -07:00
gob tests: fix prints 2010-09-23 13:48:56 +10:00
hash build: no required environment variables 2010-08-18 10:08:49 -04:00
html html: disable print 2010-09-23 22:05:42 -04:00
http http: support HTTP/1.0 Keep-Alive 2010-09-27 21:55:04 -04:00
image exp/draw: add Point.Eq, Point.Mul, Point.Div, Rectangle.Size methods 2010-09-23 10:58:59 +10:00
index/suffixarray suffixarray: cleanup per suggestion from Roger Peppe 2010-09-22 11:03:57 -07:00
io io/ioutil: use _test not _obj in test 2010-09-23 14:31:44 -04:00
json json: do not write to unexported fields 2010-09-28 14:40:23 -04:00
log ... changes 2010-09-24 11:55:48 -04:00
math math: Fix off-by-one error in Ilogb and Logb. 2010-09-28 10:15:21 -04:00
mime mime: delete unnecessary constant conversions. 2010-08-20 07:42:02 +10:00
net net: enable v4-over-v6 on ip sockets 2010-09-24 16:52:06 -04:00
netchan ... changes 2010-09-24 11:55:48 -04:00
nntp ... changes 2010-09-24 11:55:48 -04:00
os os: check for valid arguments in windows Readdir 2010-09-23 22:06:59 -04:00
patch build: no required environment variables 2010-08-18 10:08:49 -04:00
path ... changes 2010-09-24 11:55:48 -04:00
rand tests: fix prints 2010-09-23 13:48:56 +10:00
reflect gc: fix reflect table method receiver 2010-09-28 13:43:50 -04:00
regexp regexp: delete Iter methods 2010-09-21 21:21:44 +10:00
rpc rpc: fix bug that caused private methods to attempt to be registered. 2010-08-30 08:03:06 +10:00
runtime runtime: add mmap of null page just in case 2010-09-28 20:30:01 -04:00
scanner Fix incorrect reporting of error in Scanner.next() when Read reads > 0 bytes but returns os.EOF. 2010-09-01 15:15:37 -07:00
sort build: no required environment variables 2010-08-18 10:08:49 -04:00
strconv tests: fix prints 2010-09-23 13:48:56 +10:00
strings bytes, strings: change lastIndexFunc to use DecodeLastRune 2010-09-23 20:40:11 +10:00
sync build: no required environment variables 2010-08-18 10:08:49 -04:00
syscall syscall: add inotify on Linux 2010-09-27 11:44:26 -04:00
syslog tests: fix prints 2010-09-23 13:48:56 +10:00
tabwriter build: no required environment variables 2010-08-18 10:08:49 -04:00
template gc: fix reflect table method receiver 2010-09-28 13:43:50 -04:00
testing ... changes 2010-09-24 11:55:48 -04:00
time tests: fix prints 2010-09-23 13:48:56 +10:00
unicode tests: fix prints 2010-09-23 13:48:56 +10:00
unsafe runtime: introduce unsafe.New and unsafe.NewArray 2009-12-07 15:51:58 -08:00
utf8 utf8.String: provide an Init method to avoid unnecessary allocation 2010-09-27 12:06:29 -07:00
utf16 build: no required environment variables 2010-08-18 10:08:49 -04:00
websocket websocket: Add support for secure WebSockets 2010-09-11 00:27:16 -04:00
xml xml: Allow entities inside CDATA tags 2010-09-24 12:23:01 -04:00
deps.bash build: let pkg/Makefile coordinate building of Go commands 2010-08-25 17:54:10 -04:00
Makefile suffixarray: a package for creating suffixarray-based indexes 2010-09-21 23:12:57 -07:00