1
0
mirror of https://github.com/golang/go synced 2024-10-03 16:41:28 -06:00
go/src/pkg
Stephen Ma e4603db393 Add methods AllMatches, AllMatchesString, AllMatchesIter,
AllMatchesStringIter, based on sawn and sawzall functions in sawzall.

APPROVED=rsc
DELTA=218  (218 added, 0 deleted, 0 changed)
OCL=32408
CL=32949
2009-08-09 19:30:47 -07:00
..
archive/tar Regenerate v7.tar with a real V7 tar. 2009-08-09 15:03:30 -07:00
base64 base64_test: use new reflect interface (CL 31107) 2009-07-07 11:03:40 -07:00
bignum - initial version of pidigits.go benchmark 2009-08-06 18:16:51 -07:00
bufio - bufio.ReadRune fix for empty reads w/o errors 2009-08-06 12:05:16 -07:00
bytes delete io.ByteBuffer 2009-06-29 20:53:05 -07:00
compress Fixed a small bug with compress/flate/Inflater. It incorrectly checked 2009-07-27 14:33:21 -07:00
container Add a unique list ID to list elements, and verify it as necessary. 2009-07-28 18:19:16 -07:00
crypto io.StringBytes -> strings.Bytes 2009-06-29 15:24:23 -07:00
datafmt - FieldByName lookup through anonymous fields 2009-08-05 15:56:44 -07:00
debug/macho/testdata last-minute fix: convert to ANSI C 1988-04-01 02:03:04 -05:00
ebnf - use new scanner error handling code 2009-07-14 10:45:43 -07:00
exec Getenv: almost no one wants the error, so make it return a string that may be empty. 2009-06-26 20:28:41 -07:00
exvar exvar: new Timer var type. 2009-07-15 23:24:27 -07:00
flag fix up prints in flag.go 2009-07-16 23:14:33 -07:00
fmt don't crash printing a nil map 2009-08-03 13:34:20 -07:00
go - allow more general type switch syntax 2009-08-06 17:44:56 -07:00
gob handle unsupported types safely. 2009-07-29 17:24:25 -07:00
hash mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
http change HTTP access for RPC. 2009-07-15 10:49:47 -07:00
io comment change 2009-07-08 14:56:20 -07:00
json - FieldByName lookup through anonymous fields 2009-08-05 15:56:44 -07:00
log support []byte (more efficient) as well as string in the interfaces. 2009-08-05 15:44:45 -07:00
malloc mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
math floating-point limits and equations 2009-07-28 14:50:50 -07:00
net support []byte (more efficient) as well as string in the interfaces. 2009-08-05 15:44:45 -07:00
once add note about once and closures 2009-07-13 15:54:41 -07:00
os Make os.RemoveAll return no error if path does not exist. 2009-08-05 14:18:54 -07:00
path io.StringBytes -> strings.Bytes 2009-06-29 15:24:23 -07:00
rand mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
reflect - FieldByName lookup through anonymous fields 2009-08-05 15:56:44 -07:00
regexp Add methods AllMatches, AllMatchesString, AllMatchesIter, 2009-08-09 19:30:47 -07:00
rpc dotted names 2009-07-30 18:17:07 -07:00
runtime add runtime.GOMAXPROCS, allowing a program to, in effect, set $GOMAXPROCS 2009-08-06 13:07:05 -07:00
sort mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
strconv add Uitoa etc. 2009-07-02 16:57:46 -07:00
strings io.StringBytes -> strings.Bytes 2009-06-29 15:24:23 -07:00
sync sys.cas for mutex 2009-07-02 22:05:06 -07:00
syscall Add a dummy WaitStatus.TrapCause for Darwin to unbreak the build. 2009-07-15 10:12:06 -07:00
tabwriter io.StringBytes -> strings.Bytes 2009-06-29 15:24:23 -07:00
template - FieldByName lookup through anonymous fields 2009-08-05 15:56:44 -07:00
testing support []byte (more efficient) as well as string in the interfaces. 2009-08-05 15:44:45 -07:00
time get function calls out of the way before 2009-08-04 19:16:57 -07:00
unicode style police: parens in if, for, switch, range 2009-06-24 20:12:50 -07:00
unsafe Update the unsafe docs for the new type implementation. 2009-07-07 15:06:29 -07:00
utf8 io.StringBytes -> strings.Bytes 2009-06-29 15:24:23 -07:00
xml mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
deps.bash bring over deps.bash 2009-06-09 10:47:13 -07:00
Make.deps printer: 2009-07-31 18:04:53 -07:00
Makefile missed changes to Makefiles for container/ring 2009-07-28 17:52:30 -07:00