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
/
runtime
/
string.c
Age
Commit message (
Expand
)
Author
2014-11-11
[dev.cc] runtime: convert basic library routines from C to Go
Russ Cox
2014-09-11
runtime: make gostringnocopy update maxstring
Keith Randall
2014-09-08
liblink, runtime: diagnose and fix C code running on Go stack
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
2009-06-06
move src/runtime -> src/lib/runtime;
Russ Cox
2009-05-27
added protection against race condition
Ken Thompson
2009-05-27
string([]int) conversion
Ken Thompson
2009-05-26
add NUL when allocating strings, to make use
Russ Cox
2009-05-08
move things out of sys into os and runtime
Russ Cox
2009-05-05
6g tweaks
Russ Cox
2009-04-12
tweak
Ken Thompson
2009-04-12
fix string range to have full unicode range (up to 10FFFF).
Rob Pike
2009-04-12
change replacement rune to its correct value, fffd
Rob Pike
2009-04-10
range over strings
Ken Thompson
2009-04-09
change representation of strings
Ken Thompson
2009-02-02
minor tweaks
Russ Cox
2009-01-29
if take address of local, move to heap.
Russ Cox
2008-12-18
convert *[] to [].
Russ Cox
2008-11-23
delete stack mark strings
Russ Cox
2008-09-22
change string([]byte) to pass array, rather than &a[0],
Russ Cox
2008-09-18
proper handling of signals.
Russ Cox
2008-08-05
* comment, clean up scheduler
Russ Cox
2008-07-07
update to Unicode 5
Rob Pike
2008-07-03
drop some superfluous file prefixes in runtime
Rob Pike