Sign in
go
/
go
/
67722fea5015d43d8fc9a533533c9b580fa99fc8
/
src
/
fmt
/
scan_test.go
b1eec18
fmt: in Scanf, %c can scan a space, so don't skip spaces at %c
by Rob Pike
· 10 years ago
fe3d8d4
fmt: don't unread eof scanning %x
by Rob Pike
· 10 years ago
a1fe3b5
fmt: scanning widths apply after leading spaces
by Rob Pike
· 10 years ago
57f4b43
fmt: require newlines to match when scanning with a format
by Rob Pike
· 10 years ago
f3c85c5
fmt: fix bug in scanning of hex strings
by Rob Pike
· 10 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/fmt/scan_test.go]
4edcbe0
fmt: fix size returned on fast path of ReadRune Fixes #8512.
by Rob Pike
· 11 years ago
fba7b04
fmt: clean up some errors found by vet Includes deleting some unused items.
by Rob Pike
· 12 years ago
221af5c
fmt: treat \r\n as \n in Scan
by Rob Pike
· 12 years ago
3692dfd
fmt: Remove dead code and make comments and variables consistent.
by Robin Eklind
· 12 years ago
2a0fdf6
fmt.Fscanf: don't read past newline
by Rob Pike
· 13 years ago
62bb39e
fmt: remove dead code Also fix a typo in comment.
by Shenghou Ma
· 13 years ago
c0e74b6
fmt: scan FALSE correctly
by Rob Pike
· 13 years ago
a250f37
update tree for new default type rule
by Russ Cox
· 13 years ago
a7f1e10
fmt: distinguish empty vs nil slice/map in %#v
by Russ Cox
· 13 years ago
30aa701
renaming_2: gofix -r go1pkgrename src/pkg/[a-l]*
by Rob Pike
· 13 years ago
c2049d2
src/pkg/[a-m]*: gofix -r error -force=error
by Russ Cox
· 13 years ago
4e4eca26
fmt: use rune
by Russ Cox
· 13 years ago
f189308
fmt: Scan(&int) was mishandling a lone zero.
by Rob Pike
· 14 years ago
712fb6d
os.Error API: don't export os.ErrorString, use os.NewError consistently
by Robert Griesemer
· 14 years ago
60dddc6
fmt: return EOF when out of input in Scan*. Fixes #1840.
by Rob Pike
· 14 years ago
07abf1c
fix tree for reflect rename
by Russ Cox
· 14 years ago
14531fb
fmt: decrease recursion depth
by Ian Lance Taylor
· 14 years ago
db5c5d6
update go tree for reflect changes
by Russ Cox
· 14 years ago
3a95587
fmt: make ScanState.Token more general.
by Roger Peppe
· 14 years ago
8138654
govet: handle '*' in print format strings.
by Rob Pike
· 14 years ago
ff3ef8a
fmt: trivial cleanup
by Robert Hencke
· 14 years ago
5bd284e
fmt: make recursive scan more efficient.
by Roger Peppe
· 14 years ago
81bfbe9
fmt: allow recursive calls to Fscan etc.
by Roger Peppe
· 14 years ago
87fe958
fmt: stop giving characters to the Scan method of Scanner
by Rob Pike
· 14 years ago
6e615a5
scan: permit base prefixes 0nnn and 0xnn when scanning
by Rob Pike
· 14 years ago
029bbe1
fmt.Scan: scan binary-exponent floating format, 2.4p-3
by Rob Pike
· 14 years ago
f2b5a07
delete float, complex - code changes
by Russ Cox
· 14 years ago
1ce6245
throughout: fix broken calls to Printf etc.
by Rob Pike
· 14 years ago
730e39c
fmt: add %U format for standard Unicode representation of integer values.
by Rob Pike
· 14 years ago
6540c85
fmt.Scan: accept Inf and NaN Fixes #1308.
by Rob Pike
· 14 years ago
4e9cc08
testing: eliminate testing/regexp
by Rob Pike
· 14 years ago
3478891
gofmt -s -w src misc
by Robert Griesemer
· 14 years ago
1763649
fmt: support '*' for width or precision
by Anthony Martin
· 15 years ago
6ee7997
fmt.Fscan: use UnreadRune to preserve data across calls.
by Rob Pike
· 15 years ago
68cce4a
fmt.Scan: fix integer overflow on 32-bit machines
by Anthony Martin
· 15 years ago
18063d4
fmt.Scan: empty strings are errors Fixes #1002.
by Rob Pike
· 15 years ago
a59e113
fmt.Scanf: handle trailing spaces. Fixes #954.
by Rob Pike
· 15 years ago
56f3c70
fmt.Scan: fix handling of EOFs. Fixes #876.
by Rob Pike
· 15 years ago
3748d22
fmt.Scanf: improve error message when input does not match format
by Rob Pike
· 15 years ago
d60312c
fmt.Scan: fix %c in the case where the input does not implement ReadRune itself.
by Rob Pike
· 15 years ago
d482c16
fmt.Print*: reimplement to switch on type first.
by Rob Pike
· 15 years ago
9a70762
fmt.Scan: %c
by Rob Pike
· 15 years ago
962e8b8
fmt.Scan: field widths
by Rob Pike
· 15 years ago
6106c63
fmt.Scan: scan []byte arguments
by Rob Pike
· 15 years ago
4fc97c4
fmt.Scanf: implement formats, provide Sscanf (strings)
by Rob Pike
· 15 years ago
b8a8997
fmt.Scan: renamings, strings, errors
by Rob Pike
· 15 years ago
8af4acf
fmt.Scan: refactor the implementation so format-driven and normal scanning use the same function.
by Rob Pike
· 15 years ago
e6600ea
fmt.Scan:
by Rob Pike
· 15 years ago
0580dea
fmt.Scan: add Fscan and Fscanln and make Scan and Scanln
by Rob Pike
· 15 years ago
6965b40
fmt.Scan: custom formatters
by Rob Pike
· 15 years ago
5b77928
fmt: fix 386 build. error strings differ for overflow on 386.
by Rob Pike
· 15 years ago
71f130f
fmt.Scan, fmt.Scanln: Start of a simple scanning API in the fmt package.
by Rob Pike
· 15 years ago