An error occurred fetching the project authors.
- 21 Oct, 2010 1 commit
-
-
Russ Cox authored
Just enough to make mov instructions work, which in turn is enough to make strconv work when it avoids any floating point calculations. That makes a bunch of other packages pass their tests. Should suffice until hardware floating point is available. Enable package tests that now pass (some due to earlier fixes). Looks like there is a new integer math bug exposed in the fmt and json tests. R=ken2 CC=golang-dev https://golang.org/cl/2638041
-
- 29 Jun, 2010 1 commit
-
-
Rob Pike authored
Fixes #845. R=rsc CC=golang-dev https://golang.org/cl/1673049
-
- 19 Jun, 2010 1 commit
-
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/1700043
-
- 15 Dec, 2009 1 commit
-
-
Robert Griesemer authored
parsing and printing to new syntax. Use -oldparser to parse the old syntax, use -oldprinter to print the old syntax. 2) Change default gofmt formatting settings to use tabs for indentation only and to use spaces for alignment. This will make the code alignment insensitive to an editor's tabwidth. Use -spaces=false to use tabs for alignment. 3) Manually changed src/exp/parser/parser_test.go so that it doesn't try to parse the parser's source files using the old syntax (they have new syntax now). 4) gofmt -w src misc test/bench 4th set of files. R=rsc CC=golang-dev https://golang.org/cl/180049
-
- 20 Nov, 2009 1 commit
-
-
Russ Cox authored
R=r, gri CC=golang-dev https://golang.org/cl/156115
-
- 10 Nov, 2009 1 commit
-
-
Robert Griesemer authored
rsc's algorithm - applied gofmt -w misc src - partial CL (last chunk) R=rsc, r http://go/go-review/1024041
-
- 09 Nov, 2009 1 commit
-
-
Robert Griesemer authored
R=rsc, r http://go/go-review/1025029
-
- 01 Nov, 2009 1 commit
-
-
Russ Cox authored
R=r http://go/go-review/1016017
-
- 08 Oct, 2009 1 commit
-
-
Russ Cox authored
R=gri OCL=35485 CL=35488
-
- 31 Aug, 2009 1 commit
-
-
Russ Cox authored
%E - upper case %e %G - upper case %g %#v - Go syntax R=r DELTA=332 (238 added, 47 deleted, 47 changed) OCL=34091 CL=34145
-
- 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
-
- 09 Jun, 2009 1 commit
-
-
Rob Pike authored
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102
-
- 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
R=r OCL=21563 CL=21571
-
- 24 Nov, 2008 1 commit
-
-
Russ Cox authored
R=r DELTA=11 (10 added, 0 deleted, 1 changed) OCL=19885 CL=19887
-
- 19 Nov, 2008 1 commit
-
-
Russ Cox authored
fix a few bugs. R=r DELTA=294 (275 added, 9 deleted, 10 changed) OCL=19595 CL=19595
-
- 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
-