1
0
mirror of https://github.com/golang/go synced 2024-10-04 22:31:22 -06:00
go/src/pkg
Russ Cox ad00644434 unicode: build maketables during build, take 2
The "all:" target is the default for running gomake
by hand, but it is not used during the build.
The build runs make install and make test.

Save the build of maketables for the test phase
so that the packages it needs will have been
installed already.

R=r, r2
CC=golang-dev
https://golang.org/cl/4121043
2011-01-31 11:50:04 -05:00
..
archive a few more errors caught by the print checker 2010-12-08 16:25:14 -05:00
asn1 reflect: rename reflect.ArrayCopy to be reflect.Copy. 2010-12-12 20:27:29 +11:00
big throughout: fix broken calls to Printf etc. 2010-12-07 16:42:54 -05:00
bufio bufio: make Flush a no-op when the buffer is empty 2011-01-31 18:54:25 +11:00
bytes bytes: Add Buffer.ReadBytes, Buffer.ReadString 2011-01-27 14:00:31 -08:00
cmath delete float, complex - code changes 2011-01-19 23:09:00 -05:00
compress compress/flate: implement Flush 2010-12-14 14:57:12 -05:00
container delete float, complex - code changes 2011-01-19 23:09:00 -05:00
crypto crypto/dsa: add support for DSA 2011-01-25 12:25:53 -05:00
debug cgo: windows/386 port 2011-01-20 10:22:20 -05:00
ebnf go/scanner: Make Init take a *token.File instead of a *token.FileSet. 2011-01-13 17:20:26 -08:00
encoding encoding/line: make it an io.Reader too 2011-01-26 09:59:53 -05:00
exec remove nacl 2010-12-15 11:49:23 -05:00
exp runtime: make Walk webbrowser example work 2011-01-25 17:56:33 +11:00
expvar delete float, complex - code changes 2011-01-19 23:09:00 -05:00
flag delete float, complex - code changes 2011-01-19 23:09:00 -05:00
fmt fmt/doc: define width and precision for strings. 2011-01-26 11:10:41 -08:00
go go/scanner: fix build (adjust scanner EOF linecount) 2011-01-26 22:09:14 -08:00
gob gob: fix build 2011-01-28 11:07:12 -08:00
hash hash/crc64: fix typo in Sum. 2010-12-22 10:28:22 +11:00
html html: parse "<h1>foo<h2>bar". 2010-12-15 11:39:56 +11:00
http http: follow relative redirect in Get 2011-01-20 12:50:27 -05:00
image use append 2010-10-27 19:47:23 -07:00
index/suffixarray suffixarray: use binary search for both ends of Lookup 2011-01-24 13:03:32 -08:00
io io: fix Copyn EOF handling 2011-01-05 14:35:13 -05:00
json json: handle capital floating point exponent (1E100). 2011-01-24 18:10:50 +10:00
log log: add methods for exit and panic 2011-01-11 09:57:47 -08:00
math delete float, complex - code changes 2011-01-19 23:09:00 -05:00
mime gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
net net: fix build on old Linux kernels 2011-01-26 15:46:15 -05:00
netchan netchan: Avoid race condition in test. 2011-01-26 15:51:04 -08:00
os syscall: correct WSTOPPED on OS X 2011-01-18 14:02:41 -05:00
patch gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
path remove nacl 2010-12-15 11:49:23 -05:00
rand delete float, complex - code changes 2011-01-19 23:09:00 -05:00
reflect delete float, complex - code changes 2011-01-19 23:09:00 -05:00
regexp regexp: reject bare ? 2011-01-19 13:47:04 -05:00
rpc rpc: export names in debug service so it works with template changes 2011-01-12 15:23:21 -08:00
runtime runtime: generate Go defs for C types. 2011-01-31 12:27:28 +01:00
scanner scanner: fix Position returned by Scan, Pos 2011-01-25 13:32:56 -08:00
smtp smtp: add *tls.Config argument to StartTLS 2010-12-14 12:22:08 -05:00
sort delete float, complex - code changes 2011-01-19 23:09:00 -05:00
strconv delete float, complex - code changes 2011-01-19 23:09:00 -05:00
strings strings: fix description of FieldsFunc 2011-01-04 16:23:29 -08:00
sync sync: a couple of documentation nits. 2011-01-29 14:56:15 -08:00
syscall runtime: make Walk webbrowser example work 2011-01-25 17:56:33 +11:00
syslog throughout: fix broken calls to Printf etc. 2010-12-07 16:42:54 -05:00
tabwriter tabwriter: use append 2010-10-28 21:23:04 -07:00
template template: treat map keys as zero, not non-existent. 2011-01-24 14:12:54 -05:00
testing delete float, complex - code changes 2011-01-19 23:09:00 -05:00
time time: Support Solaris zoneinfo directory. 2011-01-28 15:56:14 -08:00
try gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
unicode unicode: build maketables during build, take 2 2011-01-31 11:50:04 -05:00
unsafe unsafe: add missing case to doc for Pointer 2011-01-20 12:50:50 -05:00
utf8 throughout: fix broken calls to Printf etc. 2010-12-07 16:42:54 -05:00
utf16 gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
websocket throughout: fix broken calls to Printf etc. 2010-12-07 16:42:54 -05:00
xml delete float, complex - code changes 2011-01-19 23:09:00 -05:00
deps.bash build: add another --no-print-directory 2010-12-16 10:46:25 +11:00
Makefile crypto/dsa: add support for DSA 2011-01-25 12:25:53 -05:00