- 19 Jun, 2009 8 commits
-
-
Scott Schwartz authored
R=rsc APPROVED=rsc DELTA=24 (24 added, 0 deleted, 0 changed) OCL=30459 CL=30540
-
Rob Pike authored
R=rsc DELTA=30 (30 added, 0 deleted, 0 changed) OCL=30536 CL=30536
-
Russ Cox authored
R=ken OCL=30519 CL=30534
-
Russ Cox authored
named and unnamed. R=r DELTA=21 (21 added, 0 deleted, 0 changed) OCL=30518 CL=30533
-
Robert Griesemer authored
R=rsc DELTA=25 (10 added, 7 deleted, 8 changed) OCL=30516 CL=30531
-
Steve Newman authored
APPROVED=r,rsc DELTA=189 (187 added, 0 deleted, 2 changed) OCL=30205 CL=30517
-
Robert Griesemer authored
in a cell makes a final cell in that line (this showed up as occasionally missing single spaces in godoc-formatted declarations that fit on a single line) 2) Cleaned up tabwriter implementation a bit: - replaced local unicodeLen() with utf8.RuneCount() - instead of having 2 parallel arrays for line widths and sizes, have a single array of cells containing a width and size - factored code a bit better - added more comments - added testnames to tabwriter tests - added more test cases and fixed a broken test case that now works correctly R=r DELTA=279 (133 added, 62 deleted, 84 changed) OCL=30509 CL=30514
-
Robert Griesemer authored
R=rsc DELTA=3 (2 added, 0 deleted, 1 changed) OCL=30511 CL=30513
-
- 18 Jun, 2009 6 commits
-
-
Russ Cox authored
R=r DELTA=76 (1 added, 0 deleted, 75 changed) OCL=30497 CL=30510
-
Ken Thompson authored
this assumes that embedded newlines are legal in back-quote strings. R=r OCL=30502 CL=30502
-
Robert Griesemer authored
R=r DELTA=7 (2 added, 0 deleted, 5 changed) OCL=30492 CL=30494
-
Russ Cox authored
make builds; make install installs. R=r DELTA=2 (2 added, 0 deleted, 0 changed) OCL=30489 CL=30491
-
Robert Griesemer authored
- fixed nonsense sentence in numeric basic type section - hlinted R=r,rsc DELTA=50 (10 added, 22 deleted, 18 changed) OCL=30484 CL=30490
-
Russ Cox authored
use it to avoid use of fixed ports in tests. convert google/net/rpc to gotest R=r DELTA=523 (275 added, 229 deleted, 19 changed) OCL=30458 CL=30460
-
- 17 Jun, 2009 9 commits
-
-
Russ Cox authored
some day... TBR=r OCL=30453 CL=30453
-
Russ Cox authored
Rather than do that, fix build by generating asm.h automatically. R=r DELTA=97 (48 added, 36 deleted, 13 changed) OCL=30449 CL=30452
-
Russ Cox authored
R=r DELTA=37 (17 added, 15 deleted, 5 changed) OCL=30428 CL=30444
-
Russ Cox authored
R=r DELTA=298 (119 added, 81 deleted, 98 changed) OCL=30427 CL=30443
-
Russ Cox authored
* keep coherent SP/PC in gobuf (i.e., SP that would be in use at that PC) * gogocall replaces setspgoto, should work better in presence of link registers * delete unused system calls only amd64; 386 is now broken R=r DELTA=548 (183 added, 183 deleted, 182 changed) OCL=30381 CL=30442
-
Robert Griesemer authored
- nil is not a keyword - type -> Type R=rsc DELTA=10 (4 added, 0 deleted, 6 changed) OCL=30433 CL=30435
-
Russ Cox authored
runs on the same machine don't collide. R=r DELTA=4 (0 added, 1 deleted, 3 changed) OCL=30426 CL=30429
-
Robert Griesemer authored
R=r DELTA=17 (17 added, 0 deleted, 0 changed) OCL=30417 CL=30422
-
Russ Cox authored
* use 64-bit file system calls (Linux, Darwin) * use 32-bit [sic] uid/gid calls (Linux) * fix sockets on Linux Darwin/386 works again. Linux/386 is better but must never have worked; there are still bugs surrounding the creation of new threads in the runtime package. R=austin DELTA=1332 (673 added, 614 deleted, 45 changed) OCL=30327 CL=30380
-
- 16 Jun, 2009 16 commits
-
-
Robert Griesemer authored
R=rsc DELTA=8 (4 added, 2 deleted, 2 changed) OCL=30365 CL=30368
-
Rob Pike authored
R=rsc OCL=30363 CL=30363
-
Rob Pike authored
R=rsc OCL=30361 CL=30361
-
Rob Pike authored
R=rsc OCL=30359 CL=30359
-
Robert Griesemer authored
- removed gratuitous newline in go/printer R=r DELTA=15 (2 added, 13 deleted, 0 changed) OCL=30358 CL=30358
-
Jacob Baskin authored
not [a-zA-Z0-9+-.]) before there is a ":". This is particularly helpful in the erroneous-but-relatively-common case of relative URLs containing an unescaped colon in the query string--see the added test for an example. R=rsc APPROVED=rsc DELTA=15 (15 added, 0 deleted, 0 changed) OCL=30354 CL=30356
-
Robert Griesemer authored
- remove some left-over files R=rsc DELTA=1465 (281 added, 1181 deleted, 3 changed) OCL=30350 CL=30353
-
Kai Backman authored
- morestack support for 5l and arm runtime - argsize support in 5c, 5l, ar and nm. assembly code from 5a will break in interesting ways unless NOSPLIT is specified - explicit cond execution constants - fix 5l output to use %d instead of %ld so that negative values show. - added a lot of code to arm/asm.s. runtime entry code almost working currently aborts at gogo not implemented R=rsc APPROVED=rsc DELTA=305 (125 added, 29 deleted, 151 changed) OCL=30246 CL=30347
-
Robert Griesemer authored
R=rsc DELTA=5 (0 added, 1 deleted, 4 changed) OCL=30343 CL=30343
-
Robert Griesemer authored
R=rsc DELTA=1 (0 added, 0 deleted, 1 changed) OCL=30342 CL=30342
-
Robert Griesemer authored
R=rsc DELTA=945 (944 added, 0 deleted, 1 changed) OCL=30315 CL=30341
-
Russ Cox authored
not observed: do not use malloc to allocate stacks during garbage collection, because it would make the malloc data structures change underfoot. R=r DELTA=6 (3 added, 0 deleted, 3 changed) OCL=30323 CL=30326
-
Russ Cox authored
when changing process state to Gsyscall, not after. R=r DELTA=8 (4 added, 3 deleted, 1 changed) OCL=30320 CL=30325
-
Rob Pike authored
also update golden.out from bug162 R=rsc DELTA=16 (16 added, 0 deleted, 0 changed) OCL=30298 CL=30324
-
Russ Cox authored
package main func f(a *c.b) {} func main() {} BUG=1909731 R=ken OCL=30322 CL=30322
-
David Symonds authored
Also fix the reflect bug that was exposed by this bug. R=r APPROVED=rsc DELTA=162 (103 added, 32 deleted, 27 changed) OCL=30125 CL=30319
-
- 15 Jun, 2009 1 commit
-
-
Robert Griesemer authored
- replacement for pretty; app to format a single .go file printer.go (pkg/go/printer): - replacement for astprinter.go; implements AST printing - also replaces pkg/go/ast/format.go for now cleanups: - removed/saved away old code R=r,rsc,iant DELTA=2833 (1183 added, 1628 deleted, 22 changed) OCL=30226 CL=30306
-