]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-12-16 Russ Coxdoc/install.html: how to update to a new release
2009-12-16 David Symondsos/signal: new package
2009-12-16 Robert GriesemerFix for scanner bug (introduced with most recent change).
2009-12-16 Russ Coxsyscall: RawSyscall must not call exitsyscall
2009-12-16 Rob Pikenew semicolon rule in effective_go.html.
2009-12-16 Russ Coxrand: add explicit Int31n to avoid 64-bit divide on...
2009-12-16 Russ Coxmath: faster, easier to inline IsNaN, IsInf
2009-12-16 Russ Coxruntime: return zero value in x, ok = <-c when ok ...
2009-12-16 Russ Coxgc: fix import name resolution
2009-12-16 Ivan KrasinAdd basic http authentication support.
2009-12-16 Russ Coxgc: bug fixes.
2009-12-16 Russ Coxgc: allow ... in method lists
2009-12-15 Robert Griesemer1) Change default gofmt default settings for
2009-12-15 Robert Griesemer1) Change default gofmt default settings for
2009-12-15 Robert Griesemer1) Change default gofmt default settings for
2009-12-15 Robert Griesemer 1) Change default gofmt default settings for
2009-12-15 Rob Pikeupdate tutorial.
2009-12-15 Robert Griesemer 1) Change default gofmt default settings for
2009-12-15 Russ Coxgc: double-check usage of ...
2009-12-15 Russ Coxgc: var x, ok = m[y]
2009-12-15 Ian Lance TaylorTweak test to work with both 6g and gccgo.
2009-12-15 Russ Coxcodereview: add golang-dev@googlegroups.com
2009-12-15 Robert Griesemerfix TODO: insert semicolons before any sequence of...
2009-12-15 Arvindh Rajesh... xml: handle unexpected EOF while parsing and fix a...
2009-12-15 Russ Coxruntime: in exitsyscall, avoid confusing garbage collector
2009-12-15 Robert Griesemerimproved formatting of import declarations and
2009-12-14 Andy Daviscrypto/sha256: new package
2009-12-14 Rob Pikesimpler fix for the negative rune problem, spotted...
2009-12-14 Rob Pikegenerate replacement rune when asked to encode a negati...
2009-12-14 Christopher... archive/tar: bug fixes.
2009-12-14 Robert Griesemerdon't show semicolons anymore with godoc
2009-12-14 Russ CoxA+C: two more names
2009-12-14 Rob Pikefix naked < as reported by pwil3058@gmail.com
2009-12-14 Rob PikeWhen the buffer is empty, reset b.off to the beginning...
2009-12-13 Christopher... syscall: fix error return bug for 64-bit return on...
2009-12-13 Hector Chu8l: add support for PE output.
2009-12-13 Christopher... clean.bash: stop if $GOROOT is not set
2009-12-13 Hector ChuPorted godefs to Windows.
2009-12-13 Russ Coxgc: fix comment
2009-12-13 Rob PikeUpdate goyacc to new syntax, still with semicolons.
2009-12-12 Ken Thompsonmore on the optimizer
2009-12-12 Rob Pikefix bug for large counts: used a one-byte buffer.
2009-12-12 Robert GriesemerVarious cleanups:
2009-12-11 Russ Coxgc: semicolons
2009-12-11 Ken Thompsonbug in 6g optimizer
2009-12-11 Robert Griesemerparser changed to reflect new semicolon rules
2009-12-11 Robert Griesemerfix printer test for new syntax
2009-12-11 Devon H. O... Remove GOBIN in PATH dependency; don't assume cwd is...
2009-12-11 Russ Coxmisc/bash: completion file for bash
2009-12-11 Maxim Ushakovencoding/binary: Add support for slices of arrays of...
2009-12-11 Devon H. O... Add a Makefile in place of all.bash. Update docs to...
2009-12-11 Yves Junqueirasyslog: new package
2009-12-11 Yongjian Xumkbuiltin: generate builtin.c directly
2009-12-11 Russ CoxA+C:
2009-12-11 Kei Sonbytes, strings: allow -1 in Map to mean "drop this...
2009-12-11 Robert Griesemer- make make test working again
2009-12-11 Robert GriesemerNew flags for gofmt:
2009-12-11 Robert Griesemerrename exp/parser package to oldParser
2009-12-11 Robert GriesemerSpec modified to reflect new semicolon rules.
2009-12-10 Robert Griesemerimplement NoSemis and NoStringConcat mode for go/printer
2009-12-10 Robert Griesemerimplemented InsertSemis mode for go/scanner
2009-12-10 Robert Griesemer- unmodified copy of existing go/parser, not yet hooked up
2009-12-10 Robert Griesemertrailing comma's are not accepted with current syntax
2009-12-10 Russ Coxtest/fixedbug: drop obsolete bug125, bug166
2009-12-10 Robert Griesemermake test/ken safe for optional semis
2009-12-10 Kai Backmanfix calling convention and make memmove restore the...
2009-12-10 Kai Backmanadded SHUT_RD, SHOT_WR and xSHUT_RDWR to fix net compil...
2009-12-10 Robert Griesemermake test/fixedbugs save for optional semis
2009-12-10 Robert Griesemermissed a couple of files in test
2009-12-10 Robert Griesemermaking some more non-gofmt'ed files save for new semico...
2009-12-10 Robert Griesemer- gofmt these files
2009-12-10 Robert Griesemerminor manual format corrections
2009-12-10 Robert Griesemerremove uses of string concatenation from src and misc...
2009-12-09 Russ Coxhgtags: add release tag, again.
2009-12-09 Russ Coxhgtags: looks like they have to be full hashes
2009-12-09 Russ Coxhgtags: add release pointing at 2009-12-09's checkin.
2009-12-09 Russ Coxhgtags: tag release.2009-12-07 (where gccgo is)
2009-12-09 Russ Coxdoc/contribute: try to make it clearer that you send... weekly.2009-12-09
2009-12-09 Roger Peppeadded benchmarks to rand_test.go;
2009-12-09 Rob Pikesyscalls can return negative i/o counts. fix bugs in...
2009-12-09 Russ Coxdoc: split contribute.html into code.html and contribut...
2009-12-09 Roger PeppeMake the operations on the global rng thread safe.
2009-12-09 Charles L.... Continuation of issue 221 fix. When 8g or 6g or 5g...
2009-12-09 Ross Lightjson package: Fixed handling of nil values
2009-12-09 Ross LightAdded my name to the AUTHORS and CONTRIBUTORS list
2009-12-09 Adrian O'GradyAdded XTEA block cipher package to src/pkg/crypto
2009-12-09 Russ Coxruntime: start new darwin/amd64 threads on correct...
2009-12-09 Russ CoxA+C: two more names
2009-12-09 Russ Coxbufio: use copy - significant speedup for writers
2009-12-09 Devon H. O... Fix stack on FreeBSD / add stack check across the board
2009-12-09 Devon H. O... When SA_SIGINFO is set, we should use __sa_sigaction...
2009-12-08 Russ Cox6l, 8l: make string buffer big enough for 8 chars ... weekly.2009-12-07
2009-12-08 Russ Coxtest/bench: faster fasta (mostly due to bufio fix)
2009-12-07 Russ Coxruntime: don't touch pages of memory unnecessarily.
2009-12-07 Russ Coxruntime: introduce unsafe.New and unsafe.NewArray
2009-12-07 Robert Griesemeruse a bootstrap array to avoid allocation for short...
2009-12-07 Christopher... Remove copyBytes completely in favor of copy.
2009-12-07 Rob Pikepick off special one-byte case in copy. worth 2x in...
2009-12-07 Roger Peppethe AST walker currently provides no way to find out...
2009-12-07 Roger Peppechanges necessary to get the new chameneosredux onto...
next