aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/string.c
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-09-04runtime: use new #include "textflag.h"Russ Cox
2014-08-28runtime: don't allocate a new string in printfKeith Randall
2014-06-17runtime: reconstitute runetochar for use by gostringw.Keith Randall
2014-06-16runtime: implement string ops in GoKeith Randall
2009-06-30convert string runtime to use cgo.Russ Cox
2009-06-09mv src/lib to src/pkgRob Pike