Age | Commit message (Collapse) | Author | Files | Lines |
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/202054
|
|
add some tests for erroneous formats.
R=rsc
CC=golang-dev
http://codereview.appspot.com/201058
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/198071
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/202043
Committer: Russ Cox <rsc@golang.org>
|
|
Cosmetic fix. The FreeBSD system call only takes two
arguments.
http://fxr.watson.org/fxr/source/kern/kern_sig.c?im=bigexcerpts#L1678
R=dho, rsc
CC=golang-dev
http://codereview.appspot.com/202051
Committer: Russ Cox <rsc@golang.org>
|
|
R=adg, adg1
CC=golang-dev
http://codereview.appspot.com/202044
Committer: Russ Cox <rsc@golang.org>
|
|
Allows binary to run on some Linux system.
Fix for issue 365.
R=rsc
CC=golang-dev
http://codereview.appspot.com/199096
|
|
R=golang-dev
CC=golang-dev
http://codereview.appspot.com/201041
|
|
This lets you draw text (i.e. with mask = a font image) with
sources that aren't uniform colors.
R=r, rsc
CC=golang-dev
http://codereview.appspot.com/193067
|
|
R=r, cw
CC=golang-dev
http://codereview.appspot.com/201043
|
|
R=r, rsc
CC=golang-dev
http://codereview.appspot.com/198066
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/196079
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/199082
Committer: Russ Cox <rsc@golang.org>
|
|
the location. remove last remnants of broken -l flag.
R=rsc
CC=golang-dev
http://codereview.appspot.com/201042
|
|
R=kaib
CC=golang-dev
http://codereview.appspot.com/199094
|
|
Make sure to print a time zone when formatting even if none is defined.
Add a comment introducing lookupTimezone (not lookupTimeZone).
Fixes isse 577.
R=rsc
CC=golang-dev
http://codereview.appspot.com/196090
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/198102
|
|
TBR=r
CC=golang-dev
http://codereview.appspot.com/199091
|
|
R=r, cw
CC=golang-dev
http://codereview.appspot.com/198085
|
|
Fixes issue 585.
R=r
CC=golang-dev
http://codereview.appspot.com/195075
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/198084
Committer: Russ Cox <rsc@golang.org>
|
|
TBR=r
CC=golang-dev
http://codereview.appspot.com/198081
|
|
R=rsc, r
CC=golang-dev
http://codereview.appspot.com/198074
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/199066
|
|
Fixes issue 287.
R=ken2
CC=golang-dev
http://codereview.appspot.com/199057
|
|
R=r, rsc
CC=golang-dev
http://codereview.appspot.com/199052
|
|
bug249.go:10:5: error: incompatible type in initialization
bug249.go:26:5: error: incompatible type in initialization
R=rsc
CC=golang-dev
http://codereview.appspot.com/198058
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/198057
|
|
R=r
CC=Charlie Dorian, golang-dev
http://codereview.appspot.com/199054
|
|
Added special cases to comments for asin.go and fabs.go.
Added Trunc() to floor.go and floor_386.s. Fixed formatting
error in hypot_386.s Added new functions Acosh, Asinh,
Atanh, Copysign, Erf, Erfc, Expm1, and Log1p. Added
386 FPU version of Fmod. Added tests, benchmarks, and
precision to expected results in all_test.go. Edited
makefile so it all compiles.
R=rsc
CC=golang-dev
http://codereview.appspot.com/195052
Committer: Russ Cox <rsc@golang.org>
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/198053
|
|
R=rsc, gri
CC=golang-dev
http://codereview.appspot.com/198050
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/198048
|
|
* renamed channels to say what gets sent
* use channel closed status instead of racy check of boolean
R=nigeltao_golang
CC=golang-dev
http://codereview.appspot.com/196065
|
|
Fixes issue 574.
R=rsc
CC=golang-dev
http://codereview.appspot.com/196056
|
|
import1.go:12:8: error: redefinition of ‘bufio’
import1.go:11:8: note: previous definition of ‘bufio’ was here
import1.go:16:2: error: redefinition of ‘fmt’
import1.go:15:2: note: previous definition of ‘fmt’ was here
import1.go:11:8: error: imported and not used: bufio
R=rsc
CC=golang-dev
http://codereview.appspot.com/194165
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/199047
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/198046
|
|
I have to admit that "cannot use type p.T as type p.T" is a
bit weak. 8g gives a similar error ("cannot use v1 (type p.T)
as type p.T in assignment").
bug3.go:37:5: error: incompatible type in initialization (incompatible type for method ‘M’ (different parameter types))
bug3.go:38:5: error: incompatible type in initialization (incompatible type for method ‘M’ (different parameter types))
bug3.go:43:5: error: incompatible type in initialization (incompatible type for method ‘M’ (different parameter types))
bug3.go:44:5: error: incompatible type in initialization (incompatible type for method ‘M’ (different parameter types))
bug3.go:49:5: error: incompatible types in assignment (cannot use type p.T as type p.T)
bug3.go:50:5: error: incompatible types in assignment (cannot use type p.T as type p.T)
bug3.go:55:5: error: incompatible types in assignment (incompatible type for method ‘M’ (different parameter types))
bug3.go:56:5: error: incompatible types in assignment (incompatible type for method ‘M’ (different parameter types))
bug3.go:57:6: error: incompatible types in assignment (incompatible type for method ‘M’ (different parameter types))
bug3.go:58:6: error: incompatible types in assignment (incompatible type for method ‘M’ (different parameter types))
bug3.go:59:5: error: incompatible types in assignment (incompatible type for method ‘M’ (different parameter types))
bug3.go:60:5: error: incompatible types in assignment (incompatible type for method ‘M’ (different parameter types))
bug3.go:61:6: error: incompatible types in assignment (incompatible type for method ‘M’ (different parameter types))
bug3.go:62:6: error: incompatible types in assignment (incompatible type for method ‘M’ (different parameter types))
R=rsc
CC=golang-dev
http://codereview.appspot.com/199044
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/199046
|
|
Fixes issue 571.
R=rsc
CC=golang-dev
http://codereview.appspot.com/198045
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/199045
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/197043
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/199042
|
|
R=agl1
CC=golang-dev
http://codereview.appspot.com/196091
|
|
R=rsc, rsc1
CC=golang-dev
http://codereview.appspot.com/195068
Committer: Russ Cox <rsc@golang.org>
|
|
more to come, but should suffice for Printf work.
R=ken2
CC=golang-dev
http://codereview.appspot.com/197044
|
|
R=rsc, iant, gri
CC=golang-dev
http://codereview.appspot.com/196075
|
|
No longer a distinct type; now a property of func types.
R=ken2
CC=golang-dev
http://codereview.appspot.com/197042
|
|
break the list into two pieces
R=golang-dev
CC=golang-dev
http://codereview.appspot.com/196088
|