1
0
mirror of https://github.com/golang/go synced 2024-10-04 11:21:21 -06:00
go/src/lib
Rob Pike ac09eb4f49 handle the nil interface better in reflect and print
R=rsc
DELTA=25  (19 added, 0 deleted, 6 changed)
OCL=20985
CL=20985
2008-12-11 12:59:49 -08:00
..
container/array - delete vector.go - not needed anymore 2008-11-25 10:08:49 -08:00
fmt handle the nil interface better in reflect and print 2008-12-11 12:59:49 -08:00
hash add missing file 2008-11-24 13:47:52 -08:00
http assorted cleanup and fixes 2008-12-10 15:55:59 -08:00
io StringBytes help routine, common functionality put into package io for sharing. 2008-12-10 15:46:45 -08:00
json add JSON library 2008-12-11 12:25:58 -08:00
math add author lines 2008-11-25 09:22:58 -08:00
net DNS messages 2008-12-10 17:17:59 -08:00
os refine gobuild: the files must be *_test.go not *test.go 2008-11-19 19:43:32 -08:00
reflect handle the nil interface better in reflect and print 2008-12-11 12:59:49 -08:00
regexp refine gobuild: the files must be *_test.go not *test.go 2008-11-19 19:43:32 -08:00
strconv assorted cleanup and fixes 2008-12-10 15:55:59 -08:00
sync add mutex.Mutex 2008-12-04 12:51:36 -08:00
syscall bug126 2008-12-09 18:31:31 -08:00
tabwriter - fixed bug with unicode text formatting: the number of bytes 2008-12-09 13:03:15 -08:00
time replace assembly casts with unsafe.pointer 2008-12-09 10:57:55 -08:00
bignum_test.go make bignum_test a test 2008-11-24 12:32:31 -08:00
bignum.go - lowercased package name (Bignum -> bignum) 2008-11-12 11:00:11 -08:00
bufio_test.go convert tests. 2008-11-24 15:17:47 -08:00
bufio.go assorted cleanup and fixes 2008-12-10 15:55:59 -08:00
flag.go stop flag reading before lone - arg. 2008-11-18 17:23:11 -08:00
Makefile add JSON library 2008-12-11 12:25:58 -08:00
once.go update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00
rand.go perm is [] instead of map 2008-11-18 19:59:56 -08:00
sort_test.go convert tests. 2008-11-24 15:17:47 -08:00
sort.go - adjust sort.go to use new naming conventions 2008-11-19 14:32:15 -08:00
strings_test.go strings.utflen -> utf8.RuneCount, RuneCountInString 2008-12-04 21:00:34 -08:00
strings.go strings.utflen -> utf8.RuneCount, RuneCountInString 2008-12-04 21:00:34 -08:00
testing.go gotest: change pattern to Test([^a-z].*)? 2008-11-25 12:49:17 -08:00
utf8_test.go strings.utflen -> utf8.RuneCount, RuneCountInString 2008-12-04 21:00:34 -08:00
utf8.go strings.utflen -> utf8.RuneCount, RuneCountInString 2008-12-04 21:00:34 -08:00