1
0
mirror of https://github.com/golang/go synced 2024-10-05 12:21:22 -06:00
go/src/lib
Robert Griesemer aa9ce6148a change datafmt syntax to use '@' instead of '^' (to match
convention used in template.go)

R=rsc
DELTA=22  (3 added, 1 deleted, 18 changed)
OCL=29780
CL=29782
2009-06-02 18:03:47 -07:00
..
bignum directory-per-package step 1: move files from lib/X.go to lib/X/X.go 2009-05-05 17:05:39 -07:00
bufio Automated g4 rollback of changelist 29302. 2009-05-22 22:43:57 -07:00
container/vector make Len() == 0 for nil vector.Vector 2009-05-15 21:59:08 -07:00
crypto typo in hmac comment 2009-05-22 23:30:31 -07:00
datafmt change datafmt syntax to use '@' instead of '^' (to match 2009-06-02 18:03:47 -07:00
exec update Go tree to use new syscall package. 2009-06-01 22:14:39 -07:00
exvar Add exvar.FuncInt for exporting indirect integer variables. 2009-05-24 15:04:43 -07:00
flag move things out of sys into os and runtime 2009-05-08 15:21:41 -07:00
fmt implement %#o %#x %#X formats 2009-05-15 15:18:09 -07:00
go remove superfluous indirection 2009-06-02 17:47:20 -07:00
hash I guess I forgot there was a unary ^ operator. 2009-05-21 11:52:20 -07:00
http Fixes to URL functionality: 2009-06-02 12:48:18 -07:00
io io.ReadFile 2009-06-01 19:00:07 -07:00
json change name of reflect.NewInitValue to the more descriptive NewZeroValue. 2009-05-12 16:16:52 -07:00
log s/NewLogger/New/ 2009-05-15 17:22:30 -07:00
malloc directory-per-package step 1: move files from lib/X.go to lib/X/X.go 2009-05-05 17:05:39 -07:00
math Convert go tree to hierarchical pkg directory: 2009-04-16 20:52:37 -07:00
net update Go tree to use new syscall package. 2009-06-01 22:14:39 -07:00
once directory-per-package step 1: move files from lib/X.go to lib/X/X.go 2009-05-05 17:05:39 -07:00
os update Go tree to use new syscall package. 2009-06-01 22:14:39 -07:00
path directory-per-package step 1: move files from lib/X.go to lib/X/X.go 2009-05-05 17:05:39 -07:00
rand rewrote initialization to save space. 2009-05-18 12:11:46 -07:00
reflect related reflect bug: make copies of big values 2009-05-21 14:06:43 -07:00
regexp change utf8.FullRuneInString and utf8.DecodeRuneInString 2009-05-11 14:10:34 -07:00
runtime Automated g4 rollback of changelist 29302. 2009-05-22 22:43:57 -07:00
sort directory-per-package step 1: move files from lib/X.go to lib/X/X.go 2009-05-05 17:05:39 -07:00
strconv change utf8.FullRuneInString and utf8.DecodeRuneInString 2009-05-11 14:10:34 -07:00
strings change utf8.FullRuneInString and utf8.DecodeRuneInString 2009-05-11 14:10:34 -07:00
sync Automated g4 rollback of changelist 29302. 2009-05-22 22:43:57 -07:00
syscall auto-generated, renamed, and deleted files 2009-06-01 22:15:08 -07:00
tabwriter Name change to improve embeddability: 2009-05-08 11:22:57 -07:00
template attach package comment 2009-05-27 18:20:26 -07:00
testing simple logging shim reader and writers 2009-05-22 22:40:08 -07:00
time update Go tree to use new syscall package. 2009-06-01 22:14:39 -07:00
unicode Convert go tree to hierarchical pkg directory: 2009-04-16 20:52:37 -07:00
unsafe Package unsafe is undocumented. By installing (but not compiling) this file, 2009-05-08 16:24:55 -07:00
utf8 change utf8.FullRuneInString and utf8.DecodeRuneInString 2009-05-11 14:10:34 -07:00
xml directory-per-package step 1: move files from lib/X.go to lib/X/X.go 2009-05-05 17:05:39 -07:00
deps.bash If Make.deps is not writable (e.g. in Perforce client and not opened for editing), bail out immediately. 2009-05-23 19:39:25 -07:00
Make.deps - renamed format -> datafmt 2009-06-02 17:18:27 -07:00
Makefile - renamed format -> datafmt 2009-06-02 17:18:27 -07:00