]>
Cypherpunks repositories - gostls13.git/log 
Robert Griesemer [Fri, 26 Feb 2010 19:23:12 +0000 (11:23 -0800)] 
 
go/scanner: the position of '\n's chars must be the last position of the current line
Micah Stetson [Fri, 26 Feb 2010 07:39:43 +0000 (18:39 +1100)] 
 
Fix a couple of bugs referencing data values in template.
Rob Pike [Fri, 26 Feb 2010 05:32:45 +0000 (16:32 +1100)] 
 
add micah.stetson to C&A
Christopher Wedgwood [Fri, 26 Feb 2010 04:06:41 +0000 (20:06 -0800)] 
 
doc: Use byte("...") over byte{...}
Russ Cox [Fri, 26 Feb 2010 00:43:43 +0000 (16:43 -0800)] 
 
use []byte("abc") in place of []byte{'a', 'b', 'c'}
Robert Griesemer [Fri, 26 Feb 2010 00:07:55 +0000 (16:07 -0800)] 
 
go/printer, gofmt: align comments in multi-line expression lists
Russ Cox [Fri, 26 Feb 2010 00:01:29 +0000 (16:01 -0800)] 
 
strings: delete Runes, Bytes
Robert Griesemer [Thu, 25 Feb 2010 23:54:12 +0000 (15:54 -0800)] 
 
tabwriter: make use of new []byte() conversion
Russ Cox [Thu, 25 Feb 2010 23:11:07 +0000 (15:11 -0800)] 
 
gc: implement []int(string) and []byte(string)
Stephen Weinberg [Thu, 25 Feb 2010 22:49:14 +0000 (14:49 -0800)] 
 
Fix small typo in net package.
Robert Griesemer [Thu, 25 Feb 2010 21:47:16 +0000 (13:47 -0800)] 
 
