]>
Cypherpunks repositories - gostls13.git/log
Ian Lance Taylor [Fri, 23 Oct 2009 06:51:54 +0000 (23:51 -0700)]
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
Ian Lance Taylor [Fri, 23 Oct 2009 06:38:34 +0000 (23:38 -0700)]
s/pc/PC/ in traceback output to match amd64.
test/run expects to see "PC".
R=rsc
http://go/go-review/
1015002
Ian Lance Taylor [Fri, 23 Oct 2009 05:19:22 +0000 (22:19 -0700)]
Fix printer_test.go to invoke Fprint as a method of cfg.
This matches the change to printer.go in revision 3632.
R=gri
http://go/go-review/
1015001
Robert Griesemer [Fri, 23 Oct 2009 01:19:49 +0000 (18:19 -0700)]
- make printer interface easily extensible w/o breaking clients (in the future)
- replacement for p4 CL 35999 (abandoned)
R=rsc
http://go/go-review/
1012010
Robert Griesemer [Fri, 23 Oct 2009 01:04:21 +0000 (18:04 -0700)]
minor changes to walk
R=rsc
http://go/go-review/
1012008
Robert Griesemer [Thu, 22 Oct 2009 23:35:53 +0000 (16:35 -0700)]
simple AST walking support
R=rsc
http://go/go-review/
1014006
Rob Pike [Thu, 22 Oct 2009 21:30:56 +0000 (14:30 -0700)]
silly change to test the code review process
R=rsc
http://go/go-review/
1013009
Russ Cox [Thu, 22 Oct 2009 21:14:17 +0000 (14:14 -0700)]
add codereview-login command
R=r
CC=go-dev
http://go/go-review/
1012007
Rob Pike [Thu, 22 Oct 2009 18:52:35 +0000 (11:52 -0700)]
fix build: no acid
R=rsc
http://go/go-review/
1014005
Russ Cox [Thu, 22 Oct 2009 18:21:13 +0000 (11:21 -0700)]
fix handling of escaped characters like ' " & < >
R=r
http://go/go-review/
1013007
Russ Cox [Thu, 22 Oct 2009 18:12:39 +0000 (11:12 -0700)]
Initial checkin of codereview plugin.
The master copy is going to live elsewhere,
but weAPOSTROPHEll keep a copy in the Go tree so that
developers donAPOSTROPHEt have to check out two
different repositories.
R=r
CC=go-dev
http://go/go-review/
1012006
Russ Cox [Thu, 22 Oct 2009 18:07:39 +0000 (11:07 -0700)]
tell Mercurial which files to ignore
R=r
CC=go-dev
http://go/go-review/
1012005
Russ Cox [Thu, 22 Oct 2009 17:59:27 +0000 (10:59 -0700)]
fix build after Mercurial move.
various missing or incorrect files.
R=r
CC=go-dev
http://go/go-review/
1014004
Robert Griesemer [Thu, 22 Oct 2009 16:41:38 +0000 (09:41 -0700)]
go/printer:
- handle HTML tagging via (client-installable) Stylers
go/doc:
- basic styler support
- some factoring
- ready to contain the search code (but for now excluded)
doc/style.css:
- updated
doc/go_spec.css:
- cleanup: replace deprecated uses of <font> tag with <span> tag
R=rsc
DELTA=302 (160 added, 62 deleted, 80 changed)
OCL=35973
CL=35996
Austin Clements [Thu, 22 Oct 2009 15:59:18 +0000 (08:59 -0700)]
Interface types, values, and type compiler. This does not yet
implement any type checking or semantics for interfaces.
R=rsc
APPROVED=rsc
DELTA=305 (289 added, 10 deleted, 6 changed)
OCL=35889
CL=35995
Austin Clements [Thu, 22 Oct 2009 15:54:26 +0000 (08:54 -0700)]
go-mode for Emacs. This provides basic syntax highlighting
for keywords, built-ins, functions, and some types. It also
provides indentation that is (almost) identical to gofmt.
R=rsc
APPROVED=rsc
DELTA=509 (509 added, 0 deleted, 0 changed)
OCL=35951
CL=35994
Russ Cox [Thu, 22 Oct 2009 07:13:51 +0000 (00:13 -0700)]
add FAQ
R=r
DELTA=13 (0 added, 8 deleted, 5 changed)
OCL=35985
CL=35987
Russ Cox [Thu, 22 Oct 2009 07:13:36 +0000 (00:13 -0700)]
main landing pages
R=r
DELTA=55 (7 added, 34 deleted, 14 changed)
OCL=35984
CL=35986
Rob Pike [Thu, 22 Oct 2009 06:05:56 +0000 (23:05 -0700)]
drop a couple of semicolons for consistency
R=rsc
DELTA=4 (0 added, 0 deleted, 4 changed)
OCL=35983
CL=35983
Rob Pike [Thu, 22 Oct 2009 02:52:11 +0000 (19:52 -0700)]
have http server in-line PDF files.
add go course pdf files to doc/ for godoc to serve.
fix links to point to those files.
R=rsc
DELTA=7 (4 added, 0 deleted, 3 changed)
OCL=35972
CL=35981
Adam Langley [Thu, 22 Oct 2009 02:51:27 +0000 (19:51 -0700)]
Add SetValue(Value) to the Value interface.
R=rsc
APPROVED=rsc
DELTA=172 (170 added, 0 deleted, 2 changed)
OCL=35969
CL=35980
Rob Pike [Thu, 22 Oct 2009 02:51:05 +0000 (19:51 -0700)]
fix typo/oversight: s/Title/ToTitle/. the comment was already correct
R=rsc
DELTA=1 (0 added, 0 deleted, 1 changed)
OCL=35964
CL=35979
Adam Langley [Thu, 22 Oct 2009 02:49:01 +0000 (19:49 -0700)]
Replace SliceReader with bytes.Buffer.
R=r
APPROVED=r
DELTA=16 (0 added, 15 deleted, 1 changed)
OCL=35976
CL=35978
Adam Langley [Thu, 22 Oct 2009 02:47:52 +0000 (19:47 -0700)]
Fix typo in documentation.
R=r
APPROVED=r
DELTA=2 (1 added, 0 deleted, 1 changed)
OCL=35977
CL=35977
Adam Langley [Thu, 22 Oct 2009 00:53:50 +0000 (17:53 -0700)]
Add initial x509 code.
R=rsc
APPROVED=rsc
DELTA=659 (659 added, 0 deleted, 0 changed)
OCL=35932
CL=35975
Ian Lance Taylor [Wed, 21 Oct 2009 18:42:09 +0000 (11:42 -0700)]
Match gccgo error messages.
bug205.go:14:12: error: index must be integer
bug205.go:15:12: error: index must be integer
bug205.go:16:12: error: incompatible type for map index
R=rsc
DELTA=2 (0 added, 0 deleted, 2 changed)
OCL=35957
CL=35960
Kai Backman [Wed, 21 Oct 2009 16:44:23 +0000 (09:44 -0700)]
change stack splitting comparisons from signed to unsigned (oversight)
R=rsc
APPROVED=rsc
DELTA=9 (0 added, 0 deleted, 9 changed)
OCL=35911
CL=35952
Ian Lance Taylor [Wed, 21 Oct 2009 06:11:00 +0000 (23:11 -0700)]
gccgo does not distinguish "use" and "assign" in these error
messages. Match gccgo output.
named1.go:32:2: error: argument 0 has wrong type (cannot use type bool as type Bool)
named1.go:33:2: error: argument 0 has wrong type (cannot use type bool as type Bool)
named1.go:35:5: error: incompatible type for map index (cannot use type bool as type Bool)
named1.go:36:12: error: incompatible type for map assignment (cannot use type Bool as type bool)
named1.go:38:5: error: incompatible types in assignment (cannot use type bool as type Bool)
named1.go:40:2: error: argument 0 has wrong type (cannot use type bool as type Bool)
named1.go:42:5: error: incompatible type for receive (cannot use type bool as type Bool)
named1.go:46:5: error: incompatible type for type guard (cannot use type bool as type Bool)
named1.go:50:5: error: incompatible type for type guard (cannot use type bool as type Bool)
named1.go:53:2: error: argument 0 has wrong type (cannot use type bool as type Bool)
named1.go:54:5: error: incompatible types in assignment (cannot use type bool as type Bool)
R=rsc
DELTA=4 (0 added, 0 deleted, 4 changed)
OCL=35943
CL=35943
Rob Pike [Wed, 21 Oct 2009 00:32:16 +0000 (17:32 -0700)]
initialization
R=rsc
DELTA=292 (124 added, 165 deleted, 3 changed)
OCL=35936
CL=35939
David Symonds [Tue, 20 Oct 2009 21:10:22 +0000 (14:10 -0700)]
Move usr/dsymonds/iterable to src/pkg/exp/iterable.
Remove remainder of usr/dsymonds.
R=rsc,r
APPROVED=r
DELTA=685 (275 added, 409 deleted, 1 changed)
OCL=35810
CL=35933
Robert Griesemer [Tue, 20 Oct 2009 20:30:32 +0000 (13:30 -0700)]
remove superfluous tracing support
R=rsc
DELTA=5 (0 added, 4 deleted, 1 changed)
OCL=35930
CL=35930
Russ Cox [Tue, 20 Oct 2009 20:00:16 +0000 (13:00 -0700)]
base64 -> encoding/base64
base85 -> encoding/ascii85, encoding/git85
debug/binary -> encoding/binary
R=r
DELTA=3190 (1884 added, 1297 deleted, 9 changed)
OCL=35923
CL=35929
Rob Pike [Tue, 20 Oct 2009 19:30:39 +0000 (12:30 -0700)]
start the concurrency discussion. work from the outside in because this is a toughie.
also fix a pedantry in the language design faq.
R=rsc
DELTA=113 (94 added, 16 deleted, 3 changed)
OCL=35922
CL=35928
Robert Griesemer [Tue, 20 Oct 2009 19:07:31 +0000 (12:07 -0700)]
Updated and simplified gofmt.
- operates on stdin, a single file, or all files in a file tree
- setting -w flag writes to (source) file instead of stdout
- setting -l flag lists files whose formatting has changed
R=rsc
DELTA=201 (102 added, 71 deleted, 28 changed)
OCL=35890
CL=35926
Russ Cox [Tue, 20 Oct 2009 16:04:09 +0000 (09:04 -0700)]
Add base85, based on base64.
Also add git version of base85,
which is what I really wanted but
didn't recognize as different until it
was too late.
R=austin
DELTA=980 (972 added, 4 deleted, 4 changed)
OCL=35580
CL=35921
Russ Cox [Tue, 20 Oct 2009 15:27:14 +0000 (08:27 -0700)]
address bug193 and add note to spec about it.
R=ken
OCL=35920
CL=35920
Russ Cox [Tue, 20 Oct 2009 15:03:43 +0000 (08:03 -0700)]
bug162, over and over
R=ken
OCL=35919
CL=35919
Russ Cox [Tue, 20 Oct 2009 13:44:50 +0000 (06:44 -0700)]
forgot to include in 35898.
R=ken
OCL=35917
CL=35917
Kai Backman [Tue, 20 Oct 2009 05:47:25 +0000 (22:47 -0700)]
removed tempalloc/tempfree and replaced with tempname
go/test: passes 88% (304/345)
R=rsc
APPROVED=rsc
DELTA=67 (3 added, 54 deleted, 10 changed)
OCL=35910
CL=35910
Russ Cox [Tue, 20 Oct 2009 05:33:56 +0000 (22:33 -0700)]
support for 5.out files
R=kaib
DELTA=1262 (1247 added, 7 deleted, 8 changed)
OCL=35907
CL=35909
Kai Backman [Tue, 20 Oct 2009 04:58:16 +0000 (21:58 -0700)]
getcallerpc and setcallerpc
go/test: passes 87% (303/345)
R=rsc
APPROVED=rsc
DELTA=19 (5 added, 6 deleted, 8 changed)
OCL=35903
CL=35906
Russ Cox [Tue, 20 Oct 2009 04:10:29 +0000 (21:10 -0700)]
bug196
R=ken
OCL=35905
CL=35905
Russ Cox [Tue, 20 Oct 2009 03:39:18 +0000 (20:39 -0700)]
bug136
R=ken
OCL=35902
CL=35904
Kai Backman [Tue, 20 Oct 2009 02:59:39 +0000 (19:59 -0700)]
first version of closures. test/closure doesn't yet pass.
go/test: passes 87% (300/343)
R=rsc
APPROVED=rsc
DELTA=125 (125 added, 0 deleted, 0 changed)
OCL=35893
CL=35900
Russ Cox [Tue, 20 Oct 2009 02:55:17 +0000 (19:55 -0700)]
bug169
R=ken
OCL=35899
CL=35899
Russ Cox [Tue, 20 Oct 2009 02:27:40 +0000 (19:27 -0700)]
6g bug fixes:
* bug211
* embedded interfaces with lowercase methods
* var _ = f() at top level
R=ken
OCL=35898
CL=35898
Russ Cox [Tue, 20 Oct 2009 01:47:37 +0000 (18:47 -0700)]
bug190.
also eliminate float80 dregs
R=ken
OCL=35894
CL=35896
Russ Cox [Tue, 20 Oct 2009 01:46:46 +0000 (18:46 -0700)]
duplicate of bug190
R=gri
DELTA=16 (0 added, 16 deleted, 0 changed)
OCL=35892
CL=35895
Robert Griesemer [Mon, 19 Oct 2009 20:57:51 +0000 (13:57 -0700)]
support one-line functions
R=rsc
DELTA=207 (160 added, 42 deleted, 5 changed)
OCL=35854
CL=35887
Robert Griesemer [Mon, 19 Oct 2009 20:13:59 +0000 (13:13 -0700)]
- method names in method sets/interfaces must be all different
- specify evaluation order of floating-point expressions as
discussed
- specify floating point conversion rounding as discussed
- slightly reformatted section on conversions to make it
more readable (hopefully)
- fixed production for interpreted_string_lit - components
were not properly tagged before because of """ instead of `"`
R=go-dev
DELTA=83 (41 added, 11 deleted, 31 changed)
OCL=35864
CL=35885
Kai Backman [Mon, 19 Oct 2009 19:44:08 +0000 (12:44 -0700)]
function literals
go/test: passes 86% (297/343)
R=rsc
APPROVED=rsc
DELTA=14 (10 added, 1 deleted, 3 changed)
OCL=35881
CL=35884
Russ Cox [Mon, 19 Oct 2009 19:10:14 +0000 (12:10 -0700)]
test and fix http redirect handling
BUG=
2197242
R=r
DELTA=16 (16 added, 0 deleted, 0 changed)
OCL=35878
CL=35882
Rob Pike [Mon, 19 Oct 2009 18:54:59 +0000 (11:54 -0700)]
fiddling while rome burns: explain why tests are commented out
R=rsc
DELTA=2 (2 added, 0 deleted, 0 changed)
OCL=35874
CL=35880
Adam Langley [Mon, 19 Oct 2009 18:52:44 +0000 (11:52 -0700)]
Add an RSA-OAEP implementation.
R=rsc
APPROVED=rsc
DELTA=734 (734 added, 0 deleted, 0 changed)
OCL=35738
CL=35879
Robert Griesemer [Mon, 19 Oct 2009 18:48:04 +0000 (11:48 -0700)]
directory tree walk w/ visitor per rsc's suggestion
R=rsc,r
DELTA=193 (191 added, 0 deleted, 2 changed)
OCL=35849
CL=35877
Rob Pike [Mon, 19 Oct 2009 18:47:42 +0000 (11:47 -0700)]
bug 211: duplicate interface methods not caught by 6g
R=gri
DELTA=17 (17 added, 0 deleted, 0 changed)
OCL=35852
CL=35876
Rob Pike [Mon, 19 Oct 2009 17:34:00 +0000 (10:34 -0700)]
address leftover post-submit comments about embedding
R=rsc
DELTA=11 (9 added, 0 deleted, 2 changed)
OCL=35872
CL=35872
Rob Pike [Fri, 16 Oct 2009 23:16:02 +0000 (16:16 -0700)]
more embedding. enough for now?
R=rsc
DELTA=51 (48 added, 0 deleted, 3 changed)
OCL=35846
CL=35853
Robert Griesemer [Fri, 16 Oct 2009 20:31:35 +0000 (13:31 -0700)]
bug210
R=rsc
DELTA=20 (20 added, 0 deleted, 0 changed)
OCL=35847
CL=35847
Kai Backman [Fri, 16 Oct 2009 19:02:14 +0000 (12:02 -0700)]
fix arm build, add 64 bit cgen_asop
R=rsc
APPROVED=rsc
DELTA=21 (21 added, 0 deleted, 0 changed)
OCL=35845
CL=35845
Rob Pike [Fri, 16 Oct 2009 18:23:45 +0000 (11:23 -0700)]
fix pre-submit editing typo; text is garbled.
R=rsc
DELTA=2 (0 added, 0 deleted, 2 changed)
OCL=35841
CL=35841
Rob Pike [Fri, 16 Oct 2009 18:13:40 +0000 (11:13 -0700)]
embedding part 1.
R=rsc
DELTA=128 (104 added, 0 deleted, 24 changed)
OCL=35835
CL=35839
Russ Cox [Fri, 16 Oct 2009 06:57:04 +0000 (23:57 -0700)]
fix linux build:
i renamed sys to runtime but didn't remember this file.
(and the darwin build doesn't use it.)
TBR=r
OCL=35826
CL=35826
Russ Cox [Fri, 16 Oct 2009 06:10:49 +0000 (23:10 -0700)]
rename sys functions to runtime,
because they are in package runtime.
another step to enforcing package boundaries.
R=r
DELTA=732 (114 added, 93 deleted, 525 changed)
OCL=35811
CL=35824
Russ Cox [Fri, 16 Oct 2009 06:09:22 +0000 (23:09 -0700)]
move math out of runtime.
a step toward enforcing package boundaries,
necessary to eliminate global package name space.
R=r
DELTA=581 (310 added, 271 deleted, 0 changed)
OCL=35805
CL=35823
Russ Cox [Fri, 16 Oct 2009 06:08:46 +0000 (23:08 -0700)]
more description
R=r
DELTA=4 (2 added, 0 deleted, 2 changed)
OCL=35809
CL=35822
Robert Griesemer [Fri, 16 Oct 2009 05:52:11 +0000 (22:52 -0700)]
improved handling of expression lists
R=rsc
DELTA=189 (118 added, 9 deleted, 62 changed)
OCL=35816
CL=35821
Kai Backman [Fri, 16 Oct 2009 05:30:57 +0000 (22:30 -0700)]
fix minor typo in float conversions
R=rsc
APPROVED=rsc
DELTA=2 (0 added, 0 deleted, 2 changed)
OCL=35820
CL=35820
Stephen Ma [Fri, 16 Oct 2009 05:18:14 +0000 (22:18 -0700)]
Trivial documentation fix for func ListenAndServe().
R=go-dev
APPROVED=gri
DELTA=1 (1 added, 0 deleted, 0 changed)
OCL=35817
CL=35819
Kai Backman [Fri, 16 Oct 2009 05:16:31 +0000 (22:16 -0700)]
fix OINDEX address generation, leftover misunderstanding about
how scale works on amd64/386
go/test: passes 85% (294/342)
R=rsc
APPROVED=rsc
DELTA=27 (26 added, 1 deleted, 0 changed)
OCL=35815
CL=35818
Kai Backman [Fri, 16 Oct 2009 04:27:09 +0000 (21:27 -0700)]
fix arm build
R=rsc
APPROVED=rsc
DELTA=1 (0 added, 0 deleted, 1 changed)
OCL=35812
CL=35814
Kai Backman [Fri, 16 Oct 2009 02:41:51 +0000 (19:41 -0700)]
test/64bit.go passes but doesn't generate properly yet.
R=rsc
APPROVED=rsc
DELTA=235 (98 added, 38 deleted, 99 changed)
OCL=35789
CL=35813
Robert Griesemer [Fri, 16 Oct 2009 00:54:57 +0000 (17:54 -0700)]
update Make.deps
R=rsc
DELTA=2 (0 added, 0 deleted, 2 changed)
OCL=35808
CL=35808
Russ Cox [Fri, 16 Oct 2009 00:46:53 +0000 (17:46 -0700)]
publish semacquire and semrelease for use by sync.
more enforcing package boundaries
R=r
DELTA=46 (13 added, 15 deleted, 18 changed)
OCL=35806
CL=35806
Russ Cox [Thu, 15 Oct 2009 23:51:53 +0000 (16:51 -0700)]
more explanatory text
R=r
DELTA=11 (8 added, 0 deleted, 3 changed)
OCL=35797
CL=35804
Robert Griesemer [Thu, 15 Oct 2009 23:34:05 +0000 (16:34 -0700)]
- implemented utility functions for directory reading/traversal
- added tests
R=rsc
DELTA=62 (61 added, 1 deleted, 0 changed)
OCL=35788
CL=35802
Russ Cox [Thu, 15 Oct 2009 23:32:45 +0000 (16:32 -0700)]
386 shift bug; wasn't zero-extending 16- and 8-bit counts
+test
R=ken
OCL=35801
CL=35801
Russ Cox [Thu, 15 Oct 2009 23:03:01 +0000 (16:03 -0700)]
do not migrate x to the heap because of *&x.
R=ken
OCL=35799
CL=35799
Austin Clements [Thu, 15 Oct 2009 19:59:59 +0000 (12:59 -0700)]
Implement error handling on process monitor exit. Now, before
sending any message to the monitor, the sender must check a
"ready" channel. Before exiting, the monitor records its exit
error and closes this channel, ensuring that all later reads
from the ready channel will immediately return false.
Inspired by
http://chplib.wordpress.com/2009/09/30/poison-concurrent-termination/
R=rsc
APPROVED=rsc
DELTA=47 (27 added, 11 deleted, 9 changed)
OCL=35782
CL=35784
Robert Griesemer [Thu, 15 Oct 2009 19:04:13 +0000 (12:04 -0700)]
close file after use
R=rsc
DELTA=1 (1 added, 0 deleted, 0 changed)
OCL=35778
CL=35780
Dave Bort [Thu, 15 Oct 2009 18:46:37 +0000 (11:46 -0700)]
Define the new Rand and Source types to allow creating
isolated sources of random values.
Add normal and exponential distributions.
Add some tests for the normal and exponential distributions.
R=rsc
APPROVED=rsc
DELTA=1005 (904 added, 80 deleted, 21 changed)
OCL=35501
CL=35779
Russ Cox [Thu, 15 Oct 2009 18:05:23 +0000 (11:05 -0700)]
add exp/eval to pkg list
update Make.deps.
fixes build
TBR=r
OCL=35777
CL=35777
Russ Cox [Thu, 15 Oct 2009 18:04:33 +0000 (11:04 -0700)]
nacl demos
R=r
DELTA=9147 (9147 added, 0 deleted, 0 changed)
OCL=35734
CL=35776
Russ Cox [Thu, 15 Oct 2009 18:02:18 +0000 (11:02 -0700)]
explain exp
R=r
DELTA=3 (3 added, 0 deleted, 0 changed)
OCL=35732
CL=35775
Robert Griesemer [Thu, 15 Oct 2009 17:41:07 +0000 (10:41 -0700)]
- bug fix: must not insert indentation tabs into multi-line strings in RawFormat
(always write tabwriter.Escape chars so formatting is driven correctly; but strip
them again in the end if no tabwriter is used)
- added testcase for RawFormat printing
R=rsc
DELTA=227 (198 added, 6 deleted, 23 changed)
OCL=35772
CL=35774
Robert Griesemer [Thu, 15 Oct 2009 16:29:31 +0000 (09:29 -0700)]
bug fix: do not modify (string) literals in any way even if they
contain tabs or line breaks
R=rsc
DELTA=57 (19 added, 12 deleted, 26 changed)
OCL=35749
CL=35770
Robert Griesemer [Thu, 15 Oct 2009 16:28:52 +0000 (09:28 -0700)]
permit escaped text segments which pass through tabwriter
undisturbed and uninterpreted
R=rsc
DELTA=141 (82 added, 23 deleted, 36 changed)
OCL=35747
CL=35769
Robert Griesemer [Thu, 15 Oct 2009 16:24:19 +0000 (09:24 -0700)]
Work-around for factory function heuristic failure:
only associate a couple of functions as factories
for os.Error.
Replaces CL 35628 (abandoned).
R=rsc
DELTA=35 (26 added, 0 deleted, 9 changed)
OCL=35754
CL=35768
Rob Pike [Thu, 15 Oct 2009 07:27:40 +0000 (00:27 -0700)]
typo
R=rsc
DELTA=1 (0 added, 0 deleted, 1 changed)
OCL=35743
CL=35762
Rob Pike [Thu, 15 Oct 2009 07:27:26 +0000 (00:27 -0700)]
forgot to update the body when i changed the receiver type.
R=rsc
DELTA=2 (0 added, 0 deleted, 2 changed)
OCL=35759
CL=35761
Rob Pike [Thu, 15 Oct 2009 06:03:08 +0000 (23:03 -0700)]
interfaces and methods.
R=rsc
DELTA=160 (143 added, 5 deleted, 12 changed)
OCL=35748
CL=35758
Kai Backman [Thu, 15 Oct 2009 04:47:28 +0000 (21:47 -0700)]
cas
R=rsc
APPROVED=rsc
DELTA=31 (1 added, 8 deleted, 22 changed)
OCL=35752
CL=35757
Kai Backman [Thu, 15 Oct 2009 04:47:08 +0000 (21:47 -0700)]
LDREX and STREX
R=rsc
APPROVED=rsc
DELTA=30 (30 added, 0 deleted, 0 changed)
OCL=35751
CL=35756
Kai Backman [Thu, 15 Oct 2009 04:46:50 +0000 (21:46 -0700)]
disable ken/complit for arm
R=rsc
APPROVED=rsc
DELTA=1 (0 added, 1 deleted, 0 changed)
OCL=35753
CL=35755
Russ Cox [Thu, 15 Oct 2009 01:29:33 +0000 (18:29 -0700)]
fix build:
avoid infinite loop when cd fails.
TBR=r
OCL=35750
CL=35750
Russ Cox [Thu, 15 Oct 2009 01:10:43 +0000 (18:10 -0700)]
move austin/eval and austin/ogle to exp/eval and exp/ogle
R=r
OCL=35736
CL=35746
Russ Cox [Thu, 15 Oct 2009 01:10:00 +0000 (18:10 -0700)]
forgot to update Makefile in last CL
R=gri
DELTA=1 (0 added, 0 deleted, 1 changed)
OCL=35737
CL=35745
Russ Cox [Thu, 15 Oct 2009 01:08:10 +0000 (18:08 -0700)]
delete one cgo playpen
R=r
DELTA=111 (0 added, 111 deleted, 0 changed)
OCL=35739
CL=35744
Russ Cox [Thu, 15 Oct 2009 00:17:42 +0000 (17:17 -0700)]
add CONTRIBUTORS file to record those
whose code can be accepted into the repository.
R=r
DELTA=44 (44 added, 0 deleted, 0 changed)
OCL=35729
CL=35742
Russ Cox [Thu, 15 Oct 2009 00:16:21 +0000 (17:16 -0700)]
move native client to exp/nacl.
R=r
DELTA=3706 (1857 added, 1849 deleted, 0 changed)
OCL=35731
CL=35741