]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2010-03-17 Andrew Gerrandjson: add MarshalIndent (accepts user-specified indent...
2010-03-17 Russ Coxsyscall: add const ARCH, analogous to OS
2010-03-17 Russ Coxdoc/install: tweak port text; drop redundant list of...
2010-03-17 Russ Coxversion.bash: cope with ancient Mercurial
2010-03-17 Russ Coxhttp: change RawPath to mean raw path, not raw everythi...
2010-03-17 Russ Coxutf16: new package
2010-03-17 Andrew Gerrandgoinstall doc: fix link to godashboard/package
2010-03-16 Robert Griesemergofmt: more consistent formatting of const/var decls
2010-03-16 Robert Griesemergodoc: initial support for showing popup information
2010-03-16 Russ Coxnet: fix IPMask.String not to crash on all-0xff mask
2010-03-16 Petar Maymounkovhttp: add ParseQuery
2010-03-16 Anthony Starksmisc/bbedit: support for cmplx, real, imag
2010-03-16 Conrad Meyersha512: add sha384 (truncated version)
2010-03-16 Robert Griesemerimage/jpeg: fix typos
2010-03-16 David SymondsAdd new complex types, functions and literals to Vim...
2010-03-16 Russ Coxruntime: lock finalizer table accesses
2010-03-15 Andrew Gerrandrelease.2010-03-15 part two
2010-03-15 Andrew Gerrandrelease.2010-03-15 weekly.2010-03-15
2010-03-15 Andrew Gerrandinstall.html: elaborate on shell profile instructions
2010-03-15 Robert Griesemergofmt: fix for gofmt rewrite feature
2010-03-15 Andrew Gerrand dashboard: include package.html
2010-03-13 Robert Griesemergodoc: support for multiple packages in a directory
2010-03-13 Russ Coxhash/crc64: new package implementing 64-bit CRC
2010-03-12 Robert Griesemergofmt: make sure there is a newline after
2010-03-12 Robert Griesemergo/printer: fix a couple of hidden crashes that become
2010-03-12 Robert Griesemerast/filter.go: missing nil-check causes crash
2010-03-12 Robert Griesemergodoc: fix formatting of -src output
2010-03-12 Robert Griesemermath, path: minor comment fixes
2010-03-11 Christopher... syslog: increase test timeout from 10ms to 100ms
2010-03-11 Ian Lance TaylorRevert previous change: complexN only converts to complexN.
2010-03-11 Robert Griesemermath package: minor documentation fix
2010-03-11 Robert Griesemerinstall.html: add section on C tools
2010-03-10 Robert Griesemergodoc: change -x to -src, update doc.go (missed in...
2010-03-10 Robert Griesemergo_spec.html: fix typo and link
2010-03-10 Robert Griesemergodoc: provide mode which shows exported interface...
2010-03-10 Russ Coxfix 386 a[i] = cmplx(r, j)
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...
next