1
0
mirror of https://github.com/golang/go synced 2024-11-25 22:28:02 -07:00
go/src
Rob Pike 1b3299ed0b change the representation of arrays in protobufs from *[]item to []item.
for simplicity of user's code, optional arrays of bytes also don't have a pointer.
requires adding a "Set()" method to arrays in reflect.
still to do: protocol compilers, google/net/rpc.

R=rsc
DELTA=227  (36 added, 95 deleted, 96 changed)
OCL=23387
CL=23389
2009-01-23 12:40:55 -08:00
..
cmd move math routines from package sys to package math, 2009-01-22 16:23:44 -08:00
lib change the representation of arrays in protobufs from *[]item to []item. 2009-01-23 12:40:55 -08: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 casify, cleanup sys 2009-01-16 14:58:14 -08: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 move math routines from package sys to package math, 2009-01-22 16:23:44 -08:00
all.bash split all.bash into make.bash and run.bash 2008-10-08 09:46:54 -07:00
clean.bash add hash to build; rm pkg/* in clean.bash 2008-11-24 15:18:29 -08:00
make.bash convert lib to a Makefile, 2008-11-21 12:36:16 -08:00
Make.conf build with warnings enabled. 2008-11-19 12:54:44 -08:00
quietgcc.bash build with warnings enabled. 2008-11-19 12:54:44 -08:00
run.bash remove export name-list statement. 2009-01-15 16:16:52 -08:00
sudo.bash add build step to install debuggers setgid procmod. 2008-11-18 10:08:46 -08:00