1
0
mirror of https://github.com/golang/go synced 2024-10-03 20:11:22 -06:00
go/src
Russ Cox 140aed9ab7 hash reorg.
* new package hash defining interfaces Hash and Hash32.
* adler32 and crc32 return Hash32 instead of specific types.
* adler32 and crc32 provide non-allocating methods for single slices.
* sha1 and md5 move to crypto, return Hash.
* sum.go, a simple test program, moves to /usr/rsc.
* refresh Make.deps

R=r
DELTA=1908  (935 added, 923 deleted, 50 changed)
OCL=29095
CL=29135
2009-05-20 18:16:38 -07:00
..
cmd ifaceop was being called with integers 2009-05-20 15:09:50 -07:00
lib hash reorg. 2009-05-20 18:16:38 -07:00
lib9 remove incorrect (!) consts 2008-07-07 15:00:12 -07:00
libbio 6l: 2008-10-20 17:33:51 -07:00
libmach_amd64 if the process stops with SIGTRAP (breakpoint), 2009-04-29 18:53:01 -07:00
old/c move old code into 'old' directory 2008-06-04 14:46:07 -07:00
pkg/debug/macho/testdata - created staging area for getting bignum package up-to-speed again, 2008-10-27 15:44:32 -07:00
runtime change representation of interface values. 2009-05-20 14:57:55 -07:00
all.bash split all.bash into make.bash and run.bash 2008-10-08 09:46:54 -07:00
clean.bash clear out pkg tree in clean.bash. 2009-05-20 11:12:05 -07:00
make.bash rewrite gobuild in go. 2009-04-16 00:18:11 -07:00
Make.conf interface speedups and fixes. 2009-01-26 12:36:21 -08:00
quietgcc.bash build with warnings enabled. 2008-11-19 12:54:44 -08:00
run.bash mv container/vector down one level for new rules. 2009-05-05 17:24:01 -07:00
sudo.bash add build step to install debuggers setgid procmod. 2008-11-18 10:08:46 -08:00