aboutsummaryrefslogtreecommitdiff
path: root/src/lib/hash
AgeCommit message (Expand)Author
2009-06-09mv src/lib to src/pkgRob Pike
2009-06-05rebuilt Makefiles for CL 29923Russ Cox
2009-05-21I guess I forgot there was a unary ^ operator.Russ Cox
2009-05-21fix build again; this time for sure.Russ Cox
2009-05-21missed Makefile before; fix buildRuss Cox
2009-05-20hash reorg.Russ Cox
2009-05-07make go/src/lib/hash one directory per packageRob Pike
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike
2009-04-16Convert go tree to hierarchical pkg directory:Russ Cox
2009-04-16regenerate Makefiles.Russ Cox
2009-04-15code changes for array conversion.Russ Cox
2009-03-18Make adler32 cleaner.Tom Szymanski
2009-03-07document hashRob Pike
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox
2009-02-13convert composite literals from { } to ( ).Russ Cox
2009-01-20delete exportRuss Cox
2009-01-16casify hashRuss Cox
2009-01-06new new & makeRuss Cox
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
2008-12-18convert *[] to [].Russ Cox
2008-11-24add missing fileRob Pike
2008-11-24hash writers: adler32, crc32, md5, sha1.Russ Cox