aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/array.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
2008-12-18print(array)Ken Thompson
R=r OCL=21570 CL=21570
2008-12-18arraysKen Thompson
R=r OCL=21564 CL=21564
2008-12-17small bugKen Thompson
new printarray R=r OCL=21429 CL=21429
2008-11-19change array slice error to include boundsRuss Cox
$ 6.out slice[5:12] of [10] array throw: array slice SIGSEGV: segmentation violation R=r DELTA=15 (13 added, 0 deleted, 2 changed) OCL=19540 CL=19580
2008-08-27arraysKen Thompson
R=r OCL=14603 CL=14603