1
0
mirror of https://github.com/golang/go synced 2024-11-22 01:34:41 -07:00
The Go programming language
Go to file
Russ Cox ef40d9435b 6g:
make sure methods end up immediately following
	the struct they are methods on.
ar:
	eliminate duplicate definitions from __.PKGDEF.
	check that multiple .6 do not give different defs for same
		exported type/var/func/const.
	increase ar header name size from 16 to 64 bytes

R=r
DELTA=379  (333 added, 18 deleted, 28 changed)
OCL=17477
CL=17481
2008-10-20 13:53:56 -07:00
doc - be even more explicit about ideal number conversion in expressions 2008-10-20 11:46:40 -07:00
include 6g: 2008-10-20 13:53:56 -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 6g: 2008-10-20 13:53:56 -07:00
test add primitive ftoa, dtoa to strings library. 2008-10-20 13:53:20 -07:00
usr - removed double-declaration of len() 2008-10-20 12:51:18 -07:00