• Michael T. Jones's avatar
    fmt: Added SkipSpace() function to fmt's ScanState interface. · d94e350f
    Michael T. Jones authored
    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
    d94e350f
Name
Last commit
Last update
..
cmd Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
libmach Loading commit data...
pkg Loading commit data...
Make.ccmd Loading commit data...
Make.clib Loading commit data...
Make.cmd Loading commit data...
Make.common Loading commit data...
Make.inc Loading commit data...
Make.pkg Loading commit data...
all-qemu.bash Loading commit data...
all.bash Loading commit data...
clean.bash Loading commit data...
env.bash Loading commit data...
make.bash Loading commit data...
quietgcc.bash Loading commit data...
run.bash Loading commit data...
sudo.bash Loading commit data...
version.bash Loading commit data...