1
0
mirror of https://github.com/golang/go synced 2024-10-05 06:21:24 -06:00
go/src/pkg
2010-08-11 10:10:17 +10:00
..
archive/tar
asn1 asn1: remove superfluous if's, unused function 2010-08-10 09:50:21 -07:00
big big: Several fixes to bitwise functions 2010-08-09 10:21:54 -07:00
bufio bufio: introduce Peek. 2010-08-04 09:44:02 +10:00
bytes bytes: add IndexRune, FieldsFunc and To*Special 2010-08-05 23:11:06 +10:00
cmath cmath: correct IsNaN for argument cmplx(Inf, NaN) 2010-06-30 23:34:33 -07:00
compress gofmt: fix some linebreak issues 2010-07-20 09:29:31 -07:00
container container/vector: rename Data() -> Copy() 2010-07-12 17:22:21 -07:00
crypto once: replace all uses of package once with sync.Once. 2010-08-06 06:14:41 +10:00
debug fix build 2010-07-12 17:46:03 -07:00
ebnf
encoding encoding/binary: add complex 2010-08-06 16:44:38 -07:00
exec os: fix ForkExec() handling of envv == nil 2010-08-09 11:21:20 +10:00
exp exp/draw: fix drawRGBA when x0 > x1 and we have to draw right-to-left. 2010-08-11 10:10:17 +10:00
expvar
flag
fmt fmt.Scan: empty strings are errors 2010-08-07 10:02:04 +10:00
go go/parser.ParseFiles: don't override error (to nil) if there is one 2010-08-04 18:02:43 -07:00
gob gobs: fix bug in singleton arrays 2010-07-20 19:53:28 -07:00
hash
html First cut of an HTML tokenizer (and eventually a parser). 2010-08-10 16:08:21 +10:00
http http: add https client support 2010-07-28 18:13:56 -07:00
image exp/draw: remove the Color, Point and Rectangle types. 2010-08-10 22:05:11 +10:00
io os: change the type of permissions argument for Open etc. to uint32. 2010-08-04 08:34:52 +10:00
json json: object members must have a value 2010-08-03 17:05:00 -07:00
log
math math: fix amd64 Hypot. 2010-08-06 16:50:48 -07:00
mime once: replace all uses of package once with sync.Once. 2010-08-06 06:14:41 +10:00
net net/textproto: new package, with example net/dict 2010-08-06 17:37:45 -07:00
netchan netchan: use gob DecodeValue to eliminate the need for a pointer value 2010-06-28 17:12:09 -07:00
nntp gofmt: fix some linebreak issues 2010-07-20 09:29:31 -07:00
once
os os: fix ForkExec() handling of envv == nil 2010-08-09 11:21:20 +10:00
patch strings and bytes.Split: make count of 0 mean 0, not infinite. 2010-07-01 14:08:14 -07:00
path path: fix comment for Split() 2010-08-05 11:43:53 +10:00
rand
reflect gc: bug299, bug300 2010-08-03 00:53:32 -07:00
regexp regexp: document that backslashes are the escape character. 2010-08-09 15:11:02 -07:00
rpc rpc: catch errors from ReadResponseBody. 2010-08-10 16:55:02 -07:00
runtime runtime: free memory returned by windows GetEnvironmentStrings 2010-08-09 11:30:33 +10:00
scanner scanner: better comment 2010-07-29 13:02:27 -07:00
sort changes &x -> x[0:] for array to slice conversion 2010-05-27 14:51:47 -07:00
strconv strconv.Uitob64: allow conversion of 64-bit binaries (buffer was too small). 2010-07-01 14:44:21 -07:00
strings bytes: add IndexRune, FieldsFunc and To*Special 2010-08-05 23:11:06 +10:00
sync sync: add sync.Once, a proposed replacement for package once. 2010-08-05 13:31:10 +10:00
syscall arm: bugfixes and syscall 2010-08-06 16:57:49 -07:00
syslog syslog: use local network for tests 2010-06-21 13:48:49 -07:00
tabwriter tabwriter: fix a comment to fix godoc output 2010-07-19 11:33:11 -07:00
template strings and bytes.Split: make count of 0 mean 0, not infinite. 2010-07-01 14:08:14 -07:00
testing reflect: add Kind, remove Int8Type, Int8Value, etc. 2010-06-20 12:16:25 -07:00
time fix windows build 2010-08-06 09:42:55 +10:00
unicode strings and bytes.Split: make count of 0 mean 0, not infinite. 2010-07-01 14:08:14 -07:00
unsafe
utf8 changes &x -> x[0:] for array to slice conversion 2010-05-27 14:51:47 -07:00
utf16 utf16: fix cyclic dependency when testing on Windows 2010-07-17 16:52:53 -07:00
websocket once: replace all uses of package once with sync.Once. 2010-08-06 06:14:41 +10:00
xml reflect: add Kind, remove Int8Type, Int8Value, etc. 2010-06-20 12:16:25 -07:00
deps.bash
Makefile First cut of an HTML tokenizer (and eventually a parser). 2010-08-10 16:08:21 +10:00