1
0
mirror of https://github.com/golang/go synced 2024-11-20 04:54:44 -07:00
go/src
Russ Cox fb2c66710c compiler changes:
export.c:
		- only expose explicitly exported types to importer
		- fix behind your back
	go.h:
		- add deep() prototype (fixes 64-bit linux crash on time.go)
	go.y:
		- add a new syntax error case
	walk.c:
		- allow a,b = f() where f is func ptr (fixes bug088)

R=ken
OCL=15617
CL=15630
2008-09-22 12:45:01 -07:00
..
cmd compiler changes: 2008-09-22 12:45:01 -07:00
lib export an os.Error constructor 2008-09-19 15:23:16 -07:00
lib9 remove incorrect (!) consts 2008-07-07 15:00:12 -07:00
libbio add gobuild. 2008-09-19 11:55:46 -07:00
libmach_amd64 add gobuild. 2008-09-19 11:55:46 -07:00
old/c move old code into 'old' directory 2008-06-04 14:46:07 -07:00
pkg make Makefiles safe for parallel make 2008-09-18 15:06:43 -07:00
runtime now method/interface code 2008-09-22 12:16:19 -07:00
syscall make Makefiles safe for parallel make 2008-09-18 15:06:43 -07:00
clean.bash add gobuild. 2008-09-19 11:55:46 -07:00
make.bash add gobuild. 2008-09-19 11:55:46 -07:00
Make.conf - adjust Make.conf to use cc instead of cc64 for now 2008-08-04 09:47:52 -07:00