]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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 ยท
2009-11-11 Russ Coxinstall.html: ed needs to be installed too
2009-11-11 Russ Coxmake.bash: check $PATH indirectly via which quietgcc
2009-11-11 Russ Coxsanity check environment variables better.
2009-11-11 Kevin BallardAdding myself (Kevin Ballard) to the AUTHORS/CONTRIBUTO...
2009-11-11 Russ Coxnet: fix error for connect to /etc/ on some systems
2009-11-11 Rob Pikefix final program to have Html->HTML
2009-11-11 Russ Coxchange code review link to appspot.
2009-11-11 Russ Coxtest for invalid $GOBIN setting before trying to build
2009-11-11 Russ Coxnet: disable more ipv6 tests
2009-11-11 Russ Coxnet: disable ipv6 test if we know kernel won't take it.
2009-11-11 Russ Coxnet: disable dns error test
2009-11-11 Russ Coxnet: fix dns bug reported on irc.
2009-11-11 Russ Coxvideo is ready
2009-11-10 Robert Griesemerbetter code for a copy loop
2009-11-10 Russ Coxdefault to codereview.appspot.com
2009-11-10 Ken Thompsonspell it with an "e"
2009-11-10 Russ Coxvideo is coming soon
2009-11-10 Russ Coxdelete old release tag
2009-11-10 Russ Coxtag for public release
2009-11-10 Russ Coxupdate video links weekly.2009-11-10
2009-11-10 Robert Griesemerminor adjustments to package comments for better synopsis.
2009-11-10 Russ Coxcorrect mailing list URL
2009-11-10 Russ Coxremove internal references from doc/install.html
2009-11-10 Russ Coxmake regexp comment not a package comment
2009-11-10 Russ Coxallow user agent to mention Go.
2009-11-10 Ian Lance TaylorMinor tweaks.
2009-11-10 Rob Pikemake the titles of the FAQs match their links; adds...
2009-11-10 Robert Griesemer- add .. link to package directory listing, for easy...
2009-11-10 Russ Coxin addition to bison, need to have gcc and c libraries...
2009-11-10 Russ Coxdrop output from nilptr tests;
2009-11-10 Robert Griesemer- minor cleanups
2009-11-10 Robert Griesemer- replaced gofmt expression formatting algorithm with
2009-11-10 Robert Griesemer - replaced gofmt expression formatting algorithm with
2009-11-10 Robert Griesemer- replaced gofmt expression formatting algorithm with
2009-11-10 Rob Pikeadd a q&a about google's internal use of go
2009-11-10 Russ Coxnoted by kaib: explicit assignment initialization
2009-11-10 Russ Coxadd id tags to contribute.html
next