1
0
mirror of https://github.com/golang/go synced 2024-11-26 19:41:19 -07:00
go/src
Russ Cox 85fea81d70 Automated g4 rollback of changelist 19916.
*** Reason for rollback ***

broke build

*** Original change description ***

utf8: add InString routines for decoding in strings
reflect: add InterfaceValue.Get(), remove Empty
strconv: add Quote, CanBackquote
fmt:
	* %q go-quoted " string
	* %#q go-quoted ` string if possible, " string otherwise
	* %x hexadecimal string
	* anywhere a string is okay, *[]byte is okay
	* flags # 0 - + space
	* print value inside interface, not interface itself
	* tests

TBR=r
OCL=19920
CL=19920
2008-11-24 13:24:15 -08:00
..
cmd gobuild: 2008-11-24 11:21:56 -08:00
lib Automated g4 rollback of changelist 19916. 2008-11-24 13:24:15 -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 symbol table changes 2008-11-20 17:32:18 -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 delete stack mark strings 2008-11-23 17:08:55 -08:00
all.bash split all.bash into make.bash and run.bash 2008-10-08 09:46:54 -07:00
clean.bash convert lib to a Makefile, 2008-11-21 12:36:16 -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 utf8 routines in go; a start. 2008-11-21 16:13:31 -08:00
sudo.bash add build step to install debuggers setgid procmod. 2008-11-18 10:08:46 -08:00