aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2009-05-15StringVector specialization of VectorRob Pike
2009-05-15make Stat indicate whether it followed a symlink.Russ Cox
2009-05-15Return error from WriteByte, to match bufio.Writer.Russ Cox
2009-05-15- Remove IntVector methods that are "inherited" with correct typeRobert Griesemer
2009-05-15add directory argument to os.ForkExecRuss Cox
2009-05-14AES key setup and block ciphers.Russ Cox
2009-05-14ByteBuffer.WriteByteRobert Griesemer
2009-05-14Getuid etc.Rob Pike
2009-05-14Hyphens are allowed in filenames. This allows this test to pass for me.David Symonds
2009-05-14fix abstract unix domain socketsRob Pike
2009-05-14fix Truncate comment:Russ Cox
2009-05-14ByteBuffer.Truncate(n int)Robert Griesemer
2009-05-13reflect: update comment (there is no BoolType)Russ Cox
2009-05-13Unix domain socket support, Linux and Darwin.Russ Cox
2009-05-13Simplified AST:Robert Griesemer
2009-05-13fix indentationRob Pike
2009-05-13Add os.Link, os.Symlink, os.Readlink.Ian Lance Taylor
2009-05-13Rename ParseError to ErrorRob Pike
2009-05-12change name of reflect.NewInitValue to the more descriptive NewZeroValue.Rob Pike
2009-05-12no need for compiler to hard-code definition of runtime.Russ Cox
2009-05-12update reflect for upcoming interface representation change.Russ Cox
2009-05-12fix build: proto depends on fmt nowRuss Cox
2009-05-12Allow http.Redirect to do both temporary (307) and permanent (301) redirects.David Symonds
2009-05-12implement IsNil() bool for those types that can be nil. most of them, anyway.Rob Pike
2009-05-11A couple of godoc improvements:Robert Griesemer
2009-05-11change utf8.FullRuneInString and utf8.DecodeRuneInStringRuss Cox
2009-05-08use exitgroup on linux to exit whole process.Russ Cox
2009-05-08Package unsafe is undocumented. By installing (but not compiling) this file,Rob Pike
2009-05-08Document runtime functions.Rob Pike
2009-05-08implications of stricter type equality:Russ Cox
2009-05-08fix commentRuss Cox
2009-05-08fix build - missing fileRuss Cox
2009-05-08move things out of sys into os and runtimeRuss Cox
2009-05-08Move sys.Reflect and sys.Unreflect into unsafe.Rob Pike
2009-05-08throw away os._Error.Russ Cox
2009-05-08embeddability: change bufio.BufRead to bufio.Reader etc.Rob Pike
2009-05-08Name change to improve embeddability:Rob Pike
2009-05-08minor cleanup, not required by compiler changesRuss Cox
2009-05-07another attempt at avoiding IPv6 when it's not supported.Russ Cox
2009-05-07make go/src/lib/hash one directory per packageRob Pike
2009-05-07Define Len() for JSON Map.David Symonds
2009-05-07next step for 6.out on Borg: fix and testRuss Cox
2009-05-06fix a few type errors, make ErrorString a valueRuss Cox
2009-05-06makefile fixesRuss Cox
2009-05-06error handling had a bug in execute: the error channel was being shared.Rob Pike
2009-05-05add missing Makefile to repair buildRob Pike
2009-05-05new dir structure for lib/goRobert Griesemer
2009-05-05mv container/vector down one level for new rules.Rob Pike
2009-05-05directory-per-package step 1: move files from lib/X.go to lib/X/X.goRob Pike
2009-05-05better io.ByteBuffer implementation:Robert Griesemer