]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2010-01-14 Russ Coxrelease.2010-01-13: final checkin, release notes weekly.2010-01-13
2010-01-14 Rob Pikeclean up handling of numeric time zones
2010-01-14 Devon H. O... cgo: Only allow numeric / string / character type const...
2010-01-14 Russ Coxcontribute.html: suggest hg mail instead of hg upload
2010-01-14 Russ Coxcreate doc/talks/.
2010-01-13 Robert GriesemerDistinguish between html generation and html quoting...
2010-01-13 Russ Coxvector: drop rule for bench, now in Make.pkg
2010-01-13 Russ Coxgodoc: skip template wrapping for complete HTML files
2010-01-13 Ian Lance TaylorClarify when expressions are evaluated for a range...
2010-01-13 Devon H. O... cgo: handle C99 bool type
2010-01-13 Russ Coxcodereview: split name list only on commas; some user...
2010-01-13 Russ Coxruntime: reset DF flag after running external code...
2010-01-13 Rob Pikedon't worry about the number of spaces when parsing.
2010-01-13 Rob Pikeignore $GOARCH inside the compiler and linker.
2010-01-13 Kevin Ballard Fix minor issues with updating go-mode in an empty...
2010-01-13 Rob Piketo improve the chances for compatibility, open a window...
2010-01-13 Rob Pikefix typo found by kevin ballard
2010-01-13 Robert GriesemerLight-weight scanner for general use.
2010-01-12 Adam LangleyAdd 'bench' target to makefiles.
2010-01-12 Evan Shawkate: Highlighting improvements
2010-01-12 Russ Coxruntime: fix bug in preemption checks; was causing...
2010-01-12 Roger PeppeFix bug that prevented the gofmt test script being...
2010-01-12 Charles L.... math: special cases for Ceil, Exp, Floor, Log, Log10
2010-01-12 Adam Langleyasn1: fix marshaling of structures with >1 elements.
2010-01-12 Adam Langleyasn1: fix parsing of elements after a string in a struc...
2010-01-12 Rob Pikedelete debugging prints
2010-01-12 Rob Pikedelete debugging prints
2010-01-12 Rob Pikeadd pprof output format to prof.
2010-01-12 Charles L.... math: special cases for Fmod
2010-01-11 Bill Neubauerdoc/contribute.html: change copyright year
2010-01-11 Devon H. O... cgo: Make constants #define'd in C available to Go...
2010-01-11 Yongjian Xugc: clean opnames.h
2010-01-11 Robert GriesemerRemove -oldprinter flag from gofmt; all code is
2010-01-11 Rob PikeClean up and make consistent the comments in the math...
2010-01-11 Russ Coxmath: fix pow10 comment, test portable Sqrt
2010-01-11 David SymondsReplicate signal names from syscall in os/signal.
2010-01-11 Robert GriesemerPartial work-around for gofmt bug.
2010-01-10 Charles L.... math: Sqrt using 386 FPU.
2010-01-09 Russ Coxruntime: check for preemption due to garbage collection
2010-01-09 Russ Coxcodereview: do not send mail when submitting for others
2010-01-08 Charles L.... math: special cases for Atan, Asin and Acos
2010-01-08 Rob Pikefix typo
2010-01-08 Russ Coxgc: bug238
2010-01-08 Russ Coxgc: bug219, bug239, bug240
2010-01-08 Russ Coxgc: bug241
2010-01-08 Rob PikeRewrite tokenizer to clean up and fix a bug with spaces...
2010-01-08 Adam LangleyAdd builder scripts.
2010-01-08 Russ Coxadd doc/devel/index.html, linked from nav bar
2010-01-08 Russ Coxcodereview: repeated hg mail sends "PTAL"
2010-01-08 Russ Coxhttp: most of a URL shouldn't use URL-escaping
2010-01-08 Rob PikeAdd a parser to the time package, the inverse of time...
2010-01-07 Robert Griesemeradded some missing periods
2010-01-07 Rob Pikemake Format about twice as fast by removing allocations...
2010-01-07 Rob Pikeupdate timing logs for benchmarks.
2010-01-07 Evan Shaw8g: float->uint64 conversion optimization
2010-01-07 Evan Shawlibmach: Add disassembly for newly implemented opcodes
2010-01-07 Russ Coxruntime: close TODO now that 8c bug is fixed
2010-01-07 Rob Pikeadd a standard interface that wraps ReadByte, io.ReadByter
2010-01-07 Russ Coxsync make-arm.bash with make.bash
2010-01-07 Russ Cox8c: only refer to extern register variables in MOVL...
2010-01-07 Russ Coxdeps.bash: handle space between .go and \ in GOFILES=
2010-01-07 Hector ChuPorted runtime to Windows.
2010-01-07 Russ Coxtime: fix Makefile so deps.bash is happy (fixes build)
2010-01-06 Russ Coxgodoc: serve index.html in place of directory listing...
2010-01-06 Russ Coxadd release log as doc/devel/release.html
2010-01-06 Austin ClementsUse remove-text-properties instead of
2010-01-06 Russ Coxhttp: avoid header duplication - take struct fields...
2010-01-06 Devon H. O... cgo: Use -fno-eliminate-unused-debug-types when calling...
2010-01-06 Rob PikeNew time formatter, time.Format(formatString)
2010-01-06 Jan H. HosangAdded me to authors and contributors.
2010-01-06 Devon H. O... Fix missing explicit GOBIN in src/pkg/Makefile. Clean...
2010-01-06 Ivan KrasinAdd http.CanonicalPath and tests for it. Remove BUG...
2010-01-06 Ivan KrasinPropagate error to the caller in json.Marshal. Fixes...
2010-01-06 Russ Coxrelease.2010-01-05
2010-01-06 Russ Coxhgtags: delete "release" (prepare for new release) weekly.2010-01-05
2010-01-06 Evan Shaw8a, 8l: Add FCOMI, FCOMIP, FUCOMI, FUCOMIP instructions
2010-01-06 Russ Coxrollback of https://golang.org/cl/181077
2010-01-06 Evan Shawxml: Fix comment so that example code compiles
2010-01-06 Austin ClementsUpdate Emacs go-mode for new semicolon rule.
2010-01-06 Russ Coxbig: fix ProbablyPrime bug, comments
2010-01-06 Devon H. O... Fix missing explicit GOBIN in src/pkg/Makefile. Clean...
2010-01-05 Devon H. O... syscall: add nanosleep on FreeBSD
2010-01-05 Roger Peppenet: make Dial correctly return nil on error.
2010-01-05 Robert Griesemerremove reference to "basic literal" since it's never...
2010-01-05 Robert GriesemerSimplified parser interface.
2010-01-05 Rob PikeCheck for errors when writing fields of a struct.
2010-01-04 Roger PeppeAllow a nil Ident to print without crashing.
2010-01-03 Rob Pikefix up YB and add ZB, EB in example
2010-01-02 Yongjian XuRemove redundant size check in resize. Let callers...
2009-12-31 Rob Piketrivial bug: []byte is special but [3]byte is not.
2009-12-30 Robert GriesemerMore Xcode support.
2009-12-29 Ian Lance TaylorDocument how to build gccgo to use gold.
2009-12-29 Robert GriesemerTest case for issue 475 and related bug.
2009-12-29 Ken FriedenbachImproved Xcode support
2009-12-29 Robert Griesemeradded author/contributor
2009-12-29 Robert Griesemertest case for issue 471
2009-12-29 Rob Pikeimprove some type switches now that multiple types...
2009-12-29 Robert GriesemerApply symmetric changes to sha1 and sha256 as to md4...
2009-12-29 Nigel TaoPNG decoder now handles transparent paletted images.
2009-12-29 Nigel TaoJPEG decoder now handles RST (restart) markers.
next