The Go programming language
Go to file
Russ Cox 5383e28ea0 change string([]byte) to pass array, rather than &a[0],
to string convert.  if the byte array has length 0,
the computation of &a[0] throws an index bounds error.

for fixed size arrays, this ends up invoking arrays2d
unnecessarily, but it works.

R=ken
DELTA=304  (44 added, 28 deleted, 232 changed)
OCL=15674
CL=15678
2008-09-22 20:12:15 -07:00
doc Correct two web links, add missing semicolon after &lt. 2008-09-22 11:29:40 -07:00
include acid fixes etc. still not perfect. 2008-09-16 12:33:00 -07:00
lib help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
pkg help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
src change string([]byte) to pass array, rather than &a[0], 2008-09-22 20:12:15 -07:00
test change string([]byte) to pass array, rather than &a[0], 2008-09-22 20:12:15 -07:00
usr/gri - first cut at building and printing AST 2008-09-22 18:26:12 -07:00