1
0
mirror of https://github.com/golang/go synced 2024-10-05 16:01:22 -06:00
go/src/lib
Robert Griesemer 68523603e1 - incorporated feedback per rsc
- fixed a bug and added corresponding test case

R=rsc
DELTA=114  (18 added, 29 deleted, 67 changed)
OCL=28114
CL=28128
2009-04-30 14:43:06 -07:00
..
container Move iterable package to usr/dsymonds/. 2009-04-20 18:13:14 -07:00
fmt minor adjustment to comment formatting for better godoc output 2009-04-21 15:30:17 -07:00
go - install doc in lib/go 2009-04-25 17:01:41 -07:00
hash Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Errors with os.Errors. 2009-04-17 00:08:24 -07:00
http Add a HTTP handler to the exvar package. 2009-04-28 04:26:07 -07:00
io Readn is a silly name when there's no n. Change to FullRead. 2009-04-19 21:02:29 -07:00
json Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Errors with os.Errors. 2009-04-17 00:08:24 -07:00
math Convert go tree to hierarchical pkg directory: 2009-04-16 20:52:37 -07:00
net bug146: array/slice conversion before I left missed conversions 2009-04-30 13:49:58 -07:00
os exit with error status EPIPE if 2009-04-29 18:18:42 -07:00
reflect rename variables for clarity. 2009-04-29 22:16:53 -07:00
regexp Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Errors with os.Errors. 2009-04-17 00:08:24 -07:00
strconv Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Errors with os.Errors. 2009-04-17 00:08:24 -07:00
sync Convert go tree to hierarchical pkg directory: 2009-04-16 20:52:37 -07:00
syscall Convert go tree to hierarchical pkg directory: 2009-04-16 20:52:37 -07:00
tabwriter Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Errors with os.Errors. 2009-04-17 00:08:24 -07:00
template drop unused result name - trivial change. 2009-04-29 18:20:09 -07:00
time better error messages, not that anyone ever sees them 2009-04-30 13:40:55 -07:00
unicode Convert go tree to hierarchical pkg directory: 2009-04-16 20:52:37 -07:00
bignum_test.go - incorporated feedback per rsc 2009-04-30 14:43:06 -07:00
bignum.go - incorporated feedback per rsc 2009-04-30 14:43:06 -07:00
bufio_test.go Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Errors with os.Errors. 2009-04-17 00:08:24 -07:00
bufio.go Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Errors with os.Errors. 2009-04-17 00:08:24 -07:00
exec_test.go Readn is a silly name when there's no n. Change to FullRead. 2009-04-19 21:02:29 -07:00
exec.go Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Errors with os.Errors. 2009-04-17 00:08:24 -07:00
exvar_test.go Add string-valued variables to exvar. 2009-04-26 20:57:01 -07:00
exvar.go Add a HTTP handler to the exvar package. 2009-04-28 04:26:07 -07:00
flag_test.go use proper strconv in string values. 2009-02-16 21:55:37 -08:00
flag.go flags.Usage() calls fmt.Fprintf() with incorrect args 2009-04-26 18:36:17 -07:00
log_test.go Rename os.FD to os.File. 2009-03-11 12:51:10 -07:00
log.go log.Stderr should actually go to stderr. 2009-03-30 19:01:59 -07:00
Makefile fix for broken build 2009-04-28 09:56:33 -07:00
malloc.go gc #0. mark and sweep collector. 2009-01-26 17:37:05 -08:00
once_test.go update go code tree to new func rules. 2009-01-30 14:39:31 -08:00
once.go document once 2009-03-06 03:36:50 -08:00
path_test.go fumbly fingers + non-working ^C 2009-04-07 21:53:39 -07:00
path.go fumbly fingers + non-working ^C 2009-04-07 21:53:39 -07:00
rand.go document rand 2009-03-05 19:26:27 -08:00
sort_test.go bug146: array/slice conversion before I left missed conversions 2009-04-30 13:49:58 -07:00
sort.go document sort 2009-03-06 17:29:25 -08:00
strings_test.go Automated g4 rollback of changelist 25024, 2009-03-03 08:39:12 -08:00
strings.go lib misc 2009-04-13 16:50:42 -07:00
testing.go Convert go tree to hierarchical pkg directory: 2009-04-16 20:52:37 -07:00
utf8_test.go code changes for array conversion. 2009-04-15 20:27:45 -07:00
utf8.go code changes for array conversion. 2009-04-15 20:27:45 -07:00
xml.go Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Errors with os.Errors. 2009-04-17 00:08:24 -07:00