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