1
0
mirror of https://github.com/golang/go synced 2024-10-03 14:21:22 -06:00
go/src/pkg
Ian Lance Taylor fd5fa4b301 Fix the sigaction declaration to match the system for Linux.
I don't know whether Darwin needs a change here.

R=rsc
http://go/go-review/1013010
2009-10-22 23:51:54 -07:00
..
archive/tar more lgtm files from gofmt 2009-10-08 15:14:54 -07:00
asn1 Add ASN.1 parser. 2009-10-13 14:37:48 -07:00
base64 Add base85, based on base64. 2009-10-20 09:04:09 -07:00
big another round of gofmt applications 2009-10-06 14:55:39 -07:00
bignum more lgtm files from gofmt 2009-10-08 15:14:54 -07:00
bufio more lgtm files from gofmt 2009-10-08 15:14:54 -07:00
bytes fix typo/oversight: s/Title/ToTitle/. the comment was already correct 2009-10-21 19:51:05 -07:00
compress more lgtm files from gofmt 2009-10-08 15:14:54 -07:00
container reduce stutter: sort.SortInterface -> sort.Interface. 2009-10-13 13:05:16 -07:00
crypto Replace SliceReader with bytes.Buffer. 2009-10-21 19:49:01 -07:00
debug base64 -> encoding/base64 2009-10-20 13:00:16 -07:00
ebnf more lgtm files from gofmt 2009-10-08 15:14:54 -07:00
encoding Fix typo in documentation. 2009-10-21 19:47:52 -07:00
exec apply gofmt to datafmt, ebnf, exec, expvar, flag, fmt 2009-10-06 15:38:57 -07:00
exp Interface types, values, and type compiler. This does not yet 2009-10-22 08:59:18 -07:00
expvar apply gofmt to datafmt, ebnf, exec, expvar, flag, fmt 2009-10-06 15:38:57 -07:00
flag more lgtm files from gofmt 2009-10-08 15:14:54 -07:00
fmt more lgtm files from gofmt 2009-10-08 15:14:54 -07:00
go Fix printer_test.go to invoke Fprint as a method of cfg. 2009-10-22 22:19:22 -07:00
gob better code for allocation through indirection 2009-10-11 18:07:47 -07:00
hash apply gofmt to go, gob, hash, http, image, io, json, log 2009-10-06 19:41:51 -07:00
http have http server in-line PDF files. 2009-10-21 19:52:11 -07:00
image Documentation for png.Decode and png.Encode. 2009-10-13 17:14:49 -07:00
io - implemented utility functions for directory reading/traversal 2009-10-15 16:34:05 -07:00
json apply gofmt to go, gob, hash, http, image, io, json, log 2009-10-06 19:41:51 -07:00
log change date format in logs - was missing slash between month and day 2009-10-09 15:44:57 -07:00
malloc apply gofmt to malloc math once os 2009-10-06 19:40:35 -07:00
math move math out of runtime. 2009-10-15 23:09:22 -07:00
net expand error regexp in dns test 2009-10-03 10:35:49 -07:00
once apply gofmt to malloc math once os 2009-10-06 19:40:35 -07:00
os Work-around for factory function heuristic failure: 2009-10-15 09:24:19 -07:00
path directory tree walk w/ visitor per rsc's suggestion 2009-10-19 11:48:04 -07:00
rand Define the new Rand and Source types to allow creating 2009-10-15 11:46:37 -07:00
reflect Add SetValue(Value) to the Value interface. 2009-10-21 19:51:27 -07:00
regexp more lgtm files from gofmt 2009-10-08 15:14:54 -07:00
rpc apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync syscall testing time unicode unsafe utf8 2009-10-07 11:55:06 -07:00
runtime Fix the sigaction declaration to match the system for Linux. 2009-10-22 23:51:54 -07:00
sort delete silly TODO 2009-10-13 15:55:44 -07:00
strconv correct a design flaw: Atoi etc should not guess the base. 2009-10-11 23:46:11 -07:00
strings fix comment on strings.LastIndex. 2009-10-12 10:09:35 -07:00
sync publish semacquire and semrelease for use by sync. 2009-10-15 17:46:53 -07:00
syscall rename sys functions to runtime, 2009-10-15 23:10:49 -07:00
tabwriter permit escaped text segments which pass through tabwriter 2009-10-15 09:28:52 -07:00
template more lgtm files from gofmt 2009-10-08 15:14:54 -07:00
testing more lgtm files from gofmt 2009-10-08 15:14:54 -07:00
time more lgtm files from gofmt 2009-10-08 15:14:54 -07:00
unicode more lgtm files from gofmt 2009-10-08 15:14:54 -07:00
unsafe apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync syscall testing time unicode unsafe utf8 2009-10-07 11:55:06 -07:00
utf8 more lgtm files from gofmt 2009-10-08 15:14:54 -07:00
xml introduce non-strict mode in xml parser, 2009-10-11 23:51:46 -07:00
deps.bash - updated Makefile, Make.deps 2009-08-17 15:20:51 -07:00
Make.deps Add initial x509 code. 2009-10-21 17:53:50 -07:00
Makefile Add initial x509 code. 2009-10-21 17:53:50 -07:00