]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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.
2009-11-11 Russ Coxtwo gopack nits.
2009-11-11 Adam LangleyRevert make.bash which slipped into the previous revision.
2009-11-11 Adam LangleyReland a112249da741, this time with missing file.
2009-11-11 Russ Coxavoid clash with stdio's getc, ungetc.
2009-11-11 Russ Coxlog test: don't assume a fixed set of letters for ...
2009-11-11 Russ Coxroll back 3985: build is broken
2009-11-11 Adam Langleybig:
2009-11-11 Russ Coxwork with GNU Make 3.80
2009-11-11 Russ Coxgc: increase maximum path size in getwd from 100 to...
2009-11-11 Russ Coxos: do not test error case of TestRemoveAll when root
2009-11-11 Russ Coxuse fully qualified names for hash interfaces
2009-11-11 Rob Pikeadd a paragraph in the FAQ about the situation with...
2009-11-11 Adam Langleygopack: convert long to time_t before taking a pointer.
2009-11-11 Adam Langleydocs: list make as a build dep.
2009-11-11 Russ Coxlib9: rip out platform specific code that breaks on...
2009-11-11 Russ Coxmove release tag
2009-11-11 Kevin BallardImplement new emacs command M-x gofmt weekly.2009-11-10.1
2009-11-11 Kevin BallardFix go-mode.el to work on empty buffers
2009-11-11 Russ Coxupdate old comment: things are much better now
2009-11-11 Russ Coxgotest: avoid problems with grepping for ·
next