aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/hashmap.c
AgeCommit message (Collapse)Author
2009-06-06move src/runtime -> src/lib/runtime;Russ Cox
only automatic g4 mv here. R=r OCL=30002 CL=30007
2009-03-23allow range on nil mapsRuss Cox
R=ken OCL=26663 CL=26663
2009-01-26in hash implementation, if data >= 8, align to 8.Russ Cox
R=ken OCL=23519 CL=23521
2009-01-26implement new restrictions on whatRuss Cox
can be compared/hashed. R=r DELTA=351 (201 added, 80 deleted, 70 changed) OCL=23423 CL=23481
2008-12-19chan and map of [] and structRuss Cox
R=r DELTA=192 (145 added, 8 deleted, 39 changed) OCL=21609 CL=21614
2008-12-09chans and maps of interfacesRuss Cox
R=r DELTA=746 (729 added, 1 deleted, 16 changed) OCL=20858 CL=20858
2008-12-05range statementKen Thompson
R=r OCL=20667 CL=20667
2008-11-14switchKen Thompson
R=r OCL=19288 CL=19288
2008-11-13temp fix for map not multiple of 8Ken Thompson
R=r OCL=19166 CL=19166
2008-11-13mike's map codeKen Thompson
R=r OCL=19146 CL=19146