]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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.
2009-11-14 Rob Pikefix typo
2009-11-13 James AguilarCorrect indentation for go-mode where a close brace...
2009-11-13 James AguilarAdd myself to the contributors file.
2009-11-13 Adam Langleyjson: minor comment fix.
2009-11-13 Rob PikeExplain why
2009-11-13 Russ Coxtest/run: use bash, not sh.
2009-11-13 Adam Langleyjson: allow one to unmarshal a top-level JSON array.
2009-11-13 Russ Coxpath.TestWalk: disable error case if root
2009-11-13 Adam Langleyjson: fix addressing of slice indexes that are multiple...
2009-11-13 Adam Langleyruntime: warn about SELinux based mmap failures on...
2009-11-13 Russ Coxyet another attempt to avoid conflicts with
2009-11-13 Rob Pikeremove dead code from test
2009-11-13 Rob Pikesudo.bash tries to install acid and db, which don't...
2009-11-13 Kevin BallardTeach emacs M-x gofmt to save region/restrictions
2009-11-13 Russ Coxcodereview: clpatch tweaks
2009-11-13 Robert GriesemerRemove -align flag from gofmt.
2009-11-13 Kai Backmanfix style nit ignored in previous cl
2009-11-12 Kai Backmanadd support for pre arm v6 cas. set GOARM=5 to enable.
2009-11-12 Russ Coxtag new release at 4015/cb140bac9ab0
2009-11-12 Russ Coxtest/run: unset GREP_OPTIONS weekly.2009-11-12
2009-11-12 Russ Coxos.TestSeek: use a smaller but still 64-bit seek offset.
2009-11-12 Rob Pikeproduce helpful error when gotest doesn't find a Makefile
2009-11-12 Rob Pikeadd a paragraph about semicolons to the tutorial.
2009-11-12 Adam Langleyexp/draw: correct Makefile.
2009-11-12 Rob Pikefix a couple of typos.
2009-11-12 Russ Coxcc, ld: fix more gcc 4.3 -O2 compile bugs
2009-11-12 Kai Backman add cache flushing call after generating closure.
2009-11-12 Russ Coxavoid seg fault when return type is unknown
2009-11-12 Russ Coxgopack: work around gcc bug in hash function
2009-11-12 Rob Pikefix typo in ByteSize example
2009-11-12 David SymondsFix capitalisation of "Git".
2009-11-12 Robert Griesemervector: s/Element/interface{}/
2009-11-12 Adam Langleyjson: support \u escaping in strings
2009-11-12 Russ Coxcgo: add more information about gcc output parsing...
2009-11-12 Russ Coxfix BUFSIZ redeclaration warnings
2009-11-11 Russ Coxfix TestRemoveAll again (tested as root this time).
2009-11-11 Adam Langleymake.bash: detect and warn about SELinux policy that...
2009-11-11 Russ Coxtypo
2009-11-11 Russ Coxos test: do not use symlink > 255 bytes.
2009-11-11 Russ Coxcc: correct handling of allocn(0, 1, d)
2009-11-11 Russ Coxgotest: add LC_ALL=C
2009-11-11 Russ Coxgetc/ungetc in assemblers; BUFSIZ everywhere.
2009-11-11 Russ Coxpoint at how to get easy_install on Ubuntu.
next