index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
string.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-15
Imported Upstream version 1.4
upstream/1.4
Tianon Gravi
1
-0
/
+226
2009-06-06
move src/runtime -> src/lib/runtime;
Russ Cox
1
-263
/
+0
2009-05-27
added protection against race condition
Ken Thompson
1
-6
/
+10
2009-05-27
string([]int) conversion
Ken Thompson
1
-0
/
+22
2009-05-26
add NUL when allocating strings, to make use
Russ Cox
1
-1
/
+1
2009-05-08
move things out of sys into os and runtime
Russ Cox
1
-2
/
+0
2009-05-05
6g tweaks
Russ Cox
1
-8
/
+0
2009-04-12
tweak
Ken Thompson
1
-16
/
+13
2009-04-12
fix string range to have full unicode range (up to 10FFFF).
Rob Pike
1
-98
/
+2
2009-04-12
change replacement rune to its correct value, fffd
Rob Pike
1
-1
/
+1
2009-04-10
range over strings
Ken Thompson
1
-0
/
+156
2009-04-09
change representation of strings
Ken Thompson
1
-55
/
+46
2009-02-02
minor tweaks
Russ Cox
1
-0
/
+2
2009-01-29
if take address of local, move to heap.
Russ Cox
1
-11
/
+20
2008-12-18
convert *[] to [].
Russ Cox
1
-4
/
+4
2008-11-23
delete stack mark strings
Russ Cox
1
-1
/
+14
2008-09-22
change string([]byte) to pass array, rather than &a[0],
Russ Cox
1
-0
/
+9
2008-09-18
proper handling of signals.
Russ Cox
1
-1
/
+1
2008-08-05
* comment, clean up scheduler
Russ Cox
1
-5
/
+0
2008-07-07
update to Unicode 5
Rob Pike
1
-49
/
+0
2008-07-03
drop some superfluous file prefixes in runtime
Rob Pike
1
-0
/
+220