1
0
mirror of https://github.com/golang/go synced 2024-10-04 16:31:22 -06:00
go/src/pkg
Keith Randall ed467db6d8 cmd/cc,runtime: change preprocessor to expand macros inside of
#pragma textflag and #pragma dataflag directives.
Update dataflag directives to use symbols instead of integer constants.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/13310043
2013-08-29 12:36:59 -07:00
..
archive archive/tar,zip: implement the os.FileInfo interface correctly. 2013-08-21 08:29:41 +10:00
bufio bufio: add Writer example 2013-08-12 13:03:50 +10:00
builtin builtin: document print and println 2013-07-09 16:20:19 -07:00
bytes bytes, strings: use copy in Repeat 2013-08-27 09:21:08 +10:00
compress compress/flate: implement Reset method on Writer. 2013-08-29 21:09:23 +02:00
container container/list: fix typo in comment 2013-08-08 12:41:19 +10:00
crypto all: dragonfly support 2013-08-24 02:22:52 +10:00
database/sql database/sql: make Rows.Next returning false always implicitly call 2013-08-16 11:23:35 +10:00
debug runtime: convert .s textflags from numbers to symbolic constants. 2013-08-07 12:20:05 -07:00
encoding undo CL 13180043 / 318540e7857f 2013-08-29 14:45:59 +10:00
errors
expvar
flag flag: export commandLine, the previously internal default FlagSet 2013-08-08 11:50:58 +10:00
fmt fmt: Remove some unnecessary conversions. 2013-08-28 11:55:39 -07:00
go go/ast: fix comment formatting 2013-08-27 09:03:38 -07:00
hash all: change textflags from numbers to symbols. 2013-08-12 10:25:36 -07:00
html encoding/json: escape & always 2013-08-09 18:33:57 -04:00
image image: Inline example image data to make it runnable on playground. 2013-08-16 11:43:43 +10:00
index/suffixarray
io io: prevent write to PipeWriter after Close 2013-08-13 11:04:09 -07:00
log log/syslog: restore use of serverConn interface 2013-07-24 10:28:57 -07:00
math math/big: fix nil bug in GobEncode 2013-08-19 11:22:09 +10:00
mime all: dragonfly support 2013-08-24 02:22:52 +10:00
net net: make channel-based semaphore depend on receive, not send 2013-08-29 17:14:57 +10:00
os os/exec: return idempotent Closer from StdinPipe 2013-08-29 14:41:44 +10:00
path all: dragonfly support 2013-08-24 02:22:52 +10:00
reflect reflect: Fix Convert to add indir bit when the value is actually a 2013-08-21 14:41:55 +10:00
regexp regexp/syntax: make it clearer that \b and \B are ASCII-defined 2013-08-08 13:26:39 +10:00
runtime cmd/cc,runtime: change preprocessor to expand macros inside of 2013-08-29 12:36:59 -07:00
sort sort: use a very fast random generator for benchmarks 2013-08-29 13:21:21 +10:00
strconv all: protect alloc count tests by -testing.short 2013-08-21 14:00:45 +10:00
strings bytes, strings: use copy in Repeat 2013-08-27 09:21:08 +10:00
sync sync: improve once.Do documentation readability 2013-08-28 12:53:59 +10:00
syscall syscall: update routing socket parser for NetBSD 6 and beyond 2013-08-25 08:44:31 +09:00
testing testing: don't start timing a Parallel test until it's actually starting 2013-08-19 10:15:30 +10:00
text text/template: allow {{else if ... }} to simplify if chains 2013-08-28 14:43:56 +10:00
time time: add more docs on Sleep 2013-08-28 11:16:55 -07:00
unicode undo CL 12486043 / ab644299d124 2013-08-05 16:27:24 -07:00
unsafe