index
:
delta/go.git
baserock/go1.2.2
baserock/go1.3
baserock/ps/add-go-wip
dev.cc
dev.garbage
dev.power64
master
release-branch.go1
release-branch.go1.1
release-branch.go1.2
release-branch.go1.3
release-branch.go1.4
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
code.google.com: Obsolete (use go-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
string.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
runtime: make gostringnocopy update maxstring
Keith Randall
2014-09-11
1
-1
/
+6
*
liblink, runtime: diagnose and fix C code running on Go stack
Russ Cox
2014-09-08
1
-70
/
+3
*
build: move package sources from src/pkg to src
Russ Cox
2014-09-08
1
-0
/
+288
*
move src/runtime -> src/lib/runtime;
Russ Cox
2009-06-06
1
-263
/
+0
*
added protection against race condition
Ken Thompson
2009-05-27
1
-6
/
+10
*
string([]int) conversion
Ken Thompson
2009-05-27
1
-0
/
+22
*
add NUL when allocating strings, to make use
Russ Cox
2009-05-26
1
-1
/
+1
*
move things out of sys into os and runtime
Russ Cox
2009-05-08
1
-2
/
+0
*
6g tweaks
Russ Cox
2009-05-05
1
-8
/
+0
*
tweak
Ken Thompson
2009-04-12
1
-16
/
+13
*
fix string range to have full unicode range (up to 10FFFF).
Rob Pike
2009-04-12
1
-98
/
+2
*
change replacement rune to its correct value, fffd
Rob Pike
2009-04-12
1
-1
/
+1
*
range over strings
Ken Thompson
2009-04-10
1
-0
/
+156
*
change representation of strings
Ken Thompson
2009-04-09
1
-55
/
+46
*
minor tweaks
Russ Cox
2009-02-02
1
-0
/
+2
*
if take address of local, move to heap.
Russ Cox
2009-01-29
1
-11
/
+20
*
convert *[] to [].
Russ Cox
2008-12-18
1
-4
/
+4
*
delete stack mark strings
Russ Cox
2008-11-23
1
-1
/
+14
*
change string([]byte) to pass array, rather than &a[0],
Russ Cox
2008-09-22
1
-0
/
+9
*
proper handling of signals.
Russ Cox
2008-09-18
1
-1
/
+1
*
* comment, clean up scheduler
Russ Cox
2008-08-05
1
-5
/
+0
*
update to Unicode 5
Rob Pike
2008-07-07
1
-49
/
+0
*
drop some superfluous file prefixes in runtime
Rob Pike
2008-07-03
1
-0
/
+220