summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-10-26Get the right sigaction struct for the 386 rt_sigaction systemIan Lance Taylor3-9/+20
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-26bug162, large indices on nil referencesKai Backman3-14/+71
R=rsc http://go/go-review/1013016
2009-10-26- gofmt-ify walk.goRobert Griesemer1-44/+67
- fixed several bugs R=rsc http://go/go-review/1015015
2009-10-26- indexing component for godocRobert Griesemer1-0/+664
R=rsc http://go/go-review/1015014
2009-10-26Add encoding/hexAdam Langley5-5/+273
R=rsc http://go/go-review/1015012
2009-10-26Recognize gccgo error messages.Ian Lance Taylor1-3/+3
rename1.go:10:8: error: expected type rename1.go:11:10: error: expected function rename1.go:13:8: error: incompatible types in binary expression R=rsc http://go/go-review/1015013
2009-10-26snippet generator for godoc search resultsRobert Griesemer1-0/+122
R=rsc http://go/go-review/1013014
2009-10-26add a favicon plus a couple of hi-res versions of gordonRob Pike4-0/+0
R=rsc CC=go-dev http://go/go-review/1013013
2009-10-26fix defer. gave up on unified code for defer and go for now.Kai Backman1-5/+49
R=rsc http://go/go-review/1014010
2009-10-25 make 5l ignore multiple defs, remove use of multipleKai Backman3-2/+17
defs from embed1 and gotest R=rsc http://go/go-review/1014009
2009-10-25frame size > StackBig supportKai Backman1-7/+49
R=rsc http://go/go-review/1015010
2009-10-25proper syscall convention for armKai Backman3-11/+6
R=rsc http://go/go-review/1015009
2009-10-24 fix conditional branch instructions for unsigned ints andKai Backman3-30/+47
float. fix sgen endianess in sgen character copying. go/test: passes 97% (336/345) R=rsc http://go/go-review/1015007
2009-10-24remove reference to p4 in comment.Rob Pike1-1/+1
R=gri CC=rsc http://go/go-review/1014008
2009-10-23 fixed len/cap for chan. disable gc for now.Kai Backman3-1/+36
go/test: passes 93% (323/345) R=rsc http://go/go-review/1015006
2009-10-23write install docsRuss Cox2-1/+202
R=r CC=go-dev http://go/go-review/1015004
2009-10-23publish Request.Write (rename from Request.write)Rob Pike2-3/+3
R=rsc CC=go-dev http://go/go-review/1015003
2009-10-23fix build issue cause by transition to hgKai Backman1-2/+2
R=rsc http://go/go-review/1013012
2009-10-23one more argsize fix. we were copying with the correctKai Backman2-3/+16
alignment but not enough (duh). R=rsc APPROVED=rsc DELTA=16 (13 added, 0 deleted, 3 changed) OCL=36020 CL=36024
2009-10-23all of pkg now compiles, fixes a few more testsKai Backman5-7/+87
go/test: passes 90% (313/345) R=rsc APPROVED=rsc DELTA=90 (83 added, 3 deleted, 4 changed) OCL=36011 CL=36023
2009-10-23fix off by 4 bug in morestack (lr again). remove storing of r0Kai Backman3-20/+19
now that all arguments are passed on the stack. go/test: passes 89% (310/345) R=rsc APPROVED=rsc DELTA=33 (13 added, 14 deleted, 6 changed) OCL=36009 CL=36022
2009-10-23fix broken code produced for ominusKai Backman1-5/+10
go/test: passes 89% (308/345) R=rsc APPROVED=rsc DELTA=10 (5 added, 0 deleted, 5 changed) OCL=36005 CL=36021
2009-10-22fix off by 4 in newproc arg copying.Kai Backman2-4/+4
R=rsc APPROVED=rsc DELTA=4 (0 added, 0 deleted, 4 changed) OCL=36001 CL=36004
2009-10-23fix computation of sync delayRobert Griesemer1-3/+3
R=rsc http://go/go-review/1013011
2009-10-22Fix the sigaction declaration to match the system for Linux.Ian Lance Taylor1-1/+1
I don't know whether Darwin needs a change here. R=rsc http://go/go-review/1013010
2009-10-22s/pc/PC/ in traceback output to match amd64.Ian Lance Taylor1-1/+1
test/run expects to see "PC". R=rsc http://go/go-review/1015002
2009-10-22Fix printer_test.go to invoke Fprint as a method of cfg.Ian Lance Taylor1-1/+1
This matches the change to printer.go in revision 3632. R=gri http://go/go-review/1015001
2009-10-22- make printer interface easily extensible w/o breaking clients (in the future)Robert Griesemer5-70/+79
- replacement for p4 CL 35999 (abandoned) R=rsc http://go/go-review/1012010
2009-10-22minor changes to walkRobert Griesemer1-59/+52
R=rsc http://go/go-review/1012008
2009-10-22simple AST walking supportRobert Griesemer2-0/+310
R=rsc http://go/go-review/1014006
2009-10-22silly change to test the code review processRob Pike2-2/+2
R=rsc http://go/go-review/1013009
2009-10-22add codereview-login commandRuss Cox1-0/+15
R=r CC=go-dev http://go/go-review/1012007
2009-10-22fix build: no acidRob Pike1-2/+4
R=rsc http://go/go-review/1014005
2009-10-22fix handling of escaped characters like ' " & < >Russ Cox1-4/+3
R=r http://go/go-review/1013007
2009-10-22Initial checkin of codereview plugin.Russ Cox1-0/+2575
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
2009-10-22tell Mercurial which files to ignoreRuss Cox1-0/+24
R=r CC=go-dev http://go/go-review/1012005
2009-10-22fix build after Mercurial move.Russ Cox17-70/+1997
various missing or incorrect files. R=r CC=go-dev http://go/go-review/1014004
2009-10-22go/printer:Robert Griesemer7-133/+231
- 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
2009-10-22Interface types, values, and type compiler. This does not yetAustin Clements4-13/+292
implement any type checking or semantics for interfaces. R=rsc APPROVED=rsc DELTA=305 (289 added, 10 deleted, 6 changed) OCL=35889 CL=35995
2009-10-22go-mode for Emacs. This provides basic syntax highlightingAustin Clements2-0/+509
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
2009-10-22add FAQRuss Cox1-0/+348
R=r DELTA=13 (0 added, 8 deleted, 5 changed) OCL=35985 CL=35987
2009-10-22main landing pagesRuss Cox4-0/+114
R=r DELTA=55 (7 added, 34 deleted, 14 changed) OCL=35984 CL=35986
2009-10-21drop a couple of semicolons for consistencyRob Pike1-2/+2
R=rsc DELTA=4 (0 added, 0 deleted, 4 changed) OCL=35983 CL=35983
2009-10-21have http server in-line PDF files.Rob Pike4-0/+1
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
2009-10-21Add SetValue(Value) to the Value interface.Adam Langley2-2/+172
R=rsc APPROVED=rsc DELTA=172 (170 added, 0 deleted, 2 changed) OCL=35969 CL=35980
2009-10-21fix typo/oversight: s/Title/ToTitle/. the comment was already correctRob Pike1-1/+1
R=rsc DELTA=1 (0 added, 0 deleted, 1 changed) OCL=35964 CL=35979
2009-10-21Replace SliceReader with bytes.Buffer.Adam Langley1-16/+1
R=r APPROVED=r DELTA=16 (0 added, 15 deleted, 1 changed) OCL=35976 CL=35978
2009-10-21Fix typo in documentation.Adam Langley1-1/+2
R=r APPROVED=r DELTA=2 (1 added, 0 deleted, 1 changed) OCL=35977 CL=35977
2009-10-21Add initial x509 code.Adam Langley9-0/+659
R=rsc APPROVED=rsc DELTA=659 (659 added, 0 deleted, 0 changed) OCL=35932 CL=35975
2009-10-21Match gccgo error messages.Ian Lance Taylor1-2/+2
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