]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2009-12-02 Russ Coxnet: test and fix support for 0-length datagram packets.
2009-12-02 Rob Pikechange the naming example from Vector to Ring due to...
2009-12-02 Ian Lance TaylorAdd copy to the list of predeclared functions.
2009-12-02 Fazlul Shahriargofmt: race condition in error reporting and setting...
2009-12-02 Robert Griesemerapply gofmt to json files
2009-12-02 Rob Pikefix segfault printing errors. add test case and improve...
2009-12-02 Rob Piketest that arrays work properly.
2009-12-02 Russ Coxcodereview: move reviewers to cc line after submit,
2009-12-02 Russ Coxtime: another bug in SecondsToUTC.
2009-12-02 Ian Lance TaylorAdd Shutdown to 32-bit GNU/Linux build.
2009-12-02 Devon H. O... lxml.etree is the wrong location for this alt package
2009-12-02 Devon H. O... xml.etree can also be lxml.etree (e.g. CentOS 5.4 with...
2009-12-02 Russ Coxtime: fix handling of Jan 1 1601, 1201, 801, ...
2009-12-02 Devon H. O... net: fix netFD.Close races
2009-12-02 Rob Pikeexplicitly catch attempt to decode into a value - must...
2009-12-02 Rob Pikemake io.ReadFile use Stat.Size as a hint for preallocation
2009-12-02 Devon H. O... Add syscall.Shutdown to FreeBSD i386/amd64
2009-12-02 Evan Shaw8g: Match sgen definition to declaration
2009-12-02 Devon H. O... FreeBSD needs #!/usr/bin/env bash (fixes broken build...
2009-12-02 Russ Coxsyscall: add Shutdown on OS X, add more constants in...
2009-12-02 David SymondsAdd 'copy' as a Go builtin function for Vim syntax...
2009-12-02 Rob Pikeupdate package unicode to Unicode 5.2
2009-12-02 Russ Coxgob: fix build
2009-12-02 Robert GriesemerIntegrated feedback by Ken.
2009-12-01 Christopher... Explicitly return values where it's shadowing the param...
2009-12-01 Charles L.... 8g: fix 386 floating point stack bug
2009-12-01 Rob Pikemore gob bugs
2009-12-01 Robert Griesemermake test.sh work again
2009-12-01 Russ CoxA/C: add Charles L. Dorian
2009-12-01 Sven AlmgrenAdded Sven Almgren to AUTHORS and CONTRIBUTORS
2009-12-01 Rob Pikea couple of usage fixups in prof
2009-12-01 Fazlul Shahriargofmt: use os.Stdin instead of opening /dev/stdin
2009-12-01 Robert Griesemersome godoc cleanup:
2009-12-01 Fazlul ShahriarFix typo in spec
2009-12-01 Anthony StarksSyntax coloring and function navigation for BBEdit...
2009-12-01 Anthony StarksAdding to AUTHORS and CONTRIBUTORS as per http://golang...
2009-11-30 Roger Peppechange command-line argument to be
2009-11-30 Sergey 'SnakE... Make tests run on systems missing time utility
2009-11-30 Adrian O'GradyAdded my name to the AUTHORS and CONTRIBUTORS files.
2009-11-30 Tor AnderssonA first stab at porting the XCB X11 protocol bindings...
2009-11-30 Sergey 'SnakE... json: Decode into native Go data structures
2009-11-30 Robert GriesemerTypo in comment.
2009-11-30 Péter Szabósync.RWMutex: rewritten to add support for concurrent...
2009-11-30 Jonathan WillsAdded a method on UDPConn so they can actually send...
2009-11-30 Christopher... a[b:len(a)] -> a[b:]
2009-11-30 Andrew SkibaHandle \r as a whitespace when parsing JSON string.
2009-11-30 Christopher... Add trivial whitespace to CorruptInputError strings.
2009-11-30 Christopher... Minimise bitrot: bytes.Copy -> copy
2009-11-30 Hector ChuPorts of lib9, libbio and libmach to Windows.
2009-11-30 Russ CoxAUTHORS+CONTRIBUTORS: more names; CLA verified
2009-11-30 Russ Coxtemplate: two bug fixes / nits
2009-11-30 Russ Coxcodereview: allow editing of local CL description
2009-11-30 Russ CoxAUTHORS/CONTRIBUTORS: two more names
2009-11-30 Fumitoshi UkaiFix example Makefile to avoid $GOROOT in case it has...
2009-11-30 Russ Coxwebsocket: avoid $GOROOT in case it has spaces
2009-11-30 Sergio Luis... crypto/md4, exp/draw/x11: fix makefile to build when...
2009-11-30 Eden Licgo: use C type void for opaque types if dwarf.Common...
2009-11-29 Fumitoshi UkaiAdd WebSocket server framework hooked into http.
2009-11-29 Austin ClementsMake comment-start/-end changes buffer-local instead...
2009-11-29 Fumitoshi UkaiAdd myself to CONTRIBUTORS
2009-11-29 Robert GriesemerCorrect expression level for argument lists.
2009-11-25 Rob Pikea few utf8 benchmarks. on my mac:
2009-11-25 Rob Pikerewrite RuneCountInString to use range.
2009-11-25 Nigel TaoInitial exp/draw/x11 implementation.
2009-11-25 Rob Pikefix weird all.bash failures by running deps.bash before...
2009-11-25 Robert GriesemerHandle presence of illegal semicolon after package...
2009-11-25 Robert GriesemerReplace sort.Sort call with heapify algorithm in Init.
2009-11-25 Russ Coxgc: correct type check for x, ok map assignment
2009-11-25 Russ Coxmake.bash: clear CDPATH to avoid output from cd
2009-11-25 Rob Pikeadd freebsd to the list of os'es.
2009-11-24 Ken Thompsontest case for large angles in trig functions
2009-11-24 Ken Thompsonbad sin/cos for large angles.
2009-11-24 Rob Piketiming log update for new version of chameneos
2009-11-24 Robert Griesemerfix for broken build (built-in new was invisible due...
2009-11-24 Rob Pikechange the rules for maintaining AUTHORS and CONTRIBUTO...
2009-11-24 Robert GriesemerChange to container/vector interface:
2009-11-24 Ian Lance TaylorMention golang-dev as a default code review destination.
2009-11-24 Russ Coxgodoc: plug file descriptor leak
2009-11-24 Michael HoisieA quick fix to ensure that json.Marshal returns errors...
2009-11-24 Russ Coxhttp: redirect to correct URL
2009-11-24 Roger Peppechameneosredux test modified, bug fixed, faster
2009-11-24 Russ Coxadd Roger Peppe to AUTHORS/CONTRIBUTORS
2009-11-24 Michael Elkinsadd Take, TakeWhile, Drop, DropWhile to exp/iterable
2009-11-24 Michael ElkinsAdding myself to AUTHORS/CONTRIBUTORS as a result of...
2009-11-24 Rob Pikeprint error's string when panicking.
2009-11-24 Trevor StrohmanAdd benchmarks for commonly used routines.
2009-11-24 Eden Li cgo translates empty function arguments into void...
2009-11-24 Russ Coxjson: expose map in generic representation
2009-11-24 Chris LennertProvides implementation of MD4 hashing algorithm.
2009-11-24 Chris LennertAdded my name to the AUTHORS and CONTRIBUTORS lists.
2009-11-24 Rob Pikeadd an FAQ entry about the logo and mascot
2009-11-24 Sergio Luis... go: makes it build for the case $GOROOT has whitespaces
2009-11-24 Sergio Luis... cmd/cc: change getquoted() to accept whitespaces.
2009-11-23 Russ Coxgofmt -r: documentation and minor fixes
2009-11-23 Vish Subramanian Fix crash in xml.Unmarshal. Occasionally while running...
2009-11-23 Russ Coxtwo more if(h<0) that gcc 4.3 -O2 miscompiles
2009-11-23 Russ Coxio.ReadWriter: fix doc comment (ReadWrite -> ReadWriter)
2009-11-23 Rob Pikefix bug in prefix code: must stop one character before...
2009-11-23 Rob PikeFix doc striing for NewReadLogger.
2009-11-23 Russ Cox8g: call throwindex for array out of bounds
next