1
0
mirror of https://github.com/golang/go synced 2024-10-04 19:21:21 -06:00
go/src/pkg
Ian Lance Taylor f529224039 Get the right sigaction struct for the 386 rt_sigaction system
call.  This uses the header files from a 32-bit Ubuntu Hardy
system.

The use of _LOOSE_KERNEL_NAMES seems right.  The
-D__ARCH_SI_UID_T works around a bug which appears to be fixed
in later Linux versions.

R=rsc
http://go/go-review/1013015
2009-10-26 22:49:08 -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 all of pkg now compiles, fixes a few more tests 2009-10-23 11:00:59 -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 all of pkg now compiles, fixes a few more tests 2009-10-23 11:00:59 -07:00
ebnf more lgtm files from gofmt 2009-10-08 15:14:54 -07:00
encoding Add encoding/hex 2009-10-26 16:34:36 -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 - gofmt-ify walk.go 2009-10-26 19:21:13 -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 publish Request.Write (rename from Request.write) 2009-10-23 14:19:47 -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 Get the right sigaction struct for the 386 rt_sigaction system 2009-10-26 22:49:08 -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 proper syscall convention for arm 2009-10-25 11:51:16 -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 encoding/hex 2009-10-26 16:34:36 -07:00
Makefile Add encoding/hex 2009-10-26 16:34:36 -07:00