index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
Age
Commit message (
Expand
)
Author
2009-05-15
StringVector specialization of Vector
Rob Pike
2009-05-15
make Stat indicate whether it followed a symlink.
Russ Cox
2009-05-15
Return error from WriteByte, to match bufio.Writer.
Russ Cox
2009-05-15
- Remove IntVector methods that are "inherited" with correct type
Robert Griesemer
2009-05-15
add directory argument to os.ForkExec
Russ Cox
2009-05-14
AES key setup and block ciphers.
Russ Cox
2009-05-14
ByteBuffer.WriteByte
Robert Griesemer
2009-05-14
Getuid etc.
Rob Pike
2009-05-14
Hyphens are allowed in filenames. This allows this test to pass for me.
David Symonds
2009-05-14
fix abstract unix domain sockets
Rob Pike
2009-05-14
fix Truncate comment:
Russ Cox
2009-05-14
ByteBuffer.Truncate(n int)
Robert Griesemer
2009-05-13
reflect: update comment (there is no BoolType)
Russ Cox
2009-05-13
Unix domain socket support, Linux and Darwin.
Russ Cox
2009-05-13
Simplified AST:
Robert Griesemer
2009-05-13
fix indentation
Rob Pike
2009-05-13
Add os.Link, os.Symlink, os.Readlink.
Ian Lance Taylor
2009-05-13
Rename ParseError to Error
Rob Pike
2009-05-12
change name of reflect.NewInitValue to the more descriptive NewZeroValue.
Rob Pike
2009-05-12
no need for compiler to hard-code definition of runtime.
Russ Cox
2009-05-12
update reflect for upcoming interface representation change.
Russ Cox
2009-05-12
fix build: proto depends on fmt now
Russ Cox
2009-05-12
Allow http.Redirect to do both temporary (307) and permanent (301) redirects.
David Symonds
2009-05-12
implement IsNil() bool for those types that can be nil. most of them, anyway.
Rob Pike
2009-05-11
A couple of godoc improvements:
Robert Griesemer
2009-05-11
change utf8.FullRuneInString and utf8.DecodeRuneInString
Russ Cox
2009-05-08
use exitgroup on linux to exit whole process.
Russ Cox
2009-05-08
Package unsafe is undocumented. By installing (but not compiling) this file,
Rob Pike
2009-05-08
Document runtime functions.
Rob Pike
2009-05-08
implications of stricter type equality:
Russ Cox
2009-05-08
fix comment
Russ Cox
2009-05-08
fix build - missing file
Russ Cox
2009-05-08
move things out of sys into os and runtime
Russ Cox
2009-05-08
Move sys.Reflect and sys.Unreflect into unsafe.
Rob Pike
2009-05-08
throw away os._Error.
Russ Cox
2009-05-08
embeddability: change bufio.BufRead to bufio.Reader etc.
Rob Pike
2009-05-08
Name change to improve embeddability:
Rob Pike
2009-05-08
minor cleanup, not required by compiler changes
Russ Cox
2009-05-07
another attempt at avoiding IPv6 when it's not supported.
Russ Cox
2009-05-07
make go/src/lib/hash one directory per package
Rob Pike
2009-05-07
Define Len() for JSON Map.
David Symonds
2009-05-07
next step for 6.out on Borg: fix and test
Russ Cox
2009-05-06
fix a few type errors, make ErrorString a value
Russ Cox
2009-05-06
makefile fixes
Russ Cox
2009-05-06
error handling had a bug in execute: the error channel was being shared.
Rob Pike
2009-05-05
add missing Makefile to repair build
Rob Pike
2009-05-05
new dir structure for lib/go
Robert Griesemer
2009-05-05
mv container/vector down one level for new rules.
Rob Pike
2009-05-05
directory-per-package step 1: move files from lib/X.go to lib/X/X.go
Rob Pike
2009-05-05
better io.ByteBuffer implementation:
Robert Griesemer
[prev]
[next]