An error occurred fetching the project authors.
- 08 Oct, 2009 1 commit
-
-
Russ Cox authored
R=gri OCL=35485 CL=35488
-
- 07 Oct, 2009 1 commit
-
-
Russ Cox authored
apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync syscall testing time unicode unsafe utf8 R=gri DELTA=1409 (79 added, 24 deleted, 1306 changed) OCL=35415 CL=35437
-
- 12 Aug, 2009 1 commit
-
-
Russ Cox authored
whole-package compilation. new Makefiles, tests now in separate package bytes flag fmt io math once os reflect strconv sync time utf8 delete import "xxx" in package xxx. inside package xxx, xxx is not declared anymore so s/xxx.//g delete file and package level forward declarations. note the new internal_test.go and sync and strconv to provide public access to internals during testing. the installed version of the package omits that file and thus does not open the internals to all clients. R=r OCL=33065 CL=33097
-
- 26 Jun, 2009 1 commit
-
-
Russ Cox authored
echo back context of call in error if likely to be useful. For example, if os.Open("/etc/passwd", os.O_RDONLY) fails with syscall.EPERM, it returns as the os.Error &PathError{ Op: "open", Path: "/etc/passwd" Error: os.EPERM } which formats as open /etc/passwd: permission denied Not converted: datafmt go/... google/... regexp tabwriter template R=r DELTA=1153 (561 added, 156 deleted, 436 changed) OCL=30738 CL=30781
-
- 09 Jun, 2009 1 commit
-
-
Rob Pike authored
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102
-
- 17 Apr, 2009 1 commit
-
-
Rob Pike authored
lib/template updated to use new setup; its clients also updated. Step 2 will make os's error support internally much cleaner. R=rsc OCL=27586 CL=27586
-
- 05 Mar, 2009 1 commit
-
-
Russ Cox authored
R=r DELTA=110 (64 added, 19 deleted, 27 changed) OCL=25761 CL=25782
-
- 03 Mar, 2009 1 commit
-
-
Russ Cox authored
plus significant hand editing. Back to T{x} for composite literals. R=r OCL=25612 CL=25632
-
- 13 Feb, 2009 1 commit
-
-
Russ Cox authored
only non-trivial changes are in convlit1.go golden.out R=gri OCL=25019 CL=25024
-
- 23 Jan, 2009 1 commit
-
-
Russ Cox authored
though they still build in src/runtime. use cgo instead of hand-written wrappers. R=r DELTA=740 (289 added, 300 deleted, 151 changed) OCL=23326 CL=23331
-
- 20 Jan, 2009 1 commit
-
-
Russ Cox authored
TBR=r OCL=23121 CL=23127
-
- 16 Jan, 2009 3 commits
- 06 Jan, 2009 1 commit
-
-
Russ Cox authored
R=r OCL=22166 CL=22166
-
- 19 Dec, 2008 1 commit
-
-
Russ Cox authored
fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581
-
- 03 Dec, 2008 1 commit
-
-
Russ Cox authored
and update test. R=iant DELTA=11 (3 added, 1 deleted, 7 changed) OCL=20350 CL=20362
-
- 01 Dec, 2008 1 commit
-
-
Russ Cox authored
TBR=r OCL=20127 CL=20127
-
- 19 Nov, 2008 2 commits
- 18 Nov, 2008 1 commit
-
-
Russ Cox authored
(gets 3x speedup in go; got 40x in c) * handle and test overflow R=r DELTA=217 (200 added, 0 deleted, 17 changed) OCL=19399 CL=19422
-
- 17 Nov, 2008 1 commit
-
-
Russ Cox authored
in new package strconv. move atoi etc to strconv too. update fmt, etc to use strconv. R=r DELTA=2232 (1691 added, 424 deleted, 117 changed) OCL=19286 CL=19380
-