• Russ Cox's avatar
    Automated g4 rollback of changelist 19916. · 85fea81d
    Russ Cox authored
    *** 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
    85fea81d
Name
Last commit
Last update
..
container Loading commit data...
fmt Loading commit data...
hash Loading commit data...
http Loading commit data...
math Loading commit data...
net Loading commit data...
os Loading commit data...
reflect Loading commit data...
regexp Loading commit data...
strconv Loading commit data...
syscall Loading commit data...
tabwriter Loading commit data...
time Loading commit data...
Makefile Loading commit data...
bignum.go Loading commit data...
bignum_test.go Loading commit data...
bufio.go Loading commit data...
flag.go Loading commit data...
io.go Loading commit data...
once.go Loading commit data...
rand.go Loading commit data...
sort.go Loading commit data...
strings.go Loading commit data...
testing.go Loading commit data...
utf8.go Loading commit data...
utf8_test.go Loading commit data...