]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2010-12-14 Russ Coxtypo
2010-12-14 Anthony Martingo spec: fix two grammar typos
2010-12-14 Robert Griesemertoken/position: provide files iterator
2010-12-14 Robert Griesemersuffixarray: provide accessor to data
2010-12-13 Russ Coxgo_mem: goroutine exit is not special
2010-12-13 Russ Coxruntime: remove paranoid mapping at 0
2010-12-13 Rob Piketime: fix bug in Ticker: shutdown using channel rather...
2010-12-13 Russ Coxgc: issue 1231
2010-12-13 Russ Coxgc: align structs according to max alignment of fields
2010-12-13 Russ Coxjson: check for invalid UTF-8
2010-12-13 Russ Coxbuild: add a few missing --no-print-directory
2010-12-13 Russ Coxgodefs: guard against structs with pad fields
2010-12-13 Russ Coxgc: complex(0)
2010-12-13 Russ Coxld: missing prototype
2010-12-13 Russ Coxgc: another shift bug
2010-12-13 Russ Coxcgo: do not reset tag generator between files
2010-12-13 Russ Coxgc: introduce explicit alignments
2010-12-13 Russ Coxgc: emit reflect correct reflect types
2010-12-13 Russ Coxld: allow .o files with no symbols
2010-12-13 Russ Coxruntime/linux/386: set FPU to 64-bit precision
2010-12-13 Alex Brainmansyscall: remove terminating \r and \n from windows...
2010-12-13 Wei GuangjingFix windows build.
2010-12-12 Gustavo NiemeyerA selection of trivials.
2010-12-12 Robert Griesemergodoc: improved textual search
2010-12-12 Eoghan Sherry5g/8g, 8l, ld, prof: fix output of 32-bit values
2010-12-12 Nigel Taoreflect: rename reflect.ArrayCopy to be reflect.Copy.
2010-12-11 Mikio Haragofmt -s -w src
2010-12-10 Robert Griesemergodoc: first cut at textual search
2010-12-10 Russ Coxmath: s/MinFloat/SmallestNonzeroFloat/
2010-12-10 Russ Coxcgo: avoid self-interference of global names
2010-12-10 Russ Coxnm: silently ignore .o files in .a files
2010-12-10 Nigel Taohtml: parse <table><tr><td> tags.
2010-12-09 Ryan Hitchmanos: make MkdirAll work with symlinks
2010-12-09 Ken Thompsonarm floating point simulation
2010-12-09 Andrew Gerrandhttp: ServeFile to handle Range header for partial...
2010-12-09 Andrew Gerranddashboard: fix project tag filter
2010-12-09 Rob Piketutorial: a couple of minor fixes.
2010-12-09 Nigel Kerrxml: disallow invalid Unicode code points
2010-12-09 Russ CoxA+C: Lorenzo Stoakes, Nigel Kerr (both individual CLA)
2010-12-09 Russ Coxos: fix test of RemoveAll
2010-12-09 Mikio Harasyscall: add network interface constants for linux...
2010-12-09 Ryan Hitchmangc: syntax error for incomplete chan type
2010-12-09 Robert Griesemergo/ast: fix ast.Walk
2010-12-09 Robert Griesemergofmt: simplify "x, _ = range y" to "x = range y"
2010-12-09 Balazs Leczos/inotify: new package
2010-12-09 Robert Griesemergo/token,scanner: fix comments so godoc aligns properly
2010-12-09 Rob Pikegovet: a new static checker for Go programs.
2010-12-09 Rob Pikegob: fix bug sending zero-length top-level slices and...
2010-12-09 Ryan Hitchmanthroughout: simplify two-variable ranges with unused...
2010-12-08 Rob Pikeevent.go: another print glitch from gocheck.
2010-12-08 Andrew Gerranddoc: fix invalid id attribute in faq
2010-12-08 Russ Coxarm: more fixes
2010-12-08 Russ Coxruntime/cgo: adapt files copied from libcgo
2010-12-08 Rob Pikea few more errors caught by the print checker
2010-12-08 Russ Cox5l (and 6l, 8l, ld): more arm build fixes
2010-12-08 Russ Cox5l: fix build
2010-12-08 Adam Langley crypto/elliptic: remove mistakenly commited code
2010-12-08 Russ Coxfix build: more libcgo references
2010-12-08 Russ Coxlibcgo: delete (replaced by runtime/cgo)
2010-12-08 Russ Coxsyscall: fix linux/arm build
2010-12-08 Russ Coxruntime/cgo: take 2
2010-12-08 Russ Coxcgo: new cgo
2010-12-08 Russ Cox6l, 8l: support for linking ELF and Mach-O .o files
2010-12-08 Russ Coxruntime/cgo: runtime changes for new cgo
2010-12-08 Russ Coxld: reading of Mach-O object files
2010-12-08 Russ Coxdebug/elf, debug/macho: add ImportedLibraries, Imported...
2010-12-08 Russ Coxgopack: allow ELF/Mach-O objects in .a files without...
2010-12-08 Russ Cox6l, 8l: minor changes & cleanup
2010-12-08 Russ Coxld: reading of ELF object files
2010-12-08 Russ Coxld: re-add ELF symbol tables
2010-12-08 Rob Pikepath: fix printf glitch in test
2010-12-08 Peter Mundydoc: fix installation $GOOS choices
2010-12-08 Robert Griesemergodoc: use file instead of file set for computing line...
2010-12-08 Robert Griesemertoken/position.go: provide FileSet.File(), minor optimi...
2010-12-08 Alex Brainmansyscall: restrict access rights param of OpenProcess...
2010-12-08 Andrew Gerrandtag release.2010-12-08
2010-12-08 Andrew Gerrandrelease.2010-12-08 weekly.2010-12-08
2010-12-08 Alex Brainmanruntime: fix windows build
2010-12-07 Keith Rarickruntime: add Goroutines
2010-12-07 Eoghan Sherryld: fix dwarf decoding of 64-bit reflect values
2010-12-07 Russ Coxruntime: debugging help on 386
2010-12-07 Nigel Taohtml: handle unexpected EOF during parsing.
2010-12-07 Russ Coxcc: allow $ as letter in pragma arguments
2010-12-07 Robert Griesemergo/parser: Better comment for ParseFile.
2010-12-07 Rob Pikethroughout: fix broken calls to Printf etc.
2010-12-07 Andrew Gerranddoc: add link to WindowsPort page from install.html
2010-12-07 Russ Coxhttp: fix build
2010-12-07 Eoghan Sherrygc: skip undefined symbols in import .
2010-12-07 Russ Coxcrypto/tls: add *Config argument to Dial
2010-12-07 Christian Himpelcrypto/tls: fix build of certificate generation example
2010-12-07 Russ CoxCONTRIBUTORS: add alias chressie@googlemail.com ==...
2010-12-07 Michael Hoisieexec.LookPath: return os.PathError instad of os.ENOENT...
2010-12-07 Nigel Taohtml: move the sanity checking of the entity map from...
2010-12-07 David Symondshttp: Add EncodeQuery, a handy helper function for...
2010-12-07 Wei Guangjing8l : add dynimport to import table in Windows PE, initi...
2010-12-07 Albert Strasheimbuild: Allow archiver to be specified in the environmen...
2010-12-07 Eoghan Sherryerrchk: accept multiple source files
2010-12-07 Roger Peppebufio: make Reader.Read implement io.Reader semantics
2010-12-07 Albert Strasheimsyscall, net: Add Recvmsg and Sendmsg on Linux.
2010-12-07 Russ Coxflag: handle multiple calls to flag.Parse
next