1
0
mirror of https://github.com/golang/go synced 2024-10-05 16:01:22 -06:00
go/src/lib
Russ Cox 64627b04fb check for type equality in deepequal
R=r,dnadasi
DELTA=9  (8 added, 0 deleted, 1 changed)
OCL=27473
CL=27486
2009-04-15 00:55:58 -07:00
..
container Add new functions to the iterable package: 2009-04-08 21:50:40 -07:00
fmt add method Value() Value to InterfaceValue. 2009-04-06 21:28:04 -07:00
go require ";" separator after function literals 2009-04-02 22:59:57 -07:00
hash Make adler32 cleaner. 2009-03-18 14:57:55 -07:00
http http additions 2009-04-14 20:31:31 -07:00
io Extremely minor fix to ByteBuffer. 2009-04-06 17:03:07 -07:00
json document json 2009-03-11 12:50:58 -07:00
math math: doc 2009-03-05 13:31:01 -08:00
net Rename os.FD to os.File. 2009-03-11 12:51:10 -07:00
os fix infinite loop in Readdirnames: bufp > nbuf can happen 2009-04-14 18:52:39 -07:00
reflect check for type equality in deepequal 2009-04-15 00:55:58 -07:00
regexp misc doc 2009-03-05 13:35:45 -08:00
strconv add strconv.Unquote 2009-04-13 13:27:39 -07:00
sync sync: add documentation 2009-03-04 21:30:07 -08:00
syscall lib misc 2009-04-13 16:50:42 -07:00
tabwriter - scanner to track line/col number instead of byte position only 2009-03-11 12:48:45 -07:00
template treat "" as empty 2009-04-15 00:26:49 -07:00
time Rename os.FD to os.File. 2009-03-11 12:51:10 -07:00
unicode rename redefined symbols 2009-03-26 22:04:34 -07:00
bignum_test.go undo workaround pending real fix 2009-04-08 22:24:40 -07:00
bignum.go Automated g4 rollback of changelist 25024, 2009-03-03 08:39:12 -08:00
bufio_test.go make NewBufRead etc. idempotent 2009-04-06 21:42:14 -07:00
bufio.go make NewBufRead etc. idempotent 2009-04-06 21:42:14 -07:00
exec_test.go misc doc 2009-03-05 13:35:45 -08:00
exec.go fix error return in Remove 2009-04-13 19:14:09 -07:00
flag_test.go use proper strconv in string values. 2009-02-16 21:55:37 -08:00
flag.go lib misc 2009-04-13 16:50:42 -07:00
log_test.go Rename os.FD to os.File. 2009-03-11 12:51:10 -07:00
log.go log.Stderr should actually go to stderr. 2009-03-30 19:01:59 -07:00
Makefile Start list of default formatters for template variables. 2009-04-09 00:10:46 -07:00
malloc.go gc #0. mark and sweep collector. 2009-01-26 17:37:05 -08:00
once_test.go update go code tree to new func rules. 2009-01-30 14:39:31 -08:00
once.go document once 2009-03-06 03:36:50 -08:00
path_test.go fumbly fingers + non-working ^C 2009-04-07 21:53:39 -07:00
path.go fumbly fingers + non-working ^C 2009-04-07 21:53:39 -07:00
rand.go document rand 2009-03-05 19:26:27 -08:00
sort_test.go Automated g4 rollback of changelist 25024, 2009-03-03 08:39:12 -08:00
sort.go document sort 2009-03-06 17:29:25 -08:00
strings_test.go Automated g4 rollback of changelist 25024, 2009-03-03 08:39:12 -08:00
strings.go lib misc 2009-04-13 16:50:42 -07:00
testing.go document testing and incidentally gotest 2009-03-05 17:50:36 -08:00
utf8_test.go EncodeRuneToString 2009-03-26 16:05:30 -07:00
utf8.go integrate feedback from rsc 2009-03-27 09:49:11 -07:00
xml.go proposed XML parser design. 2009-02-16 20:14:21 -08:00