1
0
mirror of https://github.com/golang/go synced 2024-10-05 02:21:22 -06:00
go/src/pkg
Russ Cox 0ddfe70c27 XML parser
R=r
DELTA=546  (545 added, 0 deleted, 1 changed)
OCL=35318
CL=35341
2009-10-05 15:10:00 -07:00
..
archive/tar Add write support for the GNU tar binary numeric field extension. 2009-10-05 04:08:24 -07:00
base64 move strings.Buffer into bytes 2009-09-21 12:59:14 -07:00
big defining package block names must override 2009-09-09 01:01:39 -07:00
bignum more "declared and not used". 2009-09-15 09:41:59 -07:00
bufio move strings.Buffer into bytes 2009-09-21 12:59:14 -07:00
bytes restore the old algorithm. the new one is more memory efficient in large cases 2009-09-22 14:53:48 -07:00
compress Change deflate.go's default compression level from 4 to 6. 2009-10-01 17:50:16 -07:00
container add heap.Remove 2009-09-16 10:43:49 -07:00
crypto Add crypto/rc4. 2009-09-29 12:15:24 -07:00
datafmt use buf.String() instead of string(buf.Bytes()) 2009-09-17 23:51:06 -07:00
debug Switch ogle to in-tree gosym package. Delete my private sym 2009-09-25 09:39:08 -07:00
ebnf unused imports 2009-09-17 10:27:04 -07:00
exec more "declared and not used". 2009-09-15 09:41:59 -07:00
expvar rename the public exvar package to be expvar. 2009-09-30 13:11:33 -07:00
flag unused imports 2009-09-17 10:27:04 -07:00
fmt unused imports 2009-09-17 10:27:04 -07:00
go preserve blank lines in // comments 2009-10-05 11:24:01 -07:00
gob move strings.Buffer into bytes 2009-09-21 12:59:14 -07:00
hash convert non-low-level non-google pkg code 2009-08-12 13:19:17 -07:00
http Fixing HTTP POST handling to work with Chrome and Safari. 2009-10-03 11:09:01 -07:00
image add required conversions; bug in compiler let it slip through 2009-09-21 15:44:10 -07:00
io unused imports 2009-09-17 10:27:04 -07:00
json update json comments 2009-10-05 11:23:44 -07:00
log more "declared and not used". 2009-09-15 09:41:59 -07:00
malloc convert non-low-level non-google pkg code 2009-08-12 13:19:17 -07:00
math install assembly math.Sqrt on amd64 2009-09-24 14:27:52 -07:00
net expand error regexp in dns test 2009-10-03 10:35:49 -07:00
once convert low-level (used by testing) packages to 2009-08-12 13:18:37 -07:00
os nacl syscall package. 2009-09-22 07:49:31 -07:00
path more "declared and not used". 2009-09-15 09:41:59 -07:00
rand convert non-low-level non-google pkg code 2009-08-12 13:19:17 -07:00
reflect undo 35108 (disallow parens around type in struct literal). 2009-09-29 21:21:14 -07:00
regexp use buf.String() instead of string(buf.Bytes()) 2009-09-17 23:51:06 -07:00
rpc unused imports 2009-09-17 10:27:04 -07:00
runtime 8c, 8l dynamic loading support. 2009-10-03 10:37:12 -07:00
sort Build fix: fix typo in sort pkg. 2009-08-28 02:27:32 -07:00
strconv unused imports 2009-09-17 10:27:04 -07:00
strings move strings.Buffer into bytes 2009-09-21 12:59:14 -07:00
sync convert low-level (used by testing) packages to 2009-08-12 13:18:37 -07:00
syscall some progress on arm linux syscall interface. ztypes_linux_arm 2009-10-01 06:55:01 -07:00
tabwriter rename bytes.Buffer.Data() to bytes.Buffer.Bytes() 2009-09-16 15:15:00 -07:00
template use buf.String() instead of string(buf.Bytes()) 2009-09-17 23:51:06 -07:00
testing Add write support for the GNU tar binary numeric field extension. 2009-10-05 04:08:24 -07:00
time expand ticker interface to allow a client to shut down a ticker. 2009-09-23 13:02:14 -07:00
unicode more "declared and not used". 2009-09-15 09:41:59 -07:00
unsafe Update the unsafe docs for the new type implementation. 2009-07-07 15:06:29 -07:00
utf8 unused imports 2009-09-17 10:27:04 -07:00
xml XML parser 2009-10-05 15:10:00 -07:00
deps.bash - updated Makefile, Make.deps 2009-08-17 15:20:51 -07:00
Make.deps XML parser 2009-10-05 15:10:00 -07:00
Makefile XML parser 2009-10-05 15:10:00 -07:00