go/printer, gofmt: correct indentation after certain /*-style comments
Robert Griesemer [Thu, 25 Feb 2010 21:26:55 +0000 (13:26 -0800)] 
 
tabwriter: indicate section breaks if Debug flag is set
Russ Cox [Thu, 25 Feb 2010 18:26:43 +0000 (10:26 -0800)] 
 
dashboard: more performance tuning
Ian Lance Taylor [Thu, 25 Feb 2010 18:13:09 +0000 (10:13 -0800)] 
 
Use consistent types in .h file and .c file.
Robert Griesemer [Thu, 25 Feb 2010 18:02:39 +0000 (10:02 -0800)] 
 
strings: remove a couple of redundant tests
Kevin Ballard [Thu, 25 Feb 2010 17:15:52 +0000 (09:15 -0800)] 
 
path: Fix bug in Match with non-greedy stars
Rob Pike [Thu, 25 Feb 2010 06:29:37 +0000 (17:29 +1100)] 
 
%q in fmt: if the object is a Stringer, use String() to get the value to quote.
Robert Griesemer [Thu, 25 Feb 2010 01:06:40 +0000 (17:06 -0800)] 
 
go/scanner: support for complex (imaginary) constants
Ian Lance Taylor [Thu, 25 Feb 2010 01:00:25 +0000 (17:00 -0800)] 
 
Install runtime.h and cgocall.h.
Robert Griesemer [Thu, 25 Feb 2010 00:17:11 +0000 (16:17 -0800)] 
 
go/ast: streamline representation of field lists
Russ Cox [Thu, 25 Feb 2010 00:11:14 +0000 (16:11 -0800)] 
 
path: add Match
Russ Cox [Wed, 24 Feb 2010 23:13:39 +0000 (15:13 -0800)] 
 
http: fix handling of Close, use Close in http.Post
Robert Griesemer [Wed, 24 Feb 2010 21:24:37 +0000 (13:24 -0800)] 
 
gofmt: don't print ()'s around function-typed results (not needed anymore)
Robert Griesemer [Wed, 24 Feb 2010 19:06:46 +0000 (11:06 -0800)] 
 
go/printer: use general comment intersperse mechanism everywhere
Anh Hai Trinh [Wed, 24 Feb 2010 05:21:16 +0000 (16:21 +1100)] 
 
Include an Eratosthenesque concurrent prime sieve to go along with the "naive" version.
Rob Pike [Wed, 24 Feb 2010 05:20:47 +0000 (16:20 +1100)] 
 
add Anh Hai Trinh to C&A
Andrew Gerrand [Wed, 24 Feb 2010 00:40:42 +0000 (16:40 -0800)] 
 
release.2010-02-23 part two
Andrew Gerrand [Wed, 24 Feb 2010 00:35:31 +0000 (16:35 -0800)] 
 
release.2010-02-23 part one
Anthony Starks [Tue, 23 Feb 2010 21:50:46 +0000 (13:50 -0800)] 
 
misc/bbedit: treat predeclared identifiers as "keywords"
Mark Zavislak [Tue, 23 Feb 2010 20:01:09 +0000 (12:01 -0800)] 
 
crypto package documentation fix
Russ Cox [Tue, 23 Feb 2010 20:00:38 +0000 (12:00 -0800)] 
 
add Mark Zavislak (Google) to CONTRIBUTORS
Rob Pike [Tue, 23 Feb 2010 05:00:14 +0000 (16:00 +1100)] 
 
goyacc: fix handling of / and comments in goyacc
Russ Cox [Tue, 23 Feb 2010 04:45:36 +0000 (20:45 -0800)] 
 
runtime: work around Linux kernel bug in futex
Russ Cox [Tue, 23 Feb 2010 04:38:56 +0000 (20:38 -0800)] 
 
net: disable UDP server test
Charles L. Dorian [Tue, 23 Feb 2010 01:12:48 +0000 (17:12 -0800)] 
 
math: add lgamma; in-line special cases of acosh, nextafter
Nigel Tao [Tue, 23 Feb 2010 00:54:57 +0000 (11:54 +1100)] 
 
Fix xgb/example.go typo.
Andrew Gerrand [Tue, 23 Feb 2010 00:51:28 +0000 (16:51 -0800)] 
 
go_mem: clarified unbuffered channel sync example
Robert Griesemer [Mon, 22 Feb 2010 23:41:59 +0000 (15:41 -0800)] 
 
go/printer (gofmt): remove more residue from semicolon transition
Petar Maymounkov [Mon, 22 Feb 2010 23:39:30 +0000 (15:39 -0800)] 
 
http: use RawURL in Request.Write
Michael Hoisie [Mon, 22 Feb 2010 23:21:13 +0000 (15:21 -0800)] 
 
xml: treat bool as value in Unmarshal
Andrew Gerrand [Mon, 22 Feb 2010 22:51:22 +0000 (14:51 -0800)] 
 
effective_go: clarified small comment
Petar Maymounkov [Mon, 22 Feb 2010 22:46:59 +0000 (14:46 -0800)] 
 
http: fix bug in Post
Sergei Skorobogatov [Mon, 22 Feb 2010 22:32:40 +0000 (14:32 -0800)] 
 
json: fix quoted strings in Marshal
Russ Cox [Mon, 22 Feb 2010 22:30:45 +0000 (14:30 -0800)] 
 
A+C: add Sergei Skorobogatov (individual CLA)
Robert Griesemer [Mon, 22 Feb 2010 22:21:59 +0000 (14:21 -0800)] 
 
scanner: match go/scanner and disallow NUL character;
Michael Hoisie [Mon, 22 Feb 2010 03:49:43 +0000 (19:49 -0800)] 
 
http request URI should never be empty
Russ Cox [Mon, 22 Feb 2010 02:57:21 +0000 (18:57 -0800)] 
 
test: rename nul.go to nul1.go
Ken Thompson [Mon, 22 Feb 2010 01:51:39 +0000 (17:51 -0800)] 
 
all done except -
Russ Cox [Sun, 21 Feb 2010 19:18:09 +0000 (11:18 -0800)] 
 
gc: minor const simplifications
Ken Thompson [Sat, 20 Feb 2010 04:42:50 +0000 (20:42 -0800)] 
 
fixed bug in mpconst float multiply by 0.
Timo Savola [Sat, 20 Feb 2010 02:40:09 +0000 (18:40 -0800)] 
 
websocket: fix binary frame size decoding
Russ Cox [Sat, 20 Feb 2010 02:39:33 +0000 (18:39 -0800)] 
 
A+C: add Timo Savola (individual CLA)
Robert Griesemer [Sat, 20 Feb 2010 01:03:09 +0000 (17:03 -0800)] 
 
go/ast: use a slice instead of a linked list for the list of comments
Robert Griesemer [Sat, 20 Feb 2010 00:23:19 +0000 (16:23 -0800)] 
 
godoc: fix path resolution for command-line one more time (sigh...)
Robert Griesemer [Sat, 20 Feb 2010 00:01:31 +0000 (16:01 -0800)] 
 
- removed exp/parser (support for old semicolon syntax)
Robert Griesemer [Fri, 19 Feb 2010 19:41:48 +0000 (11:41 -0800)] 
 
godoc: make commandline use work again
Robert Griesemer [Fri, 19 Feb 2010 18:09:20 +0000 (10:09 -0800)] 
 
remove absolute paths from search results
Petar Maymounkov [Fri, 19 Feb 2010 16:38:40 +0000 (08:38 -0800)] 
 
http: unified body transfer (read & write) logic in http.Request/Response.
Petar Maymounkov [Fri, 19 Feb 2010 16:21:21 +0000 (08:21 -0800)] 
 
http: add Pending method to ServerConn, ClientConn
Russ Cox [Fri, 19 Feb 2010 16:20:59 +0000 (08:20 -0800)] 
 
dashboard: lots of caching to avoid datastore queries
Adam Langley [Fri, 19 Feb 2010 15:55:41 +0000 (10:55 -0500)] 
 
crypto/x509: support certificate creation.
Petar Maymounkov [Fri, 19 Feb 2010 15:51:51 +0000 (07:51 -0800)] 
 
http: add DumpRequest, DumpResponse, for debugging
Petar Maymounkov [Fri, 19 Feb 2010 07:38:21 +0000 (23:38 -0800)] 
 
http: persistent connection objects
Petar Maymounkov [Fri, 19 Feb 2010 07:38:17 +0000 (23:38 -0800)] 
 
http: do not edit Response.ContentLength in Response.Write
Russ Cox [Fri, 19 Feb 2010 07:33:57 +0000 (23:33 -0800)] 
 
gc: double-initialization
Kai Backman [Fri, 19 Feb 2010 07:33:21 +0000 (23:33 -0800)] 
 
combined pchw and embedded into tiny. added section on arm to README
Charles L. Dorian [Fri, 19 Feb 2010 07:33:15 +0000 (23:33 -0800)] 
 
math: add Cbrt and Sincos; x87 versions of Sincos, Frexp, Ldexp
Evan Shaw [Fri, 19 Feb 2010 07:33:06 +0000 (23:33 -0800)] 
 
8a/8l: Added FCMOVcc instructions
Amrut Joshi [Fri, 19 Feb 2010 07:32:55 +0000 (23:32 -0800)] 
 
xml: allow unquoted attribute values in non-Strict mode
Russ Cox [Fri, 19 Feb 2010 07:32:22 +0000 (23:32 -0800)] 
 
A+C: add Amrut Joshi (individual CLA)
Fumitoshi Ukai [Fri, 19 Feb 2010 02:32:40 +0000 (18:32 -0800)] 
 
http: avoid server crash on malformed client request
Russ Cox [Fri, 19 Feb 2010 02:32:33 +0000 (18:32 -0800)] 
 
exec: add dir argument to Run.
Russ Cox [Fri, 19 Feb 2010 02:31:13 +0000 (18:31 -0800)] 
 
gc: fix this morning's bug fix
Ken Thompson [Fri, 19 Feb 2010 01:55:11 +0000 (17:55 -0800)] 
 
complex constant multiply and divide
Robert Griesemer [Fri, 19 Feb 2010 01:40:50 +0000 (17:40 -0800)] 
 
godoc: path cleanups, fixed a race condition, initial support for a menu on pages
Dean Prichard [Thu, 18 Feb 2010 23:37:16 +0000 (15:37 -0800)] 
 
sync: allow to work on armv5
Ken Thompson [Thu, 18 Feb 2010 22:46:28 +0000 (14:46 -0800)] 
 
more complex - constants
Russ Cox [Thu, 18 Feb 2010 19:15:36 +0000 (11:15 -0800)] 
 
gc: recursive interface embedding
Russ Cox [Thu, 18 Feb 2010 06:41:04 +0000 (22:41 -0800)] 
 
5g/8g: fix build
Ken Thompson [Thu, 18 Feb 2010 06:08:30 +0000 (22:08 -0800)] 
 
new types complex, complex64 and complex128
Andrew Gerrand [Thu, 18 Feb 2010 00:43:29 +0000 (16:43 -0800)] 
 
release.2010-02-17 part two
Andrew Gerrand [Thu, 18 Feb 2010 00:31:52 +0000 (16:31 -0800)] 
 
release 2010-02-17 part one
Robert Griesemer [Wed, 17 Feb 2010 23:50:34 +0000 (15:50 -0800)] 
 
language spec: make NUL byte rule an implementation restriction
Robert Griesemer [Wed, 17 Feb 2010 23:46:46 +0000 (15:46 -0800)] 
 
apply gofmt to src and misc
Robert Griesemer [Wed, 17 Feb 2010 23:41:26 +0000 (15:41 -0800)] 
 
gofmt: make sure certain 2-line comments are stable
Russ Cox [Wed, 17 Feb 2010 23:28:45 +0000 (15:28 -0800)] 
 
8g: respect ullman numbers in float comparison
Rob Pike [Wed, 17 Feb 2010 22:55:29 +0000 (09:55 +1100)] 
 
time.Ticker: fix bug arising when all tickers are dead.
Nigel Tao [Wed, 17 Feb 2010 03:34:51 +0000 (14:34 +1100)] 
 
Add Src and Over draw operators.
Andrew Gerrand [Wed, 17 Feb 2010 01:48:43 +0000 (17:48 -0800)] 
 
install: Added gcc, build-essential to apt-get command line.
Russ Cox [Wed, 17 Feb 2010 01:44:15 +0000 (17:44 -0800)] 
 
gc: undo attempt at fixing recursive interface embedding
Robert Griesemer [Wed, 17 Feb 2010 01:39:44 +0000 (17:39 -0800)] 
 
go/scanner: comply with spec changes (do not allow NUL chars)
Russ Cox [Wed, 17 Feb 2010 01:30:33 +0000 (17:30 -0800)] 
 
gc: fix build (signed char bug)
Russ Cox [Wed, 17 Feb 2010 00:47:39 +0000 (16:47 -0800)] 
 
gc: disallow NUL byte, catch more invalid UTF-8, test
Russ Cox [Wed, 17 Feb 2010 00:47:18 +0000 (16:47 -0800)] 
 
spec: disallow NUL in source files
Rob Pike [Wed, 17 Feb 2010 00:26:09 +0000 (11:26 +1100)] 
 
specification of []int(string) and []byte(string).
Russ Cox [Wed, 17 Feb 2010 00:11:11 +0000 (16:11 -0800)] 
 
runtime: fix bug in Caller documentation
Robert Griesemer [Tue, 16 Feb 2010 23:36:55 +0000 (15:36 -0800)] 
 
godoc: updated documentation
Rob Pike [Tue, 16 Feb 2010 21:49:00 +0000 (08:49 +1100)] 
 
The prefix optimization applies only to the first iteration.
Robert Griesemer [Tue, 16 Feb 2010 20:49:41 +0000 (12:49 -0800)] 
 
godoc: initialize vars depending on flags after parsing the flags.
Robert Griesemer [Tue, 16 Feb 2010 19:54:12 +0000 (11:54 -0800)] 
 
godoc: fix initialization issue