]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-11-18 Russ Coxld: move interpreter string into first block of ELF...
2009-11-18 Rob Pikeslicecopy was always using 16 (sizeof slice) for the...
2009-11-18 Adam Langleynet: remove race condition on Close.
2009-11-18 Ian Lance TaylorOn 32-bit x86, one should configure with --with-arch=.
2009-11-18 Eden LiMangle C struct fields that happen to be named after...
2009-11-18 Russ Coxbig: implement 386 assembly routines
2009-11-18 William JosephsonRemove unnecessary execute bits.
2009-11-18 William JosephsonMissing flags for FreeBSD shared link as used by cgo...
2009-11-18 William JosephsonUpdate legal.
2009-11-18 Devon H. O... Add an intptr type to runtime; needed in FreeBSD
2009-11-18 Russ Coxmake all.bash finish on FreeBSD
2009-11-18 Devon H. O... FreeBSD/i386 work
2009-11-18 Eden Licgo no longer translates function args that are void...
2009-11-18 Eden Li Updated AUTHORS/CONTRIBUTORS files according to
2009-11-18 Evan ShawAdded Kate syntax highlighting file.
2009-11-18 Evan ShawAdding my name to authors/contributors.
2009-11-18 Russ Coxcodereview: more attempts at robustness in the face...
2009-11-18 Trevor StrohmanAdds Trevor Strohman to CONTRIBUTORS.
2009-11-18 Russ Coxruntime: add ARM memmove
2009-11-18 Russ Coxcopy tweaks
2009-11-18 Rob Pikeadd a test for %+v in nested structures.
2009-11-18 Ken Thompsonallow copy to be used without a return value
2009-11-18 Russ Coxruntime: two trivial but important bug fixes
2009-11-18 Russ Coxrelease.2009-11-17: tag as of earlier this evening
2009-11-18 Ken Thompsonbug in copy
2009-11-18 Ken Thompsoninstall copy predefined
2009-11-18 Adam Langleycrypto/rsa: add PKCS#1 v1.5 signature support. weekly.2009-11-17
2009-11-18 Adam Langleyasn1:
2009-11-18 Russ Coxcodereview: handle spaces and other unexpected chars...
2009-11-18 Josh GoebelLet us have side by side git if we want
2009-11-18 Josh GoebelAdd myself to authors and contributors
2009-11-18 Russ Coxreflect: document that PkgPath and Name return
2009-11-17 Russ Coxhttp: do not crash accessing r.Form if ParseForm fails
2009-11-17 Russ Coxruntime: do not create new threads during malloc.
2009-11-17 Rob Pikeexplain the situation with unicode and identifiers
2009-11-17 Ken Thompsonfix botch
2009-11-17 Ken Thompsonchange a n^2 algorithm in
2009-11-17 Rob Pikeimprove documentation of runtime. there was no mention...
2009-11-17 Rob Pikecase insensitive matching in CONTRIBUTORS file
2009-11-17 Aron NopanenMake non-errored RPC calls return 'nil' error to caller.
2009-11-17 Aron NopanenAdd myself to 'AUTHORS' and 'CONTRIBUTORS'
2009-11-17 Russ Coxcodereview: discard \r characters (sigh)
2009-11-17 Sergio Luis... cmd/cc: Fix -I switch to handle a path with blankspaces...
2009-11-17 Sergio Luis... Add myself to list of AUTHORS/CONTRIBUTORS for Go.
2009-11-17 Russ Coxcodereview: add clpatch --ignore_hgpatch_errors.
2009-11-17 Russ Coxmath: fix argument names in Atan2
2009-11-17 Russ CoxMake.pkg: have "make coverage" invoke 6cov with correct...
2009-11-17 Russ Coxnet: enforce timeouts for ReadFrom/WriteTo
2009-11-17 Russ Coxsyscall: use correct pointer in recvfrom/sendto.
2009-11-17 Devon H. O... Pass ui into PostMessage to avoid nasty/confusing exception
2009-11-17 Devon H. O... FreeBSD-specific porting work.
2009-11-17 Rob PikeRework gobs to fix bad bug related to sharing of id...
2009-11-17 Rob Pikefix bug causing empty strings to be become non-nil...
2009-11-17 Rob Pikefix typo in Append return type
2009-11-17 Robert Griesemerbug218.go: testcase for issue 238
2009-11-17 Russ Coxruntime: make signal handler work on 386
2009-11-17 Russ Coxgc: change "can we const evaluate this" from blacklist...
2009-11-17 Russ Cox6l: fix divide by zero in glibc linker.
2009-11-16 Adam Langleyunsafe: documentation typo.
2009-11-16 Robert GriesemerAdd id attribute to h2 and h3 tags so that they exist...
2009-11-16 Robert GriesemerDon't emit line tags when source code is printed as...
2009-11-16 David SymondsAdd some primitive type aliases to exp/iterable and...
2009-11-16 David G. Andersen An asked-for-in #go-nuts extension to quickly create...
2009-11-16 David G. AndersenAdding my name to authors/contributors. I'm waiting...
2009-11-16 Kai Backmans/AJMP/AB/ to fix build breakage.
2009-11-16 Adam Langleydoc: fix typo.
2009-11-16 Robert Griesemer- Clarify that struct composite literal keys are field...
2009-11-16 Robert GriesemerUse ElementType consistently.
2009-11-16 Russ Coxgc: fix up floating point NaN comparisons
2009-11-15 Adam Langleycrypto/md5: fix comment typo.
2009-11-15 Rob Pikeadd a paragraph about GOMAXPROCS
2009-11-15 Russ Coxgodefs: avoid gcc 4'isms in command line.
2009-11-15 Russ Coxgodocs.js: fix bad variable name
2009-11-15 Russ Coxmakefiles: use correct gcc order in case --as-needed...
2009-11-15 Russ Coxcgo: arrange for English error messages
2009-11-15 Russ Coxruntime: avoid crash in Caller
2009-11-15 Russ Coxgc: five bug fixes, one better error.
2009-11-15 Russ Coxhttp.URLEscape: escape all bytes required by RFC 2396
2009-11-15 Russ Coxgotest: show the test file pattern in "no test files...
2009-11-15 Rob Pikefix some typos in the documentation
2009-11-15 Rob Pikefix bug in bytes.Map and add test cases for Map in...
2009-11-15 Robert GriesemerUse // to start comment instead of #.
2009-11-15 Russ Coxcc: drop redundant strcpy
2009-11-15 Russ Coxcc: eliminate two fixed-size buffers
2009-11-15 Kai Backmancomplain if GOARCH != arm. fix build break caused by...
2009-11-15 Adam Langleycrypto/rsa: handle the case of non-coprime blinds.
2009-11-15 Kai Backmanmake arm pass match what's working on real hardware
2009-11-15 Russ Coxtest/interface/receiver.go: expand to do dynamic
2009-11-14 Devon H. O... Build changes to support work on the BSDs.
2009-11-14 Devon H. O... Adding myself to AUTHORS/CONTRIBUTORS for Go.
2009-11-14 Môshe van der... encoding/binary: implemented the Write function
2009-11-14 Môshe van der... Adding my name to CONTRIBUTORS and AUTHORS
2009-11-14 Russ Coxgc: do not try to constant-evaluate (interface{})(...
2009-11-14 Rob Pikemove evaluation of null-matching instructions one itera...
2009-11-14 Abhinav Gupta xml: Fixed CDATA parsing.
2009-11-14 Abhinav GuptaAdded self to AUTHORS and CONTRIBUTORS.
2009-11-14 Russ Coxtypos
2009-11-14 David TitarencoCreated new Conn.Flush() public method so the fd pipeli...
2009-11-14 David TitarencoAdded self to AUTHORS and CONTRIBUTORS prior to first...
2009-11-14 Nigel TaoRemove unnecessary int(h) casts in image.go.
next