1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:31:22 -06:00
go/src/pkg/big
Michael T. Jones d94e350f48 fmt: Added SkipSpace() function to fmt's ScanState interface.
Users of the Scan() infrastructure that employ ReadRune() rather than
Token() need a way to skip leading spaces and newlines as set by the
the parent, Fscan(), Fscanln, or Fscanf(). As the internal methods and
boolean flags are not exported, this new function was added here and
in the Int and Nat Scan() functions of the big package. (fmt.Rat did
not need change since it uses Token()) Also added Printf style format
code support to int types and tests for same to int_test.go

R=r, r, gri, mtj
CC=golang-dev
https://golang.org/cl/4634074
2011-06-24 17:26:45 -07:00
..
arith_386.s big: remove some unnecessary conversions 2011-06-02 12:58:26 -07:00
arith_amd64.s big: remove some unnecessary conversions 2011-06-02 12:58:26 -07:00
arith_arm.s big: remove some unnecessary conversions 2011-06-02 12:58:26 -07:00
arith_decl.go big: remove some unnecessary conversions 2011-06-02 12:58:26 -07:00
arith_test.go big: remove some unnecessary conversions 2011-06-02 12:58:26 -07:00
arith.go big: remove some unnecessary conversions 2011-06-02 12:58:26 -07:00
calibrate_test.go big: improved computation of "karatsuba length" for faster multiplies 2010-04-30 11:54:27 -07:00
hilbert_test.go test/hilbert.go: convert to test case and benchmark for big.Rat 2010-05-21 20:20:17 -07:00
int_test.go fmt: Added SkipSpace() function to fmt's ScanState interface. 2011-06-24 17:26:45 -07:00
int.go fmt: Added SkipSpace() function to fmt's ScanState interface. 2011-06-24 17:26:45 -07:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
nat_test.go big.nat: Improved speed of nat-to-string conversion 2011-06-07 16:02:34 -07:00
nat.go os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
rat_test.go big: gobs for big rats 2011-06-08 09:10:01 -07:00
rat.go os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00