]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2010-03-10 Russ Coxfix amd64 build (golden.out)
2010-03-10 Andrew Gerrandtemplate: add ParseFile, MustParseFile, and associated...
2010-03-10 Ken Thompson1. decommit complex(float) conversion
2010-03-09 Russ Coxgc: remove duplicate errors, give better error for...
2010-03-09 Alex Brainmansyscall: minimal mingw version of syscall to call windo...
2010-03-09 Dean Prichardreflect: typo in comment
2010-03-09 Andrey Mirtchovskimissing ';' renders the code snippet incorrectly on...
2010-03-09 Rob Pikefmt: enable the complex tests now that 8g supports...
2010-03-09 Ken Thompsonfix bugs compiling things like
2010-03-09 Ken Thompsonidentical complex implementation
2010-03-09 Dean Prichardarm: cleanup build warnings
2010-03-09 Raif S. Naffahcrypto/ripemd160: new package
2010-03-09 Conrad Meyercrypto/sha256: add SHA-224
2010-03-09 Giles Leanencoding/base64: fix typo in comment
2010-03-09 Dean Prichardgc: avoid fixed length buffer cleanbuf
2010-03-09 Conrad Meyercrypto/sha512: new package
2010-03-09 Russ CoxA+C: add Conrad Meyer (individual CLA)
2010-03-08 Russ Coxgc: simplify complex typecheck
2010-03-08 Russ Cox5g/6g/8g: fix double function call in slice
2010-03-08 Russ Coxruntime: clock garbage collection on bytes allocated...
2010-03-08 Ian Lance TaylorComplex values may only be compared for equality or...
2010-03-08 Ian Lance TaylorClarify that conversions to complex are OK.
2010-03-08 Adam Langleycrypto/rsa: don't use safe primes.
2010-03-07 Christopher... regex: Remove unneeded imports from test.
2010-03-07 Andrew Gerrandregexp: add ReplaceAllFunc and ReplaceAllStringFunc
2010-03-06 Rob Pikefix bug in complex printing: imaginary didn't have...
2010-03-06 Ken ThompsonPTAL
2010-03-06 Ken Thompson6g complex type usable
2010-03-06 Russ Coxgc: fix crash on complicated arg to make slice.
2010-03-06 Charles L.... math: faster hypot
2010-03-05 Russ Coxgc: better compilation of floating point +=
2010-03-05 Rob Pikebufio: WriteRune
2010-03-05 Adam Langleybig: fix mistakes with probablyPrime
2010-03-05 Rob PikeAdd ReadRune and WriteRune to bytes.Buffer
2010-03-05 Ian Lance TaylorGenerate same output on all architectures.
2010-03-05 Robert Griesemerfrexp.go: remove html from comment
2010-03-05 Robert Griesemergodoc: don't throw away function documentation
2010-03-05 Robert Griesemergofmt: modified algorithm for alignment of multi-line...
2010-03-05 Russ Coxgoinstall: an experiment in (external) package installation
2010-03-05 Russ CoxA+C: add Spring Mc (individual CLA)
2010-03-05 Spring Mcstrings: make Split(s, "", n) faster
2010-03-04 Russ Coxcc: disallow ... argument unless NOSPLIT is set.
2010-03-04 Rob Pikeadd a test that structures pack. 6g fails.
2010-03-04 Rob PikeSpec for complex numbers
2010-03-04 Andrew Gerrandrelease.2010-03-04 part two
2010-03-04 Charles L.... math: added ilogb, logb, remainder, tests and special...
2010-03-04 Andrew Gerrandrelease.2010-03-04 weekly.2010-03-04
2010-03-04 Andrew GerrandFirst run at a Programming FAQ
2010-03-04 Russ Coxnet: put [ ] around IPv6 addresses for Dial
2010-03-04 Russ Coxnet: fix nil deref in testTimeout when Dial fails
2010-03-04 Russ Coxgc: fix imported and not used message - show path
2010-03-03 Rob Pikeencoding/binary: fix error reporting bug
2010-03-03 Stephen Manet: fix network timeout boundary condition.
2010-03-03 Stephen Manet: correct DNS configuration
2010-03-03 Russ Coxtest: fix 386 build (missing complex)
2010-03-03 Ken Thompsonmore on type complex.
2010-03-03 Robert Griesemergofmt: fix alignment of multi-line var declarations
2010-03-02 Andrew Gerrandcodereview.py: fix for compatibility with hg >=1.4.3
2010-03-02 Andrew Gerrandhttp: corrected comment for Response.GetHeader.
2010-03-02 Robert Griesemergofmt: experiment: align values in map composites where...
2010-03-02 Robert GriesemerMinor mistake in docs.
2010-03-02 Andrey Mirtchovskistrings.Bytes -> []byte for documentation example,...
2010-03-01 Andrew Gerrandgotest: set $AS to $GOBIN/$AS
2010-02-28 Stephen MaCount utf8 runes, not bytes when determining string...
2010-02-27 Russ Coxtesting/benchmark: paranoia - make sure n always grows
2010-02-26 Raif S. Naffahcrypto/blowfish: new package
2010-02-26 Russ CoxA+C: add Raif S. Naffah (individual CLA)
2010-02-26 Robert Griesemergo/parser cleanup: remove some state by writing more...
2010-02-26 Russ Cox8g: fix out of register bug in byte(x) code
2010-02-26 Ian Lance TaylorAdd -r option to 6l/8l/5l.
2010-02-26 Russ Cox8g: make a[byte(x)] truncate x
2010-02-26 Robert Griesemergo/scanner: the position of '\n's chars must be the...
2010-02-26 Micah StetsonFix a couple of bugs referencing data values in template.
2010-02-26 Rob Pikeadd micah.stetson to C&A
2010-02-26 Christopher... doc: Use byte("...") over byte{...}
2010-02-26 Russ Coxuse []byte("abc") in place of []byte{'a', 'b', 'c'}
2010-02-26 Robert Griesemergo/printer, gofmt: align comments in multi-line express...
2010-02-26 Russ Coxstrings: delete Runes, Bytes
2010-02-25 Robert Griesemertabwriter: make use of new []byte() conversion
2010-02-25 Russ Coxgc: implement []int(string) and []byte(string)
2010-02-25 Stephen WeinbergFix small typo in net package.
2010-02-25 Robert Griesemergo/printer, gofmt: correct indentation after certain...
2010-02-25 Robert Griesemertabwriter: indicate section breaks if Debug flag is set
2010-02-25 Russ Coxdashboard: more performance tuning
2010-02-25 Ian Lance TaylorUse consistent types in .h file and .c file.
2010-02-25 Robert Griesemerstrings: remove a couple of redundant tests
2010-02-25 Kevin Ballardpath: Fix bug in Match with non-greedy stars
2010-02-25 Rob Pike%q in fmt: if the object is a Stringer, use String...
2010-02-25 Robert Griesemergo/scanner: support for complex (imaginary) constants
2010-02-25 Ian Lance TaylorInstall runtime.h and cgocall.h.
2010-02-25 Robert Griesemergo/ast: streamline representation of field lists
2010-02-25 Russ Coxpath: add Match
2010-02-24 Russ Coxhttp: fix handling of Close, use Close in http.Post
2010-02-24 Robert Griesemergofmt: don't print ()'s around function-typed results...
2010-02-24 Robert Griesemergo/printer: use general comment intersperse mechanism...
2010-02-24 Anh Hai TrinhInclude an Eratosthenesque concurrent prime sieve to...
2010-02-24 Rob Pikeadd Anh Hai Trinh to C&A
2010-02-24 Andrew Gerrandrelease.2010-02-23 part two
2010-02-24 Andrew Gerrandrelease.2010-02-23 part one weekly.2010-02-23
2010-02-23 Anthony Starksmisc/bbedit: treat predeclared identifiers as "keywords"
next